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

📄 frmemployee.frm

📁 1:首先要导入hotel数据
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{E95A2510-F3D1-416D-823B-4F840FE98091}#3.0#0"; "Command.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmEmployeeAdd 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "添加职工"
   ClientHeight    =   5520
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8760
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5520
   ScaleWidth      =   8760
   Begin MSComCtl2.DTPicker dtpWork 
      Height          =   255
      Left            =   1200
      TabIndex        =   14
      Top             =   6000
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   450
      _Version        =   393216
      Format          =   24969217
      CurrentDate     =   38588
   End
   Begin CSCommand.Command cmdSave 
      Default         =   -1  'True
      Height          =   300
      Left            =   5160
      TabIndex        =   15
      Top             =   5160
      Width           =   975
      _ExtentX        =   1720
      _ExtentY        =   529
      PICMaskColor    =   49152
      IconAlign       =   0
      Icon            =   "frmEmployee.frx":0000
      Caption         =   "保 存(&S)"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.ComboBox cmbDept 
      Height          =   300
      Left            =   3000
      TabIndex        =   13
      Text            =   "Combo1"
      Top             =   4920
      Width           =   1215
   End
   Begin VB.TextBox txtId 
      Height          =   270
      Left            =   960
      MaxLength       =   5
      TabIndex        =   12
      ToolTipText     =   "以各部门的拼音开头字母大写开头5位编号"
      Top             =   4920
      Width           =   1215
   End
   Begin VB.Frame Frame4 
      Caption         =   "备注"
      Height          =   615
      Left            =   360
      TabIndex        =   27
      Top             =   4200
      Width           =   7095
      Begin VB.TextBox txtRemark 
         Height          =   270
         Left            =   240
         MaxLength       =   30
         TabIndex        =   11
         ToolTipText     =   "输入30位字节的员工备注信息"
         Top             =   240
         Width           =   6615
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "工作经历"
      Height          =   1095
      Left            =   360
      TabIndex        =   24
      Top             =   3000
      Width           =   7095
      Begin VB.TextBox txtWork2 
         Height          =   270
         Left            =   600
         MaxLength       =   30
         TabIndex        =   10
         ToolTipText     =   "输入30位字节的员工工作经历"
         Top             =   700
         Width           =   6375
      End
      Begin VB.TextBox txtWork1 
         Height          =   270
         Left            =   600
         MaxLength       =   30
         TabIndex        =   9
         ToolTipText     =   "输入30位字节的员工工作经历"
         Top             =   240
         Width           =   6375
      End
      Begin VB.Label Label3 
         Caption         =   "2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   31
         Top             =   700
         Width           =   255
      End
      Begin VB.Label Label3 
         Caption         =   "1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   30
         Top             =   255
         Width           =   255
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "教育背景"
      Height          =   735
      Left            =   360
      TabIndex        =   21
      Top             =   2160
      Width           =   7095
      Begin VB.TextBox txtSpecialty 
         Height          =   270
         Left            =   5400
         MaxLength       =   6
         TabIndex        =   8
         Top             =   270
         Width           =   1500
      End
      Begin VB.TextBox txtSchool 
         Height          =   270
         Left            =   1500
         MaxLength       =   20
         TabIndex        =   7
         ToolTipText     =   "最高学历所在院校"
         Top             =   270
         Width           =   2175
      End
      Begin VB.Label Label2 
         Caption         =   "专  业"
         Height          =   255
         Index           =   2
         Left            =   4500
         TabIndex        =   26
         Top             =   315
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "毕业院校"
         Height          =   255
         Index           =   1
         Left            =   300
         TabIndex        =   25
         Top             =   315
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "基本信息"
      Height          =   1215
      Left            =   360
      TabIndex        =   0
      Top             =   840
      Width           =   7095
      Begin VB.TextBox txtAddress 
         Height          =   270
         Left            =   3840
         MaxLength       =   25
         TabIndex        =   6
         ToolTipText     =   "员工的身份证所写的地址"
         Top             =   800
         Width           =   3015
      End
      Begin VB.TextBox txtCardid 
         Height          =   270
         Left            =   1080
         MaxLength       =   18
         TabIndex        =   5
         ToolTipText     =   "输入15-18位数字"
         Top             =   800
         Width           =   1695
      End
      Begin VB.ComboBox cmbNation 
         Height          =   300
         ItemData        =   "frmEmployee.frx":001C
         Left            =   6000
         List            =   "frmEmployee.frx":0026
         TabIndex        =   4
         Text            =   "Combo1"
         Top             =   320
         Width           =   855
      End
      Begin VB.ComboBox cmbAge 
         Height          =   300
         ItemData        =   "frmEmployee.frx":0036
         Left            =   4440
         List            =   "frmEmployee.frx":00B5
         TabIndex        =   3
         Text            =   "Combo1"
         Top             =   320
         Width           =   735
      End
      Begin VB.ComboBox cmbSex 
         Height          =   300

⌨️ 快捷键说明

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