📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
BackColor = &H0000C000&
BorderStyle = 0 'None
Caption = "注册向导"
ClientHeight = 1815
ClientLeft = 0
ClientTop = 0
ClientWidth = 3135
ClipControls = 0 'False
ControlBox = 0 'False
DrawMode = 8 'Xor Pen
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 121
ScaleMode = 3 'Pixel
ScaleWidth = 209
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin 工程1.xp_canvas xp_canvas1
Height = 1815
Left = 0
TabIndex = 0
Top = 0
Width = 3135
_ExtentX = 5530
_ExtentY = 3201
Caption = "注册向导"
Begin 工程1.xpcmdbutton Command1
Height = 375
Left = 600
TabIndex = 2
Top = 1320
Width = 2055
_ExtentX = 3625
_ExtentY = 661
Caption = "重新启动计算机"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = " 恭喜你成功注册本软件! 请把计算机重新启动一边!"
Height = 450
Left = 360
TabIndex = 1
Top = 600
Width = 2745
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
lResult = ExitWindowsEx(EWX_REBOOT, 0&) 'restart the computer
End
End Sub
Private Sub Form_Load()
Form1.Move ((Screen.Width - Form1.Width) / 2), ((Screen.Height - Form1.Height) / 2)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -