object WinLogo: TWinLogo Left = 380 Top = 98 BorderIcons = [] BorderStyle = bsNone ClientHeight = 400 ClientWidth = 426 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 426 Height = 400 Align = alClient BevelWidth = 2 Color = clMenu TabOrder = 0 object Panel2: TPanel Left = 14 Top = 11 Width = 398 Height = 41 BevelOuter = bvLowered BevelWidth = 2 Caption = 'Graph paper printer' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -25 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object PanelImg: TPanel Left = 12 Top = 103 Width = 402 Height = 286 BevelOuter = bvLowered BevelWidth = 2 Color = clWhite TabOrder = 1 object Image1: TImage Left = 2 Top = 2 Width = 398 Height = 282 Align = alClient AutoSize = True Center = True Picture.Data = {} end end object Panel4: TPanel Left = 105 Top = 63 Width = 216 Height = 30 BevelOuter = bvLowered BevelWidth = 2 Caption = 'Dr Philippe Marquis - Metz - France' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end end end