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

📄 e考核录入.frm

📁 用VB作的人事管理系统数据库为SQL Server利用了第三方控件技术还有AxtiveX技术等很好
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Begin VB.Form E考核录入 
   Caption         =   "考核录入"
   ClientHeight    =   5565
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5865
   LinkTopic       =   "Form1"
   ScaleHeight     =   5565
   ScaleWidth      =   5865
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame4 
      Caption         =   "操作"
      Height          =   1095
      Left            =   120
      TabIndex        =   20
      Top             =   4440
      Width           =   5535
      Begin VB.CommandButton CmdSave 
         BackColor       =   &H00C0C0C0&
         Caption         =   "保存"
         Enabled         =   0   'False
         Height          =   360
         Left            =   2400
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   600
         Width           =   800
      End
      Begin VB.CommandButton CmdAdd 
         BackColor       =   &H00C0C0C0&
         Caption         =   "添加"
         Height          =   360
         Left            =   720
         Style           =   1  'Graphical
         TabIndex        =   28
         Top             =   600
         Width           =   800
      End
      Begin VB.CommandButton CmdCancel 
         BackColor       =   &H00C0C0C0&
         Caption         =   "取消"
         Height          =   360
         Left            =   3240
         Style           =   1  'Graphical
         TabIndex        =   27
         Top             =   600
         Width           =   800
      End
      Begin VB.CommandButton CmdExit 
         BackColor       =   &H00C0C0C0&
         Caption         =   "退出"
         Height          =   360
         Left            =   4080
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   600
         Width           =   800
      End
      Begin VB.CommandButton CmdModify 
         BackColor       =   &H00C0C0C0&
         Caption         =   "修改"
         Height          =   360
         Left            =   1560
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   600
         Width           =   800
      End
      Begin VB.CommandButton CmdMove 
         BackColor       =   &H00FFC0C0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   3
         Left            =   3240
         Picture         =   "E考核录入.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   120
         Width           =   675
      End
      Begin VB.CommandButton CmdMove 
         BackColor       =   &H00FFC0C0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   2
         Left            =   2580
         Picture         =   "E考核录入.frx":15AD
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   120
         Width           =   675
      End
      Begin VB.CommandButton CmdMove 
         BackColor       =   &H00FFC0C0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   1
         Left            =   1920
         Picture         =   "E考核录入.frx":2AB1
         Style           =   1  'Graphical
         TabIndex        =   22
         Top             =   120
         Width           =   675
      End
      Begin VB.CommandButton CmdMove 
         BackColor       =   &H00FFC0C0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   0
         Left            =   1320
         Picture         =   "E考核录入.frx":3FE3
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   120
         Width           =   675
      End
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   4215
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   5535
      _ExtentX        =   9763
      _ExtentY        =   7435
      _Version        =   393216
      Style           =   1
      TabHeight       =   520
      TabCaption(0)   =   "基本信息"
      TabPicture(0)   =   "E考核录入.frx":562D
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Frame1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "考核"
      TabPicture(1)   =   "E考核录入.frx":5649
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Frame2"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "备注"
      TabPicture(2)   =   "E考核录入.frx":5665
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame3"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).ControlCount=   1
      Begin VB.Frame Frame3 
         Caption         =   "备注"
         Height          =   3495
         Left            =   -74760
         TabIndex        =   14
         Top             =   480
         Width           =   5055
         Begin VB.TextBox txt 
            Height          =   735
            Index           =   4
            Left            =   960
            MaxLength       =   10
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   15
            Top             =   840
            Width           =   3615
         End
         Begin VB.Label Label6 
            Caption         =   "备注:"
            Height          =   255
            Left            =   240
            TabIndex        =   16
            Top             =   1080
            Width           =   975
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "考核"
         Height          =   3375
         Left            =   -74760
         TabIndex        =   8
         Top             =   480
         Width           =   5055
         Begin VB.TextBox txt 
            Height          =   615
            Index           =   3
            Left            =   1200
            MaxLength       =   10
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   19
            Top             =   2400
            Width           =   3135
         End
         Begin VB.TextBox txt 
            Height          =   615
            Index           =   2
            Left            =   1200
            MaxLength       =   10
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   18
            Top             =   1680
            Width           =   3135
         End
         Begin VB.TextBox txt 
            Height          =   615
            Index           =   1
            Left            =   1200
            MaxLength       =   10
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   17
            Top             =   960
            Width           =   3135
         End
         Begin VB.TextBox txt 
            Height          =   615
            Index           =   0
            Left            =   1200
            MaxLength       =   10
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   9
            Top             =   240
            Width           =   3135
         End
         Begin VB.Label Label9 
            Caption         =   "业务水平:"
            Height          =   255
            Left            =   240
            TabIndex        =   13
            Top             =   1920
            Width           =   975
         End
         Begin VB.Label Label7 
            Caption         =   "考核结论:"
            Height          =   255
            Left            =   240
            TabIndex        =   12
            Top             =   2520
            Width           =   975
         End
         Begin VB.Label Label4 
            Caption         =   "工作态度:"
            Height          =   255
            Left            =   240
            TabIndex        =   11
            Top             =   480
            Width           =   975
         End
         Begin VB.Label Label3 
            Caption         =   "工作业绩:"
            Height          =   255
            Left            =   240
            TabIndex        =   10
            Top             =   1200
            Width           =   975
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "基本信息"
         Height          =   3495
         Left            =   240
         TabIndex        =   1
         Top             =   480
         Width           =   4935
         Begin VB.ComboBox CboYGID 
            BackColor       =   &H80000004&
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False

⌨️ 快捷键说明

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