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

📄 ihms_hospnosearch.frm

📁 医院小型HIS信息管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSearchHospNo 
   Caption         =   "Form1"
   ClientHeight    =   6120
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   12195
   LinkTopic       =   "Form1"
   ScaleHeight     =   6120
   ScaleWidth      =   12195
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdCloseFile 
      Caption         =   "&Close Patient File"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   9000
      TabIndex        =   42
      Top             =   5160
      Width           =   2895
   End
   Begin VB.CommandButton cmdDiagnose 
      Caption         =   "&Diagnose Patient"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   9000
      TabIndex        =   41
      Top             =   4680
      Width           =   2895
   End
   Begin VB.CommandButton cmdDischarge 
      Caption         =   "Dis&charge Patient"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   9000
      TabIndex        =   40
      Top             =   4200
      Width           =   2895
   End
   Begin VB.Frame fraPersonal 
      Caption         =   "&Personal Information"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   240
      TabIndex        =   3
      Top             =   1080
      Width           =   6495
      Begin VB.TextBox txtDoB 
         Height          =   285
         Left            =   1320
         Locked          =   -1  'True
         TabIndex        =   9
         Top             =   720
         Width           =   1935
      End
      Begin VB.TextBox txtSex 
         Height          =   285
         Left            =   4560
         Locked          =   -1  'True
         TabIndex        =   11
         Text            =   "edo"
         Top             =   720
         Width           =   1695
      End
      Begin VB.TextBox txtOccupation 
         Height          =   285
         Left            =   4560
         Locked          =   -1  'True
         TabIndex        =   17
         Text            =   "teacher"
         Top             =   1440
         Width           =   1695
      End
      Begin VB.TextBox txtFName 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   4560
         Locked          =   -1  'True
         TabIndex        =   7
         Text            =   "harry"
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox txtSName 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1320
         Locked          =   -1  'True
         TabIndex        =   5
         Text            =   "omoregie"
         Top             =   360
         Width           =   1935
      End
      Begin VB.TextBox txtHomeAdd 
         Height          =   765
         Left            =   240
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   13
         Text            =   "IHMS_H~1.frx":0000
         Top             =   1320
         Width           =   3015
      End
      Begin VB.TextBox txtStateOfOrigin 
         Height          =   285
         Left            =   4560
         Locked          =   -1  'True
         TabIndex        =   15
         Text            =   "edo"
         Top             =   1080
         Width           =   1695
      End
      Begin VB.Label Label5 
         Alignment       =   1  'Right Justify
         Caption         =   "Occupation:"
         Height          =   255
         Left            =   3360
         TabIndex        =   16
         Top             =   1440
         Width           =   1095
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         Caption         =   "Sex:"
         Height          =   255
         Left            =   4080
         TabIndex        =   10
         Top             =   720
         Width           =   375
      End
      Begin VB.Label Label1 
         Alignment       =   1  'Right Justify
         Caption         =   "Date Of Birth:"
         Height          =   255
         Left            =   240
         TabIndex        =   8
         ToolTipText     =   "DD/MM/YYYY"
         Top             =   720
         Width           =   975
      End
      Begin VB.Label lblFName 
         Alignment       =   1  'Right Justify
         Caption         =   "First Name:"
         Height          =   255
         Left            =   3360
         TabIndex        =   6
         Top             =   360
         Width           =   1095
      End
      Begin VB.Label lblSName 
         Alignment       =   1  'Right Justify
         Caption         =   "Surname:"
         Height          =   255
         Left            =   240
         TabIndex        =   4
         Top             =   360
         Width           =   975
      End
      Begin VB.Label lblHomeAdd 
         Caption         =   "Address:"
         Height          =   255
         Left            =   240
         TabIndex        =   12
         Top             =   1080
         Width           =   1335
      End
      Begin VB.Label Label19 
         Alignment       =   1  'Right Justify
         Caption         =   "State Of Origin:"
         Height          =   255
         Left            =   3360
         TabIndex        =   14
         Top             =   1080
         Width           =   1095
      End
   End
   Begin VB.TextBox txtHospNo 
      BackColor       =   &H80000000&
      DataSource      =   "datPerInfo"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   285
      Left            =   2040
      Locked          =   -1  'True
      TabIndex        =   2
      TabStop         =   0   'False
      Top             =   720
      Width           =   1695
   End
   Begin VB.Frame fraNextOfKin 
      Caption         =   "&Next of Kin's Information"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   6960
      TabIndex        =   18
      Top             =   1080
      Width           =   4935
      Begin VB.TextBox txtRelationship 
         Height          =   285
         Left            =   2160
         Locked          =   -1  'True
         TabIndex        =   22
         Text            =   "brother"
         Top             =   720
         Width           =   2535
      End
      Begin VB.TextBox txtKinName 
         Height          =   285
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   20
         Text            =   "imokwede igwe"
         Top             =   360
         Width           =   3015
      End
      Begin VB.TextBox txtKinAddress 
         Height          =   885
         Left            =   120

⌨️ 快捷键说明

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