home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / EXCPTDLG.dfm / EXCPTDLG.txt
Encoding:
Text File  |  1999-10-12  |  3.3 KB  |  172 lines

  1. object RxErrorDialog: TRxErrorDialog
  2.   Left = 202
  3.   Top = 100
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 252
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyUp = FormKeyUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BasicPanel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 288
  28.     Height = 108
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object ErrorText: TLabel
  33.       Left = 53
  34.       Top = 10
  35.       Width = 227
  36.       Height = 88
  37.       Align = alClient
  38.       WordWrap = True
  39.     end
  40.     object IconPanel: TPanel
  41.       Left = 0
  42.       Top = 10
  43.       Width = 53
  44.       Height = 88
  45.       Align = alLeft
  46.       BevelOuter = bvNone
  47.       TabOrder = 0
  48.       object IconImage: TImage
  49.         Left = 8
  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 = 88
  69.       Align = alRight
  70.       BevelOuter = bvNone
  71.       TabOrder = 2
  72.     end
  73.     object BottomPanel: TPanel
  74.       Left = 0
  75.       Top = 98
  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 = 108
  86.     Width = 380
  87.     Height = 144
  88.     Align = alBottom
  89.     BevelInner = bvLowered
  90.     BevelOuter = bvLowered
  91.     TabOrder = 2
  92.     object AddrLabel: TRxLabel
  93.       Left = 53
  94.       Top = 11
  95.       Width = 121
  96.       Height = 13
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = 'Error address: '
  100.       ShadowSize = 0
  101.     end
  102.     object TypeLabel: TRxLabel
  103.       Left = 53
  104.       Top = 30
  105.       Width = 121
  106.       Height = 13
  107.       Alignment = taRightJustify
  108.       AutoSize = False
  109.       Caption = 'Error Type: '
  110.       ShadowSize = 0
  111.     end
  112.     object MessageText: TMemo
  113.       Left = 7
  114.       Top = 53
  115.       Width = 366
  116.       Height = 84
  117.       TabStop = False
  118.       Color = clBtnFace
  119.       ReadOnly = True
  120.       TabOrder = 0
  121.       WantReturns = False
  122.     end
  123.     object ErrorAddress: TEdit
  124.       Left = 180
  125.       Top = 8
  126.       Width = 192
  127.       Height = 21
  128.       TabStop = False
  129.       ParentColor = True
  130.       ReadOnly = True
  131.       TabOrder = 1
  132.     end
  133.     object ErrorType: TEdit
  134.       Left = 180
  135.       Top = 27
  136.       Width = 192
  137.       Height = 21
  138.       TabStop = False
  139.       ParentColor = True
  140.       ReadOnly = True
  141.       TabOrder = 2
  142.     end
  143.   end
  144.   object ButtonPanel: TPanel
  145.     Left = 288
  146.     Top = 0
  147.     Width = 92
  148.     Height = 108
  149.     Align = alRight
  150.     BevelOuter = bvNone
  151.     TabOrder = 1
  152.     object DetailsBtn: TButton
  153.       Left = 7
  154.       Top = 65
  155.       Width = 79
  156.       Height = 25
  157.       TabOrder = 1
  158.       OnClick = DetailsBtnClick
  159.     end
  160.     object OKBtn: TButton
  161.       Left = 7
  162.       Top = 12
  163.       Width = 79
  164.       Height = 25
  165.       Cancel = True
  166.       Default = True
  167.       ModalResult = 1
  168.       TabOrder = 0
  169.     end
  170.   end
  171. end
  172.