unit1.dfm
来自「飘飘的传奇服务端院代码 能编译的 要控件 老大就让我传上去吧」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 262
Top = 147
Width = 402
Height = 152
Caption = 'Base64'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 16
Top = 80
Width = 75
Height = 25
Caption = #21152#23494
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 8
Top = 8
Width = 377
Height = 20
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Left = 8
Top = 32
Width = 377
Height = 20
TabOrder = 2
Text = 'Edit2'
end
object Button2: TButton
Left = 312
Top = 80
Width = 75
Height = 25
Caption = #35299#23494
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?