Changeset 10 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Jun 9, 2011, 9:33:21 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 chronis 4 4 heaptrclog.trc 5 chronis.exe
-
- Property svn:ignore
-
trunk/Forms/UMainForm.lfm
r9 r10 1 1 object MainForm: TMainForm 2 Left = 2 553 Height = 4 454 Top = 755 Width = 64 92 Left = 268 3 Height = 451 4 Top = 156 5 Width = 646 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 4 189 ClientWidth = 64 98 ClientHeight = 432 9 ClientWidth = 646 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '0.9. 29'15 LCLVersion = '0.9.31' 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 4 1818 Height = 432 19 19 Top = 0 20 20 Width = 184 21 21 Align = alLeft 22 22 BevelOuter = bvNone 23 ClientHeight = 4 1823 ClientHeight = 432 24 24 ClientWidth = 184 25 25 TabOrder = 0 26 26 object Label1: TLabel 27 27 Left = 7 28 Height = 1 828 Height = 14 29 29 Top = 4 30 Width = 5130 Width = 39 31 31 Caption = 'Groups:' 32 32 ParentColor = False … … 34 34 object TreeView1: TTreeView 35 35 Left = 4 36 Height = 39436 Height = 408 37 37 Top = 19 38 38 Width = 180 39 39 Anchors = [akTop, akLeft, akRight, akBottom] 40 DefaultItemHeight = 1 940 DefaultItemHeight = 16 41 41 Images = ImageListActions 42 42 ReadOnly = True … … 48 48 object Panel2: TPanel 49 49 Left = 189 50 Height = 4 1850 Height = 432 51 51 Top = 0 52 Width = 4 6052 Width = 457 53 53 Align = alClient 54 54 BevelOuter = bvNone 55 ClientHeight = 4 1856 ClientWidth = 4 6055 ClientHeight = 432 56 ClientWidth = 457 57 57 TabOrder = 1 58 58 object Label2: TLabel 59 59 Left = 2 60 Height = 1 860 Height = 14 61 61 Top = 4 62 Width = 5462 Width = 43 63 63 Caption = 'Reports:' 64 64 ParentColor = False … … 66 66 object ListView1: TListView 67 67 Left = 2 68 Height = 3 6268 Height = 376 69 69 Top = 19 70 Width = 45 670 Width = 453 71 71 Anchors = [akTop, akLeft, akRight, akBottom] 72 72 Columns = <> … … 86 86 Left = 3 87 87 Height = 25 88 Top = 38988 Top = 403 89 89 Width = 75 90 90 Action = AItemAdd … … 95 95 Left = 83 96 96 Height = 25 97 Top = 38997 Top = 403 98 98 Width = 75 99 99 Action = AItemDelete … … 104 104 object Splitter1: TSplitter 105 105 Left = 184 106 Height = 4 18106 Height = 432 107 107 Top = 0 108 108 Width = 5 … … 166 166 OnExecute = AToggleFullscreenExecute 167 167 ShortCut = 122 168 end 169 object AConnect: TAction 170 Caption = 'Connect' 171 Hint = 'Connect' 172 OnExecute = AConnectExecute 173 end 174 object ASettings: TAction 175 Caption = 'Settings' 176 Hint = 'Settings' 177 OnExecute = ASettingsExecute 168 178 end 169 179 end … … 296 306 object MenuItem13: TMenuItem 297 307 Caption = 'Server' 308 object MenuItem17: TMenuItem 309 Action = AConnect 310 end 298 311 object MenuItem14: TMenuItem 299 312 Action = AExit … … 305 318 Action = AToggleFullscreen 306 319 end 320 object MenuItem16: TMenuItem 321 Action = ASettings 322 end 307 323 end 308 324 object MenuItem12: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.