object frmDontShowAgain: TfrmDontShowAgain Left = 377 Top = 179 BorderIcons = [] BorderStyle = bsSingle Caption = 'Information' ClientHeight = 298 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object msg: TLabel Left = 8 Top = 32 Width = 281 Height = 201 AutoSize = False WordWrap = True end object Panel1: TPanel Left = 0 Top = 0 Width = 297 Height = 29 Align = alTop BevelOuter = bvLowered Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object header: TLabel Left = 37 Top = 6 Width = 74 Height = 16 Caption = 'How To Use' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object imgIcon: TImage Left = 8 Top = 5 Width = 16 Height = 16 Transparent = True end end object Panel2: TPanel Left = 0 Top = 240 Width = 297 Height = 58 Align = alBottom BevelOuter = bvNone TabOrder = 1 object chkDontShowAgain: TCheckBox Left = 56 Top = 1 Width = 185 Height = 17 Caption = '&Don'#39't Show This Information Again' TabOrder = 0 end object btnOK: TButton Left = 104 Top = 25 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = btnOKClick end end end