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

📄 calc.frm

📁 模拟windows计算器功能
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "复杂数学计算器"
   ClientHeight    =   3600
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6360
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   3600
   ScaleWidth      =   6360
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      Height          =   495
      Left            =   240
      TabIndex        =   40
      Top             =   840
      Width           =   2175
      Begin VB.OptionButton Option2 
         Caption         =   "八进制"
         Height          =   255
         Left            =   1080
         TabIndex        =   43
         Top             =   120
         Width           =   975
      End
      Begin VB.OptionButton Option1 
         Caption         =   "十进制"
         Height          =   255
         Left            =   120
         TabIndex        =   42
         Top             =   120
         Value           =   -1  'True
         Width           =   855
      End
   End
   Begin VB.CommandButton Command23 
      Caption         =   "cot"
      Height          =   375
      Left            =   480
      TabIndex        =   39
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Command22 
      Caption         =   "n!"
      Height          =   375
      Left            =   1080
      TabIndex        =   38
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Command21 
      Caption         =   "pi"
      Height          =   375
      Left            =   1680
      TabIndex        =   37
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Command20 
      Caption         =   "log"
      Height          =   375
      Left            =   1680
      TabIndex        =   36
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Command19 
      Caption         =   "ln"
      Height          =   375
      Left            =   1680
      TabIndex        =   35
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Command18 
      Caption         =   "Exp"
      Height          =   375
      Left            =   1680
      TabIndex        =   34
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Command17 
      Caption         =   "x^2"
      Height          =   375
      Left            =   1080
      TabIndex        =   33
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Command16 
      Caption         =   "x^3"
      Height          =   375
      Left            =   1080
      TabIndex        =   32
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Operate 
      Caption         =   "^"
      Height          =   375
      Index           =   4
      Left            =   1080
      TabIndex        =   31
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Command14 
      Caption         =   "tan"
      Height          =   375
      Left            =   480
      TabIndex        =   30
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Command13 
      Caption         =   "cos"
      Height          =   375
      Left            =   480
      TabIndex        =   29
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Command12 
      Caption         =   "sin"
      Height          =   375
      Left            =   480
      TabIndex        =   28
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Command11 
      Caption         =   "M+"
      Height          =   375
      Left            =   2640
      TabIndex        =   27
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Command10 
      Caption         =   "MS"
      Height          =   375
      Left            =   2640
      TabIndex        =   26
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Command9 
      Caption         =   "MR"
      Height          =   375
      Left            =   2640
      TabIndex        =   25
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Command8 
      Caption         =   "MC"
      Height          =   375
      Left            =   2640
      TabIndex        =   24
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Command7 
      Caption         =   "1/x"
      Height          =   375
      Left            =   5640
      TabIndex        =   23
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Command6 
      Caption         =   "%"
      Height          =   375
      Left            =   5640
      TabIndex        =   22
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Command5 
      Caption         =   "sqrt"
      Height          =   375
      Left            =   5640
      TabIndex        =   21
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Command4 
      Caption         =   "+/-"
      Height          =   375
      Left            =   3840
      MaskColor       =   &H00808080&
      TabIndex        =   20
      Top             =   3000
      Width           =   495
   End
   Begin VB.TextBox Result 
      Alignment       =   1  'Right Justify
      Enabled         =   0   'False
      Height          =   375
      Left            =   240
      Locked          =   -1  'True
      TabIndex        =   19
      Text            =   "0"
      Top             =   240
      Width           =   5895
   End
   Begin VB.CommandButton Calc 
      Caption         =   "="
      Height          =   375
      Left            =   5640
      TabIndex        =   18
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Command3 
      Caption         =   "C"
      Height          =   375
      Left            =   5280
      TabIndex        =   17
      Top             =   960
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "CE"
      Height          =   375
      Left            =   4320
      TabIndex        =   16
      Top             =   960
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00C0C0C0&
      Caption         =   "Backspace"
      Height          =   375
      Left            =   3240
      TabIndex        =   15
      Top             =   960
      Width           =   1000
   End
   Begin VB.CommandButton Operate 
      Caption         =   "+"
      Height          =   375
      Index           =   3
      Left            =   5040
      TabIndex        =   14
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton Operate 
      Caption         =   "-"
      Height          =   375
      Index           =   2
      Left            =   5040
      TabIndex        =   13
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton Operate 
      Caption         =   "*"
      Height          =   375
      Index           =   1
      Left            =   5040
      TabIndex        =   12
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton Operate 
      Caption         =   "/"
      Height          =   375
      Index           =   0
      Left            =   5040
      TabIndex        =   11
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton Dot 
      Caption         =   "."
      Height          =   375
      Left            =   4440
      TabIndex        =   10
      Top             =   3000
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "9"
      Height          =   375
      Index           =   9
      Left            =   4440
      TabIndex        =   9
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "8"
      Height          =   375
      Index           =   8
      Left            =   3840
      TabIndex        =   8
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "7"
      Height          =   375
      Index           =   7
      Left            =   3240
      TabIndex        =   7
      Top             =   1560
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "6"
      Height          =   375
      Index           =   6
      Left            =   4440
      TabIndex        =   6
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "5"
      Height          =   375
      Index           =   5
      Left            =   3840
      TabIndex        =   5
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "4"
      Height          =   375
      Index           =   4
      Left            =   3240
      TabIndex        =   4
      Top             =   2040
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "3"
      Height          =   375
      Index           =   3
      Left            =   4440
      TabIndex        =   3
      Top             =   2520
      Width           =   495
   End
   Begin VB.CommandButton number 
      Caption         =   "2"
      Height          =   375
      Index           =   2
      Left            =   3840

⌨️ 快捷键说明

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