📄 main.dfm
字号:
object TextFrm: TTextFrm
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'TextFrm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 88
Top = 160
Width = 60
Height = 13
Caption = '字体设置:'
end
object Label2: TLabel
Left = 88
Top = 192
Width = 48
Height = 13
Caption = '背景色:'
end
object Edit1: TEdit
Left = 160
Top = 112
Width = 121
Height = 21
TabOrder = 0
Text = '中文测试'
end
object Button1: TButton
Left = 160
Top = 256
Width = 75
Height = 25
Caption = '转换'
TabOrder = 1
OnClick = Button1Click
end
object Edit2: TEdit
Left = 159
Top = 152
Width = 290
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Button2: TButton
Left = 160
Top = 216
Width = 75
Height = 25
Caption = '字体设置'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 264
Top = 216
Width = 75
Height = 25
Caption = '背景设置'
TabOrder = 4
OnClick = Button3Click
end
object Edit3: TEdit
Left = 160
Top = 184
Width = 169
Height = 21
TabOrder = 5
Text = 'Edit3'
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 312
Top = 112
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 360
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -