object TipDialog: TTipDialog Left = 262 Top = 185 ActiveControl = BitBtn1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 251 ClientWidth = 371 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 14 object Panel1: TPanel Left = 0 Top = 0 Width = 371 Height = 232 Align = alClient BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 0 object Bevel1: TBevel Left = 8 Top = 8 Width = 257 Height = 201 Shape = bsFrame end object Panel2: TPanel Left = 16 Top = 16 Width = 241 Height = 185 BevelInner = bvLowered Color = clWhite TabOrder = 0 object Label1: TLabel Left = 2 Top = 43 Width = 237 Height = 140 Align = alClient Alignment = taCenter AutoSize = False Caption = 'Whatever is a Tip today !' end object Image1: TImage Left = 2 Top = 2 Width = 237 Height = 41 Align = alTop Picture.Data = {} OnDblClick = Image1DblClick end object Label2: TLabel Left = 56 Top = 18 Width = 96 Height = 14 Alignment = taCenter Caption = 'Did you know ... ?' end end object BitBtn1: TBitBtn Left = 272 Top = 8 Width = 89 Height = 27 Caption = 'OK' TabOrder = 1 OnClick = BitBtn1Click NumGlyphs = 2 Style = bsNew end object BitBtn2: TBitBtn Left = 272 Top = 72 Width = 89 Height = 27 Caption = 'Other 1' TabOrder = 2 OnClick = BitBtn2Click Style = bsNew end object BitBtn3: TBitBtn Left = 272 Top = 104 Width = 89 Height = 27 Caption = 'Other 2' TabOrder = 3 OnClick = BitBtn3Click Style = bsNew end object BitBtn4: TBitBtn Left = 272 Top = 40 Width = 89 Height = 27 Caption = 'Next Tip' TabOrder = 4 OnClick = BitBtn4Click Style = bsNew end object CheckBox1: TCheckBox Left = 8 Top = 210 Width = 249 Height = 17 Caption = 'Show Tips at Startup' State = cbChecked TabOrder = 5 OnClick = CheckBox1Click end end object StatusBar1: TStatusBar Left = 0 Top = 232 Width = 371 Height = 19 Panels = <> ParentShowHint = False ShowHint = False SimplePanel = False end end