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

📄 frmsys_person.frm

📁 OA办公自动化系统1.rar OA办公自动化系统1.r
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmSys_person 
   Caption         =   "人事管理"
   ClientHeight    =   4575
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8850
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   4575
   ScaleWidth      =   8850
   StartUpPosition =   3  '窗口缺省
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   3075
      Top             =   3795
      Visible         =   0   'False
      Width           =   2385
      _ExtentX        =   4207
      _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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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 MSDataGridLib.DataGrid DataGrid1 
      Height          =   915
      Left            =   2865
      TabIndex        =   38
      Top             =   3210
      Visible         =   0   'False
      Width           =   3045
      _ExtentX        =   5371
      _ExtentY        =   1614
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   2
      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
      SplitCount      =   1
      BeginProperty Split0 
         MarqueeStyle    =   4
         BeginProperty Column00 
            ColumnWidth     =   510.236
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton cmdEdel 
      Caption         =   "删除"
      Height          =   345
      Left            =   7560
      TabIndex        =   12
      Top             =   3720
      Width           =   1170
   End
   Begin VB.CommandButton cmdEsave 
      Caption         =   "保存"
      Height          =   345
      Left            =   7560
      TabIndex        =   10
      Top             =   3360
      Width           =   1170
   End
   Begin VB.CommandButton cmdEcancel 
      Caption         =   "取消"
      Height          =   345
      Left            =   7560
      TabIndex        =   14
      Top             =   3000
      Width           =   1170
   End
   Begin VB.CommandButton cmdDeptDel 
      Caption         =   "删除"
      Height          =   345
      Left            =   7455
      TabIndex        =   18
      Top             =   1320
      Width           =   1170
   End
   Begin VB.CommandButton cmdDeptSave 
      Caption         =   "保存"
      Height          =   345
      Left            =   7455
      TabIndex        =   16
      Top             =   952
      Width           =   1170
   End
   Begin VB.CommandButton cmdDeptCancel 
      Caption         =   "取消"
      Height          =   345
      Left            =   7455
      TabIndex        =   17
      Top             =   585
      Width           =   1170
   End
   Begin VB.CommandButton cmdDeptUpdate 
      Caption         =   "修改"
      Height          =   345
      Left            =   6300
      TabIndex        =   23
      Top             =   1320
      Width           =   1170
   End
   Begin VB.CommandButton cmdDeptShow 
      Caption         =   "显示"
      Height          =   345
      Left            =   6300
      TabIndex        =   22
      Top             =   585
      Width           =   1170
   End
   Begin VB.TextBox Text1 
      Height          =   300
      Left            =   1125
      TabIndex        =   21
      Top             =   585
      Width           =   5070
   End
   Begin VB.TextBox Text2 
      Height          =   810
      Left            =   1125
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   20
      Top             =   930
      Width           =   5070
   End
   Begin VB.CommandButton cmdDeptAdd 
      Caption         =   "添加"
      Height          =   345
      Left            =   6300
      TabIndex        =   19
      Top             =   960
      Width           =   1170
   End
   Begin VB.TextBox txtPerson 
      Height          =   300
      Index           =   0
      Left            =   945
      TabIndex        =   0
      Top             =   2580
      Width           =   1050
   End
   Begin VB.CommandButton cmdEshow 
      Caption         =   "显示"
      Height          =   345
      Left            =   6405
      TabIndex        =   15
      Top             =   3000
      Width           =   1170
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   1
      Left            =   2850
      TabIndex        =   1
      Top             =   2580
      Width           =   1410
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   2
      Left            =   4845
      TabIndex        =   2
      Top             =   2580
      Width           =   1440
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   3
      Left            =   945
      TabIndex        =   3
      Top             =   2910
      Width           =   1050
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   4
      Left            =   2850
      TabIndex        =   4
      Top             =   2910
      Width           =   1410
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   5
      Left            =   4845
      TabIndex        =   5
      Top             =   2910
      Width           =   1440
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   6
      Left            =   945
      TabIndex        =   6
      Top             =   3270
      Width           =   1050
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   7
      Left            =   2850
      TabIndex        =   7
      Top             =   3285
      Width           =   1395
   End
   Begin VB.TextBox txtPerson 
      Height          =   315
      Index           =   8
      Left            =   4845
      TabIndex        =   8
      Top             =   3255
      Width           =   1440
   End
   Begin VB.TextBox txtPerson 
      Height          =   810
      Index           =   9
      Left            =   945
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   9
      Top             =   3630
      Width           =   5355
   End
   Begin VB.CommandButton cmdEadd 
      Caption         =   "添加"
      Height          =   345
      Left            =   6405
      TabIndex        =   11
      Top             =   3360
      Width           =   1170
   End
   Begin VB.CommandButton cmdEupdate 
      Caption         =   "修改"
      Height          =   345
      Left            =   6405
      TabIndex        =   13
      Top             =   3720
      Width           =   1170
   End
   Begin MSAdodcLib.Adodc adoEmployee 
      Height          =   345
      Left            =   4095
      Top             =   1800
      Visible         =   0   'False
      Width           =   2430
      _ExtentX        =   4286
      _ExtentY        =   609
      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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "adoEmployee"
      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 adoDept 
      Height          =   330
      Left            =   2145
      Top             =   1800
      Visible         =   0   'False
      Width           =   2010
      _ExtentX        =   3545
      _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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""

⌨️ 快捷键说明

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