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

📄 formyytx.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
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 FormYYTX 
   BackColor       =   &H80000018&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "预约查询"
   ClientHeight    =   7515
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9510
   Icon            =   "FormYYTX.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7515
   ScaleWidth      =   9510
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame5 
      BackColor       =   &H80000018&
      Caption         =   "单位列表"
      Height          =   6465
      Left            =   120
      TabIndex        =   17
      Top             =   900
      Width           =   2685
      Begin MSComctlLib.TreeView TvwDWei 
         Height          =   6135
         Left            =   60
         TabIndex        =   18
         Top             =   240
         Width           =   2535
         _ExtentX        =   4471
         _ExtentY        =   10821
         _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
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H80000018&
      Caption         =   "人员列表"
      Height          =   5175
      Left            =   2880
      TabIndex        =   15
      Top             =   900
      Width           =   6555
      Begin MSComctlLib.ListView LvwPerson 
         Height          =   4875
         Left            =   60
         TabIndex        =   16
         Top             =   240
         Width           =   6405
         _ExtentX        =   11298
         _ExtentY        =   8599
         LabelWrap       =   -1  'True
         HideSelection   =   0   'False
         FullRowSelect   =   -1  'True
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   16777152
         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           =   2117
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   3
            Text            =   "性别"
            Object.Width           =   1235
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   4
            Text            =   "年龄"
            Object.Width           =   1235
         EndProperty
         BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   5
            Text            =   "体检日期"
            Object.Width           =   2293
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000018&
      Caption         =   "预约类别"
      Height          =   600
      Left            =   120
      TabIndex        =   9
      Top             =   150
      Width           =   3135
      Begin VB.OptionButton optGRen 
         BackColor       =   &H80000018&
         Caption         =   "个人预约"
         Height          =   315
         Left            =   390
         TabIndex        =   11
         Top             =   180
         Value           =   -1  'True
         Width           =   1245
      End
      Begin VB.OptionButton optTTi 
         BackColor       =   &H80000018&
         Caption         =   "团体预约"
         Height          =   315
         Left            =   1710
         TabIndex        =   10
         Top             =   180
         Width           =   1245
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H80000018&
      Height          =   1035
      Left            =   5310
      TabIndex        =   5
      Top             =   6330
      Width           =   4065
      Begin XPControls.XPCommandButton cmdOK 
         Cancel          =   -1  'True
         Height          =   405
         Left            =   2250
         TabIndex        =   6
         Top             =   330
         Width           =   1125
         _ExtentX        =   1984
         _ExtentY        =   714
         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 CmdQuery 
         Height          =   405
         Left            =   570
         TabIndex        =   7
         Top             =   330
         Width           =   1125
         _ExtentX        =   1984
         _ExtentY        =   714
         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
   Begin VB.Frame Frame2 
      BackColor       =   &H80000018&
      Caption         =   "体检时间"
      Height          =   600
      Left            =   3660
      TabIndex        =   0
      Top             =   150
      Width           =   5775
      Begin MSComCtl2.DTPicker dtpStop 
         Height          =   315
         Left            =   3480
         TabIndex        =   1
         Top             =   180
         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          =   23789569
         CurrentDate     =   38039
         MaxDate         =   73415
         MinDate         =   2
      End
      Begin MSComCtl2.DTPicker dtpBegin 
         Height          =   315
         Left            =   1380
         TabIndex        =   2
         Top             =   180
         Width           =   1365
         _ExtentX        =   2408
         _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          =   23789569
         CurrentDate     =   38039
         MaxDate         =   73415
         MinDate         =   2
      End
      Begin VB.Label Label3 
         BackColor       =   &H80000018&
         BackStyle       =   0  'Transparent
         Caption         =   "到"
         Height          =   285
         Left            =   3030
         TabIndex        =   4
         Top             =   270
         Width           =   375
      End
      Begin VB.Label Label2 
         BackColor       =   &H80000018&
         BackStyle       =   0  'Transparent
         Caption         =   "日期  从"
         Height          =   225
         Left            =   420
         TabIndex        =   3
         Top             =   270
         Width           =   765
      End
   End
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1 
      Height          =   855
      Left            =   6900
      TabIndex        =   8
      Top             =   360
      Visible         =   0   'False
      Width           =   2445
      _ExtentX        =   4313
      _ExtentY        =   1508
      _Version        =   393216
      BackColor       =   16777215
      BackColorFixed  =   12640511
      BackColorBkg    =   12648447
      SelectionMode   =   1
      AllowUserResizing=   3
      Appearance      =   0
      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 VB.Label LabelYYRSZJ 
      BackColor       =   &H80000018&
      BackStyle       =   0  'Transparent
      Caption         =   "预约人数总计:"
      Height          =   285
      Left            =   2880
      TabIndex        =   14
      Top             =   6300
      Width           =   2295
   End
   Begin VB.Label LabelTTYYRS 
      BackColor       =   &H80000018&
      BackStyle       =   0  'Transparent
      Caption         =   "团体预约人数:"
      Height          =   285
      Left            =   2880
      TabIndex        =   13
      Top             =   6690

⌨️ 快捷键说明

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