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

📄 frm_add_doctor.frm

📁 国外的医院管理系统。基于水晶报表。Crystal Hospital Management System
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "msmask32.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frm_add_doctor 
   BackColor       =   &H80000001&
   Caption         =   "Doctor Data Entry"
   ClientHeight    =   8265
   ClientLeft      =   60
   ClientTop       =   375
   ClientWidth     =   7710
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   8265
   ScaleWidth      =   7710
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmd_doc_search 
      Appearance      =   0  'Flat
      Caption         =   "Search"
      CausesValidation=   0   'False
      Height          =   375
      Left            =   4440
      TabIndex        =   30
      Top             =   6480
      Width           =   1215
   End
   Begin VB.CommandButton cmd_doc_refresh 
      Appearance      =   0  'Flat
      Caption         =   "Refresh"
      Height          =   375
      Left            =   2160
      TabIndex        =   29
      Top             =   6960
      Width           =   1215
   End
   Begin VB.CommandButton cmd_doc_save 
      Appearance      =   0  'Flat
      Caption         =   "&Save"
      Height          =   375
      Left            =   1800
      TabIndex        =   25
      Top             =   6480
      Width           =   1095
   End
   Begin VB.CommandButton cmd_doc_viewall 
      Appearance      =   0  'Flat
      Caption         =   "&View All"
      Height          =   375
      Left            =   5880
      TabIndex        =   24
      Top             =   6480
      Width           =   1095
   End
   Begin VB.ComboBox cmb_status 
      Appearance      =   0  'Flat
      Height          =   315
      ItemData        =   "frm_add_doctor.frx":0000
      Left            =   2280
      List            =   "frm_add_doctor.frx":000A
      TabIndex        =   23
      Top             =   5520
      Width           =   2175
   End
   Begin VB.CommandButton cmd_doc_modify 
      Appearance      =   0  'Flat
      Caption         =   "&Modify"
      Height          =   375
      Left            =   3120
      TabIndex        =   22
      Top             =   6480
      Width           =   1095
   End
   Begin VB.CommandButton cmd_doc_delete 
      Appearance      =   0  'Flat
      Caption         =   "&Delete"
      Height          =   375
      Left            =   4080
      TabIndex        =   21
      Top             =   6960
      Width           =   1095
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000001&
      Caption         =   "Female"
      Height          =   255
      Index           =   1
      Left            =   3240
      TabIndex        =   2
      Top             =   3240
      Width           =   1455
   End
   Begin VB.CommandButton cmd_doc_back 
      Appearance      =   0  'Flat
      Caption         =   "<< &Back <<"
      Height          =   375
      Left            =   360
      TabIndex        =   19
      Top             =   7440
      Width           =   6735
   End
   Begin VB.TextBox txt_docid 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2280
      TabIndex        =   8
      Top             =   240
      Width           =   1815
   End
   Begin VB.TextBox txt_doc_name 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2280
      TabIndex        =   7
      Top             =   840
      Width           =   3735
   End
   Begin VB.TextBox txt_doc_address 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2280
      TabIndex        =   6
      Top             =   1440
      Width           =   3735
   End
   Begin VB.TextBox txt_doc_insurecorp 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2280
      TabIndex        =   5
      Top             =   4320
      Width           =   2775
   End
   Begin VB.TextBox txt_doc_insurno 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2280
      TabIndex        =   4
      Top             =   4920
      Width           =   1215
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000001&
      Caption         =   "Male"
      Height          =   255
      Index           =   0
      Left            =   2280
      TabIndex        =   3
      Top             =   3240
      Width           =   1455
   End
   Begin VB.ComboBox cmb_doc_spec 
      Appearance      =   0  'Flat
      Height          =   315
      Left            =   2280
      TabIndex        =   1
      Top             =   3840
      Width           =   1935
   End
   Begin VB.CommandButton cmd_add_doctor 
      Appearance      =   0  'Flat
      Caption         =   "&Add"
      Height          =   375
      Left            =   600
      TabIndex        =   0
      Top             =   6480
      Width           =   975
   End
   Begin MSMask.MaskEdBox txt_Telephone 
      Height          =   405
      Left            =   2280
      TabIndex        =   26
      ToolTipText     =   "Enter the account number here"
      Top             =   2040
      Width           =   1695
      _ExtentX        =   2990
      _ExtentY        =   714
      _Version        =   393216
      Appearance      =   0
      PromptInclude   =   0   'False
      HideSelection   =   0   'False
      MaxLength       =   11
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Verdana"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Mask            =   "###-#######"
      PromptChar      =   "_"
   End
   Begin MSMask.MaskEdBox txt_mobile 
      Height          =   405
      Left            =   5520
      TabIndex        =   27
      ToolTipText     =   "Enter the account number here"
      Top             =   2040
      Width           =   1695
      _ExtentX        =   2990
      _ExtentY        =   714
      _Version        =   393216
      Appearance      =   0
      PromptInclude   =   0   'False
      HideSelection   =   0   'False
      MaxLength       =   11
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Verdana"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Mask            =   "###-#######"
      PromptChar      =   "_"
   End
   Begin MSComCtl2.DTPicker DTPicker1 
      Height          =   375
      Left            =   2280
      TabIndex        =   28
      Top             =   2640
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   661
      _Version        =   393216
      Format          =   19529729
      CurrentDate     =   38338
   End
   Begin VB.Shape Shape1 
      BorderColor     =   &H80000004&
      BorderWidth     =   3
      Height          =   1815
      Left            =   120
      Shape           =   4  'Rounded Rectangle
      Top             =   6240
      Width           =   7335
   End
   Begin VB.Label Label11 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "Mobile Number"
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   4200
      TabIndex        =   20
      Top             =   2040
      Width           =   1695
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "Doctor ID"
      Height          =   495
      Left            =   360
      TabIndex        =   18
      Top             =   240
      Width           =   1695
   End
   Begin VB.Label Label2 

⌨️ 快捷键说明

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