summaryrefslogtreecommitdiff
path: root/unit2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unit2.pas')
-rw-r--r--unit2.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/unit2.pas b/unit2.pas
index 11e7551..8c30ae8 100644
--- a/unit2.pas
+++ b/unit2.pas
@@ -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;