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 / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Encoding:
Text File  |  2002-12-06  |  2.1 KB  |  120 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 323
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Destination CD'
  6.   ClientHeight = 253
  7.   ClientWidth = 303
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object lblPrompt: TLabel
  23.     Left = 48
  24.     Top = 8
  25.     Width = 249
  26.     Height = 57
  27.     AutoSize = False
  28.     Caption = '(Prompt)'
  29.     WordWrap = True
  30.   end
  31.   object lblRequirements: TLabel
  32.     Left = 48
  33.     Top = 120
  34.     Width = 249
  35.     Height = 57
  36.     AutoSize = False
  37.     Caption = '(Requirements)'
  38.     WordWrap = True
  39.   end
  40.   object Label1: TLabel
  41.     Left = 48
  42.     Top = 80
  43.     Width = 89
  44.     Height = 13
  45.     AutoSize = False
  46.     Caption = 'Size:'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 48
  50.     Top = 96
  51.     Width = 89
  52.     Height = 13
  53.     AutoSize = False
  54.     Caption = 'Status:'
  55.   end
  56.   object Label3: TLabel
  57.     Left = 146
  58.     Top = 80
  59.     Width = 153
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     AutoSize = False
  63.     Caption = '354 MB Free'
  64.   end
  65.   object Label4: TLabel
  66.     Left = 146
  67.     Top = 96
  68.     Width = 153
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'Recordable'
  73.   end
  74.   object CheckBox1: TCheckBox
  75.     Left = 40
  76.     Top = 194
  77.     Width = 177
  78.     Height = 17
  79.     Caption = 'Allways use determined Capacity'
  80.     TabOrder = 4
  81.   end
  82.   object OKBtn: TButton
  83.     Left = 63
  84.     Top = 228
  85.     Width = 75
  86.     Height = 23
  87.     Caption = 'Retry'
  88.     Default = True
  89.     ModalResult = 4
  90.     TabOrder = 0
  91.   end
  92.   object CancelBtn: TButton
  93.     Left = 143
  94.     Top = 228
  95.     Width = 75
  96.     Height = 23
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 1
  101.   end
  102.   object Button1: TButton
  103.     Left = 223
  104.     Top = 228
  105.     Width = 75
  106.     Height = 23
  107.     Caption = 'Ignore'
  108.     ModalResult = 5
  109.     TabOrder = 2
  110.   end
  111.   object Button2: TButton
  112.     Left = 40
  113.     Top = 192
  114.     Width = 129
  115.     Height = 23
  116.     Caption = 'Test Capacity'
  117.     TabOrder = 3
  118.   end
  119. end
  120.