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

📄 frmhelp.frm

📁 会计管理信息系统windows界面vb编程 会计管理信息系统windows界面vb编程
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmHelp 
   Caption         =   "帮助"
   ClientHeight    =   1380
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9225
   Icon            =   "frmHelp.frx":0000
   LinkTopic       =   "Form2"
   Picture         =   "frmHelp.frx":014A
   ScaleHeight     =   1380
   ScaleWidth      =   9225
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      Height          =   1455
      Left            =   0
      Picture         =   "frmHelp.frx":49D5
      ScaleHeight     =   1395
      ScaleWidth      =   9315
      TabIndex        =   0
      Top             =   0
      Width           =   9375
      Begin VB.Label Label1 
         BackColor       =   &H0080C0FF&
         Caption         =   "友好提示:请确保按如下格式输。注意:只有在出现了空行时才实现保存!"
         Height          =   375
         Left            =   0
         TabIndex        =   1
         Top             =   0
         Width           =   9255
      End
   End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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