From b91b3c5d419e680389634163c379b5f2e6eafb13 Mon Sep 17 00:00:00 2001 From: mw Date: Mon, 15 Jan 2024 10:54:37 +0100 Subject: [PATCH] Button OK -> Action1 --- Form1.Designer.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.Designer.vb b/Form1.Designer.vb index 500403f..5aa193a 100644 --- a/Form1.Designer.vb +++ b/Form1.Designer.vb @@ -31,7 +31,7 @@ Partial Class Form1 Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(107, 39) Me.Button1.TabIndex = 0 - Me.Button1.Text = "OK" + Me.Button1.Text = "Action1" Me.Button1.UseVisualStyleBackColor = True ' 'Form1