home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Lib / DBEXCEPT.DFM / DBEXCEPT.txt next >
Encoding:
Text File  |  1999-08-11  |  3.7 KB  |  193 lines

  1. object DbEngineErrorDlg: TDbEngineErrorDlg
  2.   Left = 348
  3.   Top = 103
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Database Engine Error'
  8.   ClientHeight = 256
  9.   ClientWidth = 296
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   FormStyle = fsStayOnTop
  13.   HelpFile = 'dbexplr3.hlp'
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BasicPanel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 296
  26.     Height = 73
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object ErrorText: TLabel
  31.       Left = 49
  32.       Top = 8
  33.       Width = 239
  34.       Height = 65
  35.       Align = alClient
  36.       Caption = 'ErrorText'
  37.       WordWrap = True
  38.     end
  39.     object IconPanel: TPanel
  40.       Left = 0
  41.       Top = 8
  42.       Width = 49
  43.       Height = 65
  44.       Align = alLeft
  45.       BevelOuter = bvNone
  46.       TabOrder = 0
  47.       object IconImage: TImage
  48.         Left = 6
  49.         Top = 2
  50.         Width = 34
  51.         Height = 34
  52.         Picture.Data = {<image001.ico>}
  53.       end
  54.     end
  55.     object TopPanel: TPanel
  56.       Left = 0
  57.       Top = 0
  58.       Width = 296
  59.       Height = 8
  60.       Align = alTop
  61.       BevelOuter = bvNone
  62.       TabOrder = 1
  63.     end
  64.     object RightPanel: TPanel
  65.       Left = 288
  66.       Top = 8
  67.       Width = 8
  68.       Height = 65
  69.       Align = alRight
  70.       BevelOuter = bvNone
  71.       TabOrder = 2
  72.     end
  73.   end
  74.   object DetailsPanel: TPanel
  75.     Left = 0
  76.     Top = 112
  77.     Width = 296
  78.     Height = 144
  79.     Align = alBottom
  80.     BevelInner = bvLowered
  81.     BevelOuter = bvLowered
  82.     TabOrder = 1
  83.     object BDELabel: TLabel
  84.       Left = 65
  85.       Top = 8
  86.       Width = 50
  87.       Height = 13
  88.       Alignment = taRightJustify
  89.       Caption = 'BDE Error:'
  90.     end
  91.     object NativeLabel: TLabel
  92.       Left = 56
  93.       Top = 32
  94.       Width = 59
  95.       Height = 13
  96.       Alignment = taRightJustify
  97.       Caption = 'Server Error:'
  98.     end
  99.     object DbMessageText: TMemo
  100.       Left = 8
  101.       Top = 56
  102.       Width = 281
  103.       Height = 49
  104.       TabStop = False
  105.       Color = clBtnFace
  106.       Lines.Strings = (
  107.         'DbMessageText')
  108.       ReadOnly = True
  109.       TabOrder = 0
  110.     end
  111.     object DbResult: TEdit
  112.       Left = 120
  113.       Top = 8
  114.       Width = 79
  115.       Height = 21
  116.       TabStop = False
  117.       ParentColor = True
  118.       ReadOnly = True
  119.       TabOrder = 1
  120.       Text = 'DbResult'
  121.     end
  122.     object DbCatSub: TEdit
  123.       Left = 200
  124.       Top = 8
  125.       Width = 89
  126.       Height = 21
  127.       TabStop = False
  128.       ParentColor = True
  129.       ReadOnly = True
  130.       TabOrder = 2
  131.       Text = 'DbCatSub'
  132.     end
  133.     object NativeResult: TEdit
  134.       Left = 120
  135.       Top = 32
  136.       Width = 169
  137.       Height = 21
  138.       TabStop = False
  139.       ParentColor = True
  140.       ReadOnly = True
  141.       TabOrder = 3
  142.       Text = 'NativeResult'
  143.     end
  144.     object BackBtn: TButton
  145.       Left = 136
  146.       Top = 112
  147.       Width = 75
  148.       Height = 25
  149.       Caption = '< &Back'
  150.       TabOrder = 4
  151.       OnClick = BackClick
  152.     end
  153.     object NextBtn: TButton
  154.       Left = 216
  155.       Top = 112
  156.       Width = 75
  157.       Height = 25
  158.       Caption = 'Next >'
  159.       Default = True
  160.       TabOrder = 5
  161.       OnClick = NextClick
  162.     end
  163.   end
  164.   object ButtonPanel: TPanel
  165.     Left = 0
  166.     Top = 73
  167.     Width = 296
  168.     Height = 39
  169.     Align = alBottom
  170.     BevelOuter = bvNone
  171.     TabOrder = 2
  172.     object DetailsBtn: TButton
  173.       Left = 135
  174.       Top = 8
  175.       Width = 75
  176.       Height = 25
  177.       Caption = '&Details'
  178.       TabOrder = 0
  179.       OnClick = DetailsBtnClick
  180.     end
  181.     object OKBtn: TButton
  182.       Left = 215
  183.       Top = 8
  184.       Width = 75
  185.       Height = 25
  186.       Cancel = True
  187.       Caption = 'OK'
  188.       ModalResult = 1
  189.       TabOrder = 1
  190.     end
  191.   end
  192. end
  193.