object TipForm: TTipForm Left = 333 Top = 162 BorderStyle = bsDialog Caption = 'EasyZip Tip of the Day' ClientHeight = 171 ClientWidth = 382 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 8 Top = 8 Width = 369 Height = 129 end object Shape2: TShape Left = 8 Top = 8 Width = 49 Height = 129 Brush.Color = clGray Pen.Color = clGray end object Shape3: TShape Left = 56 Top = 40 Width = 321 Height = 4 Brush.Color = clGray Pen.Color = clGray end object DidyouknowL: TLabel Left = 64 Top = 16 Width = 123 Height = 22 Caption = 'Did you know..' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object TipImage: TImage Left = 20 Top = 24 Width = 27 Height = 35 AutoSize = True Picture.Data = {} end object TipInfo: TLabel Left = 64 Top = 48 Width = 305 Height = 81 AutoSize = False Caption = 'TipInfo' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object Bevel1: TBevel Left = 8 Top = 8 Width = 369 Height = 129 Shape = bsFrame end object ShowTipOptions: TComboBox Left = 8 Top = 144 Width = 201 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Always show tips at startup' 'Show tip at startup if not opening Zip file' 'Never show tips at startup') TabOrder = 0 end object CloseButt: TCorelButton Left = 304 Top = 144 Width = 75 Height = 23 Caption = '&Close' Default = True TabOrder = 2 OnClick = CloseButtClick end object NextButt: TCorelButton Left = 224 Top = 144 Width = 75 Height = 23 Caption = '&Next Tip' TabOrder = 1 OnClick = NextButtClick end end