?? form1.frm
字號(hào):
VERSION 5.00
Begin VB.Form 員工簽到管理系統(tǒng)軟件注冊機(jī)
Caption = "Form1"
ClientHeight = 1395
ClientLeft = 60
ClientTop = 390
ClientWidth = 6360
ScaleHeight = 1395
ScaleWidth = 6360
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text2
Height = 375
Left = 1320
TabIndex = 2
Top = 720
Width = 3015
End
Begin VB.CommandButton Command1
Caption = "獲得注冊碼"
Height = 375
Left = 4560
TabIndex = 1
Top = 120
Width = 1215
End
Begin VB.TextBox Text1
Height = 375
Left = 1320
TabIndex = 0
Top = 120
Width = 3015
End
Begin VB.Label Label1
Caption = "E__CODE"
Height = 495
Left = 360
TabIndex = 4
Top = 720
Width = 855
End
Begin VB.Label 公司名
Caption = "公司名"
Height = 495
Left = 360
TabIndex = 3
Top = 120
Width = 855
End
End
Attribute VB_Name = "員工簽到管理系統(tǒng)軟件注冊機(jī)"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Text2.Text = MD5(Text1.Text)
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -