www.pudn.com > byyl.rar > logoUnit.dfm


object logoForm: TlogoForm 
  Left = 120 
  Top = 111 
  Anchors = [akLeft, akTop, akRight, akBottom] 
  BorderStyle = bsNone 
  Caption = 'logoForm' 
  ClientHeight = 281 
  ClientWidth = 402 
  Color = clRed 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Panel1: TPanel 
    Left = 5 
    Top = 4 
    Width = 394 
    Height = 273 
    BevelInner = bvLowered 
    BevelWidth = 3 
    TabOrder = 0 
    object Image1: TImage 
      Left = 6 
      Top = 6 
      Width = 383 
      Height = 261 
    end 
    object ProductName: TLabel 
      Left = 50 
      Top = 53 
      Width = 229 
      Height = 37 
      Caption = ' Project Language' 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clBlue 
      Font.Height = -35 
      Font.Name = '华文行楷' 
      Font.Style = [fsBold] 
      ParentFont = False 
      IsControl = True 
    end 
    object Version: TLabel 
      Left = 293 
      Top = 58 
      Width = 36 
      Height = 29 
      Caption = '1.0' 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clAqua 
      Font.Height = -24 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
      IsControl = True 
    end 
    object Label1: TLabel 
      Left = 105 
      Top = 117 
      Width = 190 
      Height = 15 
      Caption = '作者: 张高才、   钟广锐 ' 
      Font.Charset = GB2312_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -15 
      Font.Name = '宋体' 
      Font.Style = [] 
      ParentFont = False 
    end 
  end 
end