home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / Transcript / InstallTranscript2.2_fr.exe / Transcript.exe / 0 / RCDATA / TEXCEPTIONDIALOG / TEXCEPTIONDIALOG.txt
Text File  |  2007-05-11  |  2KB  |  98 lines

  1. object ExceptionDialog: TExceptionDialog
  2.   Left = 310
  3.   Top = 255
  4.   Width = 440
  5.   Height = 282
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'ExceptionDialog'
  8.   Color = clBtnFace
  9.   Constraints.MinWidth = 200
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnPaint = FormPaint
  23.   OnResize = FormResize
  24.   OnShow = FormShow
  25.   DesignSize = (
  26.     432
  27.     255)
  28.   PixelsPerInch = 96
  29.   TextHeight = 13
  30.   object BevelDetails: TBevel
  31.     Left = 3
  32.     Top = 91
  33.     Width = 422
  34.     Height = 9
  35.     Anchors = [akLeft, akTop, akRight]
  36.     Shape = bsTopLine
  37.   end
  38.   object TextLabel: TMemo
  39.     Left = 56
  40.     Top = 8
  41.     Width = 281
  42.     Height = 75
  43.     Hint = 'Use Ctrl+C to copy the report to the clipboard'
  44.     Anchors = [akLeft, akTop, akRight]
  45.     BorderStyle = bsNone
  46.     Ctl3D = True
  47.     Lines.Strings = (
  48.       'TextLabel')
  49.     ParentColor = True
  50.     ParentCtl3D = False
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.     WantReturns = False
  54.   end
  55.   object OkBtn: TButton
  56.     Left = 352
  57.     Top = 4
  58.     Width = 75
  59.     Height = 25
  60.     Anchors = [akTop, akRight]
  61.     Caption = '&OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object DetailsBtn: TButton
  67.     Left = 352
  68.     Top = 60
  69.     Width = 75
  70.     Height = 25
  71.     Hint = 'Show or hide additional information|'
  72.     Anchors = [akTop, akRight]
  73.     Caption = '&Details'
  74.     Enabled = False
  75.     TabOrder = 3
  76.     OnClick = DetailsBtnClick
  77.   end
  78.   object DetailsMemo: TMemo
  79.     Left = 4
  80.     Top = 101
  81.     Width = 421
  82.     Height = 147
  83.     Anchors = [akLeft, akTop, akRight, akBottom]
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'Courier New'
  88.     Font.Style = []
  89.     ParentColor = True
  90.     ParentFont = False
  91.     ReadOnly = True
  92.     ScrollBars = ssBoth
  93.     TabOrder = 2
  94.     WantReturns = False
  95.     WordWrap = False
  96.   end
  97. end
  98.