welcome.dfm.svn-base

来自「一个用Delphi开发的ERP软件」· SVN-BASE 代码 · 共 83 行

SVN-BASE
83
字号
object WelcomeForm: TWelcomeForm
  Left = 192
  Top = 107
  BorderStyle = bsNone
  Caption = 'WelcomeForm'
  ClientHeight = 300
  ClientWidth = 430
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpFixed
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 430
    Height = 300
    Align = alClient
    AutoSize = True
    Center = True
    Stretch = True
    OnClick = Image1Click
  end
  object lblVer: TLabel
    Left = 364
    Top = 112
    Width = 59
    Height = 17
    Alignment = taRightJustify
    Caption = 'Ver 2.04'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -14
    Font.Name = 'Tahoma'
    Font.Pitch = fpFixed
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object lblHome: TLabel
    Left = 5
    Top = 136
    Width = 153
    Height = 16
    Cursor = crHandPoint
    Caption = 'http://www.howwell.net'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindow
    Font.Height = -14
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpFixed
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    Transparent = True
    OnClick = lblHomeClick
  end
  object lblEmail: TLabel
    Left = 287
    Top = 136
    Width = 135
    Height = 16
    Cursor = crHandPoint
    Alignment = taRightJustify
    Caption = 'how_well@163.com'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindow
    Font.Height = -14
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpFixed
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
    Transparent = True
    OnClick = lblEmailClick
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?