home *** CD-ROM | disk | FTP | other *** search
- object DbEditDlg: TDbEditDlg
- Left = 191
- Top = 235
- Width = 504
- Height = 300
- Caption = 'Table Viewer'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 32
- Width = 496
- Height = 241
- Hint = 'Double Click to Edit Selected Field'
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = ANSI_CHARSET
- TitleFont.Color = clBlack
- TitleFont.Height = -13
- TitleFont.Name = 'Arial'
- TitleFont.Style = []
- OnDblClick = DBGrid1DblClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 496
- Height = 32
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object DBNavigator1: TDBNavigator
- Left = 2
- Top = 3
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 304
- Top = 0
- Width = 192
- Height = 32
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 98
- Top = 3
- Width = 89
- Height = 25
- Caption = '&Close'
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 6
- Top = 3
- Width = 89
- Height = 25
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkHelp
- end
- end
- end
- object DataSource1: TDataSource
- Left = 8
- Top = 240
- end
- end
-