Changeset 51 for trunk/Forms/UFormImportFormats.lfm
- Timestamp:
- Jul 25, 2016, 5:20:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormats.lfm
r35 r51 4 4 Top = 327 5 5 Width = 591 6 Caption = 'Import sources'6 Caption = 'Import formats' 7 7 ClientHeight = 414 8 8 ClientWidth = 591 9 OnCreate = FormCreate 9 10 OnShow = FormShow 10 11 LCLVersion = '1.6.0.4' 11 12 object ListView1: TListView 12 13 Left = 8 13 Height = 3 9814 Height = 368 14 15 Top = 8 15 16 Width = 577 … … 30 31 OnDblClick = ListView1DblClick 31 32 OnSelectItem = ListView1SelectItem 33 end 34 object ToolBar1: TToolBar 35 Left = 0 36 Height = 26 37 Top = 388 38 Width = 591 39 Align = alBottom 40 Caption = 'ToolBar1' 41 Images = FormMain.ImageList1 42 ParentShowHint = False 43 ShowHint = True 44 TabOrder = 1 45 object ToolButton1: TToolButton 46 Left = 1 47 Top = 2 48 Action = AAdd 49 end 50 object ToolButton2: TToolButton 51 Left = 24 52 Top = 2 53 Action = AModify 54 end 55 object ToolButton3: TToolButton 56 Left = 47 57 Top = 2 58 Action = ARemove 59 end 32 60 end 33 61 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.