home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / TemaCD / testcd / CDTEST.exe / 0 / RCDATA / TNASTAVENICDROM / TNASTAVENICDROM.txt
Text File  |  1999-11-21  |  1KB  |  63 lines

  1. object Nastavenicdrom: TNastavenicdrom
  2.   Left = 318
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven∩┐╜ CD-ROM'
  6.   ClientHeight = 101
  7.   ClientWidth = 205
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 9
  20.     Width = 151
  21.     Height = 13
  22.     Caption = 'Vyber pros∩┐╜m jednotku CD-ROM'
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 14
  26.     Top = 67
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Hotovo'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.     OnClick = OKBtnClick
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 118
  37.     Top = 67
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Zru∩┐╜'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object ComboBox1: TComboBox
  46.     Left = 8
  47.     Top = 32
  48.     Width = 185
  49.     Height = 21
  50.     Style = csDropDownList
  51.     ItemHeight = 13
  52.     TabOrder = 2
  53.   end
  54.   object DiskInfo: TDiskInfo
  55.     Disk = 'C'
  56.     SerialNumber = 0
  57.     DriveType = dtUnknown
  58.     DiskSize = 0
  59.     DiskFree = 0
  60.     Top = 8
  61.   end
  62. end
  63.