home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TLOGO / TLOGO.txt < prev   
Encoding:
Text File  |  2002-01-17  |  555 b   |  29 lines

  1. object logo: Tlogo
  2.   Left = 187
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Netedit 7.2'
  7.   ClientHeight = 300
  8.   ClientWidth = 400
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 400
  24.     Height = 300
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28. end
  29.