📄 sms2.dfm
字号:
object Form2: TForm2
Left = 252
Top = 166
Width = 451
Height = 280
Caption = '注册帮助'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 64
Top = 48
Width = 128
Height = 20
Caption = '请输入注册码: '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object Label2: TLabel
Left = 24
Top = 184
Width = 393
Height = 13
Caption =
'支持国产软件,请注册。如果不注册,使用的次数受到限制! ' +
' '
end
object Button1: TButton
Left = 120
Top = 136
Width = 105
Height = 33
Caption = '确定'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 64
Top = 88
Width = 225
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 60
ParentFont = False
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -