form2.frm

来自「AD5933评估板下位机程序(keil C)和上位机程序(VB)」· FRM 代码 · 共 90 行

FRM
90
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "AD5933 Evaluation software "
   ClientHeight    =   4665
   ClientLeft      =   1800
   ClientTop       =   810
   ClientWidth     =   12120
   Icon            =   "Form2.frx":0000
   LinkTopic       =   "Form2"
   ScaleHeight     =   4665
   ScaleWidth      =   12120
   Begin VB.PictureBox Picture2 
      Height          =   3255
      Left            =   3240
      Picture         =   "Form2.frx":08CA
      ScaleHeight     =   3195
      ScaleWidth      =   8715
      TabIndex        =   3
      Top             =   240
      Width           =   8775
   End
   Begin VB.PictureBox Picture1 
      Height          =   4455
      Left            =   120
      Picture         =   "Form2.frx":5C19C
      ScaleHeight     =   4395
      ScaleWidth      =   2955
      TabIndex        =   2
      Top             =   120
      Width           =   3015
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Return"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4920
      TabIndex        =   1
      Top             =   3840
      Width           =   1815
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FF0000&
      Caption         =   "Next Step"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   7920
      MaskColor       =   &H00C00000&
      TabIndex        =   0
      Top             =   3840
      Width           =   1815
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Text1_Change()

End Sub

Private Sub Command1_Click()
Form2.Visible = False
Form3.Visible = True


End Sub

Private Sub Command2_click()
Form2.Visible = False
Form1.Visible = True
End Sub

⌨️ 快捷键说明

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