Changeset 123 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- Nov 26, 2016, 11:33:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r109 r123 7 7 ClientHeight = 439 8 8 ClientWidth = 629 9 OnClose = FormClose 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow … … 33 34 object Label1: TLabel 34 35 Left = 20 35 Height = 2 536 Height = 24 36 37 Top = 53 37 Width = 5 138 Width = 56 38 39 Caption = 'Name:' 39 40 ParentColor = False … … 41 42 object EditName: TEdit 42 43 Left = 179 43 Height = 3 344 Height = 34 44 45 Top = 48 45 46 Width = 426 … … 49 50 object Label8: TLabel 50 51 Left = 20 51 Height = 2 552 Height = 24 52 53 Top = 90 53 Width = 8654 Width = 97 54 55 Caption = 'Block start:' 55 56 ParentColor = False … … 57 58 object EditBlockStart: TEdit 58 59 Left = 179 59 Height = 3 360 Height = 34 60 61 Top = 85 61 62 Width = 426 … … 65 66 object Label9: TLabel 66 67 Left = 20 67 Height = 2 568 Height = 24 68 69 Top = 130 69 Width = 8 170 Width = 89 70 71 Caption = 'Block end:' 71 72 ParentColor = False … … 73 74 object EditBlockEnd: TEdit 74 75 Left = 179 75 Height = 3 376 Height = 34 76 77 Top = 125 77 78 Width = 426 … … 104 105 item 105 106 Caption = 'Repetition' 106 Width = 1 00107 Width = 165 107 108 end> 108 109 OwnerData = True … … 117 118 object Label2: TLabel 118 119 Left = 20 119 Height = 2 5120 Height = 24 120 121 Top = 157 121 Width = 82122 Width = 92 122 123 Caption = 'Item rules:' 123 124 ParentColor = False … … 125 126 object Label3: TLabel 126 127 Left = 20 127 Height = 2 5128 Height = 24 128 129 Top = 13 129 Width = 4 2130 Width = 45 130 131 Caption = 'Type:' 131 132 ParentColor = False … … 133 134 object ComboBoxType: TComboBox 134 135 Left = 179 135 Height = 3 3136 Height = 38 136 137 Top = 13 137 138 Width = 197 138 ItemHeight = 25139 ItemHeight = 0 139 140 Items.Strings = ( 140 141 'Text parse HTTP'
Note:
See TracChangeset
for help on using the changeset viewer.