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

📄 welcome.frm

📁 该程序是按照矩阵位移法的后处理法的基本原理和分析过程
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Welcome 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "欢迎使用VB平面珩架静力分析器"
   ClientHeight    =   7590
   ClientLeft      =   45
   ClientTop       =   315
   ClientWidth     =   9675
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7590
   ScaleWidth      =   9675
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Image Image1 
      Height          =   7530
      Left            =   0
      Picture         =   "Welcome.frx":0000
      Stretch         =   -1  'True
      Top             =   0
      Width           =   9555
   End
End
Attribute VB_Name = "Welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Image1_Click()
    MainForm.Show
    Unload Me
End Sub

⌨️ 快捷键说明

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