frmexit.frm

来自「一个用VB+SQL+SERVER+2000写的学生信息管理系统.rar」· FRM 代码 · 共 60 行

FRM
60
字号
VERSION 5.00
Begin VB.Form 退出 
   Caption         =   "exit"
   ClientHeight    =   2940
   ClientLeft      =   60
   ClientTop       =   420
   ClientWidth     =   4425
   LinkTopic       =   "Form1"
   ScaleHeight     =   2940
   ScaleWidth      =   4425
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "否"
      Height          =   495
      Left            =   2160
      TabIndex        =   2
      Top             =   1800
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "是"
      Height          =   495
      Left            =   480
      TabIndex        =   1
      Top             =   1800
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "确定要退出系统?"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   840
      TabIndex        =   0
      Top             =   480
      Width           =   2895
   End
End
Attribute VB_Name = "退出"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End
End Sub

Private Sub Command2_Click()
退出.Hide
frmmain.Show
End Sub

⌨️ 快捷键说明

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