Changeset 219 for trunk/Forms/FormImportFormats.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportFormats.lfm
r218 r219 1 1 object FormImportFormats: TFormImportFormats 2 2 Left = 473 3 Height = 5183 Height = 622 4 4 Top = 327 5 Width = 7395 Width = 887 6 6 Caption = 'Import formats' 7 ClientHeight = 518 8 ClientWidth = 739 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 622 8 ClientWidth = 887 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 ListView1: TListView 16 Left = 517 Height = 47618 Top = 519 Width = 72915 Left = 6 16 Height = 577 17 Top = 6 18 Width = 875 20 19 Align = alClient 21 BorderSpacing.Around = 520 BorderSpacing.Around = 6 22 21 Columns = < 23 22 item 24 23 Caption = 'Name' 25 Width = 70424 Width = 860 26 25 end> 27 26 MultiSelect = True … … 40 39 object ToolBar1: TToolBar 41 40 Left = 0 42 Top = 486 43 Width = 739 41 Height = 33 42 Top = 589 43 Width = 887 44 44 Align = alBottom 45 Images = Core.ImageList146 45 ParentFont = False 47 46 ParentShowHint = False … … 54 53 end 55 54 object ToolButton2: TToolButton 56 Left = 3 055 Left = 36 57 56 Top = 2 58 57 Action = AModify 59 58 end 60 59 object ToolButton3: TToolButton 61 Left = 5960 Left = 71 62 61 Top = 2 63 62 Action = ARemove … … 65 64 end 66 65 object ActionList1: TActionList 67 Images = Core.ImageList1 68 left = 510 69 top = 280 66 Left = 612 67 Top = 336 70 68 object AAdd: TAction 71 69 Caption = 'Add' … … 88 86 end 89 87 object PopupMenuImportSource: TPopupMenu 90 Images = Core.ImageList1 91 left = 184 92 top = 275 88 Left = 221 89 Top = 330 93 90 object MenuItem1: TMenuItem 94 91 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.