home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB32 / RZDIRFRM.DF_ / RZDIRFRM.DF / RZDIRFRM.txt
Text File  |  1996-10-18  |  2KB  |  132 lines

  1. object RzSelDirForm: TRzSelDirForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select a Directory'
  6.   ClientHeight = 275
  7.   ClientWidth = 252
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 73
  20.     Height = 13
  21.     Caption = 'Directory Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 52
  26.     Width = 50
  27.     Height = 13
  28.     Caption = 'Directories'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 196
  33.     Width = 30
  34.     Height = 13
  35.     Caption = 'Drives'
  36.   end
  37.   object LblDir: TLabel
  38.     Left = 8
  39.     Top = 24
  40.     Width = 237
  41.     Height = 13
  42.     AutoSize = False
  43.     Caption = 'd:\raize\cmponent\rzseldir'
  44.   end
  45.   object EdtDir: TEdit
  46.     Left = 8
  47.     Top = 24
  48.     Width = 237
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object PnlButtons: TPanel
  53.     Left = 0
  54.     Top = 241
  55.     Width = 252
  56.     Height = 34
  57.     Align = alBottom
  58.     BevelOuter = bvNone
  59.     TabOrder = 3
  60.     object PnlButtonOffset: TPanel
  61.       Left = 6
  62.       Top = 0
  63.       Width = 163
  64.       Height = 34
  65.       Align = alRight
  66.       BevelOuter = bvNone
  67.       TabOrder = 0
  68.       object BtnOK: TBitBtn
  69.         Left = 0
  70.         Top = 2
  71.         Width = 75
  72.         Height = 25
  73.         Caption = 'OK'
  74.         Default = True
  75.         ModalResult = 1
  76.         TabOrder = 0
  77.         OnClick = BtnOKClick
  78.         NumGlyphs = 2
  79.       end
  80.       object BtnCancel: TBitBtn
  81.         Left = 82
  82.         Top = 2
  83.         Width = 75
  84.         Height = 25
  85.         Cancel = True
  86.         Caption = 'Cancel'
  87.         ModalResult = 2
  88.         TabOrder = 1
  89.         NumGlyphs = 2
  90.       end
  91.     end
  92.     object PnlHelpBtn: TPanel
  93.       Left = 169
  94.       Top = 0
  95.       Width = 83
  96.       Height = 34
  97.       Align = alRight
  98.       BevelOuter = bvNone
  99.       TabOrder = 1
  100.       Visible = False
  101.       object BtnHelp: TBitBtn
  102.         Left = 2
  103.         Top = 2
  104.         Width = 75
  105.         Height = 25
  106.         Caption = '&Help'
  107.         TabOrder = 0
  108.         OnClick = BtnHelpClick
  109.         NumGlyphs = 2
  110.       end
  111.     end
  112.   end
  113.   object LstDirs: TRzDirectoryListBox
  114.     Left = 8
  115.     Top = 68
  116.     Width = 237
  117.     Height = 121
  118.     DirLabel = LblDir
  119.     ItemHeight = 17
  120.     TabOrder = 1
  121.     OnChange = LstDirsChange
  122.   end
  123.   object CbxDrives: TRzDriveComboBox
  124.     Left = 8
  125.     Top = 212
  126.     Width = 237
  127.     Height = 22
  128.     DirList = LstDirs
  129.     TabOrder = 2
  130.   end
  131. end
  132.