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

📄 unit1.dfm

📁 类似金山词霸的屏幕取词示例代码.rar
💻 DFM
字号:
object frm_main: Tfrm_main
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '屏幕取词'
  ClientHeight = 98
  ClientWidth = 388
  Color = clMenu
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 32
    Top = 48
    Width = 68
    Height = 15
    Caption = '取词结果:'
  end
  object Label2: TLabel
    Left = 56
    Top = 16
    Width = 38
    Height = 15
    Caption = '类名:'
  end
  object Edit1: TEdit
    Left = 104
    Top = 48
    Width = 241
    Height = 23
    Color = clMenu
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 16
    Width = 241
    Height = 23
    Color = clMenu
    ReadOnly = True
    TabOrder = 1
  end
  object Timer1: TTimer
    Interval = 200
    OnTimer = Timer1Timer
    Left = 320
    Top = 8
  end
end

⌨️ 快捷键说明

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