home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / drive / _setup.1 / IDA.exe / 0 / RCDATA / TDIRSELECT / TDIRSELECT.txt < prev   
Encoding:
Text File  |  1996-12-15  |  1.3 KB  |  72 lines

  1. object DirSelect: TDirSelect
  2.   Left = 200
  3.   Top = 132
  4.   ActiveControl = DirectoryListBox
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select directory'
  8.   ClientHeight = 280
  9.   ClientWidth = 285
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 26
  20.     Top = 200
  21.     Width = 51
  22.     Height = 13
  23.     Caption = 'Alias name'
  24.   end
  25.   object DirectoryListBox: TDirectoryListBox
  26.     Left = 26
  27.     Top = 16
  28.     Width = 233
  29.     Height = 153
  30.     ItemHeight = 16
  31.     TabOrder = 0
  32.   end
  33.   object DriveComboBox: TDriveComboBox
  34.     Left = 26
  35.     Top = 175
  36.     Width = 233
  37.     Height = 19
  38.     DirList = DirectoryListBox
  39.     TabOrder = 1
  40.     TextCase = tcUpperCase
  41.   end
  42.   object bOk: TButton
  43.     Left = 41
  44.     Top = 243
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 2
  51.     OnClick = bOkClick
  52.   end
  53.   object AliasName: TEdit
  54.     Left = 26
  55.     Top = 213
  56.     Width = 233
  57.     Height = 21
  58.     TabOrder = 3
  59.     Text = 'New Alias'
  60.   end
  61.   object Button1: TButton
  62.     Left = 168
  63.     Top = 243
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 4
  70.   end
  71. end
  72.