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

📄 calculator_main_form.frm

📁 一个功能特别的WINXP的科学计算器
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}#1.0#0"; "msscript.ocx"
Begin VB.Form Calc 
   BorderStyle     =   0  'None
   Caption         =   "Calculator"
   ClientHeight    =   5310
   ClientLeft      =   6165
   ClientTop       =   4530
   ClientWidth     =   4605
   Icon            =   "Calculator_Main_Form.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "Calculator_Main_Form.frx":1042
   ScaleHeight     =   5310
   ScaleWidth      =   4605
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   21
      Left            =   2160
      Top             =   1680
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   8421504
      TX              =   "Sqr"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.PictureBox Picture4 
      BackColor       =   &H0000FF00&
      BorderStyle     =   0  'None
      Height          =   310
      Left            =   4210
      ScaleHeight     =   315
      ScaleWidth      =   315
      TabIndex        =   8
      Top             =   80
      Width           =   315
      Begin VB.Timer Syntax 
         Enabled         =   0   'False
         Interval        =   5000
         Left            =   240
         Top             =   240
      End
      Begin MSScriptControlCtl.ScriptControl Script 
         Left            =   240
         Top             =   240
         _ExtentX        =   1005
         _ExtentY        =   1005
         AllowUI         =   -1  'True
      End
      Begin VB.Image Image3 
         Height          =   945
         Left            =   0
         Picture         =   "Calculator_Main_Form.frx":52EB8
         Top             =   0
         Width           =   315
      End
   End
   Begin Calculator.Button Solve 
      Height          =   1095
      Left            =   3960
      Top             =   4080
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   1931
      ForeColor       =   0
      TX              =   "="
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Clr 
      Height          =   495
      Left            =   2160
      Top             =   1080
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   0
      TX              =   "CE"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   0
      Left            =   2160
      Top             =   4680
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.TextBox Scripto 
      Height          =   285
      Left            =   -720
      MultiLine       =   -1  'True
      TabIndex        =   4
      Top             =   3240
      Width           =   150
   End
   Begin VB.TextBox Text1 
      Height          =   285
      Left            =   -2400
      TabIndex        =   3
      Top             =   1920
      Width           =   2175
   End
   Begin VB.TextBox Code 
      Appearance      =   0  'Flat
      Height          =   3615
      Left            =   1080
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   0
      Text            =   "Calculator_Main_Form.frx":53EBA
      Top             =   -3960
      Width           =   1935
   End
   Begin VB.PictureBox Picture1 
      Height          =   0
      Left            =   0
      ScaleHeight     =   0
      ScaleWidth      =   0
      TabIndex        =   5
      Top             =   0
      Width           =   0
   End
   Begin VB.PictureBox Picture2 
      Height          =   0
      Left            =   0
      ScaleHeight     =   0
      ScaleWidth      =   0
      TabIndex        =   6
      Top             =   0
      Width           =   0
   End
   Begin VB.PictureBox Picture3 
      Height          =   0
      Left            =   0
      ScaleHeight     =   0
      ScaleWidth      =   0
      TabIndex        =   7
      Top             =   0
      Width           =   0
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   1
      Left            =   2160
      Top             =   4080
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   2
      Left            =   2760
      Top             =   4080
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   3
      Left            =   3360
      Top             =   4080
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   4
      Left            =   2160
      Top             =   3480
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   5
      Left            =   2760
      Top             =   3480
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   6
      Left            =   3360
      Top             =   3480
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   7
      Left            =   2160
      Top             =   2880
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   8
      Left            =   2760
      Top             =   2880
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   9
      Left            =   3360
      Top             =   2880
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   16711680
      TX              =   "0"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495
      Index           =   10
      Left            =   3360
      Top             =   4680
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      ForeColor       =   0
      TX              =   "."
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   1095
      Index           =   11
      Left            =   3960
      Top             =   2880
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   1931
      ForeColor       =   33023
      TX              =   "+"
      ENAB            =   -1  'True
      BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Arial"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Calculator.Button Num 
      Height          =   495

⌨️ 快捷键说明

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