imme01.dfm

来自「特别方便的工具程序」· DFM 代码 · 共 52 行

DFM
52
字号
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 + =
减小字号Ctrl + -
显示快捷键?