diff options
Diffstat (limited to 'unit1.lfm')
-rw-r--r-- | unit1.lfm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ object Form1: TForm1 - Left = 1462 + Left = 137 Height = 756 - Top = 167 + Top = 158 Width = 999 Caption = 'Form1' ClientHeight = 756 @@ -72,18 +72,18 @@ object Form1: TForm1 end object CheckBox1: TCheckBox Left = 272 - Height = 21 + Height = 24 Top = 596 - Width = 93 + Width = 98 Caption = 'aufploppen' OnClick = CheckBox1Click TabOrder = 2 end object CheckBox2: TCheckBox Left = 416 - Height = 21 + Height = 24 Top = 596 - Width = 86 + Width = 94 Caption = 'Ton geben' Checked = True OnClick = CheckBox1Click |