home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TBROWSEDIR / TBROWSEDIR.txt < prev   
Encoding:
Text File  |  1996-08-11  |  923 b   |  50 lines

  1. object BrowseDir: TBrowseDir
  2.   Left = 341
  3.   Top = 460
  4.   Width = 435
  5.   Height = 195
  6.   BorderIcons = []
  7.   Caption = 'Verzeichnis ausw∩┐╜hlen'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object DirListBox1: TDirectoryListBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 425
  19.     Height = 132
  20.     ItemHeight = 16
  21.     TabOrder = 0
  22.   end
  23.   object DriveComboBox1: TDriveComboBox
  24.     Left = 176
  25.     Top = 136
  26.     Width = 249
  27.     Height = 22
  28.     TabOrder = 1
  29.     OnChange = DriveComboBox1Change
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 8
  33.     Top = 136
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     TabOrder = 2
  38.     OnClick = BitBtn1Click
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 88
  42.     Top = 136
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Cancel'
  46.     TabOrder = 3
  47.     OnClick = BitBtn2Click
  48.   end
  49. end
  50.