Changeset 230 for trunk/Forms/FormImportSources.lfm
- Timestamp:
- Jan 24, 2025, 11:42:58 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSources.lfm
r227 r230 8 8 ClientWidth = 974 9 9 DesignTimePPI = 144 10 OnActivate = FormActivate 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow … … 43 44 Action = AProcess 44 45 end 46 object ToolButton5: TToolButton 47 Left = 141 48 Top = 2 49 Action = APreview 50 end 45 51 end 46 52 object ListView1: TListView … … 73 79 item 74 80 Caption = 'Date' 75 Width = 145 81 Width = 120 82 end 83 item 84 Caption = 'Format' 85 Width = 150 76 86 end> 77 87 MultiSelect = True … … 101 111 end 102 112 object ActionList1: TActionList 113 Images = Core.ImageListSmall 103 114 Left = 490 104 115 Top = 269 … … 134 145 OnExecute = ADisableExecute 135 146 end 147 object APreview: TAction 148 Caption = 'Preview' 149 ImageIndex = 13 150 OnExecute = APreviewExecute 151 end 136 152 end 137 153 object PopupMenuImportSource: TPopupMenu 154 Images = Core.ImageListSmall 138 155 Left = 176 139 156 Top = 264 … … 149 166 object MenuItem4: TMenuItem 150 167 Action = AProcess 168 end 169 object MenuItem8: TMenuItem 170 Action = APreview 151 171 end 152 172 object MenuItem7: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.