Changeset 174 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- Feb 14, 2018, 10:39:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r123 r174 7 7 ClientHeight = 439 8 8 ClientWidth = 629 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 13 Position = poScreenCenter 13 LCLVersion = '1. 6.0.4'14 LCLVersion = '1.8.0.6' 14 15 object ButtonOk: TButton 15 16 Left = 525 … … 34 35 object Label1: TLabel 35 36 Left = 20 36 Height = 2 437 Height = 20 37 38 Top = 53 38 Width = 5639 Width = 43 39 40 Caption = 'Name:' 40 41 ParentColor = False … … 42 43 object EditName: TEdit 43 44 Left = 179 44 Height = 3445 Height = 28 45 46 Top = 48 46 47 Width = 426 … … 50 51 object Label8: TLabel 51 52 Left = 20 52 Height = 2 453 Height = 20 53 54 Top = 90 54 Width = 9755 Width = 72 55 56 Caption = 'Block start:' 56 57 ParentColor = False … … 58 59 object EditBlockStart: TEdit 59 60 Left = 179 60 Height = 3461 Height = 28 61 62 Top = 85 62 63 Width = 426 … … 66 67 object Label9: TLabel 67 68 Left = 20 68 Height = 2 469 Height = 20 69 70 Top = 130 70 Width = 8971 Width = 68 71 72 Caption = 'Block end:' 72 73 ParentColor = False … … 74 75 object EditBlockEnd: TEdit 75 76 Left = 179 76 Height = 3477 Height = 28 77 78 Top = 125 78 79 Width = 426 … … 118 119 object Label2: TLabel 119 120 Left = 20 120 Height = 2 4121 Height = 20 121 122 Top = 157 122 Width = 92123 Width = 68 123 124 Caption = 'Item rules:' 124 125 ParentColor = False … … 126 127 object Label3: TLabel 127 128 Left = 20 128 Height = 2 4129 Height = 20 129 130 Top = 13 130 Width = 45131 Width = 35 131 132 Caption = 'Type:' 132 133 ParentColor = False … … 134 135 object ComboBoxType: TComboBox 135 136 Left = 179 136 Height = 38137 Height = 28 137 138 Top = 13 138 139 Width = 197 139 ItemHeight = 0140 ItemHeight = 20 140 141 Items.Strings = ( 141 142 'Text parse HTTP'
Note:
See TracChangeset
for help on using the changeset viewer.