This commit is contained in:
2025-01-09 09:41:34 +01:00
6 changed files with 37 additions and 14 deletions

View File

@@ -25,6 +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.btnTestATEZ = New System.Windows.Forms.Button()
Me.LinkLabel69 = New System.Windows.Forms.LinkLabel()
Me.Button26 = New System.Windows.Forms.Button()
Me.Button27 = New System.Windows.Forms.Button()
@@ -334,6 +335,7 @@ Partial Class frmStartOptions
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.LinkLabel69)
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)
@@ -417,17 +419,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
'
@@ -4054,6 +4056,7 @@ Partial Class frmStartOptions
Friend WithEvents LinkLabel68 As LinkLabel
Friend WithEvents PictureBox26 As PictureBox
Friend WithEvents Button26 As Button
Friend WithEvents btnTestATEZ As Button
Friend WithEvents LinkLabel69 As LinkLabel
Friend WithEvents LinkLabel70 As LinkLabel
Friend WithEvents Button27 As Button