376 lines
17 KiB
VB.net
376 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmUSTVoffeneAntraege
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtAnzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtMWST = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.Label46 = New System.Windows.Forms.Label()
|
|
Me.dat_Sum_Bis = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label45 = New System.Windows.Forms.Label()
|
|
Me.dat_Sum_Von = New System.Windows.Forms.DateTimePicker()
|
|
Me.txtmaxAnz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cbxAlleoffenen = New System.Windows.Forms.CheckBox()
|
|
Me.lblKunde = New System.Windows.Forms.Label()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.FlowLayoutPanel.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'FlowLayoutPanel
|
|
'
|
|
Me.FlowLayoutPanel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.FlowLayoutPanel.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.FlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btn)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.Button7)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.Button1)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.Button2)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.Button3)
|
|
Me.FlowLayoutPanel.Location = New System.Drawing.Point(12, 29)
|
|
Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
|
|
Me.FlowLayoutPanel.Size = New System.Drawing.Size(1409, 31)
|
|
Me.FlowLayoutPanel.TabIndex = 28
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(3, 3)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(120, 23)
|
|
Me.btn.TabIndex = 0
|
|
Me.btn.Text = "PLOSE"
|
|
Me.btn.UseVisualStyleBackColor = False
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.Location = New System.Drawing.Point(129, 3)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(120, 23)
|
|
Me.Button7.TabIndex = 1
|
|
Me.Button7.Text = "RMC"
|
|
Me.Button7.UseVisualStyleBackColor = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(255, 3)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(120, 23)
|
|
Me.Button1.TabIndex = 2
|
|
Me.Button1.Text = "UTA"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(381, 3)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(120, 23)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = "MSE"
|
|
Me.Button2.UseVisualStyleBackColor = False
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lbl.Location = New System.Drawing.Point(12, 9)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(162, 17)
|
|
Me.lbl.TabIndex = 29
|
|
Me.lbl.Text = "USTV offene Anträge"
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(12, 98)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.RowHeadersWidth = 62
|
|
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(1409, 528)
|
|
Me.MyDatagridview1.TabIndex = 30
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(1223, 639)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label2.TabIndex = 38
|
|
Me.Label2.Text = "Anzahl:"
|
|
'
|
|
'txtAnzahl
|
|
'
|
|
Me.txtAnzahl._DateTimeOnly = False
|
|
Me.txtAnzahl._numbersOnly = False
|
|
Me.txtAnzahl._numbersOnlyKommastellen = ""
|
|
Me.txtAnzahl._numbersOnlyTrennzeichen = True
|
|
Me.txtAnzahl._Prozent = False
|
|
Me.txtAnzahl._ShortDateNew = False
|
|
Me.txtAnzahl._ShortDateOnly = False
|
|
Me.txtAnzahl._TimeOnly = False
|
|
Me.txtAnzahl._TimeOnly_Seconds = False
|
|
Me.txtAnzahl._value = ""
|
|
Me.txtAnzahl._Waehrung = False
|
|
Me.txtAnzahl._WaehrungZeichen = True
|
|
Me.txtAnzahl.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtAnzahl.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAnzahl.Location = New System.Drawing.Point(1321, 636)
|
|
Me.txtAnzahl.MaxLineLength = -1
|
|
Me.txtAnzahl.MaxLines_Warning = ""
|
|
Me.txtAnzahl.MaxLines_Warning_Label = Nothing
|
|
Me.txtAnzahl.Name = "txtAnzahl"
|
|
Me.txtAnzahl.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtAnzahl.TabIndex = 37
|
|
Me.txtAnzahl.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(1225, 661)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label1.TabIndex = 40
|
|
Me.Label1.Text = "MWSt:"
|
|
'
|
|
'txtMWST
|
|
'
|
|
Me.txtMWST._DateTimeOnly = False
|
|
Me.txtMWST._numbersOnly = False
|
|
Me.txtMWST._numbersOnlyKommastellen = ""
|
|
Me.txtMWST._numbersOnlyTrennzeichen = True
|
|
Me.txtMWST._Prozent = False
|
|
Me.txtMWST._ShortDateNew = False
|
|
Me.txtMWST._ShortDateOnly = False
|
|
Me.txtMWST._TimeOnly = False
|
|
Me.txtMWST._TimeOnly_Seconds = False
|
|
Me.txtMWST._value = ""
|
|
Me.txtMWST._Waehrung = True
|
|
Me.txtMWST._WaehrungZeichen = True
|
|
Me.txtMWST.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtMWST.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMWST.Location = New System.Drawing.Point(1321, 658)
|
|
Me.txtMWST.MaxLineLength = -1
|
|
Me.txtMWST.MaxLines_Warning = ""
|
|
Me.txtMWST.MaxLines_Warning_Label = Nothing
|
|
Me.txtMWST.Name = "txtMWST"
|
|
Me.txtMWST.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtMWST.TabIndex = 39
|
|
Me.txtMWST.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel4.Controls.Add(Me.Label46)
|
|
Me.Panel4.Controls.Add(Me.dat_Sum_Bis)
|
|
Me.Panel4.Controls.Add(Me.Label45)
|
|
Me.Panel4.Controls.Add(Me.dat_Sum_Von)
|
|
Me.Panel4.Location = New System.Drawing.Point(16, 62)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(417, 33)
|
|
Me.Panel4.TabIndex = 41
|
|
'
|
|
'Label46
|
|
'
|
|
Me.Label46.AutoSize = True
|
|
Me.Label46.Location = New System.Drawing.Point(13, 9)
|
|
Me.Label46.Name = "Label46"
|
|
Me.Label46.Size = New System.Drawing.Size(119, 13)
|
|
Me.Label46.TabIndex = 23
|
|
Me.Label46.Text = "Transaktionsdaten von:"
|
|
'
|
|
'dat_Sum_Bis
|
|
'
|
|
Me.dat_Sum_Bis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dat_Sum_Bis.Location = New System.Drawing.Point(278, 6)
|
|
Me.dat_Sum_Bis.Name = "dat_Sum_Bis"
|
|
Me.dat_Sum_Bis.Size = New System.Drawing.Size(103, 20)
|
|
Me.dat_Sum_Bis.TabIndex = 24
|
|
'
|
|
'Label45
|
|
'
|
|
Me.Label45.AutoSize = True
|
|
Me.Label45.Location = New System.Drawing.Point(249, 9)
|
|
Me.Label45.Name = "Label45"
|
|
Me.Label45.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label45.TabIndex = 25
|
|
Me.Label45.Text = "bis:"
|
|
'
|
|
'dat_Sum_Von
|
|
'
|
|
Me.dat_Sum_Von.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dat_Sum_Von.Location = New System.Drawing.Point(143, 6)
|
|
Me.dat_Sum_Von.Name = "dat_Sum_Von"
|
|
Me.dat_Sum_Von.Size = New System.Drawing.Size(103, 20)
|
|
Me.dat_Sum_Von.TabIndex = 22
|
|
'
|
|
'txtmaxAnz
|
|
'
|
|
Me.txtmaxAnz._DateTimeOnly = False
|
|
Me.txtmaxAnz._numbersOnly = True
|
|
Me.txtmaxAnz._numbersOnlyKommastellen = ""
|
|
Me.txtmaxAnz._numbersOnlyTrennzeichen = True
|
|
Me.txtmaxAnz._Prozent = False
|
|
Me.txtmaxAnz._ShortDateNew = False
|
|
Me.txtmaxAnz._ShortDateOnly = False
|
|
Me.txtmaxAnz._TimeOnly = False
|
|
Me.txtmaxAnz._TimeOnly_Seconds = False
|
|
Me.txtmaxAnz._value = ""
|
|
Me.txtmaxAnz._Waehrung = False
|
|
Me.txtmaxAnz._WaehrungZeichen = True
|
|
Me.txtmaxAnz.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtmaxAnz.ForeColor = System.Drawing.Color.Black
|
|
Me.txtmaxAnz.Location = New System.Drawing.Point(1362, 68)
|
|
Me.txtmaxAnz.MaxLineLength = -1
|
|
Me.txtmaxAnz.MaxLines_Warning = ""
|
|
Me.txtmaxAnz.MaxLines_Warning_Label = Nothing
|
|
Me.txtmaxAnz.Name = "txtmaxAnz"
|
|
Me.txtmaxAnz.Size = New System.Drawing.Size(59, 20)
|
|
Me.txtmaxAnz.TabIndex = 42
|
|
Me.txtmaxAnz.Text = "200"
|
|
Me.txtmaxAnz.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(1295, 71)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label3.TabIndex = 43
|
|
Me.Label3.Text = "max. DS:"
|
|
'
|
|
'cbxAlleoffenen
|
|
'
|
|
Me.cbxAlleoffenen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxAlleoffenen.AutoSize = True
|
|
Me.cbxAlleoffenen.Location = New System.Drawing.Point(1137, 70)
|
|
Me.cbxAlleoffenen.Name = "cbxAlleoffenen"
|
|
Me.cbxAlleoffenen.Size = New System.Drawing.Size(128, 17)
|
|
Me.cbxAlleoffenen.TabIndex = 44
|
|
Me.cbxAlleoffenen.Text = "alle Kunden anzeigen"
|
|
Me.cbxAlleoffenen.UseVisualStyleBackColor = True
|
|
'
|
|
'lblKunde
|
|
'
|
|
Me.lblKunde.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblKunde.AutoSize = True
|
|
Me.lblKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblKunde.Location = New System.Drawing.Point(455, 74)
|
|
Me.lblKunde.Name = "lblKunde"
|
|
Me.lblKunde.Size = New System.Drawing.Size(0, 16)
|
|
Me.lblKunde.TabIndex = 45
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(507, 3)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(120, 23)
|
|
Me.Button3.TabIndex = 4
|
|
Me.Button3.Text = "IDS"
|
|
Me.Button3.UseVisualStyleBackColor = False
|
|
'
|
|
'frmUSTVoffeneAntraege
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1457, 681)
|
|
Me.Controls.Add(Me.lblKunde)
|
|
Me.Controls.Add(Me.cbxAlleoffenen)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtmaxAnz)
|
|
Me.Controls.Add(Me.Panel4)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtMWST)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtAnzahl)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.FlowLayoutPanel)
|
|
Me.Name = "frmUSTVoffeneAntraege"
|
|
Me.Text = "offene Anträge"
|
|
Me.FlowLayoutPanel.ResumeLayout(False)
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.Panel4.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents FlowLayoutPanel As FlowLayoutPanel
|
|
Friend WithEvents btn As Button
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtAnzahl As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtMWST As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Panel4 As Panel
|
|
Friend WithEvents Label46 As Label
|
|
Friend WithEvents dat_Sum_Bis As DateTimePicker
|
|
Friend WithEvents Label45 As Label
|
|
Friend WithEvents dat_Sum_Von As DateTimePicker
|
|
Friend WithEvents txtmaxAnz As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents cbxAlleoffenen As CheckBox
|
|
Friend WithEvents lblKunde As Label
|
|
Friend WithEvents Button3 As Button
|
|
End Class
|