home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / lmdtoolb.exe / lmddir.dfm / lmddir.txt
Text File  |  1995-08-31  |  2KB  |  103 lines

  1. object DirBox: TDirBox
  2.   Left = 257
  3.   Top = 142
  4.   ActiveControl = DirectoryListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Verzeichnis ausw∩┐╜hlen'
  7.   ClientHeight = 233
  8.   ClientWidth = 305
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   TextHeight = 13
  16.   object pfad: TLabel
  17.     Left = 7
  18.     Top = 5
  19.     Width = 3
  20.     Height = 13
  21.     FocusControl = DirectoryListBox1
  22.     Transparent = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 7
  26.     Top = 188
  27.     Width = 3
  28.     Height = 13
  29.     FocusControl = DriveComboBox1
  30.     Transparent = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 35
  34.     Top = 5
  35.     Width = 186
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = 'f:\delphi\vcl'
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object okbtn: TButton
  47.     Left = 230
  48.     Top = 19
  49.     Width = 69
  50.     Height = 25
  51.     Caption = '&OK'
  52.     Font.Color = clWindowText
  53.     Font.Height = -12
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ModalResult = 1
  57.     ParentFont = False
  58.     TabOrder = 2
  59.   end
  60.   object DirectoryListBox1: TDirectoryListBox
  61.     Left = 6
  62.     Top = 20
  63.     Width = 216
  64.     Height = 164
  65.     DirLabel = Label2
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ItemHeight = 16
  71.     ParentFont = False
  72.     TabOrder = 0
  73.   end
  74.   object Button1: TButton
  75.     Left = 230
  76.     Top = 47
  77.     Width = 69
  78.     Height = 25
  79.     Cancel = True
  80.     Font.Color = clWindowText
  81.     Font.Height = -12
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ModalResult = 2
  85.     ParentFont = False
  86.     TabOrder = 3
  87.   end
  88.   object DriveComboBox1: TDriveComboBox
  89.     Left = 7
  90.     Top = 203
  91.     Width = 217
  92.     Height = 22
  93.     DirList = DirectoryListBox1
  94.     Font.Color = clBlack
  95.     Font.Height = -13
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 1
  100.     OnChange = DriveComboBox1Change
  101.   end
  102. end
  103.