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 / TPOPUPMENUMODULE / TPOPUPMENUMODULE.txt
Encoding:
Text File  |  2002-12-06  |  2.2 KB  |  87 lines

  1. object PopupMenuModule: TPopupMenuModule
  2.   OldCreateOrder = True
  3.   OnCreate = PopupMenuModuleCreate
  4.   Top = 166
  5.   Height = 383
  6.   Width = 341
  7.   object CDSaveDialog: TSaveDialog
  8.     DefaultExt = 'vcd'
  9.     Filter = 'Virtual CDs|*.VCD|All Files|*.*'
  10.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  11.     Title = 'Save new CD as'
  12.     Left = 43
  13.     Top = 9
  14.   end
  15.   object CDOpenDialog: TOpenDialog
  16.     Filter = 'Virtual CDs|*.VCD|All files|*.*'
  17.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  18.     Title = 'Add an existing virtual CD'
  19.     Left = 152
  20.     Top = 8
  21.   end
  22.   object LargeSysImageList: TImageList
  23.     DrawingStyle = dsTransparent
  24.     ShareImages = True
  25.     Left = 152
  26.     Top = 184
  27.   end
  28.   object SmallSysImageList: TImageList
  29.     ShareImages = True
  30.     Left = 152
  31.     Top = 240
  32.   end
  33.   object AddFilesDialog: TOpenDialog
  34.     Filter = 'All files|*.*|Text files|*.doc;*.txt'
  35.     Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  36.     Left = 43
  37.     Top = 64
  38.   end
  39.   object SmallCustomImageList: TImageList
  40.     Left = 48
  41.     Top = 240
  42.   end
  43.   object LargeCustomImageList: TImageList
  44.     Height = 32
  45.     Width = 32
  46.     Left = 48
  47.     Top = 184
  48.   end
  49.   object ISOSaveDialog: TSaveDialog
  50.     DefaultExt = 'iso'
  51.     Filter = 'ISO-Images|*.ISO|All files|*.*'
  52.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  53.     Title = 'Write ISO-Image'
  54.     Left = 152
  55.     Top = 64
  56.   end
  57.   object WhatIsThisPopupMenu: TPopupMenu
  58.     Left = 152
  59.     Top = 120
  60.     object Direkthilfe1: TMenuItem
  61.       Caption = 'What'#39's This?'
  62.       OnClick = Direkthilfe1Click
  63.     end
  64.   end
  65.   object TrackSaveDialog: TSaveDialog
  66.     DefaultExt = 'wav'
  67.     Filter = 'Wave-Audio|*.wav|ISO-Image|*.iso|Unformatted|*.raw|All files|*.*'
  68.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  69.     Title = 'CD-Track speichern unter'
  70.     Left = 43
  71.     Top = 120
  72.   end
  73.   object DDPOpenDialog: TOpenDialog
  74.     FileName = 'ddpid'
  75.     Filter = 'DDP-Identification|ddpid'
  76.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  77.     Left = 248
  78.     Top = 8
  79.   end
  80.   object DDPSaveDialog: TSaveDialog
  81.     FileName = 'ddpid'
  82.     Filter = 'DDP-Identification|ddpid'
  83.     Left = 248
  84.     Top = 56
  85.   end
  86. end
  87.