object FormOperation: TFormOperation Left = 558 Height = 482 Top = 480 Width = 725 Caption = 'Operation settings' ClientHeight = 482 ClientWidth = 725 LCLVersion = '1.7' object ButtonOk: TButton Left = 559 Height = 25 Top = 427 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 448 Height = 25 Top = 424 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ComboBoxRunMode: TComboBox Left = 16 Height = 34 Top = 16 Width = 247 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Read test' 'Write test' ) Style = csDropDownList TabOrder = 2 Text = 'Read test' end object Label9: TLabel Left = 285 Height = 24 Top = 23 Width = 121 Caption = 'Data pattern:' ParentColor = False end object EditPattern: TEdit Left = 439 Height = 34 Top = 16 Width = 80 TabOrder = 3 Text = '0xff' end object Label2: TLabel Left = 24 Height = 24 Top = 64 Width = 105 Caption = 'First sector:' ParentColor = False end object SpinEditFirstSector: TSpinEdit Left = 192 Height = 34 Top = 64 Width = 138 MaxValue = 100000 OnChange = SpinEditFirstSectorChange TabOrder = 4 Value = 1 end object SpinEditLastSector: TSpinEdit Left = 192 Height = 34 Top = 104 Width = 138 MaxValue = 100000 OnChange = SpinEditLastSectorChange TabOrder = 5 Value = 1 end object Label3: TLabel Left = 24 Height = 24 Top = 104 Width = 81 Caption = 'Last size:' ParentColor = False end end