home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TEXCEPTIONDIALOG / TEXCEPTIONDIALOG.txt
Encoding:
Text File  |  2004-06-06  |  2.4 KB  |  119 lines

  1. object ExceptionDialog: TExceptionDialog
  2.   Left = 364
  3.   Top = 291
  4.   ActiveControl = OkBtn
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'ExceptionDialog'
  8.   ClientHeight = 276
  9.   ClientWidth = 432
  10.   Color = clBtnFace
  11.   Constraints.MinWidth = 200
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   ShowHint = True
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnPaint = FormPaint
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   DesignSize = (
  28.     432
  29.     276)
  30.   PixelsPerInch = 96
  31.   TextHeight = 13
  32.   object Bevel1: TBevel
  33.     Left = 0
  34.     Top = 88
  35.     Width = 428
  36.     Height = 9
  37.     Anchors = [akLeft, akTop, akRight]
  38.     Shape = bsBottomLine
  39.   end
  40.   object OkBtn: TButton
  41.     Left = 352
  42.     Top = 4
  43.     Width = 75
  44.     Height = 25
  45.     Anchors = [akTop, akRight]
  46.     Cancel = True
  47.     Caption = '&OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object DetailsMemo: TMemo
  53.     Left = 4
  54.     Top = 104
  55.     Width = 424
  56.     Height = 168
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'Courier New'
  62.     Font.Style = []
  63.     ParentColor = True
  64.     ParentFont = False
  65.     ReadOnly = True
  66.     ScrollBars = ssBoth
  67.     TabOrder = 4
  68.     WordWrap = False
  69.   end
  70.   object DetailsBtn: TButton
  71.     Left = 8
  72.     Top = 56
  73.     Width = 33
  74.     Height = 25
  75.     Hint = 'Show or hide additional information|'
  76.     Anchors = [akTop, akRight]
  77.     Caption = '>>'
  78.     Enabled = False
  79.     TabOrder = 3
  80.     OnClick = DetailsBtnClick
  81.   end
  82.   object TextLabel: TMemo
  83.     Left = 56
  84.     Top = 8
  85.     Width = 289
  86.     Height = 75
  87.     Hint = 'Use Ctrl+C to copy the report to the clipboard'
  88.     Anchors = [akLeft, akTop, akRight]
  89.     BorderStyle = bsNone
  90.     Ctl3D = True
  91.     Lines.Strings = (
  92.       'TextLabel')
  93.     ParentColor = True
  94.     ParentCtl3D = False
  95.     ReadOnly = True
  96.     TabOrder = 5
  97.   end
  98.   object bTerminate: TButton
  99.     Left = 352
  100.     Top = 30
  101.     Width = 75
  102.     Height = 25
  103.     Anchors = [akTop, akRight]
  104.     Caption = '&Terminate'
  105.     TabOrder = 1
  106.     OnClick = bTerminateClick
  107.   end
  108.   object bSend: TButton
  109.     Left = 352
  110.     Top = 56
  111.     Width = 75
  112.     Height = 25
  113.     Anchors = [akTop, akRight]
  114.     Caption = '&Mail Log'
  115.     TabOrder = 2
  116.     OnClick = bSendClick
  117.   end
  118. end
  119.