object FormProject: TFormProject Left = 537 Height = 392 Top = 440 Width = 612 Caption = 'Project settings' ClientHeight = 392 ClientWidth = 612 LCLVersion = '1.7' object SpinEditSectorSize: TSpinEdit Left = 192 Height = 34 Top = 152 Width = 101 MaxValue = 100000 MinValue = 1 TabOrder = 0 Value = 1 end object Label1: TLabel Left = 16 Height = 24 Top = 160 Width = 101 Caption = 'Sector size:' ParentColor = False end object Button1: TButton Left = 326 Height = 25 Top = 280 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 224 Height = 25 Top = 280 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object EditName: TEdit Left = 192 Height = 34 Top = 8 Width = 240 TabOrder = 3 end object Label2: TLabel Left = 16 Height = 24 Top = 16 Width = 60 Caption = 'Name:' ParentColor = False end object ComboBoxDrive: TComboBox Left = 192 Height = 38 Top = 56 Width = 384 ItemHeight = 0 Style = csDropDownList TabOrder = 4 end object Label3: TLabel Left = 16 Height = 24 Top = 64 Width = 53 Caption = 'Drive:' ParentColor = False end object Label4: TLabel Left = 16 Height = 24 Top = 112 Width = 119 Caption = 'Sector count:' ParentColor = False end object LabelSectorCount: TLabel Left = 192 Height = 24 Top = 112 Width = 15 Caption = ' ' ParentColor = False end end