home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TDBENGINEERRORDLG / TDBENGINEERRORDLG.txt
Text File  |  1999-09-06  |  3KB  |  152 lines

  1. object DbEngineErrorDlg: TDbEngineErrorDlg
  2.   Left = 245
  3.   Top = 189
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 228
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BasicPanel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 288
  28.     Height = 83
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object ErrorText: TLabel
  33.       Left = 49
  34.       Top = 10
  35.       Width = 231
  36.       Height = 63
  37.       Align = alClient
  38.       WordWrap = True
  39.     end
  40.     object IconPanel: TPanel
  41.       Left = 0
  42.       Top = 10
  43.       Width = 49
  44.       Height = 63
  45.       Align = alLeft
  46.       BevelOuter = bvNone
  47.       TabOrder = 0
  48.       object IconImage: TImage
  49.         Left = 6
  50.         Top = 1
  51.         Width = 34
  52.         Height = 34
  53.       end
  54.     end
  55.     object TopPanel: TPanel
  56.       Left = 0
  57.       Top = 0
  58.       Width = 288
  59.       Height = 10
  60.       Align = alTop
  61.       BevelOuter = bvNone
  62.       TabOrder = 1
  63.     end
  64.     object RightPanel: TPanel
  65.       Left = 280
  66.       Top = 10
  67.       Width = 8
  68.       Height = 63
  69.       Align = alRight
  70.       BevelOuter = bvNone
  71.       TabOrder = 2
  72.     end
  73.     object Panel1: TPanel
  74.       Left = 0
  75.       Top = 73
  76.       Width = 288
  77.       Height = 10
  78.       Align = alBottom
  79.       BevelOuter = bvNone
  80.       TabOrder = 3
  81.     end
  82.   end
  83.   object DetailsPanel: TPanel
  84.     Left = 0
  85.     Top = 83
  86.     Width = 380
  87.     Height = 145
  88.     Align = alBottom
  89.     BevelInner = bvRaised
  90.     BevelOuter = bvLowered
  91.     TabOrder = 2
  92.     object ErrorsList: TListView
  93.       Left = 8
  94.       Top = 8
  95.       Width = 365
  96.       Height = 129
  97.       Columns = <
  98.         item
  99.           Caption = 'Chyba BDE'
  100.           Width = -2
  101.           WidthType = (
  102.             -2)
  103.         end
  104.         item
  105.           Caption = 'Chyba serveru'
  106.           Width = -2
  107.           WidthType = (
  108.             -2)
  109.         end
  110.         item
  111.           Caption = 'Popis'
  112.           Width = -1
  113.           WidthType = (
  114.             -1)
  115.         end>
  116.       ColumnClick = False
  117.       HotTrackStyles = []
  118.       TabOrder = 0
  119.       ViewStyle = vsReport
  120.     end
  121.   end
  122.   object ButtonPanel: TPanel
  123.     Left = 288
  124.     Top = 0
  125.     Width = 92
  126.     Height = 83
  127.     Align = alRight
  128.     BevelOuter = bvNone
  129.     TabOrder = 1
  130.     object DetailsBtn: TButton
  131.       Left = 7
  132.       Top = 45
  133.       Width = 79
  134.       Height = 25
  135.       Caption = 'Detaily >>'
  136.       TabOrder = 1
  137.       OnClick = DetailsBtnClick
  138.     end
  139.     object OKBtn: TButton
  140.       Left = 7
  141.       Top = 12
  142.       Width = 79
  143.       Height = 25
  144.       Cancel = True
  145.       Caption = 'OK'
  146.       Default = True
  147.       ModalResult = 1
  148.       TabOrder = 0
  149.     end
  150.   end
  151. end
  152.