Changeset 109 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- Oct 13, 2016, 9:43:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r104 r109 33 33 object Label1: TLabel 34 34 Left = 20 35 Height = 2 035 Height = 25 36 36 Top = 53 37 Width = 4337 Width = 51 38 38 Caption = 'Name:' 39 39 ParentColor = False … … 41 41 object EditName: TEdit 42 42 Left = 179 43 Height = 2843 Height = 33 44 44 Top = 48 45 45 Width = 426 … … 49 49 object Label8: TLabel 50 50 Left = 20 51 Height = 2 051 Height = 25 52 52 Top = 90 53 Width = 7253 Width = 86 54 54 Caption = 'Block start:' 55 55 ParentColor = False … … 57 57 object EditBlockStart: TEdit 58 58 Left = 179 59 Height = 2859 Height = 33 60 60 Top = 85 61 61 Width = 426 … … 65 65 object Label9: TLabel 66 66 Left = 20 67 Height = 2 067 Height = 25 68 68 Top = 130 69 Width = 6869 Width = 81 70 70 Caption = 'Block end:' 71 71 ParentColor = False … … 73 73 object EditBlockEnd: TEdit 74 74 Left = 179 75 Height = 2875 Height = 33 76 76 Top = 125 77 77 Width = 426 … … 117 117 object Label2: TLabel 118 118 Left = 20 119 Height = 2 0119 Height = 25 120 120 Top = 157 121 Width = 68121 Width = 82 122 122 Caption = 'Item rules:' 123 123 ParentColor = False … … 125 125 object Label3: TLabel 126 126 Left = 20 127 Height = 2 0127 Height = 25 128 128 Top = 13 129 Width = 35129 Width = 42 130 130 Caption = 'Type:' 131 131 ParentColor = False … … 133 133 object ComboBoxType: TComboBox 134 134 Left = 179 135 Height = 28135 Height = 33 136 136 Top = 13 137 137 Width = 197 138 ItemHeight = 2 0138 ItemHeight = 25 139 139 Items.Strings = ( 140 140 'Text parse HTTP' … … 146 146 end 147 147 object PopupMenu1: TPopupMenu 148 Images = FormMain.ImageList1149 148 left = 181 150 149 top = 277 … … 274 273 end 275 274 object ActionList1: TActionList 276 Images = FormMain.ImageList1277 275 left = 383 278 276 top = 282
Note:
See TracChangeset
for help on using the changeset viewer.