From a0b9d3beeb68e0213275d93c74b1137fd0afc017 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 10 Sep 2016 16:35:18 +0200 Subject: irgendwas gemacht --- unit2.lfm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 unit2.lfm (limited to 'unit2.lfm') 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 -- cgit v1.2.3-54-g00ecf