📄 sjgl.frm
字号:
VERSION 5.00
Begin VB.Form Form11
ClientHeight = 3480
ClientLeft = 60
ClientTop = 60
ClientWidth = 5025
ControlBox = 0 'False
Icon = "SJGL.frx":0000
LinkTopic = "Form11"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3480
ScaleWidth = 5025
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 2
Top = 2400
Width = 855
End
Begin VB.CommandButton Command1
Caption = "清空所有数据"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1200
TabIndex = 0
Top = 840
Width = 2655
End
Begin VB.Label Label1
Caption = "警告:执行本操作会将你的全部数据清空,一定要小心操作此项功能!"
Height = 540
Left = 1080
TabIndex = 1
Top = 1440
Width = 2940
End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
aa = MsgBox("真的要初始化数据库吗?", 1, "消息")
If aa = 1 Then
DataEnvironment1.Command7
DataEnvironment1.Command8
DataEnvironment1.Command9
DataEnvironment1.Command10
End If
End Sub
Private Sub Command2_Click()
Unload Form11
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -