home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINLOGO / TWINLOGO.txt < prev   
Text File  |  2000-03-07  |  2KB  |  84 lines

  1. object WinLogo: TWinLogo
  2.   Left = 380
  3.   Top = 98
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 400
  7.   ClientWidth = 426
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 426
  23.     Height = 400
  24.     Align = alClient
  25.     BevelWidth = 2
  26.     Color = clMenu
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 14
  30.       Top = 11
  31.       Width = 398
  32.       Height = 41
  33.       BevelOuter = bvLowered
  34.       BevelWidth = 2
  35.       Caption = 'Graph paper printer'
  36.       Color = clNavy
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWhite
  39.       Font.Height = -25
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       TabOrder = 0
  44.     end
  45.     object PanelImg: TPanel
  46.       Left = 12
  47.       Top = 103
  48.       Width = 402
  49.       Height = 286
  50.       BevelOuter = bvLowered
  51.       BevelWidth = 2
  52.       Color = clWhite
  53.       TabOrder = 1
  54.       object Image1: TImage
  55.         Left = 2
  56.         Top = 2
  57.         Width = 398
  58.         Height = 282
  59.         Align = alClient
  60.         AutoSize = True
  61.         Center = True
  62.         Picture.Data = {<image000.bmp>}
  63.       end
  64.     end
  65.     object Panel4: TPanel
  66.       Left = 105
  67.       Top = 63
  68.       Width = 216
  69.       Height = 30
  70.       BevelOuter = bvLowered
  71.       BevelWidth = 2
  72.       Caption = 'Dr Philippe Marquis - Metz - France'
  73.       Color = clNavy
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWhite
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       TabOrder = 2
  81.     end
  82.   end
  83. end
  84.