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

📄 administrationform.frm

📁 企业人事管理系统主要功能有: ①人事档案管理:户口状况、政治面貌、生理状况、合同管理等; ②考勤加班出差管理; ③人事变动:新进员工登记、员工离职登记、人事变更记录; ④考核奖惩; ⑤员工培
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form AdministrationForm 
   Caption         =   "经理管理"
   ClientHeight    =   6405
   ClientLeft      =   60
   ClientTop       =   420
   ClientWidth     =   6705
   LinkTopic       =   "Form1"
   ScaleHeight     =   6405 
   ScaleWidth      =   6705
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command3 
      Caption         =   "删除(&D)"
      Height          =   375
      Left            =   720
      TabIndex        =   2
      Top             =   4800
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "修改(&M)"
      Height          =   375
      Left            =   720
      TabIndex        =   1
      Top             =   4440
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加(&A)"
      Height          =   375
      Left            =   720
      TabIndex        =   0
      Top             =   4080
      Width           =   975
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   3240
      Top             =   0
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ManageSystem"
      OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ManageSystem"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from basetable where BPosition in ('经理')"
      Caption         =   "Adodc2"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   1920
      Top             =   0
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ManageSystem"
      OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ManageSystem"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   $"AdministrationForm.frx":0000
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton Command5 
      Caption         =   "退出(&Q)"
      Height          =   375
      Left            =   5520
      TabIndex        =   4
      Top             =   5760
      Width           =   975
   End
   Begin VB.CommandButton Command4 
      Caption         =   "返回(&R)"
      Height          =   375
      Left            =   4440
      TabIndex        =   3
      Top             =   5760
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "管理:"
      Height          =   1695
      Left            =   480
      TabIndex        =   5
      Top             =   3720
      Width           =   1455
   End
   Begin VB.Frame Frame2 
      Caption         =   "查找特定人员:"
      Height          =   1695
      Left            =   2040
      TabIndex        =   6
      Top             =   3720
      Width           =   4335
      Begin VB.CommandButton Command8 
         Caption         =   "还原(&H)"
         Height          =   375
         Left            =   3240
         TabIndex        =   13
         Top             =   1080
         Width           =   975
      End
      Begin VB.CommandButton Command7 
         Caption         =   "清空(&C)"
         Height          =   375
         Left            =   3240
         TabIndex        =   12
         Top             =   720
         Width           =   975
      End
      Begin VB.CommandButton Command6 
         Caption         =   "查询(&S)"
         Default         =   -1  'True
         Height          =   375
         Left            =   3240
         TabIndex        =   11
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox Text2 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   720
         TabIndex        =   10
         Top             =   1065
         Width           =   2415
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   720
         TabIndex        =   9
         Top             =   390
         Width           =   2415
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "姓名:"
         Height          =   255
         Left            =   240
         TabIndex        =   8
         Top             =   1080
         Width           =   495
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "工号:"
         Height          =   180
         Left            =   240
         TabIndex        =   7
         Top             =   480
         Width           =   450
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "人员一览表:"
      Height          =   5415
      Left            =   120
      TabIndex        =   14
      Top             =   240
      Width           =   6375
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1 
         Bindings        =   "AdministrationForm.frx":00E9
         Height          =   3015
         Left            =   360
         TabIndex        =   39
         Top             =   360
         Width           =   5895
         _ExtentX        =   10398
         _ExtentY        =   5318
         _Version        =   393216
         Cols            =   5
         _NumberOfBands  =   1
         _Band(0).Cols   =   5
         _Band(0).GridLinesBand=   1
         _Band(0).TextStyleBand=   0
         _Band(0).TextStyleHeader=   0
         _Band(0)._NumMapCols=   12
         _Band(0)._MapCol(0)._Name=   "工号"
         _Band(0)._MapCol(0)._RSIndex=   0
         _Band(0)._MapCol(1)._Name=   "姓名"
         _Band(0)._MapCol(1)._RSIndex=   1
         _Band(0)._MapCol(2)._Name=   "部门"
         _Band(0)._MapCol(2)._RSIndex=   2
         _Band(0)._MapCol(3)._Name=   "年龄"
         _Band(0)._MapCol(3)._RSIndex=   3
         _Band(0)._MapCol(3)._Alignment=   7
         _Band(0)._MapCol(3)._Hidden=   -1  'True
         _Band(0)._MapCol(4)._Name=   "性别"
         _Band(0)._MapCol(4)._RSIndex=   4
         _Band(0)._MapCol(4)._Hidden=   -1  'True
         _Band(0)._MapCol(5)._Name=   "户口状况"
         _Band(0)._MapCol(5)._RSIndex=   5
         _Band(0)._MapCol(5)._Hidden=   -1  'True
         _Band(0)._MapCol(6)._Name=   "政治面貌"
         _Band(0)._MapCol(6)._RSIndex=   6
         _Band(0)._MapCol(6)._Hidden=   -1  'True
         _Band(0)._MapCol(7)._Name=   "生理状况"
         _Band(0)._MapCol(7)._RSIndex=   7
         _Band(0)._MapCol(7)._Hidden=   -1  'True
         _Band(0)._MapCol(8)._Name=   "合同"
         _Band(0)._MapCol(8)._RSIndex=   8
         _Band(0)._MapCol(8)._Hidden=   -1  'True
         _Band(0)._MapCol(9)._Name=   "所属部门"
         _Band(0)._MapCol(9)._RSIndex=   9
         _Band(0)._MapCol(9)._Hidden=   -1  'True
         _Band(0)._MapCol(10)._Name=   "密码"
         _Band(0)._MapCol(10)._RSIndex=   10
         _Band(0)._MapCol(10)._Hidden=   -1  'True
         _Band(0)._MapCol(11)._Name=   "职位"
         _Band(0)._MapCol(11)._RSIndex=   11
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "增加内容:"
      Height          =   6015
      Left            =   6840
      TabIndex        =   15
      Top             =   240
      Width           =   4095
      Begin VB.ComboBox Combo3 
         Height          =   300
         ItemData        =   "AdministrationForm.frx":00FE
         Left            =   2640
         List            =   "AdministrationForm.frx":010B
         TabIndex        =   41
         Top             =   1680
         Width           =   1335
      End
      Begin VB.CommandButton Command12 
         Caption         =   "清空(&L)"
         Height          =   375
         Left            =   1560
         TabIndex        =   37
         Top             =   5520
         Width           =   1095
      End
      Begin VB.CommandButton Command11 
         Caption         =   "确认(&O)"
         Height          =   375
         Left            =   2880
         TabIndex        =   36
         Top             =   5520
         Width           =   1095
      End
      Begin VB.CommandButton Command10 
         Caption         =   "<< 隐藏(&H)"
         Height          =   375
         Left            =   120
         TabIndex        =   35
         Top             =   5520
         Width           =   1095
      End
      Begin VB.CommandButton Command9 
         Caption         =   "游览(&B)"
         Height          =   375
         Left            =   2400
         TabIndex        =   34
         Top             =   360
         Width           =   1095
      End
      Begin VB.TextBox Text8 
         Height          =   270
         Left            =   1200
         TabIndex        =   24
         Top             =   4320
         Width           =   2775
      End
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   23
         Top             =   2160
         Width           =   2775
      End

⌨️ 快捷键说明

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