home *** CD-ROM | disk | FTP | other *** search
- object EPTipDialogFm: TEPTipDialogFm
- Left = 412
- Top = 249
- ActiveControl = CloseBt
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Tip of the Day'
- ClientHeight = 211
- ClientWidth = 412
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 12
- Width = 289
- Height = 169
- Shape = bsFrame
- end
- object CloseBt: TButton
- Left = 312
- Top = 8
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object ShowTipsCb: TCheckBox
- Left = 8
- Top = 188
- Width = 149
- Height = 17
- Caption = '&Show Tips at Startup'
- TabOrder = 4
- end
- object NextTipBt: TButton
- Left = 312
- Top = 36
- Width = 89
- Height = 25
- Caption = '&Next Tip'
- TabOrder = 1
- end
- object MoreTipsBt: TButton
- Left = 312
- Top = 72
- Width = 89
- Height = 25
- Caption = '&More Tips...'
- TabOrder = 2
- OnClick = HelpContextClick
- end
- object HelpBt: TButton
- Left = 312
- Top = 100
- Width = 89
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpContextClick
- end
- object Panel1: TPanel
- Left = 16
- Top = 20
- Width = 273
- Height = 153
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Color = clWindow
- TabOrder = 5
- object TipTitleLb: TLabel
- Left = 40
- Top = 22
- Width = 90
- Height = 13
- Caption = 'Did you know...'
- end
- object TipLb: TLabel
- Left = 6
- Top = 54
- Width = 259
- Height = 91
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- WordWrap = True
- end
- object LightBulbIm: TEPImage
- Left = 4
- Top = 4
- Width = 32
- Height = 40
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- end
-