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

📄 frmhcgl.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Begin VB.Form FrmHCGL 
   BackColor       =   &H80000018&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "体检耗材管理"
   ClientHeight    =   6060
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10335
   Icon            =   "FrmHCGL.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6060
   ScaleWidth      =   10335
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame3 
      BackColor       =   &H80000018&
      Caption         =   "耗材列表"
      Height          =   5925
      Left            =   60
      TabIndex        =   24
      Top             =   60
      Width           =   5805
      Begin MSComctlLib.ListView lvwTJHC 
         Height          =   5610
         Left            =   60
         TabIndex        =   25
         Top             =   240
         Width           =   5655
         _ExtentX        =   9975
         _ExtentY        =   9895
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   12648384
         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        =   6
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "耗材名称"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "耗材说明"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   2
            Text            =   "默认用量"
            Object.Width           =   1834
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   3
            Text            =   "单位"
            Object.Width           =   1482
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   4
            Text            =   "单价"
            Object.Width           =   1482
         EndProperty
         BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   5
            Text            =   "使用性别"
            Object.Width           =   1482
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000018&
      Caption         =   "耗材信息"
      Height          =   3885
      Left            =   5940
      TabIndex        =   6
      Top             =   60
      Width           =   4350
      Begin VB.TextBox TxtHCDW 
         BackColor       =   &H00C0FFC0&
         Enabled         =   0   'False
         Height          =   300
         Left            =   1200
         TabIndex        =   22
         Top             =   1692
         Width           =   1200
      End
      Begin VB.TextBox txtHCMC 
         BackColor       =   &H00C0FFC0&
         Height          =   300
         Left            =   1200
         TabIndex        =   15
         Top             =   804
         Width           =   2925
      End
      Begin VB.TextBox txtHCID 
         BackColor       =   &H00C0FFC0&
         Enabled         =   0   'False
         Height          =   300
         Left            =   1200
         TabIndex        =   14
         Top             =   360
         Width           =   1200
      End
      Begin VB.TextBox txtHCSM 
         BackColor       =   &H00C0FFC0&
         Height          =   300
         Left            =   1200
         TabIndex        =   13
         Top             =   1248
         Width           =   2925
      End
      Begin VB.TextBox txtHCJG 
         BackColor       =   &H00C0FFC0&
         Height          =   300
         Left            =   1200
         TabIndex        =   12
         Top             =   2580
         Width           =   1200
      End
      Begin VB.Frame fraSex 
         BackColor       =   &H80000018&
         Caption         =   "使用性别"
         Height          =   600
         Left            =   240
         TabIndex        =   8
         Top             =   3120
         Width           =   2880
         Begin VB.OptionButton optMale 
            BackColor       =   &H80000018&
            Caption         =   "男"
            Height          =   225
            Left            =   1125
            TabIndex        =   11
            Top             =   285
            Width           =   780
         End
         Begin VB.OptionButton optFemale 
            BackColor       =   &H80000018&
            Caption         =   "女"
            Height          =   225
            Left            =   2040
            TabIndex        =   10
            Top             =   285
            Width           =   780
         End
         Begin VB.OptionButton optTY 
            BackColor       =   &H80000018&
            Caption         =   "通用"
            Height          =   225
            Left            =   210
            TabIndex        =   9
            Top             =   285
            Value           =   -1  'True
            Width           =   780
         End
      End
      Begin VB.TextBox txtHCYL 
         BackColor       =   &H00C0FFC0&
         Height          =   300
         Left            =   1200
         TabIndex        =   7
         Top             =   2136
         Width           =   1200
      End
      Begin VB.Label Label7 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "单位:"
         Height          =   285
         Left            =   150
         TabIndex        =   23
         Top             =   1700
         Width           =   945
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "元"
         Height          =   315
         Left            =   2490
         TabIndex        =   21
         Top             =   2610
         Width           =   435
      End
      Begin VB.Label Label1 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "名称:"
         Height          =   285
         Left            =   165
         TabIndex        =   20
         Top             =   812
         Width           =   945
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "ID号:"
         Height          =   285
         Left            =   165
         TabIndex        =   19
         Top             =   368
         Width           =   945
      End
      Begin VB.Label Label3 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "说明:"
         Height          =   285
         Left            =   165
         TabIndex        =   18
         Top             =   1256
         Width           =   945
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "价格:"
         Height          =   285
         Left            =   165
         TabIndex        =   17
         Top             =   2588
         Width           =   945
      End
      Begin VB.Label Label5 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         Caption         =   "默认用量:"
         Height          =   285
         Left            =   195
         TabIndex        =   16
         Top             =   2144
         Width           =   945
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H80000018&
      Height          =   1170
      Left            =   5940
      TabIndex        =   0
      Top             =   4800
      Width           =   4350
      Begin XPControls.XPCommandButton cmdExit 
         Cancel          =   -1  'True
         Height          =   375
         Left            =   3225
         TabIndex        =   1
         Top             =   675
         Width           =   885
         _ExtentX        =   1561
         _ExtentY        =   661
         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 XPControls.XPCommandButton cmdSave 
         Height          =   375
         Left            =   225
         TabIndex        =   2
         Top             =   675
         Width           =   885
         _ExtentX        =   1561
         _ExtentY        =   661
         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 XPControls.XPCommandButton cmdModify 
         Height          =   375
         Left            =   3225
         TabIndex        =   3
         Top             =   195
         Width           =   885
         _ExtentX        =   1561
         _ExtentY        =   661
         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 XPControls.XPCommandButton cmdDelete 
         Height          =   375
         Left            =   1725
         TabIndex        =   4
         Top             =   195
         Width           =   885
         _ExtentX        =   1561
         _ExtentY        =   661
         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 XPControls.XPCommandButton cmdAdd 
         Height          =   375
         Left            =   225
         TabIndex        =   5
         Top             =   195
         Width           =   885
         _ExtentX        =   1561
         _ExtentY        =   661
         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
   End
End
Attribute VB_Name = "FrmHCGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim menuOperation As OperationType
Dim mintlvPXFC As Integer       '标识lvwTJHC的排序方式,0为升序,1为降序


Private Sub cmdAdd_Click()
    ClearInput

⌨️ 快捷键说明

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