home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / olbrowse.exe / 16BIT / FIDET.DFM / FIDET.txt
Text File  |  1996-09-19  |  923b  |  48 lines

  1. object FormItemDetails: TFormItemDetails
  2.   Left = 340
  3.   Top = 156
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Plant Details'
  7.   ClientHeight = 269
  8.   ClientWidth = 286
  9.   Ctl3D = False
  10.   Color = clBtnFace
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   PixelsPerInch = 96
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 286
  23.     Height = 269
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BorderWidth = 1
  27.     TabOrder = 0
  28.     object ScrollBox1: TScrollBox
  29.       Left = 8
  30.       Top = 8
  31.       Width = 265
  32.       Height = 217
  33.       HorzScrollBar.Visible = False
  34.       BorderStyle = bsNone
  35.       TabOrder = 0
  36.     end
  37.     object BtnOK: TButton
  38.       Left = 224
  39.       Top = 232
  40.       Width = 49
  41.       Height = 25
  42.       Caption = 'OK'
  43.       TabOrder = 1
  44.       OnClick = BtnOKClick
  45.     end
  46.   end
  47. end
  48.