home *** CD-ROM | disk | FTP | other *** search
- object MessageForm: TMessageForm
- Left = 266
- Top = 80
- AutoScroll = False
- BorderIcons = []
- Caption = 'CyberBuddy Custom Messages'
- ClientHeight = 358
- ClientWidth = 355
- Color = 14803200
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 5
- Top = 7
- Width = 70
- Height = 13
- Caption = 'Message Type'
- end
- object Memo1: TMemo
- Left = 8
- Top = 27
- Width = 341
- Height = 303
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object MessSel: TComboBox
- Left = 83
- Top = 4
- Width = 221
- Height = 21
- DropDownCount = 15
- ItemHeight = 13
- TabOrder = 1
- OnClick = MessSelClick
- Items.Strings = (
- 'Program exit question'
- 'Program exit announcement'
- 'Email Found'
- 'When a Reminder is due'
- 'When the Agent character is moved'
- 'Time Announcement'
- 'Weather Announcement'
- 'Stocks Announcement'
- 'Feel Good Messages'
- 'Program Startup Greeting'
- 'Welcome Back Message')
- end
- object DoneBtn: TButton
- Left = 304
- Top = 335
- Width = 44
- Height = 18
- Caption = 'Done'
- TabOrder = 2
- OnClick = DoneBtnClick
- end
- object helpBtn: TButton
- Left = 11
- Top = 335
- Width = 46
- Height = 18
- Caption = 'Help'
- TabOrder = 3
- OnClick = helpBtnClick
- end
- object tryBtn: TButton
- Left = 157
- Top = 335
- Width = 45
- Height = 18
- Caption = 'Try'
- TabOrder = 4
- OnClick = tryBtnClick
- end
- end
-