Button OK -> Action1

This commit is contained in:
mw 2024-01-15 10:54:37 +01:00
parent 1773fcdade
commit b91b3c5d41

2
Form1.Designer.vb generated
View file

@ -31,7 +31,7 @@ Partial Class Form1
Me.Button1.Name = "Button1" Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(107, 39) Me.Button1.Size = New System.Drawing.Size(107, 39)
Me.Button1.TabIndex = 0 Me.Button1.TabIndex = 0
Me.Button1.Text = "OK" Me.Button1.Text = "Action1"
Me.Button1.UseVisualStyleBackColor = True Me.Button1.UseVisualStyleBackColor = True
' '
'Form1 'Form1