home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TMESSFORM / TMESSFORM.txt
Text File  |  2002-01-25  |  1KB  |  54 lines

  1. object MessForm: TMessForm
  2.   Left = 306
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Feel Good Messages'
  7.   ClientHeight = 163
  8.   ClientWidth = 353
  9.   Color = 16777088
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo1: TMemo
  21.     Left = 12
  22.     Top = 3
  23.     Width = 331
  24.     Height = 132
  25.     Lines.Strings = (
  26.       'You'#39're doing a great job!'
  27.       'You know? You'#39're terrific.'
  28.       'Wow, what a genius! I wish I were as smart as you.'
  29.       'Keep up the good work!'
  30.       '\emp\You are looking \emp\great today.'
  31.       'I love to watch you work. What a master!')
  32.     ScrollBars = ssBoth
  33.     TabOrder = 0
  34.   end
  35.   object HelpBtn: TButton
  36.     Left = 13
  37.     Top = 140
  38.     Width = 40
  39.     Height = 17
  40.     Caption = 'Help'
  41.     TabOrder = 1
  42.     OnClick = HelpBtnClick
  43.   end
  44.   object Button1: TButton
  45.     Left = 289
  46.     Top = 139
  47.     Width = 53
  48.     Height = 20
  49.     Caption = 'Done'
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.