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 / TSELECTAUDIOFOLDERFORM / TSELECTAUDIOFOLDERFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.4 KB  |  75 lines

  1. object SelectAudioFolderForm: TSelectAudioFolderForm
  2.   Left = 618
  3.   Top = 372
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Browse for Folder'
  7.   ClientHeight = 347
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblImgType: TLabel
  20.     Left = 8
  21.     Top = 272
  22.     Width = 89
  23.     Height = 13
  24.     Caption = 'Audio Image &Type:'
  25.     FocusControl = cbImageType
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 265
  31.     Height = 36
  32.     AutoSize = False
  33.     Caption = 'Select a folder that will be used to save the tracks.'
  34.     WordWrap = True
  35.   end
  36.   object btnOk: TButton
  37.     Left = 125
  38.     Top = 320
  39.     Width = 75
  40.     Height = 23
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 2
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 208
  48.     Top = 320
  49.     Width = 75
  50.     Height = 23
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.   end
  56.   object stvAudioFolder: TdfsSystemTreeView
  57.     Left = 8
  58.     Top = 48
  59.     Width = 273
  60.     Height = 217
  61.     HideSelection = False
  62.     Indent = 19
  63.     TabOrder = 0
  64.   end
  65.   object cbImageType: TComboBox
  66.     Left = 8
  67.     Top = 288
  68.     Width = 273
  69.     Height = 21
  70.     Style = csDropDownList
  71.     ItemHeight = 13
  72.     TabOrder = 1
  73.   end
  74. end
  75.