Changeset 219 for trunk/Forms/FormImportFormat.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportFormat.lfm
r218 r219 1 1 object FormImportFormat: TFormImportFormat 2 2 Left = 462 3 Height = 4393 Height = 527 4 4 Top = 322 5 Width = 6295 Width = 755 6 6 Caption = 'Import format' 7 ClientHeight = 439 8 ClientWidth = 629 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 527 8 ClientWidth = 755 9 DesignTimePPI = 144 11 10 OnCreate = FormCreate 12 11 OnShow = FormShow 13 12 Position = poScreenCenter 14 LCLVersion = ' 2.0.2.0'13 LCLVersion = '3.6.0.0' 15 14 object ButtonOk: TButton 16 Left = 52517 Height = 2518 Top = 39019 Width = 7515 Left = 630 16 Height = 30 17 Top = 468 18 Width = 90 20 19 Anchors = [akRight, akBottom] 21 20 Caption = 'Ok' … … 24 23 end 25 24 object ButtonCancel: TButton 26 Left = 42927 Height = 2528 Top = 39029 Width = 7525 Left = 515 26 Height = 30 27 Top = 468 28 Width = 90 30 29 Anchors = [akRight, akBottom] 31 30 Caption = 'Cancel' … … 34 33 end 35 34 object Label1: TLabel 36 Left = 2 037 Height = 2 038 Top = 5339 Width = 4335 Left = 24 36 Height = 26 37 Top = 64 38 Width = 56 40 39 Caption = 'Name:' 41 40 ParentColor = False 42 41 end 43 42 object EditName: TEdit 44 Left = 17945 Height = 2846 Top = 4847 Width = 42643 Left = 215 44 Height = 43 45 Top = 58 46 Width = 511 48 47 Anchors = [akTop, akLeft, akRight] 49 48 TabOrder = 1 50 49 end 51 50 object Label8: TLabel 52 Left = 2 053 Height = 2 054 Top = 9055 Width = 7251 Left = 24 52 Height = 26 53 Top = 108 54 Width = 95 56 55 Caption = 'Block start:' 57 56 ParentColor = False 58 57 end 59 58 object EditBlockStart: TEdit 60 Left = 17961 Height = 2862 Top = 8563 Width = 42659 Left = 215 60 Height = 43 61 Top = 102 62 Width = 511 64 63 Anchors = [akTop, akLeft, akRight] 65 64 TabOrder = 2 66 65 end 67 66 object Label9: TLabel 68 Left = 2 069 Height = 2 070 Top = 1 3071 Width = 6867 Left = 24 68 Height = 26 69 Top = 156 70 Width = 89 72 71 Caption = 'Block end:' 73 72 ParentColor = False 74 73 end 75 74 object EditBlockEnd: TEdit 76 Left = 17977 Height = 2878 Top = 1 2579 Width = 42675 Left = 215 76 Height = 43 77 Top = 150 78 Width = 511 80 79 Anchors = [akTop, akLeft, akRight] 81 80 TabOrder = 3 82 81 end 83 82 object ListViewItemRules: TListView 84 Left = 2 085 Height = 19886 Top = 18187 Width = 58583 Left = 24 84 Height = 238 85 Top = 217 86 Width = 702 88 87 Anchors = [akTop, akLeft, akRight, akBottom] 89 88 Columns = < 90 89 item 91 90 Caption = 'Start string' 92 Width = 1 0091 Width = 120 93 92 end 94 93 item 95 94 Caption = 'End string' 96 Width = 1 0095 Width = 120 97 96 end 98 97 item 99 98 Caption = 'Action' 100 Width = 1 0099 Width = 120 101 100 end 102 101 item 103 102 Caption = 'Variable' 104 Width = 1 00103 Width = 120 105 104 end 106 105 item 107 106 Caption = 'Repetition' 108 Width = 165107 Width = 207 109 108 end> 110 109 OwnerData = True … … 118 117 end 119 118 object Label2: TLabel 120 Left = 2 0121 Height = 2 0122 Top = 1 57123 Width = 68119 Left = 24 120 Height = 26 121 Top = 188 122 Width = 91 124 123 Caption = 'Item rules:' 125 124 ParentColor = False 126 125 end 127 126 object Label3: TLabel 128 Left = 2 0129 Height = 2 0130 Top = 1 3131 Width = 35127 Left = 24 128 Height = 26 129 Top = 16 130 Width = 45 132 131 Caption = 'Type:' 133 132 ParentColor = False 134 133 end 135 134 object ComboBoxType: TComboBox 136 Left = 179137 Height = 28138 Top = 1 3139 Width = 197140 ItemHeight = 20135 Left = 215 136 Height = 38 137 Top = 16 138 Width = 236 139 ItemHeight = 0 141 140 Items.Strings = ( 142 141 'Text parse HTTP' … … 148 147 end 149 148 object PopupMenu1: TPopupMenu 150 left = 181151 top = 277149 Left = 217 150 Top = 332 152 151 object MenuItem1: TMenuItem 153 152 Action = AAdd … … 275 274 end 276 275 object ActionList1: TActionList 277 left = 383278 top = 282276 Left = 460 277 Top = 338 279 278 object AAdd: TAction 280 279 Caption = 'Add'
Note:
See TracChangeset
for help on using the changeset viewer.