📄 frmwarn.frm
字号:
VERSION 5.00
Begin VB.Form usewarn
Caption = "使用提示!"
ClientHeight = 3480
ClientLeft = 60
ClientTop = 345
ClientWidth = 4980
LinkTopic = "Form3"
ScaleHeight = 3480
ScaleWidth = 4980
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "取消"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2640
TabIndex = 2
Top = 2760
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "确定"
Default = -1 'True
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 840
TabIndex = 1
Top = 2760
Width = 1335
End
Begin VB.Label Label2
Caption = "单位:铁岭巨龙高频设备有限公司"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 700
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 375
Left = 120
TabIndex = 4
Top = 2280
Width = 4695
End
Begin VB.Label Label1
Caption = "设计:刘山村"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 375
Left = 1200
TabIndex = 3
Top = 1800
Width = 2655
End
Begin VB.Label 提示
BackColor = &H80000018&
Caption = "欢迎您使用本系统,请您先进行系统登录!否则您不能进行任何操作"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 1455
Left = 120
TabIndex = 0
Top = 240
Width = 4575
End
End
Attribute VB_Name = "usewarn"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
MDIfrmMain.Show
frmLogin.Show
frmLogin.SetFocus
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -