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

📄 frmmainmenu.frm

📁 是用VB^开发的办公室车辆使用管理软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMainMenu 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   LinkTopic       =   "Form1"
   Picture         =   "frmMainMenu.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "办公室车辆信息管理(辽宁天湖啤酒有限公司)"
      BeginProperty Font 
         Name            =   "方正中倩简体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   465
      Left            =   600
      TabIndex        =   0
      Top             =   90
      Width           =   6555
   End
   Begin VB.Image Image1 
      Height          =   285
      Left            =   11520
      Picture         =   "frmMainMenu.frx":15F944
      Top             =   90
      Width           =   285
   End
   Begin VB.Image Image2 
      Height          =   285
      Left            =   11130
      Picture         =   "frmMainMenu.frx":15FDFA
      Top             =   90
      Width           =   300
   End
End
Attribute VB_Name = "frmMainMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
    If MsgBox("确定是否退出?", 36, "退出") = 6 Then
       Unload Me
       End
    End If
End Sub

⌨️ 快捷键说明

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