home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / EXCPTDLG.DFM / EXCPTDLG.txt
Text File  |  1999-10-12  |  3KB  |  169 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.   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.   OnKeyUp = FormKeyUp
  19.   OnShow = FormShow
  20.   TextHeight = 13
  21.   object BasicPanel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 288
  25.     Height = 108
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object ErrorText: TLabel
  30.       Left = 53
  31.       Top = 10
  32.       Width = 227
  33.       Height = 88
  34.       Align = alClient
  35.       WordWrap = True
  36.     end
  37.     object IconPanel: TPanel
  38.       Left = 0
  39.       Top = 10
  40.       Width = 53
  41.       Height = 88
  42.       Align = alLeft
  43.       BevelOuter = bvNone
  44.       TabOrder = 0
  45.       object IconImage: TImage
  46.         Left = 8
  47.         Top = 1
  48.         Width = 34
  49.         Height = 34
  50.       end
  51.     end
  52.     object TopPanel: TPanel
  53.       Left = 0
  54.       Top = 0
  55.       Width = 288
  56.       Height = 10
  57.       Align = alTop
  58.       BevelOuter = bvNone
  59.       TabOrder = 1
  60.     end
  61.     object RightPanel: TPanel
  62.       Left = 280
  63.       Top = 10
  64.       Width = 8
  65.       Height = 88
  66.       Align = alRight
  67.       BevelOuter = bvNone
  68.       TabOrder = 2
  69.     end
  70.     object BottomPanel: TPanel
  71.       Left = 0
  72.       Top = 98
  73.       Width = 288
  74.       Height = 10
  75.       Align = alBottom
  76.       BevelOuter = bvNone
  77.       TabOrder = 3
  78.     end
  79.   end
  80.   object DetailsPanel: TPanel
  81.     Left = 0
  82.     Top = 108
  83.     Width = 380
  84.     Height = 144
  85.     Align = alBottom
  86.     BevelInner = bvLowered
  87.     BevelOuter = bvLowered
  88.     TabOrder = 2
  89.     object AddrLabel: TRxLabel
  90.       Left = 53
  91.       Top = 11
  92.       Width = 121
  93.       Height = 13
  94.       Alignment = taRightJustify
  95.       AutoSize = False
  96.       Caption = 'Error address: '
  97.       ShadowSize = 0
  98.     end
  99.     object TypeLabel: TRxLabel
  100.       Left = 53
  101.       Top = 30
  102.       Width = 121
  103.       Height = 13
  104.       Alignment = taRightJustify
  105.       AutoSize = False
  106.       Caption = 'Error Type: '
  107.       ShadowSize = 0
  108.     end
  109.     object MessageText: TMemo
  110.       Left = 7
  111.       Top = 53
  112.       Width = 366
  113.       Height = 84
  114.       TabStop = False
  115.       Color = clBtnFace
  116.       ReadOnly = True
  117.       TabOrder = 0
  118.       WantReturns = False
  119.     end
  120.     object ErrorAddress: TEdit
  121.       Left = 180
  122.       Top = 8
  123.       Width = 192
  124.       Height = 20
  125.       TabStop = False
  126.       ParentColor = True
  127.       ReadOnly = True
  128.       TabOrder = 1
  129.     end
  130.     object ErrorType: TEdit
  131.       Left = 180
  132.       Top = 27
  133.       Width = 192
  134.       Height = 20
  135.       TabStop = False
  136.       ParentColor = True
  137.       ReadOnly = True
  138.       TabOrder = 2
  139.     end
  140.   end
  141.   object ButtonPanel: TPanel
  142.     Left = 288
  143.     Top = 0
  144.     Width = 92
  145.     Height = 108
  146.     Align = alRight
  147.     BevelOuter = bvNone
  148.     TabOrder = 1
  149.     object DetailsBtn: TButton
  150.       Left = 7
  151.       Top = 65
  152.       Width = 79
  153.       Height = 25
  154.       TabOrder = 1
  155.       OnClick = DetailsBtnClick
  156.     end
  157.     object OKBtn: TButton
  158.       Left = 7
  159.       Top = 12
  160.       Width = 79
  161.       Height = 25
  162.       Cancel = True
  163.       Default = True
  164.       ModalResult = 1
  165.       TabOrder = 0
  166.     end
  167.   end
  168. end
  169.