OSDN Git Service

コンパイルが通っていませんでした
authoryamat0jp <terukohietori@gmail.com>
Thu, 23 Jan 2020 21:25:35 +0000 (06:25 +0900)
committeryamat0jp <terukohietori@gmail.com>
Thu, 23 Jan 2020 21:25:35 +0000 (06:25 +0900)
tool/Unit2.dfm
tool/Unit2.pas

index 703e569..0ae80f2 100644 (file)
@@ -34,6 +34,13 @@ object Form1: TForm1
     Height = 13
     Caption = #35373#23450#29992
   end
+  object Bevel1: TBevel
+    Left = 20
+    Top = 280
+    Width = 575
+    Height = 50
+    Shape = bsTopLine
+  end
   object Button1: TButton
     Left = 296
     Top = 56
index 86c7f50..a664e78 100644 (file)
@@ -58,6 +58,7 @@ type
     ComboBox1: TComboBox;
     Button6: TButton;
     Label3: TLabel;
+    Bevel1: TBevel;
     procedure Button1Click(Sender: TObject);
     procedure Button4Click(Sender: TObject);
     procedure Button3Click(Sender: TObject);
@@ -139,7 +140,7 @@ begin
   Edit6.Text := 'admin';
   ComboBox1.Text := 'info';
   UpDown1.Position := 30;
-  UpDown1Click(nil);
+  UpDown1Click(nil, btNext);
   CheckBox1.Checked := false;
   CheckBox1Click(nil);
   FDTable2.Post;