home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMSELECTDIR / TFRMSELECTDIR.txt < prev   
Text File  |  1998-01-25  |  2KB  |  80 lines

  1. object frmSelectDir: TfrmSelectDir
  2.   Left = 188
  3.   Top = 337
  4.   Hint = '|Directories...'
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   AutoScroll = False
  7.   Caption = 'Select Directory'
  8.   ClientHeight = 203
  9.   ClientWidth = 203
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lbxDirectories: TDirectoryListBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 203
  25.     Height = 146
  26.     Hint = '|Choose a directory'
  27.     Align = alClient
  28.     ItemHeight = 16
  29.     TabOrder = 0
  30.   end
  31.   object pnlCombo: TComboPanel
  32.     Left = 0
  33.     Top = 146
  34.     Width = 203
  35.     Height = 21
  36.     Align = alBottom
  37.     Caption = 'pnlCombo'
  38.     TabOrder = 1
  39.     ComboBox = cmbDrives
  40.     object cmbDrives: TDriveComboBox
  41.       Left = 0
  42.       Top = 2
  43.       Width = 203
  44.       Height = 19
  45.       Hint = '|Choose a drive'
  46.       DirList = lbxDirectories
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object pnlButtons: TPanel
  51.     Left = 0
  52.     Top = 167
  53.     Width = 203
  54.     Height = 36
  55.     Align = alBottom
  56.     BevelOuter = bvNone
  57.     TabOrder = 2
  58.     object btnCancel: TButton
  59.       Left = 8
  60.       Top = 8
  61.       Width = 89
  62.       Height = 25
  63.       Cancel = True
  64.       Caption = 'Cancel'
  65.       ModalResult = 2
  66.       TabOrder = 0
  67.     end
  68.     object btnOk: TButton
  69.       Left = 104
  70.       Top = 8
  71.       Width = 91
  72.       Height = 25
  73.       Caption = 'Ok'
  74.       Default = True
  75.       ModalResult = 1
  76.       TabOrder = 1
  77.     end
  78.   end
  79. end
  80.