Changeset 208 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 20, 2021, 11:36:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r207 r208 1 1 object FormMain: TFormMain 2 Left = 3953 Height = 7 224 Top = 2615 Width = 1 0162 Left = 417 3 Height = 747 4 Top = 453 5 Width = 1106 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 6888 ClientWidth = 1 0167 ClientHeight = 713 8 ClientWidth = 1106 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 … … 19 19 object PanelMain: TPanel 20 20 Left = 0 21 Height = 58021 Height = 605 22 22 Top = 81 23 Width = 1 01623 Width = 1106 24 24 Align = alClient 25 25 BevelOuter = bvNone 26 ClientHeight = 58027 ClientWidth = 1 01626 ClientHeight = 605 27 ClientWidth = 1106 28 28 ParentFont = False 29 29 TabOrder = 0 … … 32 32 Height = 46 33 33 Top = 5 34 Width = 10 0534 Width = 1095 35 35 OnChange = ListViewFilter1Change 36 36 Anchors = [akTop, akLeft, akRight] … … 38 38 object ListViewAcronyms: TListView 39 39 Left = 5 40 Height = 5 2440 Height = 549 41 41 Top = 50 42 Width = 10 0542 Width = 1095 43 43 Anchors = [akTop, akLeft, akRight, akBottom] 44 44 Columns = < … … 71 71 Height = 38 72 72 Top = 43 73 Width = 1 01673 Width = 1106 74 74 Align = alTop 75 75 BevelOuter = bvNone 76 76 ClientHeight = 38 77 ClientWidth = 1 01677 ClientWidth = 1106 78 78 ParentFont = False 79 79 TabOrder = 1 80 80 object CheckBoxExactLength: TCheckBox 81 Left = 1282 Height = 3 083 Top = 581 Left = 8 82 Height = 38 83 Top = 0 84 84 Width = 132 85 85 Action = AFilterSameLength 86 Align = alLeft 87 BorderSpacing.Left = 8 86 88 ParentFont = False 87 89 TabOrder = 0 88 90 end 89 91 object CheckBoxCaseSensitive: TCheckBox 90 Left = 24091 Height = 3 092 Top = 592 Left = 156 93 Height = 38 94 Top = 0 93 95 Width = 165 94 96 Action = AFilterSameLetterCase 97 Align = alLeft 98 BorderSpacing.Left = 16 95 99 ParentFont = False 96 100 TabOrder = 1 97 101 end 98 102 object CheckBoxEnabledCategories: TCheckBox 99 Left = 540100 Height = 3 0101 Top = 5103 Left = 337 104 Height = 38 105 Top = 0 102 106 Width = 187 103 107 Action = AFilterEnabledCategories 108 Align = alLeft 109 BorderSpacing.Left = 16 104 110 ParentFont = False 105 111 TabOrder = 2 112 end 113 object CheckBoxShowItemsWithoutFilter: TCheckBox 114 Left = 540 115 Height = 38 116 Top = 0 117 Width = 237 118 Action = AFilterShowItemsWithoutFilter 119 Align = alLeft 120 BorderSpacing.Left = 16 121 ParentFont = False 122 TabOrder = 3 106 123 end 107 124 end … … 110 127 Height = 43 111 128 Top = 0 112 Width = 1 016129 Width = 1106 113 130 AutoSize = True 114 131 Bands = < … … 301 318 Left = 0 302 319 Height = 27 303 Top = 6 61304 Width = 1 016320 Top = 686 321 Width = 1106 305 322 Panels = < 306 323 item … … 426 443 OnExecute = AFilterEnabledCategoriesExecute 427 444 end 445 object AFilterShowItemsWithoutFilter: TAction 446 AutoCheck = True 447 Caption = 'Show items without filter' 448 OnExecute = AFilterShowItemsWithoutFilterExecute 449 end 428 450 object AManageAcronym: TAction 429 451 Caption = 'Manage acronym' … … 438 460 object MainMenu1: TMainMenu 439 461 Images = Core.ImageList1 440 Left = 7 08462 Left = 712 441 463 Top = 204 442 464 object MenuItem8: TMenuItem … … 558 580 end 559 581 object PopupMenuFilter: TPopupMenu 560 Left = 41 4582 Left = 416 561 583 Top = 217 562 584 object MenuItem1: TMenuItem 563 585 Action = AManageAcronym 564 586 end 587 object N1: TMenuItem 588 Caption = '-' 589 end 590 object MenuItem26: TMenuItem 591 Action = AFilterSameLength 592 AutoCheck = True 593 end 594 object MenuItem27: TMenuItem 595 Action = AFilterSameLetterCase 596 AutoCheck = True 597 end 598 object MenuItem19: TMenuItem 599 Action = AFilterEnabledCategories 600 AutoCheck = True 601 end 565 602 object MenuItemShowItemsWithoutFilter: TMenuItem 566 Caption = 'Show items without filter'567 OnClick = MenuItemShowItemsWithoutFilterClick603 Action = AFilterShowItemsWithoutFilter 604 AutoCheck = True 568 605 end 569 606 end
Note:
See TracChangeset
for help on using the changeset viewer.