diff options
Diffstat (limited to 'unit2.lfm')
-rw-r--r-- | unit2.lfm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/unit2.lfm b/unit2.lfm new file mode 100644 index 0000000..d067523 --- /dev/null +++ b/unit2.lfm @@ -0,0 +1,28 @@ +object Form2: TForm2 + Left = 1690 + Height = 240 + Top = 197 + Width = 320 + Caption = 'Form2' + ClientHeight = 240 + ClientWidth = 320 + LCLVersion = '1.6.0.4' + object Button1: TButton + Left = 80 + Height = 25 + Top = 16 + Width = 160 + Caption = 'Hochhausrätsel' + OnClick = Button1Click + TabOrder = 0 + end + object Button2: TButton + Left = 80 + Height = 25 + Top = 76 + Width = 160 + Caption = 'Buchstabenrätsel' + OnClick = Button2Click + TabOrder = 1 + end +end |