This commit is contained in:
2020-01-29 11:00:33 +01:00
parent 97b9e938fd
commit 304560f2f1
3 changed files with 8 additions and 8 deletions

View File

@@ -51,20 +51,20 @@ Partial Class Form1
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(711, 9)
Me.Button2.Location = New System.Drawing.Point(12, 38)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(77, 23)
Me.Button2.Size = New System.Drawing.Size(637, 23)
Me.Button2.TabIndex = 2
Me.Button2.Text = "Load Path"
Me.Button2.Text = "Load Form3 which loads Form4"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(711, 38)
Me.Button3.Location = New System.Drawing.Point(12, 67)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(77, 23)
Me.Button3.Size = New System.Drawing.Size(637, 23)
Me.Button3.TabIndex = 2
Me.Button3.Text = "Load Path"
Me.Button3.Text = "Load Form4"
Me.Button3.UseVisualStyleBackColor = True
'
'Form1