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

📄 form1.frm

📁 vb实现银行事件模拟
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "银行离散事件模拟"
   ClientHeight    =   5220
   ClientLeft      =   3840
   ClientTop       =   2115
   ClientWidth     =   6885
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5220
   ScaleWidth      =   6885
   Begin VB.Frame Frame2 
      Height          =   4455
      Left            =   120
      TabIndex        =   20
      Top             =   600
      Visible         =   0   'False
      Width           =   6615
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "银行停止营业!"
         BeginProperty Font 
            Name            =   "Small Fonts"
            Size            =   24
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   600
         Left            =   1320
         TabIndex        =   21
         Top             =   1920
         Width           =   4215
      End
   End
   Begin VB.TextBox Text3 
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   2280
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      TabIndex        =   19
      TabStop         =   0   'False
      Top             =   4560
      Width           =   4005
   End
   Begin VB.TextBox Text2 
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   2280
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      TabIndex        =   18
      TabStop         =   0   'False
      Top             =   3000
      Width           =   4005
   End
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      ForeColor       =   &H00000000&
      Height          =   285
      Left            =   2280
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      TabIndex        =   17
      TabStop         =   0   'False
      Top             =   1440
      Width           =   4005
   End
   Begin VB.Frame Frame4 
      Caption         =   "综合业务 3"
      Height          =   1215
      Left            =   240
      TabIndex        =   8
      Top             =   3840
      Width           =   1935
      Begin VB.Label LabelTime 
         Height          =   225
         Index           =   2
         Left            =   1080
         TabIndex        =   16
         Top             =   720
         Width           =   750
      End
      Begin VB.Label LabelType 
         ForeColor       =   &H00000000&
         Height          =   225
         Index           =   2
         Left            =   1080
         TabIndex        =   15
         Top             =   360
         Width           =   435
      End
      Begin VB.Label Label2 
         Caption         =   "剩余时间:"
         Height          =   225
         Index           =   2
         Left            =   120
         TabIndex        =   14
         Top             =   720
         Width           =   960
      End
      Begin VB.Label Label3 
         Caption         =   "业务类型:"
         Height          =   225
         Index           =   2
         Left            =   120
         TabIndex        =   13
         Top             =   360
         Width           =   960
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "综合业务2"
      Height          =   1215
      Left            =   240
      TabIndex        =   7
      Top             =   2280
      Width           =   1935
      Begin VB.Label LabelTime 
         Height          =   225
         Index           =   1
         Left            =   1080
         TabIndex        =   12
         Top             =   720
         Width           =   750
      End
      Begin VB.Label LabelType 
         ForeColor       =   &H00000000&
         Height          =   225
         Index           =   1
         Left            =   1080
         TabIndex        =   11
         Top             =   360
         Width           =   435
      End
      Begin VB.Label Label2 
         Caption         =   "剩余时间:"
         Height          =   225
         Index           =   1
         Left            =   120
         TabIndex        =   10
         Top             =   720
         Width           =   960
      End
      Begin VB.Label Label3 
         Caption         =   "业务类型:"
         Height          =   225
         Index           =   1
         Left            =   120
         TabIndex        =   9
         Top             =   360
         Width           =   960
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "综合业务1"
      Height          =   1215
      Left            =   240
      TabIndex        =   2
      Top             =   720
      Width           =   1935
      Begin VB.Label LabelTime 
         Height          =   225
         Index           =   0
         Left            =   1080
         TabIndex        =   6
         Top             =   720
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "剩余时间:"
         Height          =   225
         Index           =   0
         Left            =   120
         TabIndex        =   5
         Top             =   720
         Width           =   960
      End
      Begin VB.Label LabelType 
         ForeColor       =   &H00000000&
         Height          =   225
         Index           =   0
         Left            =   1080
         TabIndex        =   4
         Top             =   360
         Width           =   435
      End
      Begin VB.Label Label3 
         Caption         =   "业务类型:"
         Height          =   225
         Index           =   0
         Left            =   120
         TabIndex        =   3
         Top             =   360
         Width           =   960
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "结束"
      Height          =   375
      Left            =   5400
      TabIndex        =   1
      Top             =   120
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "开始"
      Height          =   375
      Left            =   4320
      TabIndex        =   0
      Top             =   120
      Width           =   975
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   50
      Left            =   120
      Top             =   120
   End
   Begin VB.Label Label5 

⌨️ 快捷键说明

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