home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Clmail32 / CLMAIL32.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-11-20  |  2KB  |  103 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 117
  3.   Top = 153
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'About ClickMail 32'
  7.   ClientHeight = 166
  8.   ClientWidth = 344
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 129
  20.     Top = 7
  21.     Width = 70
  22.     Height = 13
  23.     Caption = 'ClickMail 32'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object lblVersion: TLabel
  31.     Left = 112
  32.     Top = 21
  33.     Width = 113
  34.     Height = 16
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'lblVersion'
  38.   end
  39.   object Label2: TLabel
  40.     Left = 101
  41.     Top = 43
  42.     Width = 132
  43.     Height = 13
  44.     Alignment = taCenter
  45.     Caption = '∩┐╜ 1997 Andreas Johansson'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 13
  49.     Top = 59
  50.     Width = 276
  51.     Height = 13
  52.     Alignment = taCenter
  53.     Caption = 'For help on an item, just let the mouse pointer rest over it.'
  54.   end
  55.   object Label4: TLabel
  56.     Left = 13
  57.     Top = 75
  58.     Width = 298
  59.     Height = 13
  60.     Alignment = taCenter
  61.     Caption = 'See the CheckMail home page for the latest updates, changes '
  62.   end
  63.   object Label5: TLabel
  64.     Left = 13
  65.     Top = 91
  66.     Width = 297
  67.     Height = 13
  68.     Alignment = taCenter
  69.     Caption = 'and help with troubleshooting. Remember to check back often.'
  70.   end
  71.   object cmdClose: TButton
  72.     Left = 132
  73.     Top = 136
  74.     Width = 75
  75.     Height = 25
  76.     Hint = 'Closes this about box.'
  77.     Caption = '&Close'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 0
  81.     OnClick = cmdCloseClick
  82.   end
  83.   object txtHTML: TEdit
  84.     Left = 16
  85.     Top = 115
  86.     Width = 321
  87.     Height = 16
  88.     Cursor = crUpArrow
  89.     Hint = 'Click here to start your browser!'
  90.     AutoSize = False
  91.     BorderStyle = bsNone
  92.     Color = clSilver
  93.     Ctl3D = False
  94.     ParentCtl3D = False
  95.     ParentShowHint = False
  96.     ShowHint = True
  97.     TabOrder = 1
  98.     Text = 'The URL is: http://datastod.simplenet.com/ClickMail32.htm'
  99.     OnChange = txtHTMLChange
  100.     OnClick = txtHTMLClick
  101.   end
  102. end
  103.