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 / TQUERYCDDLG / TQUERYCDDLG.txt
Encoding:
Text File  |  2002-12-06  |  1.5 KB  |  76 lines

  1. object QueryCDDlg: TQueryCDDlg
  2.   Left = 298
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert CD'
  6.   ClientHeight = 208
  7.   ClientWidth = 265
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     Center = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 48
  28.     Top = 8
  29.     Width = 176
  30.     Height = 39
  31.     Caption = 
  32.       'Please select the writer that contains either an empty CD or a C' +
  33.       'D with an already saved Internet Cache.'
  34.     WordWrap = True
  35.   end
  36.   object OKBtn: TButton
  37.     Left = 104
  38.     Top = 181
  39.     Width = 75
  40.     Height = 23
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 184
  48.     Top = 181
  49.     Width = 75
  50.     Height = 23
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.   end
  56.   object DeviceListView: TListView
  57.     Left = 8
  58.     Top = 72
  59.     Width = 249
  60.     Height = 105
  61.     Columns = <
  62.       item
  63.         Caption = 'Name'
  64.         Width = 180
  65.       end>
  66.     HideSelection = False
  67.     HotTrackStyles = []
  68.     ReadOnly = True
  69.     ShowColumnHeaders = False
  70.     SmallImages = PopupMenuModule.SmallCustomImageList
  71.     TabOrder = 2
  72.     ViewStyle = vsReport
  73.     OnChange = DeviceListViewChange
  74.   end
  75. end
  76.