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

📄 ccc.frm

📁 用VB写的一个函数计算器
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00000000&
   Caption         =   "函数计算器"
   ClientHeight    =   4500
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7290
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4500
   ScaleWidth      =   7290
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command26 
      Caption         =   "Oct"
      Height          =   375
      Index           =   11
      Left            =   1440
      TabIndex        =   28
      Top             =   3000
      Width           =   735
   End
   Begin VB.CommandButton Command27 
      Caption         =   "Hex"
      Height          =   375
      Index           =   2
      Left            =   2280
      TabIndex        =   27
      Top             =   3000
      Width           =   735
   End
   Begin VB.CommandButton Command28 
      Caption         =   "Abs"
      Height          =   375
      Index           =   1
      Left            =   600
      TabIndex        =   26
      Top             =   3000
      Width           =   735
   End
   Begin VB.CommandButton Command18 
      Caption         =   "Cos"
      Height          =   375
      Index           =   10
      Left            =   1440
      TabIndex        =   25
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command19 
      Caption         =   "Tan"
      Height          =   375
      Index           =   9
      Left            =   2280
      TabIndex        =   24
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command21 
      Caption         =   "Log"
      Height          =   375
      Index           =   8
      Left            =   600
      TabIndex        =   23
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command22 
      Caption         =   "Sqr"
      Height          =   375
      Index           =   7
      Left            =   1440
      TabIndex        =   22
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command20 
      Caption         =   "Sgn"
      Height          =   375
      Index           =   6
      Left            =   600
      TabIndex        =   21
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command25 
      Caption         =   "1/x"
      Height          =   375
      Index           =   5
      Left            =   2280
      TabIndex        =   20
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command23 
      Caption         =   "Exp"
      Height          =   375
      Index           =   4
      Left            =   2280
      TabIndex        =   19
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command24 
      Caption         =   "x^2"
      Height          =   375
      Index           =   3
      Left            =   1440
      TabIndex        =   18
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command17 
      Caption         =   "Sin"
      Height          =   375
      Index           =   0
      Left            =   600
      TabIndex        =   17
      Top             =   1560
      Width           =   735
   End
   Begin VB.TextBox Text1 
      Alignment       =   1  'Right Justify
      BackColor       =   &H00FFFFC0&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   600
      TabIndex        =   16
      Top             =   480
      Width           =   6135
   End
   Begin VB.CommandButton Command16 
      BackColor       =   &H000000FF&
      Caption         =   "C"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   15
      Left            =   6000
      TabIndex        =   15
      Top             =   3000
      Width           =   735
   End
   Begin VB.CommandButton Command10 
      Caption         =   "0"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   14
      Left            =   4200
      TabIndex        =   14
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command11 
      Caption         =   "."
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   13
      Left            =   3240
      TabIndex        =   13
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command12 
      Caption         =   "OFF"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   12
      Left            =   6000
      TabIndex        =   12
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command9 
      Caption         =   "9"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   11
      Left            =   5160
      TabIndex        =   11
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command6 
      Caption         =   "6"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   10
      Left            =   5160
      MaskColor       =   &H008080FF&
      TabIndex        =   10
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "3"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   1
      Left            =   5160
      TabIndex        =   9
      Top             =   3000
      Width           =   735
   End
   Begin VB.CommandButton Command13 
      Caption         =   "<--"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   9
      Left            =   6000
      TabIndex        =   8
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command8 
      BackColor       =   &H0080C0FF&
      Caption         =   "8"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   8
      Left            =   4200
      TabIndex        =   7
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command14 
      Caption         =   "+/-"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   7
      Left            =   5160
      TabIndex        =   6
      Top             =   3720
      Width           =   735
   End
   Begin VB.CommandButton Command4 
      Caption         =   "4"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12

⌨️ 快捷键说明

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