home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Chkml32 / CHKML32.EXE / 0 / RCDATA / TFRMWEBMSG / TFRMWEBMSG.txt < prev   
Encoding:
Text File  |  1998-03-26  |  1.4 KB  |  75 lines

  1. object frmWebMsg: TfrmWebMsg
  2.   Left = 219
  3.   Top = 296
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'CheckMail News!'
  6.   ClientHeight = 225
  7.   ClientWidth = 359
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 6
  18.     Top = 0
  19.     Width = 32
  20.     Height = 32
  21.     AutoSize = True
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object Image2: TImage
  25.     Left = 262
  26.     Top = 0
  27.     Width = 32
  28.     Height = 32
  29.     AutoSize = True
  30.     Picture.Data = {<image001.ico>}
  31.   end
  32.   object Label2: TLabel
  33.     Left = 94
  34.     Top = 2
  35.     Width = 123
  36.     Height = 24
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'Newsflash!'
  40.     Font.Color = clBlack
  41.     Font.Height = -19
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object cmdClose: TButton
  47.     Left = 145
  48.     Top = 198
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '&Close'
  53.     Default = True
  54.     TabOrder = 0
  55.     OnClick = cmdCloseClick
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 4
  59.     Top = 36
  60.     Width = 349
  61.     Height = 157
  62.     TabOrder = 1
  63.     object Memo1: TMemo
  64.       Left = 4
  65.       Top = 3
  66.       Width = 341
  67.       Height = 150
  68.       Ctl3D = True
  69.       ParentCtl3D = False
  70.       ScrollBars = ssVertical
  71.       TabOrder = 0
  72.     end
  73.   end
  74. end
  75.