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

📄 form1.frm

📁 本原程序为个人操作系统课程设计 演示了生产者/消费者问题
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Appearance      =   0  'Flat
   BackColor       =   &H80000001&
   BorderStyle     =   0  'None
   Caption         =   "WELCOME"
   ClientHeight    =   7710
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10950
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   7710
   ScaleWidth      =   10950
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton consumer 
      Caption         =   "Consumer"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   6960
      Picture         =   "Form1.frx":12FDB
      Style           =   1  'Graphical
      TabIndex        =   28
      Top             =   5400
      Width           =   1335
   End
   Begin VB.CommandButton producer 
      BackColor       =   &H00FFFFFF&
      Caption         =   "Producer"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   5400
      MaskColor       =   &H00FFFFFF&
      Picture         =   "Form1.frx":1FCDF
      Style           =   1  'Graphical
      TabIndex        =   27
      Top             =   5400
      Width           =   1335
   End
   Begin VB.CommandButton Command2 
      Caption         =   "详细进程叙述(如左)"
      BeginProperty Font 
         Name            =   "新宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   8520
      Picture         =   "Form1.frx":2C9E3
      Style           =   1  'Graphical
      TabIndex        =   24
      Top             =   5400
      Width           =   1455
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   1
      Left            =   840
      Picture         =   "Form1.frx":396E7
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   22
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   2
      Left            =   2160
      Picture         =   "Form1.frx":3C8D9
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   21
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   3
      Left            =   3360
      Picture         =   "Form1.frx":3FACB
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   20
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   4
      Left            =   4560
      Picture         =   "Form1.frx":42CBD
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   19
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   5
      Left            =   5760
      Picture         =   "Form1.frx":45EAF
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   18
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   6
      Left            =   6840
      Picture         =   "Form1.frx":490A1
      ScaleHeight     =   915
      ScaleWidth      =   1020
      TabIndex        =   17
      Top             =   1560
      Visible         =   0   'False
      Width           =   1080
   End
   Begin VB.PictureBox Picture1 
      Height          =   975
      Index           =   7
      Left            =   8040
      Picture         =   "Form1.frx":4C293
      ScaleHeight     =   915
      ScaleWidth      =   1035
      TabIndex        =   16
      Top             =   1560
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.Timer timer_consumer 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   720
      Top             =   5640
   End
   Begin VB.Timer timer_production 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   720
      Top             =   5160
   End
   Begin VB.CommandButton Command1 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "新宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   9240
      Picture         =   "Form1.frx":4F485
      Style           =   1  'Graphical
      TabIndex        =   14
      Top             =   6600
      Width           =   1095
   End
   Begin VB.Label Label9 
      BackStyle       =   0  'Transparent
      Caption         =   "已用过的缓冲区最终变为灰色"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   495
      Left            =   7320
      TabIndex        =   29
      Top             =   4440
      Width           =   3135
   End
   Begin VB.Label Label8 
      BackColor       =   &H00FFC0FF&
      BackStyle       =   0  'Transparent
      Caption         =   $"Form1.frx":5C189
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   1935
      Left            =   1320
      TabIndex        =   26
      Top             =   4680
      Visible         =   0   'False
      Width           =   2655
   End
   Begin VB.Label Label7 
      BackColor       =   &H00FFC0FF&
      BackStyle       =   0  'Transparent
      Caption         =   $"Form1.frx":5C26B
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   1695
      Left            =   1320
      TabIndex        =   25
      Top             =   2880
      Visible         =   0   'False
      Width           =   2655
   End
   Begin VB.Label Label6 
      BackColor       =   &H00FFC0FF&
      BackStyle       =   0  'Transparent
      Caption         =   $"Form1.frx":5C34D
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   1455
      Left            =   7320
      TabIndex        =   23
      Top             =   3000
      Width           =   2775
   End
   Begin VB.Label Label5 
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎使用生产者-消费者问题模拟系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   495
      Left            =   2640
      TabIndex        =   15
      Top             =   480
      Width           =   6255
   End
   Begin VB.Label labemputy 
      BackColor       =   &H00FFC0FF&
      BackStyle       =   0  'Transparent
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   375
      Left            =   6360
      TabIndex        =   13
      Top             =   4320
      Width           =   495
   End
   Begin VB.Label labfull 
      BackColor       =   &H00FFC0FF&
      BackStyle       =   0  'Transparent
      BeginProperty Font 

⌨️ 快捷键说明

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