home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitReportError.dfm < prev    next >
Text File  |  2003-07-01  |  3KB  |  135 lines

  1. object FrmReportError: TFrmReportError
  2.   Left = 343
  3.   Top = 309
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Report Error'
  7.   ClientHeight = 280
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 80
  21.     Top = 248
  22.     Width = 73
  23.     Height = 25
  24.     Caption = 'Send'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = []
  30.     ModalResult = 6
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object Button2: TButton
  35.     Left = 224
  36.     Top = 248
  37.     Width = 73
  38.     Height = 25
  39.     Caption = 'Don'#39't Send'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Tahoma'
  44.     Font.Style = []
  45.     ModalResult = 7
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 8
  51.     Top = 152
  52.     Width = 369
  53.     Height = 81
  54.     Caption = 'Privacy Information'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Tahoma'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     object Label1: TLabel
  63.       Left = 16
  64.       Top = 28
  65.       Width = 296
  66.       Height = 13
  67.       Caption = 'Do you want to send the following information to my website?'
  68.     end
  69.     object lblURL: TLabel
  70.       Left = 16
  71.       Top = 52
  72.       Width = 29
  73.       Height = 13
  74.       Caption = 'lblURL'
  75.       Constraints.MaxWidth = 329
  76.       WordWrap = True
  77.     end
  78.   end
  79.   object GroupBox2: TGroupBox
  80.     Left = 8
  81.     Top = 8
  82.     Width = 369
  83.     Height = 137
  84.     Caption = 'Error'
  85.     TabOrder = 3
  86.     object lblProgram: TLabel
  87.       Left = 16
  88.       Top = 18
  89.       Width = 127
  90.       Height = 13
  91.       Caption = '[Suspect program: %s]'
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -12
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object lblDesc: TLabel
  100.       Left = 16
  101.       Top = 40
  102.       Width = 339
  103.       Height = 39
  104.       Caption = 
  105.         'This program has most likely broken the clipboard chain. The Cli' +
  106.         'pboard Monitor will automatically be refreshed and this message ' +
  107.         'will not be shown again this session.'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clWindowText
  110.       Font.Height = -11
  111.       Font.Name = 'Tahoma'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       WordWrap = True
  115.     end
  116.     object Label2: TLabel
  117.       Left = 16
  118.       Top = 88
  119.       Width = 320
  120.       Height = 39
  121.       Caption = 
  122.         'If this program crashed or terminated unexpectedly, please do no' +
  123.         't send this error report. This is expected behavoir when a progr' +
  124.         'am crashes that monitors the clipboard.'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -11
  128.       Font.Name = 'Tahoma'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       WordWrap = True
  132.     end
  133.   end
  134. end
  135.