From 2f2fbb477c90c3a45c75ba24d428523dd11fb38f Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Thu, 30 Jan 2020 22:23:52 +0900 Subject: [PATCH] =?utf8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=AE=E6=A9=9F?= =?utf8?q?=E8=83=BD=E8=AA=AC=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tool/Unit2.dfm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tool/Unit2.dfm b/tool/Unit2.dfm index fe16eb0..f0838e0 100644 --- a/tool/Unit2.dfm +++ b/tool/Unit2.dfm @@ -55,7 +55,7 @@ object Form1: TForm1 Top = 32 Width = 75 Height = 25 - Caption = 'Button1' + Caption = 'execute' TabOrder = 0 OnClick = Button1Click end @@ -64,7 +64,7 @@ object Form1: TForm1 Top = 72 Width = 75 Height = 25 - Caption = 'Button2' + Caption = 'drop table' TabOrder = 1 OnClick = Button2Click end @@ -73,7 +73,7 @@ object Form1: TForm1 Top = 167 Width = 75 Height = 25 - Caption = 'Button3' + Caption = 'draw' TabOrder = 2 OnClick = Button3Click end @@ -112,7 +112,7 @@ object Form1: TForm1 Top = 128 Width = 75 Height = 25 - Caption = 'Button4' + Caption = 'delete' TabOrder = 6 OnClick = Button4Click end -- 2.11.0