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

📄 form2.frm

📁 vb电子书籍
💻 FRM
字号:
VERSION 5.00
Begin VB.Form v6j088b 
   ClientHeight    =   2070
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   2070
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      Height          =   375
      Left            =   2640
      TabIndex        =   7
      Top             =   1560
      Width           =   855
   End
   Begin VB.TextBox txtenglish 
      Height          =   270
      Left            =   3240
      TabIndex        =   6
      Top             =   960
      Width           =   855
   End
   Begin VB.TextBox txtchinese 
      Height          =   270
      Left            =   3240
      TabIndex        =   5
      Top             =   480
      Width           =   855
   End
   Begin VB.TextBox txtchemistry 
      Height          =   270
      Left            =   1080
      TabIndex        =   3
      Top             =   1320
      Width           =   855
   End
   Begin VB.TextBox txtphysics 
      Height          =   270
      Left            =   1080
      TabIndex        =   2
      Top             =   960
      Width           =   855
   End
   Begin VB.TextBox txtmath 
      Height          =   270
      Left            =   1080
      TabIndex        =   1
      Top             =   480
      Width           =   855
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "物理:         语文:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   2520
      TabIndex        =   4
      Top             =   480
      Width           =   735
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "数学:          化学:          外语:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1095
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   735
   End
End
Attribute VB_Name = "v6j088b"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'CODE Manger By BcodeXRose
'##################################################################
'## 过程名称:Command1_Click
'## 参数: 无
'##################################################################
Private Sub Command1_Click()
    smath = Val(txtmath.Text)
    sphysics = Val(txtphysics.Text)
    schemistry = Val(txtchemistry.Text)
    schinese = Val(txtchinese.Text)
    senglish = Val(txtenglish.Text)
    Form2.Hide
    Form1.Show
End Sub
    

⌨️ 快捷键说明

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