unit1.dfm
来自「自动获取汉语拼音的开头」· DFM 代码 · 共 41 行
DFM
41 行
object Form1: TForm1
Left = 198
Top = 193
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 104
Top = 24
Width = 505
Height = 45
TabOrder = 0
Text = #35831#36755#20837#27721#23383
end
object Edit2: TEdit
Left = 104
Top = 88
Width = 505
Height = 37
TabOrder = 1
end
object Button1: TButton
Left = 112
Top = 160
Width = 121
Height = 41
Caption = #33719#21462#25340#38899#31616#30721
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?