home *** CD-ROM | disk | FTP | other *** search
- object SelectAudioFolderForm: TSelectAudioFolderForm
- Left = 618
- Top = 372
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Browse for Folder'
- ClientHeight = 347
- ClientWidth = 289
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblImgType: TLabel
- Left = 8
- Top = 272
- Width = 89
- Height = 13
- Caption = 'Audio Image &Type:'
- FocusControl = cbImageType
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 265
- Height = 36
- AutoSize = False
- Caption = 'Select a folder that will be used to save the tracks.'
- WordWrap = True
- end
- object btnOk: TButton
- Left = 125
- Top = 320
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 208
- Top = 320
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object stvAudioFolder: TdfsSystemTreeView
- Left = 8
- Top = 48
- Width = 273
- Height = 217
- HideSelection = False
- Indent = 19
- TabOrder = 0
- end
- object cbImageType: TComboBox
- Left = 8
- Top = 288
- Width = 273
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- end
-