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

📄 03428780.txt

📁 实现简单的加减乘除功能 实现简单的加减乘除功能实现简单的加减乘除功能实现简单的加减乘除功能
💻 TXT
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "计算器"
   ClientHeight    =   2880
   ClientLeft      =   5595
   ClientTop       =   3930
   ClientWidth     =   3000
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2880
   ScaleWidth      =   3000
   Begin VB.CommandButton Command1 
      Caption         =   "F"
      Height          =   495
      Index           =   15
      Left            =   2490
      TabIndex        =   27
      Top             =   2880
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "E"
      Height          =   495
      Index           =   14
      Left            =   2020
      TabIndex        =   26
      Top             =   2880
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "D"
      Height          =   495
      Index           =   13
      Left            =   1530
      TabIndex        =   25
      Top             =   2880
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "C"
      Height          =   495
      Index           =   12
      Left            =   1050
      TabIndex        =   24
      Top             =   2880
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "B"
      Height          =   495
      Index           =   11
      Left            =   580
      TabIndex        =   23
      Top             =   2880
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "A"
      Height          =   495
      Index           =   10
      Left            =   120
      TabIndex        =   22
      Top             =   2880
      Width           =   375
   End
   Begin VB.Frame Frame1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2400
      Left            =   60
      TabIndex        =   0
      Top             =   480
      Width           =   2895
      Begin VB.CommandButton Command3 
         Caption         =   "="
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1200
         TabIndex        =   21
         Top             =   1830
         Width           =   495
      End
      Begin VB.CommandButton Command4 
         Caption         =   "CE"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   3
         Left            =   2320
         TabIndex        =   20
         Top             =   160
         Width           =   495
      End
      Begin VB.CommandButton Command4 
         Caption         =   "1/x"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   2
         Left            =   2320
         TabIndex        =   19
         Top             =   1830
         Width           =   495
      End
      Begin VB.CommandButton Command4 
         Caption         =   "-/+"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   1
         Left            =   2320
         TabIndex        =   18
         Top             =   1280
         Width           =   495
      End
      Begin VB.CommandButton Command4 
         Caption         =   "sqr"
         BeginProperty Font 
            Name            =   "幼圆"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   0
         Left            =   2320
         TabIndex        =   17
         Top             =   720
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "÷"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   19
         Left            =   1750
         TabIndex        =   16
         Top             =   1830
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "×"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   18
         Left            =   1750
         TabIndex        =   15
         Top             =   1280
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "—"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   17
         Left            =   1750
         TabIndex        =   14
         Top             =   720
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "+"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   16
         Left            =   1750
         TabIndex        =   13
         Top             =   160
         Width           =   495
      End
      Begin VB.CommandButton Command2 
         Caption         =   "."
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   640
         TabIndex        =   11
         Top             =   1830
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "9"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Index           =   9
         Left            =   1200
         TabIndex        =   10
         Top             =   160
         Width           =   495
      End
      Begin VB.CommandButton Command1 
         Cancel          =   -1  'True
         Caption         =   "8"
         BeginProperty Font 

⌨️ 快捷键说明

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