Changeset 9 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Dec 26, 2010, 8:12:59 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 Config.xml 3 3 chronis 4 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Forms/UMainForm.lfm
r8 r9 6 6 ActiveControl = Panel1 7 7 Caption = 'ChronIS' 8 ClientHeight = 4 228 ClientHeight = 418 9 9 ClientWidth = 649 10 10 Menu = MainMenu1 … … 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 4 2218 Height = 418 19 19 Top = 0 20 20 Width = 184 21 21 Align = alLeft 22 22 BevelOuter = bvNone 23 ClientHeight = 4 2223 ClientHeight = 418 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 = 4430 Width = 51 31 31 Caption = 'Groups:' 32 32 ParentColor = False 33 33 end 34 34 object TreeView1: TTreeView 35 Left = 836 Height = 39 835 Left = 4 36 Height = 394 37 37 Top = 19 38 Width = 1 7638 Width = 180 39 39 Anchors = [akTop, akLeft, akRight, akBottom] 40 DefaultItemHeight = 1 640 DefaultItemHeight = 19 41 41 Images = ImageListActions 42 42 ReadOnly = True … … 48 48 object Panel2: TPanel 49 49 Left = 189 50 Height = 4 2250 Height = 418 51 51 Top = 0 52 52 Width = 460 53 53 Align = alClient 54 54 BevelOuter = bvNone 55 ClientHeight = 4 2255 ClientHeight = 418 56 56 ClientWidth = 460 57 57 TabOrder = 1 58 58 object Label2: TLabel 59 Left = 1160 Height = 1 459 Left = 2 60 Height = 18 61 61 Top = 4 62 Width = 4662 Width = 54 63 63 Caption = 'Reports:' 64 64 ParentColor = False 65 65 end 66 66 object ListView1: TListView 67 Left = 368 Height = 36 667 Left = 2 68 Height = 362 69 69 Top = 19 70 Width = 45 070 Width = 456 71 71 Anchors = [akTop, akLeft, akRight, akBottom] 72 72 Columns = <> … … 86 86 Left = 3 87 87 Height = 25 88 Top = 3 9388 Top = 389 89 89 Width = 75 90 90 Action = AItemAdd … … 95 95 Left = 83 96 96 Height = 25 97 Top = 3 9397 Top = 389 98 98 Width = 75 99 99 Action = AItemDelete … … 104 104 object Splitter1: TSplitter 105 105 Left = 184 106 Height = 4 22106 Height = 418 107 107 Top = 0 108 108 Width = 5
Note:
See TracChangeset
for help on using the changeset viewer.