object TipForm: TTipForm Left = 153 Top = 192 ActiveControl = Ok BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'TipForm' ClientHeight = 221 ClientWidth = 440 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object TipHeader: TLabel Left = 12 Top = 4 Width = 321 Height = 28 AutoSize = False Caption = 'TipHeader' Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False end object Bevel1: TBevel Left = 344 Top = 64 Width = 89 Height = 4 Shape = bsBottomLine end object Panel1: TPanel Left = 12 Top = 31 Width = 321 Height = 161 BevelOuter = bvLowered Color = 14614527 TabOrder = 0 object TipText: TLabel Left = 49 Top = 35 Width = 266 Height = 121 AutoSize = False Caption = 'TipText' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False ShowAccelChar = False WordWrap = True end object Image1: TImage Left = 8 Top = 8 Width = 36 Height = 36 AutoSize = True Center = True Picture.Data = {} end object TipHelp: TLabel Left = 49 Top = 8 Width = 265 Height = 29 AutoSize = False Caption = 'TipHelp' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end end object ShowAtStart: TCheckBox Left = 12 Top = 199 Width = 319 Height = 17 Caption = '&Show this dialog box on program start' State = cbChecked TabOrder = 1 end object Ok: TButton Left = 344 Top = 31 Width = 89 Height = 26 Cancel = True Caption = '&Close' Default = True ModalResult = 1 TabOrder = 2 end object Next: TButton Left = 344 Top = 77 Width = 89 Height = 26 Caption = '&Next' TabOrder = 3 OnClick = NextClick end end