jj: update test gui

This commit is contained in:
Jonathan Jenne
2018-08-23 15:02:00 +02:00
parent 13e9b6b76e
commit 550041698f
2 changed files with 94 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ Partial Class Form1
Me.Label5 = New System.Windows.Forms.Label()
Me.Button5 = New System.Windows.Forms.Button()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Button4 = New System.Windows.Forms.Button()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -55,7 +58,7 @@ Partial Class Form1
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(297, 12)
Me.Button3.Location = New System.Drawing.Point(556, 13)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(56, 21)
Me.Button3.TabIndex = 2
@@ -199,11 +202,40 @@ Partial Class Form1
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
Me.ComboBox1.TabIndex = 19
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(362, 14)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(188, 21)
Me.TextBox1.TabIndex = 20
Me.TextBox1.Text = "sdd-vmx02-aps01"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(286, 17)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(70, 13)
Me.Label6.TabIndex = 21
Me.Label6.Text = "ServerName:"
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(764, 11)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(229, 23)
Me.Button4.TabIndex = 22
Me.Button4.Text = "Test Background Worker Logging"
Me.Button4.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1050, 487)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Label5)
@@ -249,4 +281,7 @@ Partial Class Form1
Friend WithEvents Label5 As Label
Friend WithEvents Button5 As Button
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents Button4 As Button
End Class