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

📄 frmmodifywelfare.frm

📁 人事管理信息系统visual basic + my sql
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmModifyWelfare 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑福利费用信息"
   ClientHeight    =   5865
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7695
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5865
   ScaleWidth      =   7695
   Begin VB.Frame Frame1 
      Caption         =   "福利费用"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2775
      Left            =   120
      TabIndex        =   10
      Top             =   120
      Width           =   7335
      Begin VB.TextBox txtFields 
         DataField       =   "费用金额"
         Height          =   285
         Index           =   9
         Left            =   1440
         TabIndex        =   19
         Top             =   1710
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "费用项目"
         Height          =   285
         Index           =   8
         Left            =   1440
         TabIndex        =   18
         Top             =   2160
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "费用类型"
         Height          =   285
         Index           =   7
         Left            =   4680
         TabIndex        =   17
         Top             =   1680
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "姓名"
         Height          =   285
         Index           =   5
         Left            =   4680
         TabIndex        =   16
         Top             =   795
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "员工号"
         Height          =   285
         Index           =   4
         Left            =   1440
         TabIndex        =   15
         Top             =   810
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "岗位"
         Height          =   285
         Index           =   3
         Left            =   1440
         TabIndex        =   14
         Top             =   1260
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "部门"
         Height          =   285
         Index           =   2
         Left            =   4680
         TabIndex        =   13
         Top             =   1245
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "月份"
         Height          =   285
         Index           =   1
         Left            =   4680
         TabIndex        =   12
         Top             =   360
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "年度"
         Height          =   285
         Index           =   0
         Left            =   1440
         TabIndex        =   11
         Top             =   360
         Width           =   1935
      End
      Begin VB.Label lblLabels 
         Caption         =   "费用金额:"
         Height          =   255
         Index           =   9
         Left            =   360
         TabIndex        =   28
         Top             =   1815
         Width           =   975
      End
      Begin VB.Label lblLabels 
         Caption         =   "费用项目:"
         Height          =   255
         Index           =   8
         Left            =   360
         TabIndex        =   27
         Top             =   2280
         Width           =   975
      End
      Begin VB.Label lblLabels 
         Caption         =   "费用类型:"
         Height          =   255
         Index           =   7
         Left            =   3600
         TabIndex        =   26
         Top             =   1800
         Width           =   1095
      End
      Begin VB.Label lblLabels 
         Caption         =   "姓名:"
         Height          =   255
         Index           =   5
         Left            =   3960
         TabIndex        =   25
         Top             =   885
         Width           =   615
      End
      Begin VB.Label lblLabels 
         Caption         =   "员工号:"
         Height          =   255
         Index           =   4
         Left            =   600
         TabIndex        =   24
         Top             =   885
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "岗位:"
         Height          =   255
         Index           =   3
         Left            =   720
         TabIndex        =   23
         Top             =   1320
         Width           =   735
      End
      Begin VB.Label lblLabels 
         Caption         =   "部门:"
         Height          =   255
         Index           =   2
         Left            =   3960
         TabIndex        =   22
         Top             =   1335
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "月份:"
         Height          =   255
         Index           =   1
         Left            =   3960
         TabIndex        =   21
         Top             =   360
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "年度:"
         Height          =   255
         Index           =   0
         Left            =   720
         TabIndex        =   20
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "修改培训信息"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1092
      Left            =   120
      TabIndex        =   5
      Top             =   4560
      Width           =   7335
      Begin VB.CommandButton editCommand 
         Caption         =   "修改记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   270
         TabIndex        =   9
         Top             =   390
         Width           =   1470
      End
      Begin VB.CommandButton updateCommand 
         Caption         =   "保存记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   1940
         TabIndex        =   8
         Top             =   390
         Width           =   1470
      End
      Begin VB.CommandButton cancelCommand 
         Caption         =   "关闭退出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   5280
         TabIndex        =   7
         Top             =   390
         Width           =   1695
      End
      Begin VB.CommandButton deleteCommand 
         Caption         =   "删除记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0

⌨️ 快捷键说明

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