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

📄 unitabout.dfm

📁 用于制作和整理(文件搜索方式)编程技术文档和各类源代码, 可以如编程工具一样分色显示程序(C++, Delphi , java, Vb, SQL ……)(用算法实现), 主要用于查找相应的类和函数
💻 DFM
字号:
object AboutBox: TAboutBox
  Left = 293
  Top = 193
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 211
  ClientWidth = 295
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 281
    Height = 145
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 0
    object ProgramIcon: TImage
      Left = 8
      Top = 8
      Width = 65
      Height = 57
      Stretch = True
      IsControl = True
    end
    object ProductName: TLabel
      Left = 88
      Top = 16
      Width = 124
      Height = 13
      Caption = #21517#31216':   '#30005#23376#20070#32534#36753#22120
      IsControl = True
    end
    object Version: TLabel
      Left = 88
      Top = 40
      Width = 64
      Height = 13
      Caption = #29256#26412':   2.0   '
      IsControl = True
    end
    object lblEmail: TLabel
      Left = 80
      Top = 120
      Width = 124
      Height = 13
      Cursor = crHandPoint
      Caption = 'Email :  xcwen @sina.com'
      WordWrap = True
      OnClick = lblEmailClick
      OnMouseEnter = lblEmailMouseEnter
      OnMouseLeave = lblEmailMouseLeave
      IsControl = True
    end
    object Panel2: TPanel
      Left = 0
      Top = 96
      Width = 281
      Height = 9
      BevelInner = bvSpace
      BevelOuter = bvLowered
      TabOrder = 0
    end
  end
  object OKButton: TButton
    Left = 111
    Top = 180
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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