home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / sqlb.dll / 0 / RCDATA / TSQLERRORFORM / TSQLERRORFORM.txt
Text File  |  1999-08-11  |  2KB  |  106 lines

  1. object SQLErrorForm: TSQLErrorForm
  2.   Left = 191
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = 'Incomplete SQL'
  6.   ClientHeight = 248
  7.   ClientWidth = 359
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 7
  19.     Top = 207
  20.     Width = 345
  21.     Height = 3
  22.   end
  23.   object lblError: TLabel
  24.     Left = 7
  25.     Top = 2
  26.     Width = 351
  27.     Height = 23
  28.     Caption = 'The current SQL statement is incomplete or invalid.'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -15
  32.     Font.Name = 'Default'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object lblEdit: TLabel
  38.     Left = 76
  39.     Top = 160
  40.     Width = 190
  41.     Height = 16
  42.     Caption = '&Edit the current illegal statement.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -15
  46.     Font.Name = 'Default'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     WordWrap = True
  50.     OnClick = btnEditClick
  51.   end
  52.   object lblRevert: TLabel
  53.     Left = 76
  54.     Top = 184
  55.     Width = 195
  56.     Height = 16
  57.     Caption = '&Revert to the last valid statement.'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -15
  61.     Font.Name = 'Default'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     WordWrap = True
  65.     OnClick = btnRevertClick
  66.   end
  67.   object Label1: TLabel
  68.     Left = 9
  69.     Top = 24
  70.     Width = 346
  71.     Height = 16
  72.     Caption = 'Error Message:'
  73.   end
  74.   object btnEdit: TButton
  75.     Left = 180
  76.     Top = 215
  77.     Width = 110
  78.     Height = 31
  79.     Caption = '&Edit'
  80.     ModalResult = 1
  81.     TabOrder = 0
  82.     OnClick = btnEditClick
  83.   end
  84.   object btnRevert: TButton
  85.     Left = 64
  86.     Top = 215
  87.     Width = 109
  88.     Height = 31
  89.     Caption = '&Revert'
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.     OnClick = btnRevertClick
  93.   end
  94.   object lblErrorMessage: TMemo
  95.     Left = 7
  96.     Top = 46
  97.     Width = 345
  98.     Height = 109
  99.     Color = clBtnFace
  100.     Lines.Strings = (
  101.       'lblErrorMessage')
  102.     ReadOnly = True
  103.     TabOrder = 2
  104.   end
  105. end
  106.