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

📄 frmmanage.frm

📁 人事管理系统vb版,用于一般中小企业
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmManage 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "隶属部门"
   ClientHeight    =   6510
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10110
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   9
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmManage.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6510
   ScaleWidth      =   10110
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin TabDlg.SSTab stbManage 
      Height          =   5835
      Left            =   60
      TabIndex        =   0
      Top             =   60
      Width           =   9975
      _ExtentX        =   17595
      _ExtentY        =   10292
      _Version        =   393216
      Style           =   1
      Tabs            =   1
      TabsPerRow      =   1
      TabHeight       =   520
      TabCaption(0)   =   " 隶属部门"
      TabPicture(0)   =   "frmManage.frx":000C
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Frame2"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "tvwManage"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "FraBottom"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "dgdFind"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).ControlCount=   4
      Begin MSDataGridLib.DataGrid dgdFind 
         Height          =   2775
         Left            =   3420
         TabIndex        =   1
         Top             =   420
         Width           =   6495
         _ExtentX        =   11456
         _ExtentY        =   4895
         _Version        =   393216
         AllowUpdate     =   0   'False
         Appearance      =   0
         HeadLines       =   1
         RowHeight       =   14
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   5
         BeginProperty Column00 
            DataField       =   "隶属部门"
            Caption         =   "隶属部门"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "部门编号"
            Caption         =   "部门编号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "上层部门"
            Caption         =   "上层部门"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   "层次"
            Caption         =   "层次"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column04 
            DataField       =   "部门职责"
            Caption         =   "部门职责"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
               ColumnWidth     =   1454.74
            EndProperty
            BeginProperty Column01 
            EndProperty
            BeginProperty Column02 
               ColumnWidth     =   1649.764
            EndProperty
            BeginProperty Column03 
               ColumnWidth     =   480.189
            EndProperty
            BeginProperty Column04 
            EndProperty
         EndProperty
      End
      Begin VB.Frame FraBottom 
         Caption         =   "编辑"
         Height          =   2535
         Left            =   3420
         TabIndex        =   2
         Top             =   3240
         Width           =   6495
         Begin Manage.xpcmdButton cmdEdit 
            Height          =   345
            Index           =   3
            Left            =   3720
            TabIndex        =   17
            Top             =   2100
            Width           =   1095
            _extentx        =   1931
            _extenty        =   609
            font            =   "frmManage.frx":0028
            caption         =   "保存(&S)"
            forecolor       =   -2147483630
         End
         Begin Manage.xpcmdButton cmdEdit 
            Height          =   345
            Index           =   2
            Left            =   2520
            TabIndex        =   16
            Top             =   2100
            Width           =   1095
            _extentx        =   1931
            _extenty        =   609
            font            =   "frmManage.frx":004C
            caption         =   "删除(&D)"
            forecolor       =   -2147483630
         End
         Begin Manage.xpcmdButton cmdEdit 
            Height          =   345
            Index           =   1
            Left            =   1320
            TabIndex        =   15
            Top             =   2100
            Width           =   1095
            _extentx        =   1931
            _extenty        =   609
            font            =   "frmManage.frx":0070
            caption         =   "添加(&A)"
            forecolor       =   -2147483630
         End
         Begin Manage.xpcmdButton cmdEdit 
            Height          =   345
            Index           =   4
            Left            =   4920
            TabIndex        =   14
            Top             =   2100
            Width           =   1095
            _extentx        =   1931
            _extenty        =   609
            font            =   "frmManage.frx":0094
            caption         =   "取消"
            forecolor       =   -2147483630
         End
         Begin VB.TextBox txtUser 
            Height          =   300
            Index           =   3
            Left            =   4200
            MaxLength       =   8
            TabIndex        =   13
            Top             =   240
            Width           =   2055
         End
         Begin VB.ComboBox cboUser 
            Height          =   300
            ItemData        =   "frmManage.frx":00B8
            Left            =   1080
            List            =   "frmManage.frx":00BA
            Style           =   2  'Dropdown List
            TabIndex        =   6
            Top             =   600
            Width           =   2055
         End
         Begin VB.TextBox txtUser 
            Height          =   300
            Index           =   0
            Left            =   1080
            MaxLength       =   16
            TabIndex        =   5
            Top             =   240
            Width           =   2055
         End
         Begin VB.TextBox txtUser 
            Enabled         =   0   'False
            Height          =   300
            Index           =   1
            Left            =   4200
            MaxLength       =   4
            TabIndex        =   4
            Top             =   600
            Width           =   2055

⌨️ 快捷键说明

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