frmadd.frm

来自「工资管理系统工程 VB的 工 资管理系统工程 VB的」· FRM 代码 · 共 195 行

FRM
195
字号
VERSION 5.00
Begin VB.Form Frmadd 
   Caption         =   "员工添加"
   ClientHeight    =   5040
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6810
   LinkTopic       =   "Form1"
   ScaleHeight     =   5040
   ScaleWidth      =   6810
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   375
      Left            =   5640
      TabIndex        =   19
      Top             =   4440
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确认"
      Height          =   375
      Left            =   4440
      TabIndex        =   18
      Top             =   4440
      Width           =   975
   End
   Begin VB.TextBox Text9 
      Height          =   375
      Left            =   5160
      TabIndex        =   17
      Top             =   3000
      Width           =   1335
   End
   Begin VB.TextBox Text8 
      Height          =   375
      Left            =   5160
      TabIndex        =   15
      Top             =   2400
      Width           =   1335
   End
   Begin VB.TextBox Text7 
      Height          =   375
      Left            =   5160
      TabIndex        =   13
      Top             =   1800
      Width           =   1335
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Left            =   5160
      TabIndex        =   10
      Top             =   1200
      Width           =   1335
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Left            =   1680
      TabIndex        =   9
      Top             =   3600
      Width           =   1455
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   1680
      TabIndex        =   6
      Top             =   3000
      Width           =   1455
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   1680
      TabIndex        =   5
      Top             =   2400
      Width           =   1455
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   1680
      TabIndex        =   3
      Top             =   1800
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1680
      TabIndex        =   1
      Top             =   1200
      Width           =   1455
   End
   Begin VB.Label Label10 
      Caption         =   "员工添加"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800080&
      Height          =   615
      Left            =   2520
      TabIndex        =   20
      Top             =   240
      Width           =   2055
   End
   Begin VB.Label Label9 
      Caption         =   "地址:"
      Height          =   255
      Left            =   3720
      TabIndex        =   16
      Top             =   3000
      Width           =   855
   End
   Begin VB.Label Label8 
      Caption         =   "职务:"
      Height          =   255
      Left            =   3720
      TabIndex        =   14
      Top             =   2400
      Width           =   855
   End
   Begin VB.Label Label7 
      Caption         =   "部门:"
      Height          =   255
      Left            =   3720
      TabIndex        =   12
      Top             =   1800
      Width           =   855
   End
   Begin VB.Label Label6 
      Caption         =   "专业:"
      Height          =   255
      Left            =   3720
      TabIndex        =   11
      Top             =   1200
      Width           =   735
   End
   Begin VB.Label Label5 
      Caption         =   "出生年月:"
      Height          =   255
      Left            =   360
      TabIndex        =   8
      Top             =   3600
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "年龄:"
      Height          =   255
      Left            =   360
      TabIndex        =   7
      Top             =   3000
      Width           =   615
   End
   Begin VB.Label Label3 
      Caption         =   "性别:"
      Height          =   255
      Left            =   360
      TabIndex        =   4
      Top             =   2400
      Width           =   735
   End
   Begin VB.Label Label2 
      Caption         =   "姓名:"
      Height          =   255
      Left            =   360
      TabIndex        =   2
      Top             =   1800
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "编号:"
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   1200
      Width           =   855
   End
End
Attribute VB_Name = "Frmadd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

End Sub

Private Sub Command2_Click()
  Unload Me
  Exit Sub
End Sub

⌨️ 快捷键说明

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