⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 welcome.dfm.svn-base

📁 开源的网站整站程序,功能强大带采集系统.
💻 SVN-BASE
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -