object FormOperation: TFormOperation Left = 558 Height = 723 Top = 480 Width = 1088 Caption = 'Operation settings' ClientHeight = 723 ClientWidth = 1088 DesignTimePPI = 144 LCLVersion = '2.0.0.4' object ButtonOk: TButton Left = 838 Height = 38 Top = 640 Width = 112 Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 672 Height = 38 Top = 636 Width = 112 Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ComboBoxRunMode: TComboBox Left = 24 Height = 38 Top = 24 Width = 370 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Read test' 'Write test' ) OnChange = ComboBoxRunModeChange ParentFont = False Style = csDropDownList TabOrder = 2 Text = 'Read test' end object Label9: TLabel Left = 24 Height = 26 Top = 300 Width = 161 Caption = 'Write byte pattern:' ParentColor = False ParentFont = False end object EditPattern: TEdit Left = 348 Height = 43 Top = 288 Width = 120 ParentFont = False TabOrder = 3 Text = '0xff' end object Label2: TLabel Left = 36 Height = 26 Top = 96 Width = 100 Caption = 'First sector:' ParentColor = False ParentFont = False end object SpinEditFirstSector: TSpinEdit Left = 288 Height = 43 Top = 96 Width = 243 MaxValue = 100000 OnChange = SpinEditFirstSectorChange ParentFont = False TabOrder = 4 Value = 1 end object SpinEditLastSector: TSpinEdit Left = 288 Height = 43 Top = 156 Width = 243 MaxValue = 100000 OnChange = SpinEditLastSectorChange ParentFont = False TabOrder = 5 Value = 1 end object Label3: TLabel Left = 36 Height = 26 Top = 156 Width = 77 Caption = 'Last size:' ParentColor = False ParentFont = False end object CheckBoxRandomPattern: TCheckBox Left = 24 Height = 30 Top = 240 Width = 165 Caption = 'Random pattern' OnChange = CheckBoxRandomPatternChange ParentFont = False TabOrder = 6 end end