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

📄 frm_view.frm

📁 学校财务管理系统课程设计VB+SQL2
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frm_view 
   Caption         =   "Form1"
   ClientHeight    =   5205
   ClientLeft      =   4860
   ClientTop       =   3360
   ClientWidth     =   10065
   LinkTopic       =   "Form1"
   ScaleHeight     =   5205
   ScaleWidth      =   10065
   Begin VB.CommandButton Command1 
      BackColor       =   &H8000000C&
      Caption         =   "点击此处返回主窗体"
      Height          =   495
      Left            =   3240
      TabIndex        =   2
      Top             =   4560
      Width           =   3375
   End
   Begin VB.Label Label2 
      Caption         =   $"frm_view.frx":0000
      Height          =   3255
      Left            =   240
      TabIndex        =   1
      Top             =   1200
      Width           =   9615
   End
   Begin VB.Label Label1 
      BackColor       =   &H00C0C0C0&
      Caption         =   "医院财务管理系统"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   1920
      TabIndex        =   0
      Top             =   240
      Width           =   5655
   End
End
Attribute VB_Name = "frm_view"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide

End Sub

⌨️ 快捷键说明

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