unit1.dfm

来自「拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 」· DFM 代码 · 共 84 行

DFM
84
字号
object Form1: TForm1
  Left = 193
  Top = 127
  Width = 440
  Height = 236
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 168
    Top = 104
    Width = 84
    Height = 14
    Caption = '选取待改汉字'
  end
  object Label2: TLabel
    Left = 192
    Top = 136
    Width = 56
    Height = 14
    Caption = '待改字音'
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 32
    Width = 105
    Height = 25
    Caption = '得到拼音头'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 208
    Top = 32
    Width = 121
    Height = 22
    TabOrder = 1
    Text = '啊'
  end
  object BitBtn2: TBitBtn
    Left = 56
    Top = 96
    Width = 105
    Height = 25
    Caption = '维护拼音表'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit2: TEdit
    Left = 264
    Top = 96
    Width = 121
    Height = 22
    TabOrder = 3
    Text = '啊'
  end
  object Edit3: TEdit
    Left = 264
    Top = 128
    Width = 121
    Height = 22
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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