This commit is contained in:
2024-11-15 14:45:43 +01:00
parent 7753d6a013
commit 4764ad9b83
4 changed files with 108 additions and 127 deletions

View File

@@ -264,7 +264,6 @@ Partial Class frmStartOptions
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button26 = New System.Windows.Forms.Button()
Me.LinkLabel66 = New System.Windows.Forms.LinkLabel()
Me.txtMRNPrefix = New System.Windows.Forms.TextBox()
Me.pnl.SuspendLayout()
@@ -310,7 +309,6 @@ Partial Class frmStartOptions
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.txtMRNPrefix)
Me.pnl.Controls.Add(Me.LinkLabel66)
Me.pnl.Controls.Add(Me.Button26)
Me.pnl.Controls.Add(Me.Button25)
Me.pnl.Controls.Add(Me.Button24)
Me.pnl.Controls.Add(Me.CheckBox8)
@@ -3410,18 +3408,6 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'Button26
'
Me.Button26.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button26.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button26.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button26.Location = New System.Drawing.Point(832, 139)
Me.Button26.Name = "Button26"
Me.Button26.Size = New System.Drawing.Size(187, 38)
Me.Button26.TabIndex = 136
Me.Button26.Text = "ATCNr in RE updaten"
Me.Button26.UseVisualStyleBackColor = True
'
'LinkLabel66
'
Me.LinkLabel66.AutoSize = True
@@ -3439,7 +3425,7 @@ Partial Class frmStartOptions
Me.txtMRNPrefix.Name = "txtMRNPrefix"
Me.txtMRNPrefix.Size = New System.Drawing.Size(43, 20)
Me.txtMRNPrefix.TabIndex = 138
Me.txtMRNPrefix.Text = "DE24"
Me.txtMRNPrefix.Text = "24DE"
'
'frmStartOptions
'
@@ -3737,7 +3723,6 @@ Partial Class frmStartOptions
Friend WithEvents Button24 As Button
Friend WithEvents Button25 As Button
Friend WithEvents LinkLabel65 As LinkLabel
Friend WithEvents Button26 As Button
Friend WithEvents LinkLabel66 As LinkLabel
Friend WithEvents txtMRNPrefix As TextBox
End Class