welcome.frm

来自「该程序是按照矩阵位移法的后处理法的基本原理和分析过程」· FRM 代码 · 共 35 行

FRM
35
字号
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 + =
减小字号Ctrl + -
显示快捷键?