Changeset 2 for trunk/UMainForm.lfm
- Timestamp:
- May 30, 2010, 6:09:55 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 lib 2 Config.xml 3 chronis
-
- Property svn:ignore
-
trunk/UMainForm.lfm
r1 r2 1 1 object MainForm: TMainForm 2 Left = 3 262 Left = 359 3 3 Height = 445 4 Top = 1 644 Top = 124 5 5 Width = 649 6 6 ActiveControl = ListView1 … … 8 8 ClientHeight = 445 9 9 ClientWidth = 649 10 OnClose = FormClose 10 11 OnCreate = FormCreate 12 OnShow = FormShow 11 13 LCLVersion = '0.9.29' 12 14 object TreeView1: TTreeView … … 16 18 Width = 171 17 19 Anchors = [akTop, akLeft, akBottom] 18 DefaultItemHeight = 19 20 DefaultItemHeight = 15 21 ReadOnly = True 19 22 TabOrder = 0 23 OnChange = TreeView1Change 24 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] 20 25 end 21 26 object ListView1: TListView 22 Left = 18 727 Left = 184 23 28 Height = 417 24 Top = 1 929 Top = 16 25 30 Width = 453 26 31 Anchors = [akTop, akLeft, akRight, akBottom] 27 32 Columns = <> 28 33 ItemIndex = -1 34 ReadOnly = True 35 RowSelect = True 29 36 TabOrder = 1 30 37 ViewStyle = vsReport … … 32 39 object Label1: TLabel 33 40 Left = 7 34 Height = 1 841 Height = 14 35 42 Top = 4 36 Width = 5743 Width = 47 37 44 Caption = 'Skupiny:' 38 45 ParentColor = False … … 40 47 object Label2: TLabel 41 48 Left = 187 42 Height = 1 849 Height = 14 43 50 Top = 4 44 Width = 4951 Width = 38 45 52 Caption = 'Výpisy:' 46 53 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.