home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / bdedll.pak / DLLUNIT1.DFM / DLLUNIT1.txt
Encoding:
Text File  |  1995-08-24  |  780 b   |  43 lines

  1. object DllForm1: TDllForm1
  2.   Left = 233
  3.   Top = 97
  4.   AutoScroll = False
  5.   Width = 385
  6.   Height = 233
  7.   Caption = 'View Table'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   TextHeight = 16
  15.   object DBGrid1: TDBGrid
  16.     Left = 0
  17.     Top = 0
  18.     Width = 377
  19.     Height = 161
  20.     Align = alTop
  21.     DataSource = DataSource1
  22.     TabOrder = 0
  23.     TitleFont.Color = clWindowText
  24.     TitleFont.Height = -13
  25.     TitleFont.Name = 'System'
  26.     TitleFont.Style = []
  27.   end
  28.   object OKBtn1: TBitBtn
  29.     Left = 144
  30.     Top = 168
  31.     Width = 89
  32.     Height = 33
  33.     TabOrder = 1
  34.     Kind = bkOK
  35.   end
  36.   object Table1: TTable
  37.   end
  38.   object DataSource1: TDataSource
  39.     DataSet = Table1
  40.     Left = 32
  41.   end
  42. end
  43.