object frmTipOfDay: TfrmTipOfDay Left = 283 Top = 113 Hint = '|Tip of the day...' BorderIcons = [] AutoScroll = False Caption = 'Tip of the Day' ClientHeight = 264 ClientWidth = 394 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PopupMenu = PopupMenu1 Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object bvlFrame: TBevel Left = 16 Top = 48 Width = 361 Height = 161 Shape = bsFrame end object shpBackground: TShape Left = 24 Top = 56 Width = 345 Height = 145 Brush.Color = clWindow Pen.Color = clWhite end object imgLightBulb: TImage Left = 32 Top = 64 Width = 23 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object lblDidYouKnow: TLabel Left = 80 Top = 72 Width = 90 Height = 13 Caption = 'Did you know...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblWelcome: TLabel Left = 16 Top = 8 Width = 150 Height = 32 Caption = 'Welcome to ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -29 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object lblAppName: TLabel Left = 168 Top = 8 Width = 7 Height = 32 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -29 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object cbxShowTips: TCheckBox Left = 16 Top = 228 Width = 185 Height = 17 Hint = '|Uncheck this option if you don'#39't want to see this window on sta' + 'rtup' Caption = '&Show Tips on Startup' State = cbChecked TabOrder = 2 end object btnNext: TButton Left = 216 Top = 224 Width = 75 Height = 25 Hint = '|Shows the next tip' Caption = '&Next Tip' TabOrder = 3 OnClick = btnNextClick end object btnClose: TButton Left = 304 Top = 224 Width = 75 Height = 25 Hint = '|Closes this window' Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end object edtText: TMemo Left = 80 Top = 104 Width = 273 Height = 89 Hint = '|You can select this tip and copy it to the Clipboard' BorderStyle = bsNone Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] HideSelection = False ParentFont = False ReadOnly = True TabOrder = 1 WantReturns = False end object PopupMenu1: TPopupMenu Left = 336 Top = 168 object CopyTip1: TMenuItem Caption = 'Copy &Tip' Hint = 'Copy tip to Clipboard' ShortCut = 16468 OnClick = CopyTip1Click end object NextTip1: TMenuItem Caption = '&Next Tip' Hint = 'Show next tip' ShortCut = 16462 OnClick = btnNextClick end object N1: TMenuItem Caption = '-' end object CloseDialog1: TMenuItem Caption = 'Close Dialog' Hint = 'Close Tip of the Day dialog box' OnClick = CloseDialog1Click end end end