about.dfm

来自「类似金山词霸的屏幕取词示例代码.rar」· DFM 代码 · 共 36 行

DFM
36
字号
object frm_about: Tfrm_about
  Left = 253
  Top = 158
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'About....'
  ClientHeight = 109
  ClientWidth = 252
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 56
    Top = 40
    Width = 99
    Height = 15
    Caption = '屏幕取词1.0版'
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 72
    Width = 75
    Height = 25
    Caption = '&O确定'
    TabOrder = 0
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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