Test ATEZ, Plose Curr, SpedBuch Pkst

This commit is contained in:
2025-01-09 09:29:57 +01:00
parent 955ae80d62
commit 330ffd108e
6 changed files with 37 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ Partial Class frmStartOptions
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStartOptions))
Me.pnl = New System.Windows.Forms.Panel()
Me.Button27 = New System.Windows.Forms.Button()
Me.btnTestATEZ = New System.Windows.Forms.Button()
Me.Button26 = New System.Windows.Forms.Button()
Me.txtMRNPrefix = New System.Windows.Forms.TextBox()
Me.LinkLabel66 = New System.Windows.Forms.LinkLabel()
@@ -327,7 +327,7 @@ Partial Class frmStartOptions
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.Button27)
Me.pnl.Controls.Add(Me.btnTestATEZ)
Me.pnl.Controls.Add(Me.Button26)
Me.pnl.Controls.Add(Me.txtMRNPrefix)
Me.pnl.Controls.Add(Me.LinkLabel66)
@@ -411,17 +411,17 @@ Partial Class frmStartOptions
Me.pnl.Size = New System.Drawing.Size(1229, 1007)
Me.pnl.TabIndex = 0
'
'Button27
'btnTestATEZ
'
Me.Button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button27.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button27.Location = New System.Drawing.Point(1062, 459)
Me.Button27.Name = "Button27"
Me.Button27.Size = New System.Drawing.Size(123, 24)
Me.Button27.TabIndex = 140
Me.Button27.Text = "test ATEZ"
Me.Button27.UseVisualStyleBackColor = True
Me.btnTestATEZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnTestATEZ.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnTestATEZ.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnTestATEZ.Location = New System.Drawing.Point(1062, 459)
Me.btnTestATEZ.Name = "btnTestATEZ"
Me.btnTestATEZ.Size = New System.Drawing.Size(123, 24)
Me.btnTestATEZ.TabIndex = 140
Me.btnTestATEZ.Text = "test ATEZ"
Me.btnTestATEZ.UseVisualStyleBackColor = True
'
'Button26
'
@@ -4024,5 +4024,5 @@ Partial Class frmStartOptions
Friend WithEvents LinkLabel68 As LinkLabel
Friend WithEvents PictureBox26 As PictureBox
Friend WithEvents Button26 As Button
Friend WithEvents Button27 As Button
Friend WithEvents btnTestATEZ As Button
End Class