Changeset 31 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- Jul 13, 2016, 10:34:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r28 r31 33 33 Left = 20 34 34 Height = 20 35 Top = 1635 Top = 53 36 36 Width = 43 37 37 Caption = 'Name:' … … 41 41 Left = 179 42 42 Height = 28 43 Top = 1143 Top = 48 44 44 Width = 461 45 45 Anchors = [akTop, akLeft, akRight] … … 49 49 Left = 20 50 50 Height = 20 51 Top = 5351 Top = 90 52 52 Width = 72 53 53 Caption = 'Block start:' … … 57 57 Left = 179 58 58 Height = 28 59 Top = 4859 Top = 85 60 60 Width = 461 61 61 Anchors = [akTop, akLeft, akRight] … … 65 65 Left = 20 66 66 Height = 20 67 Top = 9367 Top = 130 68 68 Width = 68 69 69 Caption = 'Block end:' … … 73 73 Left = 179 74 74 Height = 28 75 Top = 8875 Top = 125 76 76 Width = 461 77 77 Anchors = [akTop, akLeft, akRight] … … 80 80 object ListViewItemRules: TListView 81 81 Left = 20 82 Height = 23083 Top = 1 4482 Height = 192 83 Top = 181 84 84 Width = 620 85 85 Anchors = [akTop, akLeft, akRight, akBottom] … … 117 117 Left = 20 118 118 Height = 20 119 Top = 1 20119 Top = 157 120 120 Width = 68 121 121 Caption = 'Item rules:' 122 122 ParentColor = False 123 123 end 124 object Label3: TLabel 125 Left = 20 126 Height = 20 127 Top = 13 128 Width = 35 129 Caption = 'Type:' 130 ParentColor = False 131 end 132 object ComboBoxType: TComboBox 133 Left = 179 134 Height = 28 135 Top = 13 136 Width = 197 137 ItemHeight = 20 138 Items.Strings = ( 139 'Text parse' 140 'MS Access database' 141 ) 142 Style = csDropDownList 143 TabOrder = 6 144 end 124 145 object PopupMenu1: TPopupMenu 125 146 Images = FormMain.ImageList1 126 147 left = 181 127 top = 2 40148 top = 277 128 149 object MenuItem1: TMenuItem 129 150 Action = AAdd … … 145 166 Images = FormMain.ImageList1 146 167 left = 383 147 top = 2 45168 top = 282 148 169 object AAdd: TAction 149 170 Caption = 'Add'
Note:
See TracChangeset
for help on using the changeset viewer.