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

📄 frmhelp.frm

📁 高校科研管理信息系统包括科研项目管理、科研成果管理、学术论著管理、机构人员管理、文件资料管理等等
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmhelp 
   Caption         =   "帮助"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5085
   LinkTopic       =   "Form5"
   ScaleHeight     =   3195
   ScaleWidth      =   5085
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   3255
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   5415
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Height          =   375
         Left            =   3240
         TabIndex        =   6
         Top             =   2280
         Width           =   1575
      End
      Begin VB.PictureBox picIcon 
         AutoSize        =   -1  'True
         ClipControls    =   0   'False
         Height          =   540
         Left            =   240
         Picture         =   "frmhelp.frx":0000
         ScaleHeight     =   337.12
         ScaleMode       =   0  'User
         ScaleWidth      =   337.12
         TabIndex        =   5
         Top             =   240
         Width           =   540
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "版本1.0"
         Height          =   180
         Left            =   3720
         TabIndex        =   7
         Top             =   840
         Width           =   630
      End
      Begin VB.Label lblTitle 
         AutoSize        =   -1  'True
         Caption         =   "高校科研管理系统"
         BeginProperty Font 
            Name            =   "华文新魏"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   375
         Left            =   1200
         TabIndex        =   4
         Top             =   240
         Width           =   2880
      End
      Begin VB.Label Label2 
         Caption         =   "如有问题请与管理员联系"
         Height          =   615
         Left            =   360
         TabIndex        =   3
         Top             =   1800
         Width           =   2295
      End
      Begin VB.Label Label1 
         Caption         =   "谢谢您使用本系统"
         Height          =   375
         Left            =   360
         TabIndex        =   2
         Top             =   1320
         Width           =   3855
      End
   End
   Begin VB.Label lblVersion 
      AutoSize        =   -1  'True
      Caption         =   "版本1.0"
      Height          =   180
      Left            =   3600
      TabIndex        =   0
      Top             =   840
      Width           =   630
   End
End
Attribute VB_Name = "frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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