diff options
Diffstat (limited to 'unit1.lfm')
-rw-r--r-- | unit1.lfm | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -8,6 +8,7 @@ object Form1: TForm1 ClientWidth = 999 OnClose = FormClose OnCreate = FormCreate + OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow LCLVersion = '1.4.4.0' @@ -72,18 +73,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 |