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

📄 frmemploy.frm

📁 星级酒店管理系统(附带系统自写控件源码)
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmEmploy 
   Caption         =   "员工管理"
   ClientHeight    =   6615
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8790
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmEmploy.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   6615
   ScaleWidth      =   8790
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame1 
      Height          =   5310
      Left            =   60
      TabIndex        =   8
      Top             =   45
      Width           =   11535
      Begin VB.CommandButton cmdClose 
         Cancel          =   -1  'True
         Caption         =   "关闭(&C)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6855
         TabIndex        =   7
         ToolTipText     =   "请将打印机设置为横向打印A4。"
         Top             =   195
         Width           =   1005
      End
      Begin VB.CommandButton Command1 
         Caption         =   "修改(&M)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1185
         TabIndex        =   2
         Top             =   195
         Width           =   1080
      End
      Begin VB.CommandButton cmdNew 
         Caption         =   "添加(&N)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   90
         TabIndex        =   0
         Top             =   195
         Width           =   1080
      End
      Begin VB.CommandButton cmdSearch 
         Caption         =   "查询(&F)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   3561
         TabIndex        =   4
         Top             =   195
         Width           =   1080
      End
      Begin VB.CommandButton cmdAll 
         Caption         =   "显示所有"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   4650
         TabIndex        =   5
         Top             =   195
         Width           =   1080
      End
      Begin VB.CommandButton cmdPrint 
         Caption         =   "打印(&P)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   5745
         TabIndex        =   6
         ToolTipText     =   "请将打印机设置为横向打印A4。"
         Top             =   195
         Width           =   1005
      End
      Begin VB.CommandButton cmdDel 
         Caption         =   "删除(&D)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2280
         TabIndex        =   3
         Top             =   195
         Width           =   1080
      End
      Begin MSComctlLib.ListView lvwList 
         Height          =   4590
         Left            =   60
         TabIndex        =   1
         ToolTipText     =   "双击显示员工详细资料?"
         Top             =   645
         Width           =   11400
         _ExtentX        =   20108
         _ExtentY        =   8096
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   0   'False
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   0
         BackColor       =   16777215
         BorderStyle     =   1
         Appearance      =   1
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         NumItems        =   6
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "编号"
            Object.Width           =   1058
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "员工名称"
            Object.Width           =   2117
         EndProperty
         BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   2
            Text            =   "地 址"
            Object.Width           =   3881
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   3
            Text            =   "电 话"
            Object.Width           =   3175
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   4
            Text            =   "身份证号码"
            Object.Width           =   3440
         EndProperty
         BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   5
            Text            =   "邮件(E-Mail)"
            Object.Width           =   3528
         EndProperty
      End
      Begin VB.Line Line13 
         X1              =   90
         X2              =   6765
         Y1              =   180
         Y2              =   180
      End
      Begin VB.Line Line14 
         BorderColor     =   &H00FFFFFF&
         X1              =   75
         X2              =   6780
         Y1              =   570
         Y2              =   570
      End
      Begin VB.Line Line15 
         X1              =   75
         X2              =   75
         Y1              =   180
         Y2              =   570
      End
      Begin VB.Line Line17 
         BorderColor     =   &H00FFFFFF&
         X1              =   6765
         X2              =   6765
         Y1              =   195
         Y2              =   570
      End
      Begin VB.Line Line18 
         BorderColor     =   &H00404040&
         X1              =   6750
         X2              =   6750
         Y1              =   180
         Y2              =   570
      End
      Begin VB.Line Line19 
         BorderColor     =   &H00404040&
         X1              =   3465
         X2              =   3465
         Y1              =   195
         Y2              =   570
      End
      Begin VB.Line Line20 
         BorderColor     =   &H00FFFFFF&
         X1              =   3480
         X2              =   3480
         Y1              =   195
         Y2              =   570
      End
      Begin VB.Label Label31 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "正在给出会员信息,请稍后 ..."
         ForeColor       =   &H00000080&
         Height          =   180
         Left            =   3960
         TabIndex        =   10
         Top             =   1590
         Width           =   2430
      End
      Begin VB.Label Label32 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Employee"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   285
         Index           =   1
         Left            =   6975
         TabIndex        =   9
         Top             =   255
         Width           =   1140
      End
   End
   Begin VB.Menu mnuMember 
      Caption         =   "员工管理"
      Begin VB.Menu mnuViewmember 
         Caption         =   "查看员工信息(&View)"
      End
      Begin VB.Menu adsff 
         Caption         =   "-"
      End
      Begin VB.Menu mnuNewMember 
         Caption         =   "添加新员工(&New)"
      End
      Begin VB.Menu mnuModifyMember 
         Caption         =   "修改员工资料(&Modify)"
      End
      Begin VB.Menu ffff 
         Caption         =   "-"
      End
      Begin VB.Menu mnuDeletemember 
         Caption         =   "删除员工资料(&Delete)"
      End
      Begin VB.Menu eeff 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFIndMember 
         Caption         =   "查找员工(&Find)"
      End
      Begin VB.Menu mnuAllMember 
         Caption         =   "显示所有员工信息(&All)"
      End
      Begin VB.Menu dddddd 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPrintmember 
         Caption         =   "打印员工列表(&Print)"
      End
   End
End
Attribute VB_Name = "frmEmploy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub cmdAll_Click()

  strSearch = ""
  
 '刷新员工列表

⌨️ 快捷键说明

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