Changeset 219 for trunk/Forms/FormAcronyms.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormAcronyms.lfm
r218 r219 1 1 object FormAcronyms: TFormAcronyms 2 Left = 4263 Height = 5584 Top = 2 515 Width = 7402 Left = 755 3 Height = 670 4 Top = 284 5 Width = 888 6 6 Caption = 'Acronyms' 7 ClientHeight = 558 8 ClientWidth = 740 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 670 8 ClientWidth = 888 9 DesignTimePPI = 144 11 10 OnCreate = FormCreate 12 11 OnShow = FormShow 13 12 Position = poScreenCenter 14 LCLVersion = ' 2.0.2.0'13 LCLVersion = '3.6.0.0' 15 14 object ListViewAcronyms: TListView 16 Left = 417 Height = 46618 Top = 3419 Width = 73215 Left = 5 16 Height = 563 17 Top = 41 18 Width = 878 20 19 Align = alClient 21 BorderSpacing.Left = 422 BorderSpacing.Right = 423 BorderSpacing.Bottom = 420 BorderSpacing.Left = 5 21 BorderSpacing.Right = 5 22 BorderSpacing.Bottom = 5 24 23 Columns = < 25 24 item 26 25 Caption = 'Name' 27 Width = 1 0026 Width = 120 28 27 end 29 28 item 30 29 Caption = 'Description' 31 Width = 3 0030 Width = 360 32 31 end 33 32 item 34 33 Caption = 'Categories' 35 Width = 3 1234 Width = 383 36 35 end> 37 36 MultiSelect = True … … 49 48 end 50 49 object ListViewFilter1: TListViewFilter 51 Left = 452 Height = 3 053 Top = 454 Width = 73250 Left = 5 51 Height = 36 52 Top = 5 53 Width = 878 55 54 OnChange = ListViewFilter1Change 56 55 Align = alTop 57 BorderSpacing.Left = 4 58 BorderSpacing.Top = 4 59 BorderSpacing.Right = 4 60 end 61 object StatusBar1: TStatusBar 62 Left = 0 63 Height = 28 64 Top = 530 65 Width = 740 66 Panels = < 67 item 68 Width = 120 69 end 70 item 71 Width = 120 72 end> 73 SimplePanel = False 56 BorderSpacing.Left = 5 57 BorderSpacing.Top = 5 58 BorderSpacing.Right = 5 74 59 end 75 60 object ToolBar1: TToolBar 61 AnchorSideBottom.Control = StatusBar1 76 62 Left = 0 77 Height = 2678 Top = 50479 Width = 74063 Height = 33 64 Top = 609 65 Width = 888 80 66 Align = alBottom 81 67 Caption = 'ToolBar1' … … 83 69 ParentShowHint = False 84 70 ShowHint = True 85 TabOrder = 371 TabOrder = 2 86 72 object ToolButton1: TToolButton 87 73 Left = 1 … … 90 76 end 91 77 object ToolButton2: TToolButton 92 Left = 3 078 Left = 36 93 79 Top = 2 94 80 Action = AModify 95 81 end 96 82 object ToolButton3: TToolButton 97 Left = 5983 Left = 71 98 84 Top = 2 99 85 Action = ARemove 100 86 end 87 end 88 object StatusBar1: TStatusBar 89 Left = 0 90 Height = 28 91 Top = 642 92 Width = 888 93 Panels = < 94 item 95 Width = 144 96 end 97 item 98 Width = 144 99 end> 100 SimplePanel = False 101 101 end 102 102 object ListViewSort1: TListViewSort … … 107 107 Column = 0 108 108 Order = soUp 109 left = 248110 top = 168109 Left = 298 110 Top = 202 111 111 end 112 112 object ActionList1: TActionList 113 113 Images = Core.ImageList1 114 left = 248115 top = 232114 Left = 298 115 Top = 278 116 116 object AAdd: TAction 117 117 Caption = 'Add' … … 140 140 object PopupMenuAcronym: TPopupMenu 141 141 Images = Core.ImageList1 142 left = 248143 top = 296142 Left = 298 143 Top = 355 144 144 object MenuItem4: TMenuItem 145 145 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.