object Form2: TForm2 Left = 243 Top = 221 Width = 317 Height = 170 Caption = 'Options' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 309 Height = 143 Align = alClient TabOrder = 0 object c: TLabel Left = 30 Top = 32 Width = 132 Height = 16 Caption = 'Check for a disk every' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 225 Top = 32 Width = 55 Height = 16 Caption = 'seconds.' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object SpinEdit1: TSpinEdit Left = 172 Top = 32 Width = 43 Height = 22 MaxValue = 60 MinValue = 5 TabOrder = 0 Value = 10 end object Button1: TButton Left = 65 Top = 112 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 169 Top = 112 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 65 Top = 72 Width = 179 Height = 17 Caption = 'Look for setup program on disk.' State = cbChecked TabOrder = 3 end end end