home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TOPENDIR / TOPENDIR.txt
Text File  |  2001-02-04  |  2KB  |  90 lines

  1. object OpenDir: TOpenDir
  2.   Left = -347
  3.   Top = -288
  4.   ActiveControl = DirectoryListBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Open Directory'
  8.   ClientHeight = 233
  9.   ClientWidth = 306
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnDeactivate = FormDeactivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object DirectoryListBox1: TDirectoryListBox
  24.     Left = 0
  25.     Top = 20
  26.     Width = 306
  27.     Height = 164
  28.     Align = alClient
  29.     ItemHeight = 16
  30.     TabOrder = 0
  31.     OnChange = DirectoryListBox1Change
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 306
  37.     Height = 20
  38.     Align = alTop
  39.     BevelOuter = bvNone
  40.     Caption = 'Panel1'
  41.     TabOrder = 1
  42.     object DriveComboBox1: TDriveComboBox
  43.       Left = 0
  44.       Top = 0
  45.       Width = 306
  46.       Height = 19
  47.       DirList = DirectoryListBox1
  48.       TabOrder = 0
  49.     end
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 0
  53.     Top = 184
  54.     Width = 306
  55.     Height = 49
  56.     Align = alBottom
  57.     BevelOuter = bvNone
  58.     TabOrder = 2
  59.     object Label1: TLabel
  60.       Left = 0
  61.       Top = 0
  62.       Width = 306
  63.       Height = 13
  64.       Align = alTop
  65.       Alignment = taCenter
  66.       Caption = 'Label1'
  67.     end
  68.     object Button1: TButton
  69.       Left = 71
  70.       Top = 20
  71.       Width = 75
  72.       Height = 25
  73.       Anchors = [akBottom]
  74.       Caption = 'OK'
  75.       TabOrder = 0
  76.       OnClick = Button1Click
  77.     end
  78.     object Button2: TButton
  79.       Left = 167
  80.       Top = 20
  81.       Width = 75
  82.       Height = 25
  83.       Anchors = [akBottom]
  84.       Caption = 'Cancel'
  85.       TabOrder = 1
  86.       OnClick = Button2Click
  87.     end
  88.   end
  89. end
  90.