home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Grapap / GraphPap.exe / 0 / RCDATA / TWINLOGO / TWINLOGO.txt
Text File  |  2000-01-03  |  2KB  |  109 lines

  1. object WinLogo: TWinLogo
  2.   Left = 535
  3.   Top = 142
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 322
  7.   ClientWidth = 408
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 408
  25.     Height = 322
  26.     Align = alClient
  27.     BevelWidth = 2
  28.     Color = clMenu
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 27
  32.       Top = 11
  33.       Width = 354
  34.       Height = 41
  35.       BevelOuter = bvLowered
  36.       BevelWidth = 2
  37.       Caption = 'Graph paper printer'
  38.       Color = clNavy
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clWhite
  41.       Font.Height = -23
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       TabOrder = 0
  46.     end
  47.     object PanelImg: TPanel
  48.       Left = 27
  49.       Top = 64
  50.       Width = 354
  51.       Height = 171
  52.       BevelOuter = bvLowered
  53.       BevelWidth = 2
  54.       Color = clNavy
  55.       TabOrder = 1
  56.       object PB: TPaintBox
  57.         Left = 2
  58.         Top = 2
  59.         Width = 350
  60.         Height = 167
  61.         Align = alClient
  62.         OnPaint = PBPaint
  63.       end
  64.     end
  65.     object Panel4: TPanel
  66.       Left = 27
  67.       Top = 247
  68.       Width = 354
  69.       Height = 59
  70.       BevelOuter = bvLowered
  71.       BevelWidth = 2
  72.       Color = clNavy
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clYellow
  75.       Font.Height = -15
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       TabOrder = 2
  80.       object Label1: TLabel
  81.         Left = 108
  82.         Top = 10
  83.         Width = 137
  84.         Height = 16
  85.         Caption = 'Dr Philippe Marquis'
  86.         Font.Charset = DEFAULT_CHARSET
  87.         Font.Color = clWhite
  88.         Font.Height = -15
  89.         Font.Name = 'MS Sans Serif'
  90.         Font.Style = [fsBold]
  91.         ParentFont = False
  92.       end
  93.       object Label2: TLabel
  94.         Left = 31
  95.         Top = 30
  96.         Width = 291
  97.         Height = 16
  98.         Caption = 'Biologiste des h∩┐╜pitaux - METZ - FRANCE'
  99.         Font.Charset = DEFAULT_CHARSET
  100.         Font.Color = clWhite
  101.         Font.Height = -15
  102.         Font.Name = 'MS Sans Serif'
  103.         Font.Style = [fsBold]
  104.         ParentFont = False
  105.       end
  106.     end
  107.   end
  108. end
  109.