object DiscDlg: TDiscDlg Tag = 3 Left = 465 Top = 337 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Open Disc' ClientHeight = 173 ClientWidth = 248 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LabelDevice: TLabel Tag = 3 Left = 8 Top = 117 Width = 66 Height = 13 Caption = 'Device &name:' end object CheckBoxMenus: TCheckBox Left = 96 Top = 8 Width = 97 Height = 17 Caption = '&Menus' TabOrder = 1 OnClick = CheckBoxMenusClick end object GroupBoxPosition: TGroupBox Tag = 3 Left = 96 Top = 33 Width = 144 Height = 72 Caption = 'Starting position' TabOrder = 2 object LabelTitle: TLabel Tag = 3 Left = 8 Top = 19 Width = 23 Height = 13 Caption = '&Title:' end object LabelChapter: TLabel Tag = 3 Left = 8 Top = 47 Width = 40 Height = 13 Caption = '&Chapter:' end object SpinEditTitle: TCSpinEdit Left = 56 Top = 14 Width = 80 Height = 22 TabStop = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 65535 MinValue = 1 ParentColor = False ParentFont = False TabOrder = 1 Value = 1 end object SpinEditChapter: TCSpinEdit Left = 56 Top = 42 Width = 80 Height = 22 TabStop = True MaxValue = 65535 MinValue = 1 ParentColor = False TabOrder = 0 Value = 1 end end object RadioGroupType: TRadioGroup Tag = 3 Left = 8 Top = 8 Width = 80 Height = 97 Caption = 'Disc type' ItemIndex = 0 Items.Strings = ( '&DVD' '&VCD') TabOrder = 0 OnClick = RadioGroupTypeClick end object ButtonOk: TButton Tag = 3 Left = 82 Top = 142 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = ButtonOkClick end object ButtonCancel: TButton Tag = 3 Left = 165 Top = 142 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 OnClick = ButtonCancelClick end object EditDevice: TEdit Tag = 5 Left = 96 Top = 113 Width = 144 Height = 21 TabOrder = 3 Text = 'F:\' end end