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

📄 frmmodifytrain.frm

📁 该系统是用VB开发的一个人事管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmModifyTrain 
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑培训计划信息"
   ClientHeight    =   6705
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8205
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6705
   ScaleWidth      =   8205
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Caption         =   "编辑培训信息"
      Height          =   3735
      Left            =   120
      TabIndex        =   10
      Top             =   120
      Width           =   7935
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   0
         Left            =   1680
         TabIndex        =   22
         Top             =   480
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   1
         Left            =   5640
         TabIndex        =   21
         Top             =   480
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   2
         Left            =   1680
         TabIndex        =   20
         Top             =   1005
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   3
         Left            =   5640
         TabIndex        =   19
         Top             =   1008
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   4
         Left            =   1680
         TabIndex        =   18
         Top             =   1530
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   5
         Left            =   5640
         TabIndex        =   17
         Top             =   1536
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   6
         Left            =   1680
         TabIndex        =   16
         Top             =   2070
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   7
         Left            =   5640
         TabIndex        =   15
         Top             =   2064
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   8
         Left            =   1680
         TabIndex        =   14
         Top             =   2595
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   9
         Left            =   5640
         TabIndex        =   13
         Top             =   2592
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   10
         Left            =   1680
         TabIndex        =   12
         Top             =   3120
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   11
         Left            =   5640
         TabIndex        =   11
         Top             =   3120
         Width           =   1935
      End
      Begin VB.Label Label1 
         Caption         =   "培训名称:"
         Height          =   255
         Left            =   360
         TabIndex        =   34
         Top             =   480
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "培训种类:"
         Height          =   255
         Left            =   4200
         TabIndex        =   33
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "培训对象:"
         Height          =   255
         Left            =   360
         TabIndex        =   32
         Top             =   1032
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "参加人数:"
         Height          =   255
         Left            =   4200
         TabIndex        =   31
         Top             =   1035
         Width           =   975
      End
      Begin VB.Label Label5 
         Caption         =   "举办日期:"
         Height          =   255
         Left            =   360
         TabIndex        =   30
         Top             =   1584
         Width           =   975
      End
      Begin VB.Label Label6 
         Caption         =   "地点:"
         Height          =   255
         Left            =   4200
         TabIndex        =   29
         Top             =   1590
         Width           =   855
      End
      Begin VB.Label Label7 
         Caption         =   "培训时数:"
         Height          =   255
         Left            =   360
         TabIndex        =   28
         Top             =   2130
         Width           =   975
      End
      Begin VB.Label Label8 
         Caption         =   "师资来源:"
         Height          =   255
         Left            =   4200
         TabIndex        =   27
         Top             =   2130
         Width           =   1095
      End
      Begin VB.Label Label9 
         Caption         =   "培训目的:"
         Height          =   255
         Left            =   360
         TabIndex        =   26
         Top             =   2685
         Width           =   975
      End
      Begin VB.Label Label10 
         Caption         =   "预算费用:"
         Height          =   270
         Left            =   4200
         TabIndex        =   25
         Top             =   2685
         Width           =   975
      End
      Begin VB.Label Label11 
         Caption         =   "培训内容:"
         Height          =   255
         Left            =   360
         TabIndex        =   24
         Top             =   3240
         Width           =   975
      End
      Begin VB.Label Label12 
         Caption         =   "部门申请人:"
         Height          =   255
         Left            =   4200
         TabIndex        =   23
         Top             =   3240
         Width           =   1095
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00FFC0C0&
      Caption         =   "修改培训信息"
      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             =   5400
      Width           =   7935
      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            =   2160
         TabIndex        =   8
         Top             =   360
         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            =   6000
         TabIndex        =   7

⌨️ 快捷键说明

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