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

📄 code4.~dfm

📁 这个也不错
💻 ~DFM
字号:
object Form4: TForm4
  Left = 329
  Top = 191
  BorderStyle = bsDialog
  Caption = '关于我'
  ClientHeight = 152
  ClientWidth = 279
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 45
    Top = 16
    Width = 187
    Height = 29
    Caption = '作者:邢益茂'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -29
    Font.Name = '幼圆'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 90
    Top = 52
    Width = 85
    Height = 19
    Caption = '数据天使'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = '楷体_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 72
    Top = 80
    Width = 129
    Height = 13
    Caption = 'E_mail: ebugdoor@263.net'
    Color = clBlack
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    OnClick = Label3Click
    OnMouseMove = Label3MouseMove
  end
  object Label4: TLabel
    Left = 80
    Top = 104
    Width = 109
    Height = 13
    Caption = 'http://xingsys.126.com'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label4Click
    OnMouseMove = Label4MouseMove
  end
end

⌨️ 快捷键说明

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