object FrmTipAssistant: TFrmTipAssistant Left = 211 Top = 160 BorderIcons = [] BorderStyle = bsDialog Caption = 'Tip Assistant' ClientHeight = 209 ClientWidth = 328 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 8 Top = 8 Width = 217 Height = 169 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 object Panel1: TPanel Left = 8 Top = 8 Width = 201 Height = 153 BevelOuter = bvNone Color = clWhite TabOrder = 1 object Image1: TImage Left = 8 Top = 8 Width = 28 Height = 38 AutoSize = True Picture.Data = {} Stretch = True end object lblDidYouKnow: TLabel Left = 64 Top = 16 Width = 94 Height = 13 Caption = 'Did you know ...' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end end object MemoTip: TMemo Left = 16 Top = 56 Width = 185 Height = 105 BorderStyle = bsNone Color = clWhite Ctl3D = False ParentCtl3D = False ReadOnly = True TabOrder = 0 end end object btnOK: TButton Left = 232 Top = 8 Width = 89 Height = 25 Caption = '&OK' Default = True TabOrder = 1 OnClick = btnOKClick end object btnNext: TButton Left = 232 Top = 40 Width = 89 Height = 25 Hint = 'Get another hint' Caption = '&more >>' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnNextClick end object cbDontShowAgain: TCheckBox Left = 8 Top = 184 Width = 305 Height = 17 Hint = 'Check this if you don'#39't want to see the Tip Assistant anymore.' Caption = 'Don'#39't show this screen again at startup' ParentShowHint = False ShowHint = True TabOrder = 0 end end