⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 欢迎使用网页设计 在线学习系统ver1.0 本系统主要特点如下: 1.本系统采用学号加密码登录
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -