Changeset 219 for trunk/Forms/FormCategories.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCategories.lfm
r218 r219 1 1 object FormCategories: TFormCategories 2 2 Left = 516 3 Height = 4293 Height = 515 4 4 Top = 439 5 Width = 7845 Width = 941 6 6 Caption = 'Acronym categories' 7 ClientHeight = 429 8 ClientWidth = 784 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 515 8 ClientWidth = 941 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 ListViewCategories: TListView 16 Left = 417 Height = 39518 Top = 419 Width = 77615 Left = 5 16 Height = 472 17 Top = 5 18 Width = 931 20 19 Align = alClient 21 BorderSpacing.Around = 420 BorderSpacing.Around = 5 22 21 Checkboxes = True 23 22 Columns = < 24 23 item 25 24 Caption = 'Name' 26 Width = 3 0025 Width = 360 27 26 end 28 27 item 29 28 Caption = 'Used count' 30 Width = 45629 Width = 556 31 30 end> 32 31 MultiSelect = True … … 45 44 object ToolBar1: TToolBar 46 45 Left = 0 47 Height = 2648 Top = 4 0349 Width = 78446 Height = 33 47 Top = 482 48 Width = 941 50 49 Align = alBottom 51 50 Images = Core.ImageList1 … … 59 58 end 60 59 object ToolButton2: TToolButton 61 Left = 3 060 Left = 36 62 61 Top = 2 63 62 Action = AModify 64 63 end 65 64 object ToolButton3: TToolButton 66 Left = 5965 Left = 71 67 66 Top = 2 68 67 Action = ARemove … … 71 70 object ActionList1: TActionList 72 71 Images = Core.ImageList1 73 left = 38074 top = 19672 Left = 456 73 Top = 235 75 74 object AAdd: TAction 76 75 Caption = 'Add' … … 107 106 object PopupMenuCategory: TPopupMenu 108 107 Images = Core.ImageList1 109 left = 119110 top = 192108 Left = 143 109 Top = 230 111 110 object MenuItem1: TMenuItem 112 111 Action = AAdd … … 137 136 Column = 0 138 137 Order = soNone 139 left = 536140 top = 184138 Left = 643 139 Top = 221 141 140 end 142 141 end
Note:
See TracChangeset
for help on using the changeset viewer.