unit1.dfm
来自「UTF8与string类型中的相互转换 delphi7源码」· DFM 代码 · 共 53 行
DFM
53 行
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 + =
减小字号Ctrl + -
显示快捷键?