home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Mailchk / MAILCHK.EXE / 0 / RCDATA / TERRORBOX / TERRORBOX.txt
Text File  |  1997-10-19  |  4KB  |  190 lines

  1. object errorbox: Terrorbox
  2.   Left = 198
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Checker Error'
  7.   ClientHeight = 279
  8.   ClientWidth = 477
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 5
  21.     Top = 12
  22.     Width = 215
  23.     Height = 13
  24.     Caption = 'Mail checker has detected the following error:'
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object errormsg: TLabel
  32.     Left = 21
  33.     Top = 28
  34.     Width = 196
  35.     Height = 57
  36.     AutoSize = False
  37.     Caption = '[error message]'
  38.     Font.Color = clRed
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45.   object Label3: TLabel
  46.     Left = 5
  47.     Top = 88
  48.     Width = 155
  49.     Height = 13
  50.     Caption = 'Possible causes for this error are:'
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label4: TLabel
  58.     Left = 252
  59.     Top = 12
  60.     Width = 214
  61.     Height = 39
  62.     Caption = 
  63.       'If no causes are listed, or you couln'#39't get mail checker to work' +
  64.       ', please fill in this form to report the error.'
  65.     WordWrap = True
  66.   end
  67.   object Bevel1: TBevel
  68.     Left = 232
  69.     Top = 8
  70.     Width = 9
  71.     Height = 265
  72.     Shape = bsLeftLine
  73.   end
  74.   object Label2: TLabel
  75.     Left = 252
  76.     Top = 57
  77.     Width = 214
  78.     Height = 28
  79.     Caption = 
  80.       'If the form does not work correctly, contact me at alon.a@usa.ne' +
  81.       't'
  82.     WordWrap = True
  83.   end
  84.   object Label7: TLabel
  85.     Left = 6
  86.     Top = 215
  87.     Width = 216
  88.     Height = 13
  89.     Caption = 'If the error persists, please select Report error.'
  90.   end
  91.   object causes: TMemo
  92.     Left = 17
  93.     Top = 104
  94.     Width = 200
  95.     Height = 101
  96.     ReadOnly = True
  97.     ScrollBars = ssVertical
  98.     TabOrder = 0
  99.   end
  100.   object expandbtn: TButton
  101.     Left = 128
  102.     Top = 238
  103.     Width = 92
  104.     Height = 25
  105.     Caption = '&Report error >>'
  106.     TabOrder = 1
  107.     OnClick = expandbtnClick
  108.   end
  109.   object sendrep: TBitBtn
  110.     Left = 368
  111.     Top = 248
  112.     Width = 100
  113.     Height = 25
  114.     Caption = 'Send Report'
  115.     TabOrder = 2
  116.     OnClick = sendrepClick
  117.     Glyph.Data = {
  118.       78010000424D7801000000000000760000002800000020000000100000000100
  119.       04000000000000000000120B0000120B00000000000000000000000000000000
  120.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  121.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  122.       3333333333333333333333333333333333333FFFFFFFFFFFFFFF000000000000
  123.       000077777777777777770FFFFFFFFFFFFFF07F3333FFF33333370FFFF777FFFF
  124.       FFF07F333777333333370FFFFFFFFFFFFFF07F3333FFFFFF33370FFFF777777F
  125.       FFF07F33377777733FF70FFFFFFFFFFF99907F3FFF33333377770F777FFFFFFF
  126.       9CA07F77733333337F370FFFFFFFFFFF9A907FFFFFFFFFFF7FF7000000000000
  127.       0000777777777777777733333333333333333333333333333333333333333333
  128.       3333333333333333333333333333333333333333333333333333333333333333
  129.       33333333333333333333333333333333333333333333333333330000}
  130.     NumGlyphs = 2
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 248
  134.     Top = 96
  135.     Width = 217
  136.     Height = 141
  137.     BevelInner = bvRaised
  138.     BevelOuter = bvLowered
  139.     TabOrder = 3
  140.     object Label5: TLabel
  141.       Left = 9
  142.       Top = 8
  143.       Width = 96
  144.       Height = 13
  145.       Caption = 'Your E-mail address:'
  146.     end
  147.     object Label6: TLabel
  148.       Left = 12
  149.       Top = 48
  150.       Width = 145
  151.       Height = 13
  152.       Caption = 'Any comments about this error:'
  153.     end
  154.     object email: TEdit
  155.       Left = 8
  156.       Top = 23
  157.       Width = 201
  158.       Height = 21
  159.       TabOrder = 0
  160.       OnChange = emailChange
  161.     end
  162.     object comments: TMemo
  163.       Left = 9
  164.       Top = 68
  165.       Width = 200
  166.       Height = 61
  167.       ScrollBars = ssVertical
  168.       TabOrder = 1
  169.     end
  170.   end
  171.   object okbtn: TBitBtn
  172.     Left = 17
  173.     Top = 237
  174.     Width = 75
  175.     Height = 25
  176.     TabOrder = 4
  177.     OnClick = okbtnClick
  178.     Kind = bkOK
  179.   end
  180.   object smtp: TTCPClient
  181.     OnError = smtpError
  182.     Host = 'mail.usa.net'
  183.     Port = '25'
  184.     Authorized = False
  185.     OnData = smtpData
  186.     Left = 94
  187.     Top = 235
  188.   end
  189. end
  190.