object TipForm: TTipForm Left = 160 Top = 153 ActiveControl = Ok BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = ' bn' ClientHeight = 210 ClientWidth = 443 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TipHeader: TLabel Left = 13 Top = 8 Width = 321 Height = 28 AutoSize = False Caption = 'TipHeader' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -24 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Visible = False end object Bevel1: TBevel Left = 345 Top = 43 Width = 89 Height = 6 Shape = bsBottomLine end object Panel1: TPanel Left = 12 Top = 15 Width = 321 Height = 161 BevelOuter = bvLowered Color = 14614527 TabOrder = 0 object TipText: TLabel Left = 68 Top = 68 Width = 237 Height = 81 AutoSize = False Caption = 'TipText' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Image1: TImage Left = 7 Top = 8 Width = 36 Height = 36 AutoSize = True Center = True Picture.Data = {} Transparent = True end object TipHelp: TLabel Left = 68 Top = 28 Width = 237 Height = 29 AutoSize = False Caption = 'TipHelp' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end end object ShowAtStart: TCheckBox Left = 12 Top = 188 Width = 338 Height = 17 Caption = 'Show these tips next time you start Ultra Logic' State = cbChecked TabOrder = 1 end object Ok: TButton Left = 344 Top = 15 Width = 89 Height = 26 Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 2 end object Next: TButton Left = 344 Top = 54 Width = 89 Height = 26 Caption = '&Next tip' TabOrder = 3 OnClick = NextClick end end