Changeset 25 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Nov 9, 2011, 1:58:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r24 r25 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 42 28 ClientHeight = 427 9 9 ClientWidth = 640 10 10 Menu = MainMenu1 … … 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 42 218 Height = 427 19 19 Top = 0 20 20 Width = 184 21 21 Align = alLeft 22 22 BevelOuter = bvNone 23 ClientHeight = 42 223 ClientHeight = 427 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 = 39836 Height = 403 37 37 Top = 19 38 38 Width = 180 39 39 Anchors = [akTop, akLeft, akRight, akBottom] 40 DefaultItemHeight = 16 40 41 Images = ImageListActions 41 42 ReadOnly = True … … 47 48 object Panel2: TPanel 48 49 Left = 189 49 Height = 42 250 Height = 427 50 51 Top = 0 51 52 Width = 451 52 53 Align = alClient 53 54 BevelOuter = bvNone 54 ClientHeight = 42 255 ClientHeight = 427 55 56 ClientWidth = 451 56 57 TabOrder = 1 57 58 object Label2: TLabel 58 59 Left = 2 59 Height = 1 860 Height = 14 60 61 Top = 4 61 Width = 5462 Width = 43 62 63 Caption = 'Reports:' 63 64 ParentColor = False … … 65 66 object ListView1: TListView 66 67 Left = 2 67 Height = 3 6668 Height = 371 68 69 Top = 19 69 70 Width = 447 … … 85 86 Left = 3 86 87 Height = 25 87 Top = 39 388 Top = 398 88 89 Width = 75 89 90 Action = AItemAdd … … 94 95 Left = 83 95 96 Height = 25 96 Top = 39 397 Top = 398 97 98 Width = 75 98 99 Action = AItemDelete … … 103 104 object Splitter1: TSplitter 104 105 Left = 184 105 Height = 42 2106 Height = 427 106 107 Top = 0 107 108 Width = 5 … … 184 185 Caption = 'Import structure...' 185 186 OnExecute = AImportStructureExecute 187 end 188 object AAbout: TAction 189 Caption = 'About' 190 OnExecute = AAboutExecute 186 191 end 187 192 end … … 316 321 object MenuItem17: TMenuItem 317 322 Action = AConnect 323 OnClick = MenuItem17Click 318 324 end 319 325 object MenuItem14: TMenuItem … … 341 347 object MenuItem12: TMenuItem 342 348 Caption = 'Help' 349 object MenuItem21: TMenuItem 350 Action = AAbout 351 end 343 352 end 344 353 end
Note:
See TracChangeset
for help on using the changeset viewer.