Changeset 20 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Jun 15, 2011, 11:11:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r19 r20 1 1 object MainForm: TMainForm 2 Left = 26 83 Height = 45 14 Top = 15 65 Width = 64 62 Left = 269 3 Height = 450 4 Top = 157 5 Width = 644 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 43 29 ClientWidth = 64 68 ClientHeight = 430 9 ClientWidth = 644 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 43 218 Height = 430 19 19 Top = 0 20 20 Width = 184 21 21 Align = alLeft 22 22 BevelOuter = bvNone 23 ClientHeight = 43 223 ClientHeight = 430 24 24 ClientWidth = 184 25 25 TabOrder = 0 … … 34 34 object TreeView1: TTreeView 35 35 Left = 4 36 Height = 40 836 Height = 406 37 37 Top = 19 38 38 Width = 180 … … 48 48 object Panel2: TPanel 49 49 Left = 189 50 Height = 43 250 Height = 430 51 51 Top = 0 52 Width = 45 752 Width = 455 53 53 Align = alClient 54 54 BevelOuter = bvNone 55 ClientHeight = 43 256 ClientWidth = 45 755 ClientHeight = 430 56 ClientWidth = 455 57 57 TabOrder = 1 58 58 object Label2: TLabel … … 66 66 object ListView1: TListView 67 67 Left = 2 68 Height = 37 668 Height = 374 69 69 Top = 19 70 Width = 45 370 Width = 451 71 71 Anchors = [akTop, akLeft, akRight, akBottom] 72 72 Columns = <> … … 86 86 Left = 3 87 87 Height = 25 88 Top = 40 388 Top = 401 89 89 Width = 75 90 90 Action = AItemAdd … … 95 95 Left = 83 96 96 Height = 25 97 Top = 40 397 Top = 401 98 98 Width = 75 99 99 Action = AItemDelete … … 104 104 object Splitter1: TSplitter 105 105 Left = 184 106 Height = 43 2106 Height = 430 107 107 Top = 0 108 108 Width = 5
Note:
See TracChangeset
for help on using the changeset viewer.