📄 unit1.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -