home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / DBEXCPT.DFM / DBEXCPT.txt
Text File  |  1999-10-12  |  4KB  |  192 lines

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