object FormImportPattern: TFormImportPattern Left = 482 Height = 364 Top = 334 Width = 681 Caption = 'Import pattern' ClientHeight = 364 ClientWidth = 681 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '3.6.0.0' object ButtonCancel: TButton Left = 551 Height = 38 Top = 317 Width = 120 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 415 Height = 38 Top = 317 Width = 114 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object ScrollBox1: TScrollBox Left = 16 Height = 285 Top = 16 Width = 655 HorzScrollBar.Page = 150 VertScrollBar.Page = 238 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 283 ClientWidth = 653 TabOrder = 2 object Label8: TLabel Left = 16 Height = 26 Top = 16 Width = 98 Caption = 'Start string:' ParentColor = False end object Label9: TLabel Left = 16 Height = 26 Top = 64 Width = 91 Caption = 'End string:' ParentColor = False end object EditBlockEnd: TEdit Left = 207 Height = 43 Top = 58 Width = 431 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object EditBlockStart: TEdit Left = 207 Height = 43 Top = 10 Width = 431 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object Label10: TLabel Left = 16 Height = 26 Top = 112 Width = 59 Caption = 'Action:' ParentColor = False end object Label11: TLabel Left = 16 Height = 26 Top = 156 Width = 73 Caption = 'Variable:' ParentColor = False end object ComboBoxAction: TComboBox Left = 207 Height = 42 Top = 104 Width = 431 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object ComboBoxVariable: TComboBox Left = 207 Height = 38 Top = 152 Width = 431 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 Items.Strings = ( '' ) Style = csDropDownList TabOrder = 3 end object CheckBoxRepetition: TCheckBox Left = 16 Height = 30 Top = 208 Width = 112 Caption = 'Repetition' TabOrder = 4 end end end