form1.frm

来自「VB 学生管理系统,实习时候用的。现在传上来给大家看看。菜鸟作品」· FRM 代码 · 共 47 行

FRM
47
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "欢迎使用学生信息管理系统"
   ClientHeight    =   5805
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8535
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   5805
   ScaleWidth      =   8535
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command2 
      BackColor       =   &H8000000E&
      Height          =   495
      Left            =   6000
      Picture         =   "Form1.frx":5F3F
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   4920
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H8000000E&
      Height          =   495
      Left            =   4680
      Picture         =   "Form1.frx":956A
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   4920
      Width           =   1335
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
End Sub

Private Sub Command2_Click()
End
End Sub

⌨️ 快捷键说明

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