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

📄 frmdoctorvisit.frm

📁 This file came from Planet-Source-Code.com...the home millions of lines of source code You can view
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{935C9182-411B-4FFB-9512-97C8745743BC}#2.4#0"; "AResize.ocx"
Begin VB.Form frmDoctorVisit 
   BackColor       =   &H00FF8080&
   Caption         =   "Doctor Visit Details"
   ClientHeight    =   10800
   ClientLeft      =   1590
   ClientTop       =   450
   ClientWidth     =   10890
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmDoctorVisit.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   10800
   ScaleWidth      =   10890
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame1 
      BackColor       =   &H00FF8080&
      Height          =   9615
      Left            =   360
      TabIndex        =   1
      Top             =   1080
      Visible         =   0   'False
      Width           =   10215
      Begin VB.CommandButton cmdOK 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&OK"
         Height          =   855
         Left            =   3360
         Picture         =   "frmDoctorVisit.frx":57E2
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   7800
         Width           =   1215
      End
      Begin VB.CommandButton cmdExit 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Cancel"
         Height          =   855
         Left            =   5520
         Picture         =   "frmDoctorVisit.frx":5CB8
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   7680
         Width           =   1215
      End
      Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
         Height          =   6855
         Left            =   480
         TabIndex        =   4
         Top             =   360
         Width           =   9135
         _ExtentX        =   16113
         _ExtentY        =   12091
         _Version        =   393216
         AllowBigSelection=   0   'False
         HighLight       =   2
         SelectionMode   =   1
      End
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H00FF8080&
      Caption         =   "Visit Details"
      BeginProperty Font 
         Name            =   "Verdana"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   5415
      Left            =   1080
      TabIndex        =   20
      Top             =   1200
      Width           =   6255
      Begin VB.ComboBox cmbDoctorID 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   2520
         Style           =   2  'Dropdown List
         TabIndex        =   23
         Top             =   2160
         Visible         =   0   'False
         Width           =   2415
      End
      Begin VB.CommandButton cmdAdmission 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   5160
         TabIndex        =   37
         Top             =   3300
         Visible         =   0   'False
         Width           =   495
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Visit_ID"
         Height          =   285
         Index           =   0
         Left            =   2520
         TabIndex        =   32
         Top             =   360
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Doctor_ID"
         Height          =   285
         Index           =   3
         Left            =   2520
         TabIndex        =   31
         Top             =   2160
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Description"
         Height          =   285
         Index           =   6
         Left            =   2520
         Locked          =   -1  'True
         TabIndex        =   28
         Top             =   3840
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Prescription_ID"
         Height          =   285
         Index           =   7
         Left            =   2520
         Locked          =   -1  'True
         TabIndex        =   27
         Top             =   4380
         Visible         =   0   'False
         Width           =   2415
      End
      Begin VB.CommandButton cmdPatient 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   5160
         TabIndex        =   26
         Top             =   2700
         Visible         =   0   'False
         Width           =   495
      End
      Begin VB.CommandButton cmdDoc 
         Caption         =   "..."
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   5160
         TabIndex        =   25
         Top             =   2100
         Visible         =   0   'False
         Width           =   495
      End
      Begin VB.ComboBox cmbPatientID 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   2520
         Style           =   2  'Dropdown List
         TabIndex        =   24
         Top             =   2760
         Visible         =   0   'False
         Width           =   2415
      End
      Begin VB.ComboBox cmbAdmitID 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   2520
         Style           =   2  'Dropdown List
         TabIndex        =   22
         Top             =   3300
         Visible         =   0   'False
         Width           =   2415
      End
      Begin VB.TextBox txtStatus 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   2520
         TabIndex        =   21
         Top             =   4860
         Visible         =   0   'False
         Width           =   2415
      End
      Begin MSComCtl2.DTPicker DTPDate1 
         Height          =   315
         Left            =   2520
         TabIndex        =   33
         Top             =   900
         Visible         =   0   'False
         Width           =   2415
         _ExtentX        =   4260
         _ExtentY        =   556
         _Version        =   393216
         Format          =   45809665
         CurrentDate     =   38355
      End
      Begin MSComCtl2.DTPicker DTPTime1 
         Height          =   315
         Left            =   2520
         TabIndex        =   35
         Top             =   1500
         Visible         =   0   'False
         Width           =   2415
         _ExtentX        =   4260
         _ExtentY        =   556
         _Version        =   393216
         Format          =   45809666
         CurrentDate     =   38355
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Patient_ID"
         Height          =   285
         Index           =   4
         Left            =   2520
         TabIndex        =   30
         Top             =   2760
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Admission_ID"
         Height          =   285
         Index           =   5
         Left            =   2520
         TabIndex        =   29
         Top             =   3300
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Visit_Date"
         Height          =   285
         Index           =   1
         Left            =   2520
         TabIndex        =   34
         Top             =   900
         Width           =   2415
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "Visit_Time"
         Height          =   285
         Index           =   2
         Left            =   2520
         TabIndex        =   36
         Top             =   1500
         Width           =   2415
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Visit ID:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   46
         Top             =   420
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Visit Date:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   45
         Top             =   900
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Visit Time:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   2
         Left            =   600
         TabIndex        =   44
         Top             =   1500
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Doctor ID:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   3
         Left            =   600
         TabIndex        =   43
         Top             =   2160
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Patient ID:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   4
         Left            =   600
         TabIndex        =   42
         Top             =   2760
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Admission ID:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   5
         Left            =   600
         TabIndex        =   41
         Top             =   3300
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Description:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   6
         Left            =   600
         TabIndex        =   40
         Top             =   3900
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         BackColor       =   &H00FF8080&
         Caption         =   "Prescription ID:"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Index           =   7
         Left            =   600
         TabIndex        =   39
         Top             =   4395
         Visible         =   0   'False
         Width           =   1815
      End
      Begin VB.Label lblStat 
         BackColor       =   &H00FF8080&
         Caption         =   "Status"
         ForeColor       =   &H00FFFFFF&
         Height          =   255
         Left            =   600
         TabIndex        =   38
         Top             =   4860
         Visible         =   0   'False
         Width           =   975
      End
   End
   Begin VB.CommandButton cmdCancel 
      BackColor       =   &H00FFFFFF&
      Caption         =   "&Cancel"
      Height          =   780
      Left            =   8640
      Picture         =   "frmDoctorVisit.frx":6104
      Style           =   1  'Graphical
      TabIndex        =   19
      Top             =   2280
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.CommandButton cmdUpdate 
      BackColor       =   &H00FFFFFF&
      Caption         =   "&Update"
      Height          =   780
      Left            =   8640
      Picture         =   "frmDoctorVisit.frx":6608
      Style           =   1  'Graphical
      TabIndex        =   18
      Top             =   1440
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.CommandButton cmdDelete 
      BackColor       =   &H00FFFFFF&
      Caption         =   "&Delete"
      Height          =   780
      Left            =   8640
      Picture         =   "frmDoctorVisit.frx":6AB6
      Style           =   1  'Graphical
      TabIndex        =   17
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton cmdEdit 
      BackColor       =   &H00FFFFFF&
      Caption         =   "&Edit"
      Height          =   780
      Left            =   8640
      Picture         =   "frmDoctorVisit.frx":6F6F
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   2280

⌨️ 快捷键说明

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