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

📄 mainform.frm

📁 vb做的银行家算法 
💻 FRM
字号:
VERSION 5.00
Begin VB.MDIForm MainForm 
   BackColor       =   &H8000000C&
   Caption         =   "My Program"
   ClientHeight    =   3195
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   4680
   LinkTopic       =   "MDIForm1"
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.Menu filemenu 
      Caption         =   "&File"
      Begin VB.Menu exit1 
         Caption         =   "E&xit"
      End
   End
   Begin VB.Menu Text 
      Caption         =   "&Text"
      Begin VB.Menu text241 
         Caption         =   "T&ext24"
      End
      Begin VB.Menu Textwork 
         Caption         =   "Text &Work"
      End
      Begin VB.Menu Blank 
         Caption         =   "&YinHan"
      End
   End
   Begin VB.Menu About 
      Caption         =   "&About"
   End
End
Attribute VB_Name = "MainForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub text24_Click()
Text24.Show

End Sub

Private Sub Blank_Click()
yinhan.Show

End Sub

Private Sub text241_Click()
'Text24.Show

End Sub

Private Sub Textwork_Click()
Work.Show

End Sub

⌨️ 快捷键说明

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