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

📄 frmdefault.frm

📁 一个大学生寝室管理系统程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmdefault 
   BackColor       =   &H00FFC0C0&
   Caption         =   "浙江中医学院寝室管理系统"
   ClientHeight    =   3540
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   7965
   FillColor       =   &H00FFC0C0&
   Icon            =   "Frmdefault.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3540
   ScaleWidth      =   7965
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      DrawMode        =   14  'Copy Pen
      FillStyle       =   3  'Vertical Line
      ForeColor       =   &H80000008&
      Height          =   1140
      Left            =   -240
      Picture         =   "Frmdefault.frx":0442
      ScaleHeight     =   2.011
      ScaleMode       =   0  'User
      ScaleWidth      =   8.281
      TabIndex        =   0
      Top             =   -120
      Width           =   4695
   End
   Begin VB.Image Image1 
      Height          =   12495
      Left            =   -360
      Picture         =   "Frmdefault.frx":224A
      Top             =   -3480
      Width           =   18180
   End
   Begin VB.Menu dataimport 
      Caption         =   "信息数据录入"
      Index           =   1
   End
   Begin VB.Menu addandsub 
      Caption         =   "寝室加减分"
      Index           =   2
   End
   Begin VB.Menu select 
      Caption         =   "信息查询"
      Index           =   3
   End
   Begin VB.Menu dbman 
      Caption         =   "数据库管理"
      Index           =   4
      Begin VB.Menu db 
         Caption         =   "数据库恢复"
         Index           =   6
         Shortcut        =   ^R
      End
      Begin VB.Menu dbcopy 
         Caption         =   "数据库备分"
         Index           =   7
         Shortcut        =   ^C
      End
   End
   Begin VB.Menu cancle 
      Caption         =   "退出"
      Index           =   5
   End
End
Attribute VB_Name = "frmdefault"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub addandsub_Click(Index As Integer)
Unload Me
frmaddsub.Show
End Sub

Private Sub cancle_Click(Index As Integer)
Unload Me
End Sub

Private Sub dataimport_Click(Index As Integer)
Unload Me
frmimport.Show
End Sub

Private Sub db_Click(Index As Integer)
Unload Me
frmdb.Show
End Sub

Private Sub dbcopy_Click(Index As Integer)
Unload Me
Form5.Show
End Sub

Private Sub select_Click(Index As Integer)
Unload Me
frmxinxi.Combo1.Visible = True
frmxinxi.Combo2.Visible = True
frmxinxi.Text1.Visible = False
frmxinxi.Text2.Visible = False
frmxinxi.Show
End Sub

⌨️ 快捷键说明

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