home *** CD-ROM | disk | FTP | other *** search
- object TipperForm: TTipperForm
- Left = 203
- Top = 116
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'The Tip Of The Day'
- ClientHeight = 239
- ClientWidth = 402
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Tag = 11
- Left = 8
- Top = 8
- Width = 288
- Height = 201
- BevelOuter = bvNone
- BevelWidth = 2
- BorderWidth = 5
- Color = clWindow
- TabOrder = 0
- object lHint: TLabel
- Left = 16
- Top = 64
- Width = 257
- Height = 129
- AutoSize = False
- Color = clWindow
- ParentColor = False
- ShowAccelChar = False
- Transparent = False
- WordWrap = True
- end
- object PanelTip: TPanel
- Left = 5
- Top = 5
- Width = 278
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- object Image1: TImage
- Left = 8
- Top = 0
- Width = 32
- Height = 38
- AutoSize = True
- Transparent = True
- end
- object lDidYou: TLabel
- Left = 56
- Top = 0
- Width = 209
- Height = 24
- AutoSize = False
- Caption = 'Did you know...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- end
- object cbTip: TCheckBox
- Left = 16
- Top = 216
- Width = 385
- Height = 17
- Caption = '&Display The Tip Of The Day at startup'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object bClose: TButton
- Left = 304
- Top = 8
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = bCloseClick
- end
- object bNext: TButton
- Tag = 1
- Left = 304
- Top = 56
- Width = 89
- Height = 25
- Caption = '&Next tip'
- TabOrder = 3
- OnClick = bNextClick
- end
- object bPrev: TButton
- Tag = -1
- Left = 304
- Top = 88
- Width = 89
- Height = 25
- Caption = '&Previous tip'
- TabOrder = 4
- OnClick = bNextClick
- end
- end
-