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

📄 frmmenu.frm

📁 用VB 和SQL SERVER 2000做的存取检验系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMenu 
   Caption         =   "存取检验演示系统(作者:孙华梅  伍京华)"
   ClientHeight    =   6435
   ClientLeft      =   1275
   ClientTop       =   1650
   ClientWidth     =   9390
   LinkTopic       =   "Form1"
   ScaleHeight     =   6435
   ScaleWidth      =   9390
   Begin VB.Frame Frame1 
      Height          =   6135
      Left            =   240
      TabIndex        =   0
      Top             =   0
      Width           =   8895
      Begin VB.PictureBox Picture1 
         Height          =   2055
         Left            =   3120
         Picture         =   "frmMenu.frx":0000
         ScaleHeight     =   1995
         ScaleWidth      =   2955
         TabIndex        =   3
         Top             =   3000
         Width           =   3015
      End
      Begin VB.Label lblVersion 
         AutoSize        =   -1  'True
         Caption         =   "作者:孙华梅  伍京华"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Index           =   1
         Left            =   3000
         TabIndex        =   2
         Top             =   2160
         Width           =   3165
      End
      Begin VB.Label Label1 
         Caption         =   "存取检验演示系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   26.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   2400
         TabIndex        =   1
         Top             =   960
         Width           =   4455
      End
   End
   Begin VB.Menu SRun 
      Caption         =   "系统运行"
      Begin VB.Menu Run 
         Caption         =   "运行"
         Shortcut        =   ^R
      End
   End
   Begin VB.Menu SExit 
      Caption         =   "退出系统"
      Begin VB.Menu Exit 
         Caption         =   "退出"
         Shortcut        =   ^E
      End
   End
End
Attribute VB_Name = "frmMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Exit_Click()
    End
End Sub

Private Sub Run_Click()
    frmCheckUser.Show
    frmMenu.Hide
End Sub

⌨️ 快捷键说明

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