📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
BorderStyle = bsDialog
Caption = '注册码认证'
ClientHeight = 161
ClientWidth = 304
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 36
Width = 48
Height = 12
Caption = '硬件代码'
end
object Label2: TLabel
Left = 24
Top = 68
Width = 48
Height = 12
Caption = '序 列 号'
end
object Edit1: TEdit
Left = 80
Top = 32
Width = 201
Height = 20
TabStop = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
MaxLength = 32
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object Edit2: TEdit
Left = 80
Top = 64
Width = 201
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
MaxLength = 32
ParentFont = False
TabOrder = 0
end
object Button1: TButton
Left = 56
Top = 112
Width = 75
Height = 25
Caption = '注册认证'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 112
Width = 75
Height = 25
Caption = '退出系统'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -