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

📄 addeform.frm

📁 本系统主要介绍了企业工资管理的一些内容。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form AddEForm 
   Caption         =   "添加员工"
   ClientHeight    =   5250
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4035
   LinkTopic       =   "Form2"
   ScaleHeight     =   5250
   ScaleWidth      =   4035
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      Height          =   375
      Left            =   2400
      TabIndex        =   13
      Top             =   4200
      Width           =   975
   End
   Begin VB.CommandButton CmdAdd 
      Caption         =   "添加"
      Height          =   375
      Left            =   720
      TabIndex        =   12
      Top             =   4200
      Width           =   975
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   5
      Left            =   1560
      TabIndex        =   11
      Top             =   3360
      Width           =   1455
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   4
      Left            =   1560
      TabIndex        =   10
      Top             =   2760
      Width           =   1455
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   3
      Left            =   1560
      TabIndex        =   9
      Top             =   2160
      Width           =   1455
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   2
      Left            =   1560
      TabIndex        =   8
      Top             =   1560
      Width           =   1455
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   1
      Left            =   1560
      TabIndex        =   7
      Top             =   960
      Width           =   1455
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Index           =   0
      Left            =   1560
      TabIndex        =   6
      Top             =   360
      Width           =   1455
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "工作年月"
      Height          =   180
      Index           =   5
      Left            =   360
      TabIndex        =   5
      Top             =   3360
      Width           =   720
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "出生年月"
      Height          =   180
      Index           =   4
      Left            =   360
      TabIndex        =   4
      Top             =   2760
      Width           =   720
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "性别"
      Height          =   180
      Index           =   3
      Left            =   360
      TabIndex        =   3
      Top             =   2160
      Width           =   360
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "姓名"
      Height          =   180
      Index           =   2
      Left            =   360
      TabIndex        =   2
      Top             =   1560
      Width           =   360
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "职位"
      Height          =   180
      Index           =   1
      Left            =   360
      TabIndex        =   1
      Top             =   960
      Width           =   360
   End
   Begin VB.Label lblfield 
      AutoSize        =   -1  'True
      Caption         =   "职工ID"
      Height          =   180
      Index           =   0
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Width           =   540
   End
End
Attribute VB_Name = "AddEForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAdd_Click()
  MsgBox "添加成功!"
End Sub

Private Sub cmdCancel_Click()
  Me.Hide
End Sub



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -