home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / dbtools.pak / DBEXCEPT.DFM / DBEXCEPT.txt
Encoding:
Text File  |  1995-08-24  |  4.0 KB  |  153 lines

  1. object DbEngineErrorDlg: TDbEngineErrorDlg
  2.   Left = 219
  3.   Top = 122
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Engine Error'
  7.   ClientHeight = 209
  8.   ClientWidth = 337
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object BDELabel: TLabel
  20.     Left = 90
  21.     Top = 36
  22.     Width = 61
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'BDE Error:'
  26.   end
  27.   object NativeLabel: TLabel
  28.     Left = 78
  29.     Top = 56
  30.     Width = 73
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'Server Error:'
  34.   end
  35.   object ErrorLabel: TLabel
  36.     Left = 16
  37.     Top = 4
  38.     Width = 190
  39.     Height = 13
  40.     Caption = 'Database Error Entry Information:'
  41.   end
  42.   object Label1: TLabel
  43.     Left = 16
  44.     Top = 72
  45.     Width = 55
  46.     Height = 13
  47.     Alignment = taRightJustify
  48.     Caption = 'Message:'
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 44
  52.     Top = 172
  53.     Width = 76
  54.     Height = 27
  55.     TabOrder = 0
  56.     Kind = bkOK
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object Prev: TBitBtn
  62.     Left = 131
  63.     Top = 172
  64.     Width = 76
  65.     Height = 27
  66.     Caption = 'Prev'
  67.     Enabled = False
  68.     TabOrder = 1
  69.     OnClick = PrevClick
  70.     Glyph.Data = {
  71.       78010000424D7801000000000000760000002800000020000000100000000100
  72.       04000000000000000000120B0000120B00000000000000000000000000000000
  73.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  74.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  75.       3333333333333333333333333333333333333333333333333333333333333333
  76.       3333333333333FF3333333333333003333333333333F77F33333333333009033
  77.       333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  78.       00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  79.       000033773FF33777777733330099903333333333773FF7F33333333333009033
  80.       33333333337737F3333333333333003333333333333377333333333333333333
  81.       3333333333333333333333333333333333333333333333333333333333333333
  82.       33333333333333333333333333333333333333333333333333330000}
  83.     NumGlyphs = 2
  84.   end
  85.   object Next: TBitBtn
  86.     Left = 217
  87.     Top = 172
  88.     Width = 76
  89.     Height = 27
  90.     Caption = 'Next'
  91.     TabOrder = 2
  92.     OnClick = NextClick
  93.     Glyph.Data = {
  94.       78010000424D7801000000000000760000002800000020000000100000000100
  95.       04000000000000000000120B0000120B00000000000000000000000000000000
  96.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  97.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  98.       3333333333333333333333333333333333333333333333333333333333333333
  99.       3333333333333333333333333333333333333333333FF3333333333333003333
  100.       3333333333773FF3333333333309003333333333337F773FF333333333099900
  101.       33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  102.       99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  103.       33333333337F3F77333333333309003333333333337F77333333333333003333
  104.       3333333333773333333333333333333333333333333333333333333333333333
  105.       33333333333333333333333333333333333333333333333333330000}
  106.     NumGlyphs = 2
  107.   end
  108.   object DbMessageText: TMemo
  109.     Left = 16
  110.     Top = 92
  111.     Width = 308
  112.     Height = 65
  113.     BorderStyle = bsNone
  114.     Color = clBtnFace
  115.     Lines.Strings = (
  116.       'DbMessageText')
  117.     TabOrder = 3
  118.   end
  119.   object DbResult: TEdit
  120.     Left = 154
  121.     Top = 36
  122.     Width = 73
  123.     Height = 20
  124.     BorderStyle = bsNone
  125.     ParentColor = True
  126.     ReadOnly = True
  127.     TabOrder = 4
  128.     Text = 'DbResult'
  129.   end
  130.   object NativeResult: TEdit
  131.     Left = 154
  132.     Top = 56
  133.     Width = 168
  134.     Height = 20
  135.     BorderStyle = bsNone
  136.     ParentColor = True
  137.     ReadOnly = True
  138.     TabOrder = 5
  139.     Text = 'NativeResult'
  140.   end
  141.   object DbCatSub: TEdit
  142.     Left = 249
  143.     Top = 36
  144.     Width = 73
  145.     Height = 20
  146.     BorderStyle = bsNone
  147.     ParentColor = True
  148.     ReadOnly = True
  149.     TabOrder = 6
  150.     Text = 'DbCatSub'
  151.   end
  152. end
  153.