form1.frm

来自「用VB来实现学生信息管理系统的界面」· FRM 代码 · 共 98 行

FRM
98
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "1"
   ClientHeight    =   3060
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7020
   LinkTopic       =   "Form1"
   ScaleHeight     =   3060
   ScaleWidth      =   7020
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "登陆"
      Height          =   495
      Left            =   5280
      TabIndex        =   7
      Top             =   2280
      Width           =   975
   End
   Begin VB.CommandButton Command3 
      Caption         =   "查看"
      Height          =   495
      Left            =   5280
      TabIndex        =   5
      Top             =   1320
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "登陆"
      Height          =   495
      Left            =   2040
      TabIndex        =   3
      Top             =   1200
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查看"
      Height          =   495
      Left            =   2040
      TabIndex        =   1
      Top             =   2160
      Width           =   855
   End
   Begin VB.Label Label4 
      Caption         =   "计算器:"
      Height          =   255
      Left            =   3720
      TabIndex        =   6
      Top             =   2400
      Width           =   735
   End
   Begin VB.Label Label3 
      Caption         =   "个人通讯簿:"
      Height          =   495
      Left            =   3720
      TabIndex        =   4
      Top             =   1320
      Width           =   1215
   End
   Begin VB.Label Label2 
      Caption         =   "用户登陆:"
      Height          =   255
      Left            =   720
      TabIndex        =   2
      Top             =   1320
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "员工奖励记录:"
      Height          =   375
      Left            =   600
      TabIndex        =   0
      Top             =   2280
      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()
Form3.Show
End Sub

Private Sub Command3_Click()
Form4.Show
End Sub

Private Sub Command4_Click()
Form8.Show
End Sub

⌨️ 快捷键说明

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