?? 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 + -