Changeset 90 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Aug 10, 2016, 11:24:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r87 r90 3 3 Height = 446 4 4 Top = 342 5 Width = 6315 Width = 782 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 218 ClientWidth = 6317 ClientHeight = 414 8 ClientWidth = 782 9 9 Menu = MainMenu1 10 10 OnClose = FormClose … … 17 17 object Panel1: TPanel 18 18 Left = 0 19 Height = 3 9519 Height = 388 20 20 Top = 26 21 Width = 63121 Width = 782 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 3 9525 ClientWidth = 63124 ClientHeight = 388 25 ClientWidth = 782 26 26 TabOrder = 1 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 429 Height = 28 30 30 Top = 3 31 Width = 1 0431 Width = 129 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 38 38 Height = 30 39 39 Top = 32 40 Width = 61640 Width = 767 41 41 OnChange = ListViewFilter1Change 42 42 Anchors = [akTop, akLeft, akRight] … … 44 44 object ListViewAcronyms: TListView 45 45 Left = 8 46 Height = 3 2346 Height = 316 47 47 Top = 64 48 Width = 61648 Width = 767 49 49 Anchors = [akTop, akLeft, akRight, akBottom] 50 50 Columns = < … … 54 54 end 55 55 item 56 Caption = ' Description'56 Caption = 'Meaning' 57 57 Width = 300 58 58 end 59 59 item 60 60 Caption = 'Categories' 61 Width = 3 0061 Width = 347 62 62 end> 63 63 OwnerData = True … … 75 75 Height = 26 76 76 Top = 0 77 Width = 63177 Width = 782 78 78 Caption = 'ToolBar1' 79 79 Images = ImageList1 … … 699 699 end 700 700 object MenuItem3: TMenuItem 701 Action = A ManualImport701 Action = AImport 702 702 end 703 703 object MenuItem19: TMenuItem … … 793 793 OnExecute = AShowExecute 794 794 end 795 object A ManualImport: TAction796 Caption = ' Manual import'797 OnExecute = A ManualImportExecute795 object AImport: TAction 796 Caption = 'Import' 797 OnExecute = AImportExecute 798 798 end 799 799 object AFileOpen: TAction … … 866 866 OnExecute = AProcessImportsExecute 867 867 ShortCut = 119 868 end 869 object AExport: TAction 870 Caption = 'Export' 871 OnExecute = AExportExecute 868 872 end 869 873 end … … 1290 1294 Caption = 'Tools' 1291 1295 object MenuItem17: TMenuItem 1292 Action = AManualImport 1296 Action = AImport 1297 end 1298 object MenuItem25: TMenuItem 1299 Action = AExport 1293 1300 end 1294 1301 object MenuItem23: TMenuItem … … 2002 2009 end 2003 2010 object PopupMenuOpenRecent: TPopupMenu 2004 left = 3792005 top = 1 362011 left = 672 2012 top = 144 2006 2013 end 2007 2014 end
Note:
See TracChangeset
for help on using the changeset viewer.