Changeset 2 for trunk/UMainForm.lfm
- Timestamp:
- Mar 5, 2011, 10:16:19 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
tunneler
lib
backup
-
Property svn:ignore
set to
-
trunk/UMainForm.lfm
r1 r2 1 1 object MainForm: TMainForm 2 2 Left = 382 3 Height = 3704 Top = 1373 Height = 412 4 Top = 95 5 5 Width = 514 6 6 Caption = 'MainForm' 7 ClientHeight = 3 707 ClientHeight = 389 8 8 ClientWidth = 514 9 Menu = MainMenu1 9 10 OnCreate = FormCreate 10 11 OnKeyDown = FormKeyDown 11 12 OnKeyUp = FormKeyUp 12 LCLVersion = '0.9. 29'13 LCLVersion = '0.9.31' 13 14 object Image1: TImage 14 15 Left = 0 15 Height = 3 5316 Height = 372 16 17 Top = 0 17 18 Width = 514 … … 23 24 Left = 0 24 25 Height = 17 25 Top = 3 5326 Top = 372 26 27 Width = 514 27 28 Panels = < 29 item 30 Width = 50 31 end 28 32 item 29 33 Width = 50 … … 37 41 top = 50 38 42 end 43 object MainMenu1: TMainMenu 44 left = 184 45 top = 16 46 object MenuItem1: TMenuItem 47 Caption = 'Game' 48 object MenuItem3: TMenuItem 49 Caption = 'New...' 50 OnClick = MenuItem3Click 51 end 52 object MenuItem2: TMenuItem 53 Caption = 'Exit' 54 OnClick = MenuItem2Click 55 end 56 end 57 end 39 58 end
Note:
See TracChangeset
for help on using the changeset viewer.