TestGUI: Addnew test for filesystem class

This commit is contained in:
Jonathan Jenne
2021-04-14 11:06:29 +02:00
parent 7d84bd9b41
commit ddd04a6f8a
6 changed files with 216 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Partial Class frmStart
Private Sub InitializeComponent()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -44,11 +45,21 @@ Partial Class frmStart
Me.Button2.Text = "LookupControl"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(12, 134)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(236, 55)
Me.Button3.TabIndex = 0
Me.Button3.Text = "Filesystem"
Me.Button3.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.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Name = "frmStart"
@@ -59,4 +70,5 @@ Partial Class frmStart
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
End Class