📄 frm_msg.frm
字号:
VERSION 5.00
Begin VB.Form frm_Msg
BorderStyle = 1 'Fixed Single
Caption = "全省费用登记系统"
ClientHeight = 1665
ClientLeft = 45
ClientTop = 330
ClientWidth = 6030
Icon = "frm_Msg.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1665
ScaleWidth = 6030
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "还需检查"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 1
Left = 3330
TabIndex = 1
Top = 900
Width = 2415
End
Begin VB.CommandButton Command1
Caption = "确定保存"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 525
Index = 0
Left = 480
TabIndex = 0
Top = 900
Width = 2205
End
Begin VB.Label Label1
Caption = "支队数据已经录入完毕!^_^"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1110
TabIndex = 2
Top = 150
Width = 3825
End
End
Attribute VB_Name = "frm_Msg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click(Index As Integer)
nQue = 0
Select Case Index
Case 0
nQue = 1
Case 1
nQue = 0
End Select
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -