home *** CD-ROM | disk | FTP | other *** search
- object SQLErrorForm: TSQLErrorForm
- Left = 191
- Top = 136
- BorderStyle = bsDialog
- Caption = 'Incomplete SQL'
- ClientHeight = 248
- ClientWidth = 359
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 7
- Top = 207
- Width = 345
- Height = 3
- end
- object lblError: TLabel
- Left = 7
- Top = 2
- Width = 351
- Height = 23
- Caption = 'The current SQL statement is incomplete or invalid.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lblEdit: TLabel
- Left = 76
- Top = 160
- Width = 190
- Height = 16
- Caption = '&Edit the current illegal statement.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- OnClick = btnEditClick
- end
- object lblRevert: TLabel
- Left = 76
- Top = 184
- Width = 195
- Height = 16
- Caption = '&Revert to the last valid statement.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- OnClick = btnRevertClick
- end
- object Label1: TLabel
- Left = 9
- Top = 24
- Width = 346
- Height = 16
- Caption = 'Error Message:'
- end
- object btnEdit: TButton
- Left = 180
- Top = 215
- Width = 110
- Height = 31
- Caption = '&Edit'
- ModalResult = 1
- TabOrder = 0
- OnClick = btnEditClick
- end
- object btnRevert: TButton
- Left = 64
- Top = 215
- Width = 109
- Height = 31
- Caption = '&Revert'
- ModalResult = 1
- TabOrder = 1
- OnClick = btnRevertClick
- end
- object lblErrorMessage: TMemo
- Left = 7
- Top = 46
- Width = 345
- Height = 109
- Color = clBtnFace
- Lines.Strings = (
- 'lblErrorMessage')
- ReadOnly = True
- TabOrder = 2
- end
- end
-