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

📄 practice2-7.frm

📁 深圳大学的vb上机与教学的课件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H0080FFFF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "计算器"
   ClientHeight    =   4095
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4380
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   14.25
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4095
   ScaleWidth      =   4380
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "1"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   480
      TabIndex        =   15
      Top             =   1320
      Width           =   500
   End
   Begin VB.CommandButton Command2 
      Caption         =   "2"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   1440
      TabIndex        =   14
      Top             =   1320
      Width           =   500
   End
   Begin VB.CommandButton Command3 
      Caption         =   "3"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   2400
      TabIndex        =   13
      Top             =   1320
      Width           =   500
   End
   Begin VB.CommandButton Command13 
      Caption         =   "+"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   3360
      TabIndex        =   12
      Top             =   1320
      Width           =   500
   End
   Begin VB.CommandButton Command12 
      Caption         =   "="
      Height          =   500
      Left            =   2400
      TabIndex        =   11
      Top             =   3120
      Width           =   500
   End
   Begin VB.CommandButton Command11 
      Caption         =   "."
      Height          =   500
      Left            =   1440
      TabIndex        =   10
      Top             =   3120
      Width           =   500
   End
   Begin VB.CommandButton Command10 
      Caption         =   "0"
      Height          =   500
      Left            =   480
      TabIndex        =   9
      Top             =   3120
      Width           =   500
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   240
      TabIndex        =   8
      Top             =   360
      Width           =   3855
   End
   Begin VB.CommandButton Command15 
      Caption         =   "清除"
      Height          =   1000
      Left            =   3360
      TabIndex        =   7
      Top             =   2640
      Width           =   500
   End
   Begin VB.CommandButton Command14 
      Caption         =   "-"
      Height          =   500
      Left            =   3360
      TabIndex        =   6
      Top             =   1920
      Width           =   500
   End
   Begin VB.CommandButton Command9 
      Caption         =   "9"
      Height          =   500
      Left            =   2400
      TabIndex        =   5
      Top             =   2520
      Width           =   500
   End
   Begin VB.CommandButton Command8 
      Caption         =   "8"
      Height          =   500
      Left            =   1440
      TabIndex        =   4
      Top             =   2520
      Width           =   500
   End
   Begin VB.CommandButton Command7 
      Caption         =   "7"
      Height          =   500
      Left            =   480
      TabIndex        =   3
      Top             =   2520
      Width           =   500
   End
   Begin VB.CommandButton Command6 
      Caption         =   "6"
      Height          =   500
      Left            =   2400
      TabIndex        =   2
      Top             =   1920
      Width           =   500
   End
   Begin VB.CommandButton Command4 
      Caption         =   "4"
      Height          =   500
      Left            =   480
      TabIndex        =   1
      Top             =   1920
      Width           =   500
   End
   Begin VB.CommandButton Command5 
      Caption         =   "5"
      Height          =   500
      Left            =   1440
      TabIndex        =   0
      Top             =   1920
      Width           =   500
   End
End
Attribute VB_Name = "Form1"
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 + -