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

  1. object mailchkabout: Tmailchkabout
  2.   Left = 308
  3.   Top = 100
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Mail Checker'
  7.   ClientHeight = 410
  8.   ClientWidth = 397
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 46
  19.     Top = 6
  20.     Width = 305
  21.     Height = 60
  22.     Caption = 'Mail Checker'
  23.     Font.Color = clWindowText
  24.     Font.Height = -53
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 75
  31.     Top = 64
  32.     Width = 246
  33.     Height = 27
  34.     Caption = 'Version 1.5 FREEWARE'
  35.     Font.Color = clWindowText
  36.     Font.Height = -24
  37.     Font.Name = 'Times New Roman'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 75
  43.     Top = 92
  44.     Width = 246
  45.     Height = 13
  46.     Caption = 'Copyright (c)1997 by Alon Altman <alon.a@usa.net>'
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Dialog Light'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object mdURLLabel1: TmdURLLabel
  54.     Left = 104
  55.     Top = 108
  56.     Width = 189
  57.     Height = 13
  58.     LinkFont.Color = clBlue
  59.     LinkFont.Height = -11
  60.     LinkFont.Name = 'MS Sans Serif'
  61.     LinkFont.Style = [fsUnderline]
  62.     PassiveFont.Color = clWindowText
  63.     PassiveFont.Height = -11
  64.     PassiveFont.Name = 'MS Sans Serif'
  65.     PassiveFont.Style = []
  66.     WebPage = 'alonsoft.home.ml.org/mailchk.htm'
  67.     ShowHTTP = True
  68.     LabelType = Auto
  69.   end
  70.   object Label7: TLabel
  71.     Left = 29
  72.     Top = 133
  73.     Width = 339
  74.     Height = 26
  75.     Caption = 
  76.       'If you like Mail Checker, Please suppourt it by sending a $5 con' +
  77.       'tribution. My Address: Alon Altman, 68 Bussel st., Kiriat Haim 2' +
  78.       '6281, ISRAEL'
  79.     WordWrap = True
  80.   end
  81.   object GroupBox1: TGroupBox
  82.     Left = 10
  83.     Top = 172
  84.     Width = 376
  85.     Height = 201
  86.     Caption = 'Your Comments'
  87.     TabOrder = 0
  88.     object Label4: TLabel
  89.       Left = 8
  90.       Top = 20
  91.       Width = 56
  92.       Height = 13
  93.       Caption = 'Your Name:'
  94.     end
  95.     object Label5: TLabel
  96.       Left = 8
  97.       Top = 40
  98.       Width = 160
  99.       Height = 13
  100.       Caption = 'Please type any comments below:'
  101.     end
  102.     object Label6: TLabel
  103.       Left = 208
  104.       Top = 20
  105.       Width = 28
  106.       Height = 13
  107.       Caption = 'Email:'
  108.     end
  109.     object realname: TEdit
  110.       Left = 76
  111.       Top = 15
  112.       Width = 121
  113.       Height = 21
  114.       TabOrder = 0
  115.       OnChange = realnameChange
  116.     end
  117.     object email: TEdit
  118.       Left = 240
  119.       Top = 15
  120.       Width = 121
  121.       Height = 21
  122.       TabOrder = 1
  123.       OnChange = emailChange
  124.     end
  125.     object comments: TMemo
  126.       Left = 8
  127.       Top = 60
  128.       Width = 357
  129.       Height = 97
  130.       TabOrder = 2
  131.     end
  132.     object sendcomm: TBitBtn
  133.       Left = 288
  134.       Top = 164
  135.       Width = 77
  136.       Height = 25
  137.       Caption = 'Send...'
  138.       TabOrder = 3
  139.       OnClick = sendcommClick
  140.       Glyph.Data = {
  141.         78010000424D7801000000000000760000002800000020000000100000000100
  142.         04000000000000000000120B0000120B00000000000000000000000000000000
  143.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  144.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  145.         3333333333333333333333333333333333333FFFFFFFFFFFFFFF000000000000
  146.         000077777777777777770FFFFFFFFFFFFFF07F3333FFF33333370FFFF777FFFF
  147.         FFF07F333777333333370FFFFFFFFFFFFFF07F3333FFFFFF33370FFFF777777F
  148.         FFF07F33377777733FF70FFFFFFFFFFF99907F3FFF33333377770F777FFFFFFF
  149.         9CA07F77733333337F370FFFFFFFFFFF9A907FFFFFFFFFFF7FF7000000000000
  150.         0000777777777777777733333333333333333333333333333333333333333333
  151.         3333333333333333333333333333333333333333333333333333333333333333
  152.         33333333333333333333333333333333333333333333333333330000}
  153.       NumGlyphs = 2
  154.     end
  155.   end
  156.   object BitBtn1: TBitBtn
  157.     Left = 161
  158.     Top = 381
  159.     Width = 75
  160.     Height = 25
  161.     TabOrder = 1
  162.     Kind = bkOK
  163.   end
  164. end
  165.