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

📄 form4.frm

📁 VB+SQL住院管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form4 
   Caption         =   "护士信息管理系统"
   ClientHeight    =   6435
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8430
   LinkTopic       =   "Form4"
   ScaleHeight     =   6435
   ScaleWidth      =   8430
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      Caption         =   "护士信息查询"
      Height          =   3015
      Left            =   240
      TabIndex        =   21
      Top             =   3240
      Width           =   7815
      Begin VB.CommandButton Command3 
         Caption         =   "查询"
         Height          =   495
         Left            =   5280
         TabIndex        =   26
         Top             =   2160
         Width           =   1095
      End
      Begin VB.CommandButton Command6 
         Caption         =   "显示所有"
         Height          =   495
         Left            =   6600
         TabIndex        =   25
         Top             =   2160
         Width           =   1095
      End
      Begin VB.TextBox Text7 
         Height          =   375
         Left            =   6360
         TabIndex        =   24
         Top             =   480
         Width           =   1095
      End
      Begin VB.TextBox Text8 
         Height          =   375
         Left            =   6360
         TabIndex        =   23
         Top             =   1080
         Width           =   1095
      End
      Begin VB.TextBox Text9 
         Height          =   375
         Left            =   6360
         TabIndex        =   22
         Top             =   1680
         Width           =   1095
      End
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "Form4.frx":0000
         Height          =   2175
         Left            =   240
         TabIndex        =   27
         Top             =   480
         Width           =   4935
         _ExtentX        =   8705
         _ExtentY        =   3836
         _Version        =   393216
         AllowUpdate     =   0   'False
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.Label Label7 
         Caption         =   "护士工号:"
         Height          =   255
         Left            =   5400
         TabIndex        =   30
         Top             =   600
         Width           =   975
      End
      Begin VB.Label Label8 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   5520
         TabIndex        =   29
         Top             =   1200
         Width           =   615
      End
      Begin VB.Label Label9 
         Caption         =   "职称:"
         Height          =   255
         Left            =   5520
         TabIndex        =   28
         Top             =   1800
         Width           =   615
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "新增护士基本信息"
      Height          =   2655
      Left            =   360
      TabIndex        =   13
      Top             =   240
      Width           =   2775
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   1080
         TabIndex        =   17
         Top             =   1560
         Width           =   1335
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   1080
         TabIndex        =   16
         Top             =   960
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         Height          =   390
         Left            =   1080
         TabIndex        =   15
         Top             =   360
         Width           =   1335
      End
      Begin VB.CommandButton Command1 
         Caption         =   "新增"
         Height          =   495
         Left            =   720
         TabIndex        =   14
         Top             =   2040
         Width           =   1095
      End
      Begin VB.Label Label3 
         Caption         =   "职称:"
         Height          =   255
         Left            =   240
         TabIndex        =   20
         Top             =   1680
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   240
         TabIndex        =   19
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "护士工号:"
         Height          =   255
         Left            =   120
         TabIndex        =   18
         Top             =   480
         Width           =   975
      End
   End
   Begin VB.CommandButton Command4 
      Caption         =   "退出"
      Height          =   495
      Left            =   6600
      TabIndex        =   12
      Top             =   2400
      Width           =   975
   End
   Begin VB.Frame Frame3 
      Caption         =   "修改护士信息"
      Height          =   2655
      Left            =   3360
      TabIndex        =   4
      Top             =   240
      Width           =   2655
      Begin VB.CommandButton Command2 
         Caption         =   "修改"
         Height          =   495
         Left            =   720
         TabIndex        =   8
         Top             =   2040
         Width           =   1215
      End
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   1080
         TabIndex        =   7
         Top             =   360
         Width           =   1335
      End
      Begin VB.TextBox Text5 
         Height          =   375
         Left            =   1080
         TabIndex        =   6
         Top             =   960
         Width           =   1335
      End
      Begin VB.TextBox Text6 
         Height          =   375
         Left            =   1080
         TabIndex        =   5
         Top             =   1560
         Width           =   1335
      End
      Begin VB.Label Label4 
         Caption         =   "护士工号:"
         Height          =   255
         Left            =   120
         TabIndex        =   11
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label5 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   240
         TabIndex        =   10
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label Label6 
         Caption         =   "职称:"
         Height          =   255
         Left            =   240
         TabIndex        =   9
         Top             =   1680
         Width           =   615
      End
   End

⌨️ 快捷键说明

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