home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / maniac / _setup.1 / MusicManiac.exe / 0 / RCDATA / TCDIRECTORYCHOOSE / TCDIRECTORYCHOOSE.txt
Text File  |  1997-01-27  |  2KB  |  111 lines

  1. object CDirectoryChoose: TCDirectoryChoose
  2.   Left = 265
  3.   Top = 199
  4.   Width = 289
  5.   Height = 277
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'You shouldn'#39't see this Text...'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   ShowHint = True
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Drive: TDriveComboBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 185
  21.     Height = 19
  22.     Hint = 'Select a Drive'
  23.     HelpContext = 110100
  24.     TabOrder = 0
  25.     TextCase = tcUpperCase
  26.     OnChange = DriveChange
  27.   end
  28.   object Directory: TDirectoryListBox
  29.     Left = 4
  30.     Top = 28
  31.     Width = 185
  32.     Height = 125
  33.     Hint = 'Select a Directory from here'
  34.     HelpContext = 110200
  35.     ItemHeight = 16
  36.     TabOrder = 1
  37.     OnChange = DirectoryChange
  38.   end
  39.   object btnOK: TNewButton
  40.     Left = 200
  41.     Top = 4
  42.     Width = 75
  43.     Height = 23
  44.     HelpContext = 90100
  45.     Caption = '&OK'
  46.     ModalResult = 1
  47.     TabOrder = 2
  48.     OnClick = btnOKClick
  49.   end
  50.   object btnCancel: TNewButton
  51.     Left = 200
  52.     Top = 32
  53.     Width = 75
  54.     Height = 23
  55.     HelpContext = 90200
  56.     Caption = '&Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 3
  59.   end
  60.   object btnCreateFolder: TNewButton
  61.     Left = 200
  62.     Top = 128
  63.     Width = 75
  64.     Height = 23
  65.     HelpContext = 110500
  66.     Caption = 'C&reate folder'
  67.     TabOrder = 4
  68.     OnClick = btnCreateFolderClick
  69.   end
  70.   object GroupBox1: TGroupBox
  71.     Left = 4
  72.     Top = 204
  73.     Width = 273
  74.     Height = 45
  75.     Hint = 'The last 10 Paths you have selected'
  76.     HelpContext = 110400
  77.     Caption = '&Previous selected paths'
  78.     TabOrder = 5
  79.     object drpPaths: TComboBox
  80.       Left = 8
  81.       Top = 16
  82.       Width = 257
  83.       Height = 21
  84.       HelpContext = 110400
  85.       Style = csDropDownList
  86.       DropDownCount = 10
  87.       ItemHeight = 13
  88.       TabOrder = 0
  89.       OnChange = drpPathsChange
  90.     end
  91.   end
  92.   object grpPath: TGroupBox
  93.     Left = 4
  94.     Top = 160
  95.     Width = 273
  96.     Height = 37
  97.     HelpContext = 110300
  98.     Caption = 'Selected Path'
  99.     TabOrder = 6
  100.     object staPath: TLabel
  101.       Left = 11
  102.       Top = 16
  103.       Width = 257
  104.       Height = 17
  105.       Hint = 'Currenty selected path'
  106.       AutoSize = False
  107.       Caption = 'staPath'
  108.     end
  109.   end
  110. end
  111.