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

📄 frmformula.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
📖 第 1 页 / 共 3 页
字号:
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 frmFormula 
   BackColor       =   &H00D3DABC&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "体检套餐设置"
   ClientHeight    =   7170
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   9870
   Icon            =   "frmFormula.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7170
   ScaleWidth      =   9870
   StartUpPosition =   2  '屏幕中心
   Begin VB.ListBox lstFormula 
      Height          =   2940
      Left            =   210
      TabIndex        =   18
      Top             =   90
      Width           =   3195
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00D3DABC&
      Caption         =   "已选的体检项目组合"
      Height          =   5430
      Index           =   0
      Left            =   3690
      TabIndex        =   16
      Top             =   90
      Width           =   2670
      Begin MSComctlLib.ListView lvwChecked 
         Height          =   5055
         Left            =   120
         TabIndex        =   17
         Top             =   255
         Width           =   2445
         _ExtentX        =   4313
         _ExtentY        =   8916
         View            =   3
         LabelEdit       =   1
         MultiSelect     =   -1  'True
         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        =   2
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "项目组合"
            Object.Width           =   2539
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "价格"
            Object.Width           =   953
         EndProperty
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00D3DABC&
      Caption         =   "操作"
      Height          =   1395
      Left            =   3690
      TabIndex        =   10
      Top             =   5610
      Width           =   5970
      Begin XPControls.XPCommandButton cmdSave 
         Height          =   405
         Left            =   675
         TabIndex        =   11
         Top             =   840
         Width           =   1095
         _ExtentX        =   1931
         _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 cmdDelete 
         Height          =   405
         Left            =   2422
         TabIndex        =   12
         Top             =   300
         Width           =   1065
         _ExtentX        =   1879
         _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 cmdCancel 
         Cancel          =   -1  'True
         Height          =   405
         Left            =   4140
         TabIndex        =   13
         Top             =   840
         Width           =   1095
         _ExtentX        =   1931
         _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 cmdModify 
         Height          =   405
         Left            =   4140
         TabIndex        =   14
         Top             =   300
         Width           =   1095
         _ExtentX        =   1931
         _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 cmdAdd 
         Height          =   405
         Left            =   675
         TabIndex        =   15
         Top             =   300
         Width           =   1095
         _ExtentX        =   1931
         _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 Frame3 
      BackColor       =   &H00D3DABC&
      Height          =   3585
      Left            =   210
      TabIndex        =   2
      Top             =   3420
      Width           =   3195
      Begin VB.TextBox txtDescription 
         Enabled         =   0   'False
         Height          =   1875
         Left            =   180
         MultiLine       =   -1  'True
         TabIndex        =   5
         Top             =   1140
         Width           =   2865
      End
      Begin VB.TextBox txtName 
         Enabled         =   0   'False
         Height          =   315
         Left            =   180
         TabIndex        =   4
         Top             =   435
         Width           =   2715
      End
      Begin VB.TextBox txtPrice 
         Alignment       =   2  'Center
         ForeColor       =   &H00FF0000&
         Height          =   315
         Left            =   930
         TabIndex        =   3
         Top             =   3150
         Width           =   1575
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "描述:"
         Height          =   195
         Left            =   120
         TabIndex        =   9
         Top             =   840
         Width           =   540
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "名称:"
         Height          =   195
         Left            =   120
         TabIndex        =   8
         Top             =   165
         Width           =   540
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "价格:"
         Height          =   195
         Left            =   120
         TabIndex        =   7
         Top             =   3210
         Width           =   540
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "元"
         Height          =   195
         Left            =   2580
         TabIndex        =   6
         Top             =   3210
         Width           =   180
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00D3DABC&
      Caption         =   "可选的体检项目组合"
      Height          =   5430
      Index           =   1
      Left            =   6990
      TabIndex        =   0
      Top             =   90
      Width           =   2670
      Begin MSComctlLib.ListView lvwUnchecked 
         Height          =   5055
         Left            =   105
         TabIndex        =   1
         Top             =   255
         Width           =   2445
         _ExtentX        =   4313
         _ExtentY        =   8916
         View            =   3
         LabelEdit       =   1
         MultiSelect     =   -1  'True
         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        =   2
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "项目组合"
            Object.Width           =   2539
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            SubItemIndex    =   1
            Text            =   "价格"
            Object.Width           =   953
         EndProperty
      End
   End
   Begin XPControls.XPCommandButton cmdDeleteAll 
      Height          =   345
      Left            =   6405
      TabIndex        =   19
      Top             =   3885
      Width           =   525
      _ExtentX        =   926
      _ExtentY        =   609
      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 cmdAddAll 
      Height          =   345
      Left            =   6405
      TabIndex        =   20
      Top             =   3045
      Width           =   525
      _ExtentX        =   926
      _ExtentY        =   609
      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 cmdDeleteDX 
      Height          =   345
      Left            =   6405
      TabIndex        =   21
      Top             =   2205
      Width           =   525
      _ExtentX        =   926
      _ExtentY        =   609
      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 cmdAddDX 
      Height          =   345
      Left            =   6405
      TabIndex        =   22
      Top             =   1365
      Width           =   525
      _ExtentX        =   926
      _ExtentY        =   609
      Enabled         =   0   'False

⌨️ 快捷键说明

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