📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "登陆"
ClientHeight = 2205
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
Icon = "Form3.frx":0000
LinkTopic = "登陆"
MaxButton = 0 'False
ScaleHeight = 2205
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text2
DataField = "用户名:"
Height = 270
Index = 0
Left = 1680
TabIndex = 5
Top = 360
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "确定(&S)"
Height = 375
Index = 0
Left = 1320
TabIndex = 2
Top = 1560
Width = 855
End
Begin VB.CommandButton Command1
Caption = "取消(&N)"
Height = 375
Index = 1
Left = 2520
TabIndex = 1
Top = 1560
Width = 855
End
Begin VB.TextBox Text2
DataField = "密码"
Height = 270
Index = 1
Left = 1680
TabIndex = 0
Top = 960
Width = 1815
End
Begin VB.Label Label1
Caption = "用户名:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 720
TabIndex = 4
Top = 360
Width = 855
End
Begin VB.Label Label1
Caption = "密码:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 840
TabIndex = 3
Top = 960
Width = 615
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Com_creat_Click()
On Error GoTo Err100
CreatDataBase "196157629.mdb" ,dbLangGeneral
MsgBox "数据库建立完毕"
Exit Sub
Err100:
MsgBox "不能建立数据库! " & vbCrLf & vbCrLf & Err.Description, vbInformation
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -