diff options
Diffstat (limited to 'unit2.pas')
-rw-r--r-- | unit2.pas | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,9 +11,9 @@ type { TForm2 } - TForm2 = class(TForm) - Button1: TButton; - Button2: TButton; + tForm2 = class(tForm) + button1: tButton; + button2: tButton; private { private declarations } public @@ -21,7 +21,7 @@ type end; var - Form2: TForm2; + form2: tForm2; const mrHochhausraetsel = 314; |