frmguahao.frm

来自「软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统」· FRM 代码 · 共 84 行

FRM
84
字号
VERSION 5.00
Begin VB.Form Frmguahao 
   Caption         =   "挂号信息"
   ClientHeight    =   5430
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7230
   LinkTopic       =   "Form2"
   MDIChild        =   -1  'True
   ScaleHeight     =   5430
   ScaleWidth      =   7230
   Begin VB.CommandButton Command2 
      Caption         =   "专家号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1215
      Left            =   1080
      TabIndex        =   3
      Top             =   3480
      Width           =   4935
   End
   Begin VB.CommandButton Command1 
      Caption         =   "普通号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1215
      Left            =   1080
      TabIndex        =   2
      Top             =   1920
      Width           =   4935
   End
   Begin VB.TextBox Text1 
      Height          =   855
      Left            =   2520
      TabIndex        =   1
      Top             =   480
      Width           =   3615
   End
   Begin VB.Label Label1 
      Caption         =   "病历号:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   600
      TabIndex        =   0
      Top             =   600
      Width           =   1815
   End
End
Attribute VB_Name = "Frmguahao"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
ghahaofei = x
End Sub

Private Sub Command2_Click()
guahaofei = y
End Sub

⌨️ 快捷键说明

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