object FormImportPattern: TFormImportPattern Left = 459 Height = 431 Top = 235 Width = 662 Caption = 'Import pattern' ClientHeight = 431 ClientWidth = 662 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object Label8: TLabel Left = 24 Height = 20 Top = 13 Width = 75 Caption = 'Start string:' ParentColor = False end object Label9: TLabel Left = 24 Height = 20 Top = 53 Width = 69 Caption = 'End string:' ParentColor = False end object EditBlockEnd: TEdit Left = 183 Height = 28 Top = 48 Width = 461 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object EditBlockStart: TEdit Left = 183 Height = 28 Top = 8 Width = 461 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonCancel: TButton Left = 464 Height = 25 Top = 384 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object ButtonOk: TButton Left = 560 Height = 25 Top = 384 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 6 end object Label10: TLabel Left = 24 Height = 20 Top = 88 Width = 46 Caption = 'Action:' ParentColor = False end object Label11: TLabel Left = 24 Height = 20 Top = 120 Width = 58 Caption = 'Variable:' ParentColor = False end object ComboBoxAction: TComboBox Left = 183 Height = 28 Top = 87 Width = 461 Anchors = [akTop, akLeft, akRight] ItemHeight = 20 Style = csDropDownList TabOrder = 2 end object ComboBoxVariable: TComboBox Left = 183 Height = 28 Top = 120 Width = 461 Anchors = [akTop, akLeft, akRight] ItemHeight = 20 Items.Strings = ( '' ) Style = csDropDownList TabOrder = 3 end object CheckBoxRepetition: TCheckBox Left = 24 Height = 24 Top = 160 Width = 93 Caption = 'Repetition' TabOrder = 4 end end