Changeset 51 for trunk/Forms/UFormImportSources.lfm
- Timestamp:
- Jul 25, 2016, 5:20:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSources.lfm
r50 r51 7 7 ClientHeight = 414 8 8 ClientWidth = 812 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 = 376 14 15 Top = 8 15 16 Width = 798 … … 43 44 OnDblClick = ListView1DblClick 44 45 OnSelectItem = ListView1SelectItem 46 end 47 object ToolBar1: TToolBar 48 Left = 0 49 Height = 26 50 Top = 388 51 Width = 812 52 Align = alBottom 53 Caption = 'ToolBar1' 54 Images = FormMain.ImageList1 55 ParentShowHint = False 56 ShowHint = True 57 TabOrder = 1 58 object ToolButton1: TToolButton 59 Left = 1 60 Top = 2 61 Action = AAdd 62 end 63 object ToolButton2: TToolButton 64 Left = 24 65 Top = 2 66 Action = AModify 67 end 68 object ToolButton3: TToolButton 69 Left = 47 70 Top = 2 71 Action = ARemove 72 end 73 object ToolButton4: TToolButton 74 Left = 70 75 Top = 2 76 Action = AProcess 77 end 45 78 end 46 79 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.