home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt
Encoding:
Text File  |  2002-01-25  |  1.7 KB  |  86 lines

  1. object MessageForm: TMessageForm
  2.   Left = 266
  3.   Top = 80
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'CyberBuddy Custom Messages'
  7.   ClientHeight = 358
  8.   ClientWidth = 355
  9.   Color = 14803200
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 5
  23.     Top = 7
  24.     Width = 70
  25.     Height = 13
  26.     Caption = 'Message Type'
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 8
  30.     Top = 27
  31.     Width = 341
  32.     Height = 303
  33.     ScrollBars = ssBoth
  34.     TabOrder = 0
  35.   end
  36.   object MessSel: TComboBox
  37.     Left = 83
  38.     Top = 4
  39.     Width = 221
  40.     Height = 21
  41.     DropDownCount = 15
  42.     ItemHeight = 13
  43.     TabOrder = 1
  44.     OnClick = MessSelClick
  45.     Items.Strings = (
  46.       'Program exit question'
  47.       'Program exit announcement'
  48.       'Email Found'
  49.       'When a Reminder is due'
  50.       'When the Agent character is moved'
  51.       'Time Announcement'
  52.       'Weather Announcement'
  53.       'Stocks Announcement'
  54.       'Feel Good Messages'
  55.       'Program Startup Greeting'
  56.       'Welcome Back Message')
  57.   end
  58.   object DoneBtn: TButton
  59.     Left = 304
  60.     Top = 335
  61.     Width = 44
  62.     Height = 18
  63.     Caption = 'Done'
  64.     TabOrder = 2
  65.     OnClick = DoneBtnClick
  66.   end
  67.   object helpBtn: TButton
  68.     Left = 11
  69.     Top = 335
  70.     Width = 46
  71.     Height = 18
  72.     Caption = 'Help'
  73.     TabOrder = 3
  74.     OnClick = helpBtnClick
  75.   end
  76.   object tryBtn: TButton
  77.     Left = 157
  78.     Top = 335
  79.     Width = 45
  80.     Height = 18
  81.     Caption = 'Try'
  82.     TabOrder = 4
  83.     OnClick = tryBtnClick
  84.   end
  85. end
  86.