📄 fmlogin.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin MSDataListLib.DataCombo DataCombo1
DataField = "usid"
DataSource = "Adouse"
Height = 330
Left = 1800
TabIndex = 6
Top = 960
Width = 1575
_ExtentX = 2778
_ExtentY = 582
_Version = 393216
Text = ""
End
Begin MSAdodcLib.Adodc Adouse
Height = 375
Left = 240
Top = 2160
Width = 1575
_ExtentX = 2778
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=rsmag"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "rsmag"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "tbuse"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2520
TabIndex = 4
Top = 2520
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确认"
Height = 375
Left = 1080
TabIndex = 3
Top = 2520
Width = 855
End
Begin VB.TextBox Tuspwd
Height = 375
Left = 1800
TabIndex = 2
Top = 1680
Width = 1455
End
Begin VB.Label Label3
Caption = "华冈公司人事管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 600
TabIndex = 5
Top = 240
Width = 3495
End
Begin VB.Label Label2
Caption = "密 码"
Height = 255
Left = 840
TabIndex = 1
Top = 1800
Width = 495
End
Begin VB.Label Label1
Caption = "用户名"
Height = 255
Left = 840
TabIndex = 0
Top = 1080
Width = 735
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Adouse.Recordset.Find (usepwd = Tuspwd.Text)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -