home *** CD-ROM | disk | FTP | other *** search
- object PopupMenuModule: TPopupMenuModule
- OldCreateOrder = True
- OnCreate = PopupMenuModuleCreate
- Top = 166
- Height = 383
- Width = 341
- object CDSaveDialog: TSaveDialog
- DefaultExt = 'vcd'
- Filter = 'Virtual CDs|*.VCD|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Save new CD as'
- Left = 43
- Top = 9
- end
- object CDOpenDialog: TOpenDialog
- Filter = 'Virtual CDs|*.VCD|All files|*.*'
- Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
- Title = 'Add an existing virtual CD'
- Left = 152
- Top = 8
- end
- object LargeSysImageList: TImageList
- DrawingStyle = dsTransparent
- ShareImages = True
- Left = 152
- Top = 184
- end
- object SmallSysImageList: TImageList
- ShareImages = True
- Left = 152
- Top = 240
- end
- object AddFilesDialog: TOpenDialog
- Filter = 'All files|*.*|Text files|*.doc;*.txt'
- Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
- Left = 43
- Top = 64
- end
- object SmallCustomImageList: TImageList
- Left = 48
- Top = 240
- end
- object LargeCustomImageList: TImageList
- Height = 32
- Width = 32
- Left = 48
- Top = 184
- end
- object ISOSaveDialog: TSaveDialog
- DefaultExt = 'iso'
- Filter = 'ISO-Images|*.ISO|All files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Title = 'Write ISO-Image'
- Left = 152
- Top = 64
- end
- object WhatIsThisPopupMenu: TPopupMenu
- Left = 152
- Top = 120
- object Direkthilfe1: TMenuItem
- Caption = 'What'#39's This?'
- OnClick = Direkthilfe1Click
- end
- end
- object TrackSaveDialog: TSaveDialog
- DefaultExt = 'wav'
- Filter = 'Wave-Audio|*.wav|ISO-Image|*.iso|Unformatted|*.raw|All files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Title = 'CD-Track speichern unter'
- Left = 43
- Top = 120
- end
- object DDPOpenDialog: TOpenDialog
- FileName = 'ddpid'
- Filter = 'DDP-Identification|ddpid'
- Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
- Left = 248
- Top = 8
- end
- object DDPSaveDialog: TSaveDialog
- FileName = 'ddpid'
- Filter = 'DDP-Identification|ddpid'
- Left = 248
- Top = 56
- end
- end
-