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

📄 formemployeechange.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Begin VB.Form FormEmployeeChange 
   BackColor       =   &H00D3DABC&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "人员设置"
   ClientHeight    =   7095
   ClientLeft      =   3120
   ClientTop       =   2430
   ClientWidth     =   9645
   Icon            =   "FormEmployeeChange.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7095
   ScaleWidth      =   9645
   StartUpPosition =   1  '所有者中心
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   4575
      Top             =   3300
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00D3DABC&
      Caption         =   "工作人员"
      Height          =   6795
      Left            =   60
      TabIndex        =   32
      Top             =   150
      Width           =   3540
      Begin MSComctlLib.ListView lvwEmployee 
         Height          =   6420
         Left            =   90
         TabIndex        =   33
         Top             =   240
         Width           =   3315
         _ExtentX        =   5847
         _ExtentY        =   11324
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483624
         BorderStyle     =   1
         Appearance      =   1
         BeginProperty Font {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
         NumItems        =   2
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "用户名"
            Object.Width           =   1834
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "角色"
            Object.Width           =   2540
         EndProperty
      End
   End
   Begin VB.Frame fraInfo 
      BackColor       =   &H00D3DABC&
      Caption         =   "详细信息"
      Height          =   5805
      Left            =   3705
      TabIndex        =   6
      Top             =   150
      Width           =   5775
      Begin XPControls.XPCommandButton cmdBrowser 
         Height          =   330
         Left            =   4515
         TabIndex        =   35
         Top             =   4987
         Width           =   735
         _ExtentX        =   1296
         _ExtentY        =   582
         Enabled         =   0   'False
         Caption         =   "浏览..."
         BeginProperty Font {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
      End
      Begin VB.Frame fraKeShi 
         BackColor       =   &H00D3DABC&
         Caption         =   "选择科室"
         Height          =   3840
         Left            =   3315
         TabIndex        =   18
         Top             =   240
         Visible         =   0   'False
         Width           =   2265
         Begin VB.ListBox lstKeShi 
            Enabled         =   0   'False
            Height          =   3420
            Left            =   120
            Style           =   1  'Checkbox
            TabIndex        =   19
            Top             =   270
            Width           =   2025
         End
      End
      Begin VB.ComboBox cmbClassify 
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         ItemData        =   "FormEmployeeChange.frx":1982
         Left            =   3825
         List            =   "FormEmployeeChange.frx":1984
         Style           =   2  'Dropdown List
         TabIndex        =   17
         Top             =   3390
         Visible         =   0   'False
         Width           =   1695
      End
      Begin VB.TextBox TextPassword 
         Enabled         =   0   'False
         Height          =   360
         IMEMode         =   3  'DISABLE
         Left            =   1185
         PasswordChar    =   "*"
         TabIndex        =   16
         Top             =   705
         Width           =   1695
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H00D3DABC&
         Caption         =   "性别"
         Enabled         =   0   'False
         Height          =   615
         Left            =   705
         TabIndex        =   13
         Top             =   1200
         Width           =   2175
         Begin VB.OptionButton OptionMale 
            BackColor       =   &H00D3DABC&
            Caption         =   "男"
            Height          =   255
            Left            =   480
            TabIndex        =   15
            Top             =   240
            Value           =   -1  'True
            Width           =   615
         End
         Begin VB.OptionButton OptionFemale 
            BackColor       =   &H00D3DABC&
            Caption         =   "女"
            Height          =   255
            Left            =   1290
            TabIndex        =   14
            Top             =   240
            Width           =   615
         End
      End
      Begin VB.TextBox TextName 
         Enabled         =   0   'False
         Height          =   330
         Left            =   1185
         TabIndex        =   12
         Top             =   240
         Width           =   1695
      End
      Begin VB.ComboBox ComboZhiWu 
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         ItemData        =   "FormEmployeeChange.frx":1986
         Left            =   3555
         List            =   "FormEmployeeChange.frx":199C
         TabIndex        =   11
         Top             =   3765
         Visible         =   0   'False
         Width           =   1695
      End
      Begin VB.TextBox TextTelphoneHome 
         Enabled         =   0   'False
         Height          =   330
         Left            =   1185
         TabIndex        =   10
         Top             =   3300
         Width           =   1695
      End
      Begin VB.TextBox TextTelphoneMobile 
         Enabled         =   0   'False
         Height          =   330
         Left            =   1185
         TabIndex        =   9
         Top             =   3765
         Width           =   1695
      End
      Begin VB.TextBox TextAddress 
         Enabled         =   0   'False
         Height          =   330
         Left            =   1185
         TabIndex        =   8
         Top             =   4200
         Width           =   4395
      End
      Begin VB.ComboBox CmbJS 
         Enabled         =   0   'False
         Height          =   300
         ItemData        =   "FormEmployeeChange.frx":19C8
         Left            =   1185
         List            =   "FormEmployeeChange.frx":19CA
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   2850
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPBorn 
         Height          =   315
         Left            =   1185
         TabIndex        =   20
         Top             =   1950
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   556
         _Version        =   393216
         Enabled         =   0   'False
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Format          =   49610755
         CurrentDate     =   38043
         MaxDate         =   73415
         MinDate         =   2
      End
      Begin MSComCtl2.DTPicker DTPZZSJ 
         Height          =   315
         Left            =   1185
         TabIndex        =   21
         Top             =   2400
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   556
         _Version        =   393216
         Enabled         =   0   'False
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Format          =   49610755
         CurrentDate     =   38043
         MaxDate         =   73415
         MinDate         =   2
      End
      Begin VB.Image imgSign 
         BorderStyle     =   1  'Fixed Single
         Height          =   1035
         Left            =   1185
         Stretch         =   -1  'True
         ToolTipText     =   "为保证显示完整,显示图样与原图可能略有变形,不过这并不妨碍在报表中使用"
         Top             =   4635
         Width           =   3240
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackColor       =   &H00D3DABC&
         Caption         =   "签名:"
         Height          =   195
         Left            =   645
         TabIndex        =   34
         Top             =   4650
         Width           =   540
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "在职时间:"
         Height          =   195
         Left            =   270
         TabIndex        =   31
         Top             =   2460
         Width           =   900
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "管理级别:"
         Height          =   195
         Left            =   2910
         TabIndex        =   30
         Top             =   3450
         Visible         =   0   'False
         Width           =   900
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "密码:"
         Height          =   195
         Left            =   660
         TabIndex        =   29
         Top             =   780
         Width           =   540
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "姓名:"
         Height          =   195
         Left            =   660
         TabIndex        =   28
         Top             =   285
         Width           =   540
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "出生日期:"
         Height          =   195
         Left            =   270
         TabIndex        =   27
         Top             =   2010
         Width           =   900
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "职务:"
         Height          =   195
         Left            =   3030
         TabIndex        =   26
         Top             =   3795
         Visible         =   0   'False
         Width           =   540
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackColor       =   &H80000004&
         BackStyle       =   0  'Transparent
         Caption         =   "家庭电话:"
         Height          =   195
         Left            =   270
         TabIndex        =   25
         Top             =   3360
         Width           =   900
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True

⌨️ 快捷键说明

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