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

📄 formbzb_yxhz.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 4 页
字号:
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"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form FormBZB_YXHZ 
   BackColor       =   &H80000018&
   Caption         =   "阳性汇总"
   ClientHeight    =   8055
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10470
   Icon            =   "FormBZB_YXHZ.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   8055
   ScaleWidth      =   10470
   Begin VB.Frame Frame2 
      BackColor       =   &H80000018&
      Height          =   705
      Left            =   3015
      TabIndex        =   12
      Top             =   7200
      Width           =   7335
      Begin XPControls.XPCommandButton cmdQuery 
         Height          =   375
         Left            =   915
         TabIndex        =   13
         Top             =   210
         Width           =   1245
         _ExtentX        =   2196
         _ExtentY        =   661
         Caption         =   "查  询(&Q)"
         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 cmdExit 
         Cancel          =   -1  'True
         Height          =   375
         Left            =   5280
         TabIndex        =   14
         Top             =   210
         Width           =   1245
         _ExtentX        =   2196
         _ExtentY        =   661
         Caption         =   "取  消(&C)"
         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 cmdExportToExcel 
         Height          =   375
         Left            =   3150
         TabIndex        =   15
         ToolTipText     =   "导出所有选择项目的单位阳性汇总结果到Excel文件(单击项目前面的复选框进行选择或取消)"
         Top             =   210
         Width           =   1245
         _ExtentX        =   2196
         _ExtentY        =   661
         Enabled         =   0   'False
         Caption         =   "导出到Excel(&E)"
         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 cmdExportToText 
         Height          =   375
         Left            =   3995
         TabIndex        =   16
         ToolTipText     =   "导出所有选择项目的单位阳性汇总结果到Excel文件(单击项目前面的复选框进行选择或取消)"
         Top             =   210
         Visible         =   0   'False
         Width           =   1245
         _ExtentX        =   2196
         _ExtentY        =   661
         Enabled         =   0   'False
         Caption         =   "导出到文本(&T)"
         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
   Begin VB.Frame Frame1 
      BackColor       =   &H80000018&
      Caption         =   "汇总条件"
      Height          =   1230
      Left            =   90
      TabIndex        =   0
      Top             =   90
      Width           =   10275
      Begin VB.Frame Frame3 
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         ForeColor       =   &H80000008&
         Height          =   495
         Left            =   1230
         TabIndex        =   2
         Top             =   630
         Width           =   3375
         Begin VB.OptionButton optMale 
            BackColor       =   &H80000018&
            Caption         =   "男"
            Height          =   255
            Left            =   1365
            TabIndex        =   5
            Top             =   180
            Width           =   795
         End
         Begin VB.OptionButton optNNTY 
            BackColor       =   &H80000018&
            Caption         =   "所有"
            Height          =   255
            Left            =   240
            TabIndex        =   4
            Top             =   180
            Value           =   -1  'True
            Width           =   795
         End
         Begin VB.OptionButton optFemale 
            BackColor       =   &H80000018&
            Caption         =   "女"
            Height          =   255
            Left            =   2490
            TabIndex        =   3
            Top             =   180
            Width           =   795
         End
      End
      Begin VB.ComboBox cmbDWei 
         Height          =   315
         Left            =   1230
         Style           =   2  'Dropdown List
         TabIndex        =   1
         Top             =   300
         Width           =   3405
      End
      Begin MSComCtl2.DTPicker dtpStop 
         Height          =   315
         Left            =   8490
         TabIndex        =   6
         Top             =   285
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   556
         _Version        =   393216
         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          =   23724033
         CurrentDate     =   38039
      End
      Begin MSComCtl2.DTPicker dtpBegin 
         Height          =   315
         Left            =   6600
         TabIndex        =   7
         Top             =   285
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   556
         _Version        =   393216
         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          =   23724033
         CurrentDate     =   38039
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "体检单位:"
         Height          =   255
         Left            =   300
         TabIndex        =   11
         Top             =   330
         Width           =   975
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "体检日期   从"
         Height          =   255
         Left            =   5400
         TabIndex        =   10
         Top             =   330
         Width           =   1185
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "性   别:"
         Height          =   195
         Left            =   345
         TabIndex        =   9
         Top             =   780
         Width           =   675
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "到"
         Height          =   195
         Left            =   8160
         TabIndex        =   8
         Top             =   330
         Width           =   180
      End
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   6840
      Top             =   1290
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin ResizeLibCtl.ReSize ReSize1 
      Left            =   6270
      Top             =   1320
      _Version        =   131072
      _ExtentX        =   741
      _ExtentY        =   741
      _StockProps     =   0
      Enabled         =   -1  'True
      FormMinWidth    =   600
      FormMinHeight   =   500
      FormDesignHeight=   8055
      FormDesignWidth =   10470
   End
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1 
      Height          =   5370
      Left            =   3015
      TabIndex        =   17
      Top             =   1755
      Width           =   7335
      _ExtentX        =   12938
      _ExtentY        =   9472
      _Version        =   393216
      FixedCols       =   0
      BackColorFixed  =   12640511
      BackColorBkg    =   12648447
      SelectionMode   =   1
      AllowUserResizing=   3
      RowSizingMode   =   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
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin MSComctlLib.TreeView tvwXMu 
      Height          =   6150
      Left            =   105
      TabIndex        =   18
      Top             =   1755
      Width           =   2835
      _ExtentX        =   5001
      _ExtentY        =   10848
      _Version        =   393217
      HideSelection   =   0   'False
      LabelEdit       =   1
      Style           =   7
      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
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "汇总结果:"
      Height          =   195
      Left            =   3015
      TabIndex        =   20
      Top             =   1410
      Width           =   900
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "所有项目:"
      Height          =   195
      Left            =   105
      TabIndex        =   19
      Top             =   1410
      Width           =   900
   End
End
Attribute VB_Name = "FormBZB_YXHZ"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim arrYYID() As String '团体的预约ID数组

Private Sub cmbDWei_Click()
    If cmbDWei.Text <> "" Then
        cmdExportToExcel.Enabled = True
        cmdExportToText.Enabled = True
        
        ShowXiangMu False, arrYYID(cmbDWei.ItemData(cmbDWei.ListIndex))
    Else
        cmdExportToExcel.Enabled = False
        cmdExportToText.Enabled = False

⌨️ 快捷键说明

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