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

📄 imme01.dfm

📁 特别方便的工具程序
💻 DFM
字号:
object ImmForm: TImmForm
  Left = 245
  Top = 107
  Width = 544
  Height = 375
  Caption = '输入法管理示例'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object SpeedButton1: TSpeedButton
    Left = 56
    Top = 128
    Width = 120
    Height = 22
    Caption = '&B-全角/半角'
    OnClick = BitBtn1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 56
    Top = 160
    Width = 120
    Height = 22
    Caption = '&C-中文/英文'
    OnClick = BitBtn2Click
  end
  object SpeedButton4: TSpeedButton
    Left = 56
    Top = 200
    Width = 120
    Height = 22
    Caption = '&D-关闭输入法'
    OnClick = BitBtn3Click
  end
  object ComboBox1: TComboBox
    Left = 40
    Top = 96
    Width = 145
    Height = 23
    ItemHeight = 15
    TabOrder = 0
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
  end
end

⌨️ 快捷键说明

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