object TipForm: TTipForm Left = 475 Top = 383 BorderIcons = [] BorderStyle = bsSingle Caption = 'Tip of the day' ClientHeight = 228 ClientWidth = 411 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 320 Top = 197 Width = 81 Height = 25 Cancel = True Caption = '&Close' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 228 Top = 197 Width = 81 Height = 25 Caption = '&Next Tip' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Panel1: TPanel Left = 5 Top = 8 Width = 397 Height = 181 BevelOuter = bvLowered Color = clWhite TabOrder = 2 object TipLabel: TLabel Left = 72 Top = 52 Width = 317 Height = 121 AutoSize = False Caption = 'label1' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Shape1: TShape Left = 0 Top = 1 Width = 65 Height = 180 Brush.Color = clGray Pen.Color = clGray end object Image1: TImage Left = 12 Top = 8 Width = 45 Height = 53 Picture.Data = {} end object Shape2: TShape Left = 63 Top = 43 Width = 334 Height = 1 Pen.Color = clGray Shape = stRoundRect end object Label1: TLabel Left = 72 Top = 16 Width = 98 Height = 16 Caption = 'Did you know...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object ShowTipCheck: TCheckBox Left = 8 Top = 201 Width = 133 Height = 17 Caption = 'Show tips on start-up' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end end