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

📄 frmstandardset.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmStandardSet 
   BackColor       =   &H80000018&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "体检标准维护"
   ClientHeight    =   7665
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   9480
   Icon            =   "frmStandardSet.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7665
   ScaleWidth      =   9480
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame fraInfo 
      BackColor       =   &H80000018&
      Caption         =   "标准信息"
      Height          =   4785
      Left            =   3900
      TabIndex        =   10
      Top             =   2730
      Width           =   5415
      Begin VB.Frame Frame2 
         BackColor       =   &H80000018&
         Caption         =   "年龄段"
         ForeColor       =   &H00FF0000&
         Height          =   615
         Left            =   3360
         TabIndex        =   45
         Top             =   240
         Width           =   1905
         Begin VB.ComboBox cmbAgeRange 
            ForeColor       =   &H00FF0000&
            Height          =   315
            Left            =   210
            Style           =   2  'Dropdown List
            TabIndex        =   46
            Top             =   240
            Width           =   1515
         End
      End
      Begin VB.Frame Frame3 
         BackColor       =   &H80000018&
         Caption         =   "操作"
         Height          =   735
         Left            =   120
         TabIndex        =   32
         Top             =   3960
         Width           =   5175
         Begin XPControls.XPCommandButton cmdDeleteInfo 
            Height          =   315
            Left            =   2652
            TabIndex        =   49
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "删除(&D)"
            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 cmdModifyInfo 
            Height          =   315
            Left            =   924
            TabIndex        =   48
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "修改(&M)"
            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 cmdAddInfo 
            Height          =   315
            Left            =   60
            TabIndex        =   47
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "添加(&A)"
            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 cmdSaveInfo 
            Height          =   315
            Left            =   1788
            TabIndex        =   33
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "保存(&S)"
            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          =   315
            Left            =   4380
            TabIndex        =   34
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "退出(&X)"
            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 cmdExport 
            Height          =   315
            Left            =   3516
            TabIndex        =   35
            Top             =   300
            Width           =   735
            _ExtentX        =   1296
            _ExtentY        =   556
            Caption         =   "导出(&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
      End
      Begin VB.Frame fraBZMX 
         BackColor       =   &H80000018&
         Caption         =   "标准明细"
         Height          =   3045
         Left            =   120
         TabIndex        =   15
         Top             =   870
         Width           =   5175
         Begin VB.Frame Frame8 
            BackColor       =   &H80000018&
            Caption         =   "适用年龄范围"
            Height          =   615
            Left            =   120
            TabIndex        =   38
            Top             =   1080
            Width           =   4905
            Begin VB.TextBox txtDAge 
               Height          =   285
               IMEMode         =   2  'OFF
               Left            =   1830
               TabIndex        =   40
               Top             =   240
               Width           =   360
            End
            Begin VB.TextBox txtUAge 
               Height          =   285
               IMEMode         =   2  'OFF
               Left            =   3090
               TabIndex        =   39
               Top             =   240
               Width           =   360
            End
            Begin MSComCtl2.UpDown updDown 
               Height          =   315
               Left            =   2190
               TabIndex        =   41
               Top             =   210
               Width           =   255
               _ExtentX        =   450
               _ExtentY        =   556
               _Version        =   393216
               Max             =   120
               Wrap            =   -1  'True
               Enabled         =   -1  'True
            End
            Begin MSComCtl2.UpDown updUp 
               Height          =   315
               Left            =   3450
               TabIndex        =   42
               Top             =   210
               Width           =   255
               _ExtentX        =   450
               _ExtentY        =   556
               _Version        =   393216
               Value           =   100
               Max             =   120
               Wrap            =   -1  'True
               Enabled         =   -1  'True
            End
            Begin VB.Label Label6 
               BackColor       =   &H80000018&
               Caption         =   "上限"
               Height          =   225
               Index           =   0
               Left            =   2670
               TabIndex        =   44
               Top             =   270
               Width           =   525
            End
            Begin VB.Label Label7 
               BackColor       =   &H80000018&
               Caption         =   "下限"
               Height          =   225
               Index           =   0
               Left            =   1350
               TabIndex        =   43
               Top             =   270
               Width           =   495
            End
         End
         Begin VB.TextBox txtNormalVal 
            Height          =   300
            Left            =   1140
            TabIndex        =   23
            Top             =   307
            Width           =   3855
         End
         Begin VB.TextBox txtDW 
            Height          =   300
            Left            =   4230
            TabIndex        =   22
            Top             =   705
            Width           =   765
         End
         Begin VB.TextBox txtCKXX 
            Height          =   300
            Left            =   1140
            TabIndex        =   21
            Top             =   705
            Width           =   765
         End
         Begin VB.TextBox txtCKSX 
            Height          =   300
            Left            =   2880
            TabIndex        =   20
            Top             =   705
            Width           =   765
         End
         Begin VB.TextBox txtLowInfo 
            Height          =   300
            Left            =   1140
            TabIndex        =   19
            Top             =   1815
            Width           =   3855
         End
         Begin VB.TextBox txtHighInfo 
            Height          =   300
            Left            =   1140
            TabIndex        =   18
            Top             =   2250
            Width           =   3885
         End
         Begin VB.TextBox txtMinVal 
            Height          =   300
            Left            =   1140
            TabIndex        =   17
            Top             =   2640
            Width           =   1515
         End
         Begin VB.TextBox txtMaxVal 
            Height          =   300
            Left            =   3510
            TabIndex        =   16
            Top             =   2640
            Width           =   1515
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "正常结果:"
            Height          =   195
            Left            =   180
            TabIndex        =   31
            Top             =   360
            Width           =   900
         End
         Begin VB.Label Label20 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "单位:"
            Height          =   195
            Left            =   3720
            TabIndex        =   30
            Top             =   750
            Width           =   540
         End
         Begin VB.Label Label21 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "参考下限:"
            Height          =   195
            Left            =   180
            TabIndex        =   29
            Top             =   750
            Width           =   900
         End
         Begin VB.Label Label22 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "参考上限:"
            Height          =   195
            Left            =   1980
            TabIndex        =   28
            Top             =   750
            Width           =   900
         End
         Begin VB.Label Label23 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "偏低提示:"
            Height          =   195
            Left            =   180
            TabIndex        =   27
            Top             =   1875
            Width           =   900
         End
         Begin VB.Label Label24 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "偏高提示:"
            Height          =   195
            Left            =   180
            TabIndex        =   26
            Top             =   2295
            Width           =   900
         End
         Begin VB.Label Label25 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "最小值:"
            Height          =   195
            Left            =   180

⌨️ 快捷键说明

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