📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 120
ClientWidth = 420
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object SourceEdit: TEdit
Left = 32
Top = 8
Width = 350
Height = 20
TabOrder = 0
Text = #20013#21326#20154#27665#20849#21644#22269
end
object ResultEdit: TEdit
Left = 32
Top = 40
Width = 350
Height = 20
TabOrder = 1
end
object Button1: TButton
Left = 96
Top = 72
Width = 75
Height = 25
Caption = 'AnsiToUtf8'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 72
Width = 75
Height = 25
Caption = 'Utf8ToAnsi'
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -