This commit is contained in:
2019-11-06 16:32:20 +01:00
parent 12f63bb4bc
commit bd77a8a525
20 changed files with 652 additions and 380 deletions

View File

@@ -32,6 +32,7 @@ Partial Class frmSendungAnhangImport
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.pnlAnfuegen = New System.Windows.Forms.Panel()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button6 = New System.Windows.Forms.Button()
@@ -157,6 +158,7 @@ Partial Class frmSendungAnhangImport
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pnlAnfuegen.BackColor = System.Drawing.Color.FloralWhite
Me.pnlAnfuegen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlAnfuegen.Controls.Add(Me.Button1)
Me.pnlAnfuegen.Controls.Add(Me.txtBezeichnung)
Me.pnlAnfuegen.Controls.Add(Me.Label1)
Me.pnlAnfuegen.Controls.Add(Me.Button6)
@@ -176,6 +178,18 @@ Partial Class frmSendungAnhangImport
Me.pnlAnfuegen.Size = New System.Drawing.Size(846, 162)
Me.pnlAnfuegen.TabIndex = 8
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.Wheat
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(523, 133)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(277, 28)
Me.Button1.TabIndex = 14
Me.Button1.Text = "Hardcore test"
Me.Button1.UseVisualStyleBackColor = False
Me.Button1.Visible = False
'
'txtBezeichnung
'
Me.txtBezeichnung._DateTimeOnly = False
@@ -582,4 +596,5 @@ Partial Class frmSendungAnhangImport
Friend WithEvents Button6 As Button
Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label1 As Label
Friend WithEvents Button1 As Button
End Class