unit1.dfm
来自「基于HZK-16的汉字字模提取程序」· DFM 代码 · 共 79 行
DFM
79 行
object Form1: TForm1
Left = 276
Top = 229
Width = 361
Height = 219
Caption = 'HZK16'
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 Label1: TLabel
Left = 16
Top = 64
Width = 122
Height = 13
Caption = 'Input Chinese Characters:'
end
object Label2: TLabel
Left = 144
Top = 64
Width = 151
Height = 13
Caption = '(Must Input Chinese Characters)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 16
Top = 8
Width = 324
Height = 36
BevelOuter = bvLowered
Color = clBlack
TabOrder = 0
object Image1: TImage
Left = 1
Top = 1
Width = 322
Height = 34
Align = alClient
end
end
object Edit1: TEdit
Left = 16
Top = 80
Width = 321
Height = 21
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 128
Top = 136
Width = 75
Height = 25
Caption = '&Make'
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkIgnore
end
object BitBtn2: TBitBtn
Left = 224
Top = 136
Width = 75
Height = 25
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?