form4.frm

来自「增加,浏览,修改,学生的信息,输入条件查询」· FRM 代码 · 共 65 行

FRM
65
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   7110
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9270
   LinkTopic       =   "Form2"
   ScaleHeight     =   7110
   ScaleWidth      =   9270
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      Height          =   4695
      Left            =   360
      Picture         =   "Form4.frx":0000
      ScaleHeight     =   4635
      ScaleWidth      =   7635
      TabIndex        =   2
      Top             =   2400
      Width           =   7695
   End
   Begin VB.TextBox Text1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   6375
      Left            =   120
      MultiLine       =   -1  'True
      TabIndex        =   1
      Text            =   "Form4.frx":3EF5F
      Top             =   720
      Width           =   8295
   End
   Begin VB.Label Label1 
      Caption         =   "  系  统  简  介"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF00FF&
      Height          =   495
      Left            =   2400
      TabIndex        =   0
      Top             =   120
      Width           =   4215
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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