Changeset 24 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Oct 21, 2011, 11:12:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r23 r24 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 42 78 ClientHeight = 422 9 9 ClientWidth = 640 10 10 Menu = MainMenu1 … … 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 42 718 Height = 422 19 19 Top = 0 20 20 Width = 184 21 21 Align = alLeft 22 22 BevelOuter = bvNone 23 ClientHeight = 42 723 ClientHeight = 422 24 24 ClientWidth = 184 25 25 TabOrder = 0 26 26 object Label1: TLabel 27 27 Left = 7 28 Height = 1 428 Height = 18 29 29 Top = 4 30 Width = 3930 Width = 51 31 31 Caption = 'Groups:' 32 32 ParentColor = False … … 34 34 object TreeView1: TTreeView 35 35 Left = 4 36 Height = 40336 Height = 398 37 37 Top = 19 38 38 Width = 180 39 39 Anchors = [akTop, akLeft, akRight, akBottom] 40 DefaultItemHeight = 1641 40 Images = ImageListActions 42 41 ReadOnly = True … … 48 47 object Panel2: TPanel 49 48 Left = 189 50 Height = 42 749 Height = 422 51 50 Top = 0 52 51 Width = 451 53 52 Align = alClient 54 53 BevelOuter = bvNone 55 ClientHeight = 42 754 ClientHeight = 422 56 55 ClientWidth = 451 57 56 TabOrder = 1 58 57 object Label2: TLabel 59 58 Left = 2 60 Height = 1 459 Height = 18 61 60 Top = 4 62 Width = 4361 Width = 54 63 62 Caption = 'Reports:' 64 63 ParentColor = False … … 66 65 object ListView1: TListView 67 66 Left = 2 68 Height = 3 7167 Height = 366 69 68 Top = 19 70 69 Width = 447 … … 86 85 Left = 3 87 86 Height = 25 88 Top = 39 887 Top = 393 89 88 Width = 75 90 89 Action = AItemAdd … … 95 94 Left = 83 96 95 Height = 25 97 Top = 39 896 Top = 393 98 97 Width = 75 99 98 Action = AItemDelete … … 104 103 object Splitter1: TSplitter 105 104 Left = 184 106 Height = 42 7105 Height = 422 107 106 Top = 0 108 107 Width = 5
Note:
See TracChangeset
for help on using the changeset viewer.