Changeset 152 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Oct 16, 2017, 3:05:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r151 r152 1 1 object FormMain: TFormMain 2 2 Left = 495 3 Height = 4 474 Top = 4245 Width = 7 823 Height = 482 4 Top = 389 5 Width = 798 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 228 ClientWidth = 7 827 ClientHeight = 457 8 ClientWidth = 798 9 9 Menu = MainMenu1 10 10 OnClose = FormClose … … 17 17 object PanelMain: TPanel 18 18 Left = 0 19 Height = 3 6019 Height = 395 20 20 Top = 62 21 Width = 7 8221 Width = 798 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 3 6025 ClientWidth = 7 8224 ClientHeight = 395 25 ClientWidth = 798 26 26 TabOrder = 0 27 object ListViewFilter1: TListViewFilter 28 Left = 8 29 Height = 30 30 Top = 5 31 Width = 767 32 OnChange = ListViewFilter1Change 33 Anchors = [akTop, akLeft, akRight] 34 end 35 object ListViewAcronyms: TListView 36 Left = 8 37 Height = 318 38 Top = 35 39 Width = 767 40 Anchors = [akTop, akLeft, akRight, akBottom] 41 Columns = < 27 object StatusBar1: TStatusBar 28 Left = 0 29 Height = 28 30 Top = 367 31 Width = 798 32 Panels = < 42 33 item 43 Caption = 'Name' 44 Width = 100 34 Width = 200 45 35 end 46 36 item 47 Caption = 'Meaning' 48 Width = 300 49 end 50 item 51 Caption = 'Categories' 52 Width = 347 37 Width = 200 53 38 end> 54 OwnerData = True 55 PopupMenu = PopupMenuFilter 56 ReadOnly = True 57 RowSelect = True 58 TabOrder = 1 59 ViewStyle = vsReport 60 OnData = ListViewAcronymsData 61 OnResize = ListViewAcronymsResize 62 OnSelectItem = ListViewAcronymsSelectItem 39 SimplePanel = False 40 end 41 object Panel1: TPanel 42 Left = 0 43 Height = 367 44 Top = 0 45 Width = 798 46 Align = alClient 47 BevelOuter = bvNone 48 TabOrder = 3 49 object ListViewFilter1: TListViewFilter 50 Left = 8 51 Height = 30 52 Top = 5 53 Width = 783 54 OnChange = ListViewFilter1Change 55 Anchors = [akTop, akLeft, akRight] 56 end 57 object ListViewAcronyms: TListView 58 Left = 8 59 Height = 326 60 Top = 35 61 Width = 784 62 Anchors = [akTop, akLeft, akRight, akBottom] 63 Columns = < 64 item 65 Caption = 'Name' 66 Width = 100 67 end 68 item 69 Caption = 'Meaning' 70 Width = 300 71 end 72 item 73 Caption = 'Categories' 74 Width = 347 75 end> 76 OwnerData = True 77 PopupMenu = PopupMenuFilter 78 ReadOnly = True 79 RowSelect = True 80 TabOrder = 1 81 ViewStyle = vsReport 82 OnData = ListViewAcronymsData 83 OnResize = ListViewAcronymsResize 84 OnSelectItem = ListViewAcronymsSelectItem 85 end 63 86 end 64 87 end … … 67 90 Height = 30 68 91 Top = 32 69 Width = 7 8292 Width = 798 70 93 Align = alTop 71 94 BevelOuter = bvNone 72 95 ClientHeight = 30 73 ClientWidth = 7 8296 ClientWidth = 798 74 97 TabOrder = 1 75 98 object CheckBoxExactLength: TCheckBox … … 102 125 Height = 32 103 126 Top = 0 104 Width = 7 82127 Width = 798 105 128 AutoSize = True 106 129 Bands = < … … 819 842 OnClick = MenuItemParamClick 820 843 end 844 object MenuItemStatusBar: TMenuItem 845 Caption = 'Status bar' 846 OnClick = MenuItemStatusBarClick 847 end 821 848 end 822 849 object MenuItem16: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.