object Nastavenicdrom: TNastavenicdrom Left = 318 Top = 161 BorderStyle = bsDialog Caption = 'Nastaven� CD-ROM' ClientHeight = 101 ClientWidth = 205 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 9 Width = 151 Height = 13 Caption = 'Vyber pros�m jednotku CD-ROM' end object OKBtn: TButton Left = 14 Top = 67 Width = 75 Height = 25 Caption = 'Hotovo' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 118 Top = 67 Width = 75 Height = 25 Cancel = True Caption = 'Zru�' ModalResult = 2 TabOrder = 1 end object ComboBox1: TComboBox Left = 8 Top = 32 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object DiskInfo: TDiskInfo Disk = 'C' SerialNumber = 0 DriveType = dtUnknown DiskSize = 0 DiskFree = 0 Top = 8 end end