home *** CD-ROM | disk | FTP | other *** search
- object DbEngineErrorDlg: TDbEngineErrorDlg
- Left = 219
- Top = 122
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Database Engine Error'
- ClientHeight = 209
- ClientWidth = 337
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object BDELabel: TLabel
- Left = 90
- Top = 36
- Width = 61
- Height = 13
- Alignment = taRightJustify
- Caption = 'BDE Error:'
- end
- object NativeLabel: TLabel
- Left = 78
- Top = 56
- Width = 73
- Height = 13
- Alignment = taRightJustify
- Caption = 'Server Error:'
- end
- object ErrorLabel: TLabel
- Left = 16
- Top = 4
- Width = 190
- Height = 13
- Caption = 'Database Error Entry Information:'
- end
- object Label1: TLabel
- Left = 16
- Top = 72
- Width = 55
- Height = 13
- Alignment = taRightJustify
- Caption = 'Message:'
- end
- object OKBtn: TBitBtn
- Left = 44
- Top = 172
- Width = 76
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Prev: TBitBtn
- Left = 131
- Top = 172
- Width = 76
- Height = 27
- Caption = 'Prev'
- Enabled = False
- TabOrder = 1
- OnClick = PrevClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333FF3333333333333003333333333333F77F33333333333009033
- 333333333F7737F333333333009990333333333F773337FFFFFF330099999000
- 00003F773333377777770099999999999990773FF33333FFFFF7330099999000
- 000033773FF33777777733330099903333333333773FF7F33333333333009033
- 33333333337737F3333333333333003333333333333377333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object Next: TBitBtn
- Left = 217
- Top = 172
- Width = 76
- Height = 27
- Caption = 'Next'
- TabOrder = 2
- OnClick = NextClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333FF3333333333333003333
- 3333333333773FF3333333333309003333333333337F773FF333333333099900
- 33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
- 99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
- 33333333337F3F77333333333309003333333333337F77333333333333003333
- 3333333333773333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object DbMessageText: TMemo
- Left = 16
- Top = 92
- Width = 308
- Height = 65
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'DbMessageText')
- TabOrder = 3
- end
- object DbResult: TEdit
- Left = 154
- Top = 36
- Width = 73
- Height = 20
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 4
- Text = 'DbResult'
- end
- object NativeResult: TEdit
- Left = 154
- Top = 56
- Width = 168
- Height = 20
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 5
- Text = 'NativeResult'
- end
- object DbCatSub: TEdit
- Left = 249
- Top = 36
- Width = 73
- Height = 20
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 6
- Text = 'DbCatSub'
- end
- end
-