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

📄 form2.frm

📁 操作系统中的算法模拟
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   7260
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9900
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   12
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form2"
   ScaleHeight     =   7260
   ScaleWidth      =   9900
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox txtallo 
      Height          =   375
      Index           =   0
      Left            =   1320
      TabIndex        =   7
      Top             =   2760
      Width           =   615
   End
   Begin VB.TextBox txtmax 
      Height          =   375
      Index           =   0
      Left            =   600
      TabIndex        =   4
      Top             =   2760
      Width           =   615
   End
   Begin VB.TextBox txtnum 
      Height          =   375
      Index           =   0
      Left            =   600
      TabIndex        =   2
      Top             =   840
      Width           =   615
   End
   Begin VB.Label Label4 
      Caption         =   "(前面输入进程所需最大资源数,后面输入已获取资源数)"
      Height          =   255
      Left            =   120
      TabIndex        =   8
      Top             =   1680
      Width           =   7095
   End
   Begin VB.Label Label3 
      Caption         =   "请输入进程所需最大资源数和已获取资源数:"
      Height          =   255
      Left            =   120
      TabIndex        =   6
      Top             =   1320
      Width           =   7095
   End
   Begin VB.Label Label2 
      Caption         =   "请输入资源总数:"
      Height          =   255
      Left            =   120
      TabIndex        =   5
      Top             =   120
      Width           =   1935
   End
   Begin VB.Label lresn 
      Caption         =   "R1"
      Height          =   255
      Index           =   0
      Left            =   1200
      TabIndex        =   3
      Top             =   2280
      Width           =   255
   End
   Begin VB.Label lpro 
      Caption         =   "P1"
      Height          =   255
      Index           =   0
      Left            =   120
      TabIndex        =   1
      Top             =   2760
      Width           =   255
   End
   Begin VB.Label lres 
      Caption         =   "R1"
      Height          =   255
      Index           =   0
      Left            =   720
      TabIndex        =   0
      Top             =   480
      Width           =   255
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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