Changeset 4 for trunk/UFormMain.lfm
- Timestamp:
- May 1, 2014, 7:29:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UFormMain.lfm
r3 r4 18 18 Height = 504 19 19 Top = 0 20 Width = 84020 Width = 520 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 22 DefaultItemHeight = 24 23 ReadOnly = True 24 RowSelect = True 23 25 TabOrder = 0 26 OnSelectionChanged = TreeView1SelectionChanged 27 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] 24 28 end 25 29 object StatusBar1: TStatusBar … … 45 49 Style = tbsCheck 46 50 end 51 object ToolButton1: TToolButton 52 Left = 24 53 Top = 2 54 Action = AShowList 55 end 56 end 57 object Memo1: TMemo 58 Left = 536 59 Height = 498 60 Top = 0 61 Width = 312 62 Anchors = [akTop, akRight, akBottom] 63 ReadOnly = True 64 ScrollBars = ssAutoBoth 65 TabOrder = 3 47 66 end 48 67 object MainMenu1: TMainMenu … … 61 80 Action = AViemSystem 62 81 end 82 object MenuItem5: TMenuItem 83 Action = AShowList 84 end 85 object MenuItem6: TMenuItem 86 Action = AShowLog 87 end 63 88 end 64 89 end … … 75 100 OnExecute = AViemSystemExecute 76 101 end 102 object AShowList: TAction 103 Caption = 'Show list' 104 OnExecute = AShowListExecute 105 end 106 object AShowLog: TAction 107 Caption = 'Show log' 108 OnExecute = AShowLogExecute 109 end 77 110 end 78 111 object ImageList1: TImageList
Note:
See TracChangeset
for help on using the changeset viewer.