home *** CD-ROM | disk | FTP | other *** search
- object DllForm1: TDllForm1
- Left = 233
- Top = 97
- AutoScroll = False
- Width = 385
- Height = 233
- Caption = 'View Table'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnClose = FormClose
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 377
- Height = 161
- Align = alTop
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object OKBtn1: TBitBtn
- Left = 144
- Top = 168
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object Table1: TTable
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 32
- end
- end
-