GUIs.Test: Update test apps

This commit is contained in:
Jonathan Jenne
2021-06-16 14:51:47 +02:00
parent 5e3c65e90c
commit 8328fb27dc
13 changed files with 496 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ Partial Class frmStart
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -71,14 +72,24 @@ Partial Class frmStart
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(236, 60)
Me.Button5.TabIndex = 2
Me.Button5.Text = "Button5"
Me.Button5.Text = "Checksum"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(12, 326)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(236, 60)
Me.Button6.TabIndex = 2
Me.Button6.Text = "DocView"
Me.Button6.UseVisualStyleBackColor = True
'
'frmStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
@@ -95,4 +106,5 @@ Partial Class frmStart
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
End Class