form1.frm
来自「欢迎使用网页设计 在线学习系统ver1.0 本系统主要特点如下: 1.本系统」· FRM 代码 · 共 60 行
FRM
60 行
VERSION 5.00
Begin VB.Form 员工签到管理系统软件注册机
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 = "员工签到管理系统软件注册机"
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?