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

📄 frmrecord.frm

📁 人事工资管理系统应包含对员工档案、员工培训、员工调动、员工职称评定、员工奖惩的管理和工资的查询与管理等诸多模块。员工档案管理模块对员工信息进行添加、修改、删除和查询;员工培训管理模块可增加
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{3A6644DE-3402-11D9-9DE7-C33FAA87690A}#1.0#0"; "WinXPCEngine.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form FrmRecord 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "员工档案"
   ClientHeight    =   6105
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7230
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6105
   ScaleWidth      =   7230
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton CmdAdd 
      Caption         =   "添加(&A)"
      Height          =   375
      Left            =   120
      TabIndex        =   30
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdEdit 
      Caption         =   "编辑(&E)"
      Height          =   375
      Left            =   1560
      TabIndex        =   29
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdDel 
      Caption         =   "删除(&D)"
      Height          =   375
      Left            =   3000
      TabIndex        =   28
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdMove 
      Caption         =   "移动(&M)"
      Height          =   375
      Left            =   4440
      TabIndex        =   27
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdRetrun 
      Caption         =   "返回(&R)"
      Height          =   375
      Left            =   5880
      TabIndex        =   26
      Top             =   5520
      Width           =   1215
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "保存(&S)"
      Height          =   375
      Left            =   4440
      TabIndex        =   31
      Top             =   5520
      Visible         =   0   'False
      Width           =   1215
   End
   Begin TabDlg.SSTab SSTRecord 
      Height          =   5175
      Left            =   120
      TabIndex        =   32
      Top             =   240
      Width           =   7005
      _ExtentX        =   12356
      _ExtentY        =   9128
      _Version        =   393216
      Tabs            =   2
      TabHeight       =   520
      TabCaption(0)   =   "基本信息"
      TabPicture(0)   =   "FrmRecord.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "PicFrame(0)"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "PicFrame(2)"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "工作经验"
      TabPicture(1)   =   "FrmRecord.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "PicFrame(1)"
      Tab(1).ControlCount=   1
      Begin VB.PictureBox PicFrame 
         Height          =   255
         Index           =   2
         Left            =   240
         ScaleHeight     =   195
         ScaleWidth      =   6435
         TabIndex        =   61
         Top             =   4725
         Width           =   6495
         Begin VB.Label LblCount 
            AutoSize        =   -1  'True
            Caption         =   ":"
            Height          =   180
            Left            =   1080
            TabIndex        =   65
            Top             =   30
            Width           =   180
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "当前记录共"
            Height          =   180
            Index           =   0
            Left            =   0
            TabIndex        =   64
            Top             =   30
            Width           =   900
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Caption         =   "条"
            Height          =   180
            Index           =   1
            Left            =   1320
            TabIndex        =   63
            Top             =   30
            Width           =   180
         End
         Begin VB.Label LblLable 
            AutoSize        =   -1  'True
            Height          =   180
            Index           =   2
            Left            =   2520
            TabIndex        =   62
            Top             =   30
            Width           =   90
         End
      End
      Begin VB.PictureBox PicFrame 
         Height          =   3975
         Index           =   0
         Left            =   240
         ScaleHeight     =   3915
         ScaleWidth      =   6435
         TabIndex        =   40
         Top             =   600
         Width           =   6495
         Begin VB.TextBox TxtCode 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   0
            Top             =   180
            Width           =   1575
         End
         Begin VB.TextBox TxtName 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   1
            Top             =   540
            Width           =   1575
         End
         Begin VB.TextBox TxtPlace 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   3
            Top             =   1260
            Width           =   1575
         End
         Begin VB.TextBox TxtEdu 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   10
            TabIndex        =   5
            Top             =   1980
            Width           =   1575
         End
         Begin VB.TextBox TxtSubject 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   6
            Top             =   2340
            Width           =   1575
         End
         Begin VB.TextBox TxtIDCard 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   18
            TabIndex        =   7
            Top             =   2700
            Width           =   1575
         End
         Begin VB.TextBox TxtPolity 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1320
            MaxLength       =   20
            TabIndex        =   9
            Top             =   3420
            Width           =   1575
         End
         Begin VB.TextBox TxtTel 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   12
            TabIndex        =   10
            Top             =   180
            Width           =   1695
         End
         Begin VB.TextBox TxtPostCode 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   6
            TabIndex        =   11
            Top             =   540
            Width           =   1695
         End
         Begin VB.TextBox TxtEmail 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   20
            TabIndex        =   12
            Top             =   900
            Width           =   1695
         End
         Begin VB.TextBox TxtAddress 
            Enabled         =   0   'False
            Height          =   300
            Left            =   4560
            MaxLength       =   200
            TabIndex        =   13
            Top             =   1260
            Width           =   1695
         End
         Begin VB.ComboBox CmbSex 
            Enabled         =   0   'False
            Height          =   300
            ItemData        =   "FrmRecord.frx":0038
            Left            =   1320
            List            =   "FrmRecord.frx":0042
            TabIndex        =   2
            Top             =   900
            Width           =   1575
         End
         Begin VB.ComboBox CmbMarrageState 
            Enabled         =   0   'False
            Height          =   300
            ItemData        =   "FrmRecord.frx":004E
            Left            =   1320
            List            =   "FrmRecord.frx":0058
            TabIndex        =   8
            Top             =   3060
            Width           =   1575
         End
         Begin MSComCtl2.DTPicker DTPBrithday 
            Height          =   300
            Left            =   1320
            TabIndex        =   4
            Top             =   1620
            Width           =   1575
            _ExtentX        =   2778
            _ExtentY        =   529
            _Version        =   393216
            Enabled         =   0   'False
            Format          =   66125825
            CurrentDate     =   39212
         End
         Begin MSComCtl2.DTPicker DTPInCompanyDate 
            Height          =   300
            Left            =   4560
            TabIndex        =   14
            Top             =   1620
            Width           =   1695
            _ExtentX        =   2990
            _ExtentY        =   529
            _Version        =   393216
            Enabled         =   0   'False
            Format          =   66125825
            CurrentDate     =   39212
         End
         Begin MSComCtl2.DTPicker DTPInBranchDate 
            Height          =   300
            Left            =   4560
            TabIndex        =   17
            Top             =   2700
            Width           =   1695
            _ExtentX        =   2990
            _ExtentY        =   529
            _Version        =   393216
            Enabled         =   0   'False
            Format          =   66125825
            CurrentDate     =   39212
         End
         Begin MSComCtl2.DTPicker DTPTitleDate 
            Height          =   300
            Left            =   4560
            TabIndex        =   19
            Top             =   3420
            Width           =   1695
            _ExtentX        =   2990
            _ExtentY        =   529
            _Version        =   393216
            Enabled         =   0   'False
            Format          =   66125825
            CurrentDate     =   39212
         End
         Begin MSComCtl2.DTPicker DTPRiceDate 
            Height          =   300

⌨️ 快捷键说明

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