Changeset 219 for trunk/Forms/FormImportSources.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSources.lfm
r218 r219 1 1 object FormImportSources: TFormImportSources 2 2 Left = 475 3 Height = 4 143 Height = 497 4 4 Top = 329 5 Width = 8125 Width = 974 6 6 Caption = 'Import sources' 7 ClientHeight = 414 8 ClientWidth = 812 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 497 8 ClientWidth = 974 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 ToolBar1: TToolBar 16 15 Left = 0 17 Height = 2618 Top = 38819 Width = 81216 Height = 33 17 Top = 464 18 Width = 974 20 19 Align = alBottom 21 20 Caption = 'ToolBar1' … … 30 29 end 31 30 object ToolButton2: TToolButton 32 Left = 3 031 Left = 36 33 32 Top = 2 34 33 Action = AModify 35 34 end 36 35 object ToolButton3: TToolButton 37 Left = 5936 Left = 71 38 37 Top = 2 39 38 Action = ARemove 40 39 end 41 40 object ToolButton4: TToolButton 42 Left = 8841 Left = 106 43 42 Top = 2 44 43 Action = AProcess … … 46 45 end 47 46 object ListView1: TListView 48 Left = 449 Height = 35150 Top = 3351 Width = 80447 Left = 5 48 Height = 419 49 Top = 40 50 Width = 964 52 51 Align = alClient 53 BorderSpacing.Left = 454 BorderSpacing.Right = 455 BorderSpacing.Bottom = 452 BorderSpacing.Left = 5 53 BorderSpacing.Right = 5 54 BorderSpacing.Bottom = 5 56 55 Checkboxes = True 57 56 Columns = < 58 57 item 59 58 Caption = 'Name' 60 Width = 1 5059 Width = 180 61 60 end 62 61 item 63 62 Caption = 'URL' 64 Width = 25063 Width = 300 65 64 end 66 65 item 67 66 Caption = 'Categories' 68 Width = 2 0067 Width = 240 69 68 end 70 69 item 71 70 Caption = 'Count' 72 Width = 7071 Width = 84 73 72 end 74 73 item 75 74 Caption = 'Date' 76 Width = 1 1475 Width = 145 77 76 end> 78 77 MultiSelect = True … … 91 90 end 92 91 object ListViewFilter1: TListViewFilter 93 Left = 494 Height = 2995 Top = 496 Width = 80492 Left = 5 93 Height = 35 94 Top = 5 95 Width = 964 97 96 OnChange = ListViewFilter1Change 98 97 Align = alTop 99 BorderSpacing.Left = 4100 BorderSpacing.Top = 4101 BorderSpacing.Right = 498 BorderSpacing.Left = 5 99 BorderSpacing.Top = 5 100 BorderSpacing.Right = 5 102 101 end 103 102 object ActionList1: TActionList 104 103 Images = Core.ImageList1 105 left = 408106 top = 224104 Left = 490 105 Top = 269 107 106 object AAdd: TAction 108 107 Caption = 'Add' … … 139 138 object PopupMenuImportSource: TPopupMenu 140 139 Images = Core.ImageList1 141 left = 147142 top = 220140 Left = 176 141 Top = 264 143 142 object MenuItem1: TMenuItem 144 143 Action = AAdd … … 167 166 ShowDelay = 0 168 167 AutoClose = False 169 left = 299170 top = 119168 Left = 359 169 Top = 143 171 170 end 172 171 object ListViewSort1: TListViewSort … … 177 176 Column = 0 178 177 Order = soNone 179 left = 547180 top = 172178 Left = 656 179 Top = 206 181 180 end 182 181 end
Note:
See TracChangeset
for help on using the changeset viewer.