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

📄 frmbhhz.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#2.0#0"; "ReSize32.ocx"
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 FrmBHHZ 
   BackColor       =   &H80000018&
   Caption         =   "病患汇总"
   ClientHeight    =   7080
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10155
   Icon            =   "FrmBHHZ.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   7080
   ScaleWidth      =   10155
   Begin VB.Frame Frame4 
      BackColor       =   &H80000018&
      Caption         =   "体检时间"
      Height          =   645
      Left            =   6840
      TabIndex        =   12
      Top             =   60
      Width           =   3255
      Begin MSComCtl2.DTPicker dtpStart 
         Height          =   345
         Left            =   240
         TabIndex        =   13
         Top             =   210
         Width           =   1185
         _ExtentX        =   2090
         _ExtentY        =   609
         _Version        =   393216
         Format          =   57212929
         UpDown          =   -1  'True
         CurrentDate     =   37987
         MaxDate         =   73415
         MinDate         =   36526
      End
      Begin MSComCtl2.DTPicker dtpEnd 
         Height          =   345
         Left            =   1800
         TabIndex        =   14
         Top             =   210
         Width           =   1185
         _ExtentX        =   2090
         _ExtentY        =   609
         _Version        =   393216
         Format          =   57212929
         UpDown          =   -1  'True
         CurrentDate     =   37987
         MaxDate         =   73415
         MinDate         =   36526
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "到"
         Height          =   285
         Index           =   2
         Left            =   1530
         TabIndex        =   15
         Top             =   270
         Width           =   255
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H80000018&
      Caption         =   "类别选择"
      Height          =   615
      Left            =   120
      TabIndex        =   8
      Top             =   90
      Width           =   2835
      Begin VB.OptionButton OptCJB 
         BackColor       =   &H80000018&
         Caption         =   "常见病"
         Height          =   285
         Left            =   1800
         TabIndex        =   11
         Top             =   240
         Width           =   855
      End
      Begin VB.OptionButton OptJB 
         BackColor       =   &H80000018&
         Caption         =   "疾病"
         Height          =   285
         Left            =   960
         TabIndex        =   10
         Top             =   240
         Width           =   735
      End
      Begin VB.OptionButton OptAll 
         BackColor       =   &H80000018&
         Caption         =   "全部"
         Height          =   285
         Left            =   120
         TabIndex        =   9
         Top             =   240
         Width           =   675
      End
   End
   Begin ResizeLibCtl.ReSize ReSize1 
      Left            =   2970
      Top             =   5280
      _Version        =   131072
      _ExtentX        =   741
      _ExtentY        =   741
      _StockProps     =   0
      Enabled         =   -1  'True
      FormMinWidth    =   0
      FormMinHeight   =   0
      FormDesignHeight=   7080
      FormDesignWidth =   10155
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   3000
      Top             =   5970
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H80000018&
      Height          =   765
      Left            =   3030
      TabIndex        =   4
      Top             =   6210
      Width           =   7035
      Begin XPControls.XPCommandButton cmdQuery 
         Height          =   435
         Left            =   1020
         TabIndex        =   5
         Top             =   210
         Width           =   1275
         _ExtentX        =   2249
         _ExtentY        =   767
         Caption         =   "查询(&S)"
         Font            =   "FrmBHHZ.frx":0CCA
      End
      Begin XPControls.XPCommandButton cmdExport 
         Height          =   435
         Left            =   3000
         TabIndex        =   6
         Top             =   210
         Width           =   1275
         _ExtentX        =   2249
         _ExtentY        =   767
         Caption         =   "导出(&E)"
         Font            =   "FrmBHHZ.frx":0CED
      End
      Begin XPControls.XPCommandButton cmdExit 
         Height          =   435
         Left            =   4890
         TabIndex        =   7
         Top             =   210
         Width           =   1275
         _ExtentX        =   2249
         _ExtentY        =   767
         Caption         =   "退出(&X)"
         Font            =   "FrmBHHZ.frx":0D10
      End
   End
   Begin VB.TextBox TxtResult 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5325
      Left            =   3060
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   3
      Top             =   750
      Width           =   7035
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000018&
      Caption         =   "体检团体选择"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   645
      Left            =   3060
      TabIndex        =   1
      Top             =   60
      Width           =   3675
      Begin VB.ComboBox CmbTJDW 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         ItemData        =   "FrmBHHZ.frx":0D33
         Left            =   90
         List            =   "FrmBHHZ.frx":0D35
         TabIndex        =   2
         Text            =   "Combo1"
         Top             =   240
         Width           =   3495
      End
   End
   Begin MSComctlLib.ListView lvwBH 
      Height          =   6225
      Left            =   60
      TabIndex        =   0
      Top             =   750
      Width           =   2925
      _ExtentX        =   5159
      _ExtentY        =   10980
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      Checkboxes      =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   12648384
      BorderStyle     =   1
      Appearance      =   1
      Font            =   "FrmBHHZ.frx":0D37
      NumItems        =   1
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Text            =   "病患名称"
         Object.Width           =   5292
      EndProperty
   End
End
Attribute VB_Name = "FrmBHHZ"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim arrYYID()
Dim mstrYYID As String
Dim mstrJYDMID As String
Dim mstrDWMC As String
Dim mintYes As Integer

⌨️ 快捷键说明

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