diff options
Diffstat (limited to 'unit1.lfm')
-rw-r--r-- | unit1.lfm | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,12 @@ object Form1: TForm1 - Left = 1690 - Height = 240 - Top = 197 - Width = 320 + Left = 1722 + Height = 313 + Top = 389 + Width = 426 + BorderStyle = bsSingle Caption = 'Rätsel' OnCreate = FormCreate + OnDestroy = FormDestroy + OnShow = FormShow LCLVersion = '1.6.0.4' end |