home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TMEDIADESCDLG / TMEDIADESCDLG.txt
Encoding:
Text File  |  2002-12-06  |  2.1 KB  |  113 lines

  1. object MediaDescDlg: TMediaDescDlg
  2.   Left = 452
  3.   Top = 133
  4.   HelpContext = 50000
  5.   BorderStyle = bsDialog
  6.   Caption = 'Media Description'
  7.   ClientHeight = 228
  8.   ClientWidth = 246
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 120
  20.     Width = 66
  21.     Height = 13
  22.     Caption = '&Manufacturer:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 160
  27.     Width = 32
  28.     Height = 13
  29.     Caption = 'M&odel:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 72
  34.     Width = 90
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Default length:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 8
  41.     Top = 96
  42.     Width = 90
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = 'Determined length:'
  46.   end
  47.   object lblDefaultLength: TLabel
  48.     Left = 104
  49.     Top = 72
  50.     Width = 140
  51.     Height = 13
  52.     AutoSize = False
  53.     Caption = '650MB/74 Minutes'
  54.   end
  55.   object lblDeterminedLength: TLabel
  56.     Left = 104
  57.     Top = 96
  58.     Width = 140
  59.     Height = 13
  60.     AutoSize = False
  61.     Caption = '650MB/74 Minutes'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 8
  65.     Top = 0
  66.     Width = 233
  67.     Height = 57
  68.     AutoSize = False
  69.     Caption = 
  70.       'The media has the follwing sizes. The determined length can only' +
  71.       ' be used with a CD Recorder supporting DirectWrite.'
  72.     WordWrap = True
  73.   end
  74.   object btnOK: TButton
  75.     Left = 87
  76.     Top = 204
  77.     Width = 75
  78.     Height = 23
  79.     HelpContext = 50010
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 2
  84.   end
  85.   object btnCancel: TButton
  86.     Left = 167
  87.     Top = 204
  88.     Width = 75
  89.     Height = 23
  90.     HelpContext = 50020
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 3
  95.   end
  96.   object edManufacturer: TEdit
  97.     Left = 8
  98.     Top = 136
  99.     Width = 233
  100.     Height = 21
  101.     HelpContext = 50030
  102.     TabOrder = 0
  103.   end
  104.   object edModel: TEdit
  105.     Left = 8
  106.     Top = 176
  107.     Width = 233
  108.     Height = 21
  109.     HelpContext = 50040
  110.     TabOrder = 1
  111.   end
  112. end
  113.