Changeset 16 for trunk/UMainForm.lfm
- Timestamp:
- Mar 24, 2011, 7:05:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.lfm
r14 r16 5 5 Width = 514 6 6 Caption = 'Tunneler' 7 ClientHeight = 3 897 ClientHeight = 393 8 8 ClientWidth = 514 9 9 Menu = MainMenu1 … … 17 17 object StatusBar1: TStatusBar 18 18 Left = 0 19 Height = 1720 Top = 37 219 Height = 20 20 Top = 373 21 21 Width = 514 22 22 Panels = < … … 46 46 object Image1: TImage 47 47 Left = 0 48 Height = 37 248 Height = 373 49 49 Top = 0 50 50 Width = 514 … … 78 78 Action = AFullScreen 79 79 end 80 object MenuItem8: TMenuItem 81 Action = AShowRawImageDesc 82 end 83 end 84 object MenuItem7: TMenuItem 85 Action = AAbout 80 86 end 81 87 end … … 109 115 ShortCut = 123 110 116 end 117 object AAbout: TAction 118 Caption = 'About' 119 end 120 object AShowRawImageDesc: TAction 121 Caption = 'Show RawImage Description' 122 OnExecute = AShowRawImageDescExecute 123 end 111 124 end 112 125 end
Note:
See TracChangeset
for help on using the changeset viewer.