object SectorDlg: TSectorDlg Left = 340 Top = 181 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Edit start sector of track %.1d' ClientHeight = 109 ClientWidth = 210 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 193 Height = 57 Shape = bsFrame end object MinLabel: TLabel Left = 12 Top = 16 Width = 89 Height = 13 AutoSize = False Caption = 'Min value: %.1d' end object MaxLabel: TLabel Left = 104 Top = 16 Width = 91 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Max value: %.1d' end object OKBtn: TButton Left = 11 Top = 75 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 123 Top = 75 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object SectorValue: TMaskEdit Left = 80 Top = 40 Width = 49 Height = 21 EditMask = '!999999;1; ' MaxLength = 6 TabOrder = 0 Text = ' ' end end