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

📄 form1.frm

📁 很多的vb经典源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "计算器"
   ClientHeight    =   2670
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   3540
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   2670
   ScaleWidth      =   3540
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command15 
      Caption         =   "x^n"
      Height          =   375
      Left            =   2160
      TabIndex        =   23
      Top             =   2160
      Width           =   495
   End
   Begin VB.CommandButton Command14 
      Caption         =   "C"
      Height          =   375
      Left            =   2760
      TabIndex        =   22
      Top             =   1680
      Width           =   615
   End
   Begin VB.CommandButton Command13 
      Caption         =   "CE"
      Height          =   375
      Left            =   2760
      TabIndex        =   21
      Top             =   1200
      Width           =   615
   End
   Begin VB.CommandButton Command12 
      Caption         =   "退格"
      Height          =   375
      Left            =   2760
      TabIndex        =   20
      Top             =   720
      Width           =   615
   End
   Begin VB.CommandButton Command11 
      Caption         =   "="
      Height          =   375
      Left            =   2760
      TabIndex        =   19
      Top             =   2160
      Width           =   615
   End
   Begin VB.CommandButton Command10 
      Caption         =   "1/X"
      Height          =   375
      Left            =   2160
      TabIndex        =   18
      Top             =   1680
      Width           =   495
   End
   Begin VB.CommandButton Command9 
      Caption         =   "%"
      Height          =   375
      Left            =   2160
      TabIndex        =   17
      Top             =   1200
      Width           =   495
   End
   Begin VB.CommandButton Command8 
      Caption         =   "sqr"
      Height          =   375
      Left            =   2160
      TabIndex        =   16
      Top             =   720
      Width           =   495
   End
   Begin VB.CommandButton Command7 
      Caption         =   "+"
      Height          =   375
      Left            =   1680
      TabIndex        =   15
      Top             =   2160
      Width           =   375
   End
   Begin VB.CommandButton Command6 
      Caption         =   "-"
      Height          =   375
      Left            =   1680
      TabIndex        =   14
      Top             =   1680
      Width           =   375
   End
   Begin VB.CommandButton Command5 
      Caption         =   "*"
      Height          =   375
      Left            =   1680
      TabIndex        =   13
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command4 
      Caption         =   "/"
      Height          =   375
      Left            =   1680
      TabIndex        =   12
      Top             =   720
      Width           =   375
   End
   Begin VB.CommandButton Command3 
      Caption         =   "·"
      Height          =   375
      Left            =   1080
      TabIndex        =   11
      Top             =   2160
      Width           =   375
   End
   Begin VB.CommandButton Command2 
      Caption         =   "0"
      Height          =   375
      Left            =   120
      TabIndex        =   10
      Top             =   2160
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "9"
      Height          =   375
      Index           =   8
      Left            =   1080
      TabIndex        =   9
      Top             =   720
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "8"
      Height          =   375
      Index           =   7
      Left            =   600
      TabIndex        =   8
      Top             =   720
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "7"
      Height          =   375
      Index           =   6
      Left            =   120
      TabIndex        =   7
      Top             =   720
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "6"
      Height          =   375
      Index           =   5
      Left            =   1080
      TabIndex        =   6
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "5"
      Height          =   375
      Index           =   4
      Left            =   600
      TabIndex        =   5
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "4"
      Height          =   375
      Index           =   3
      Left            =   120
      TabIndex        =   4
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "3"
      Height          =   375
      Index           =   2
      Left            =   1080
      TabIndex        =   3
      Top             =   1680
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "2"
      Height          =   375
      Index           =   1
      Left            =   600
      TabIndex        =   2
      Top             =   1680
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "1"
      Height          =   375
      Index           =   0
      Left            =   120
      TabIndex        =   1
      Top             =   1680
      Width           =   375
   End
   Begin VB.Label Label1 
      BackColor       =   &H8000000E&
      BorderStyle     =   1  'Fixed Single
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3255
   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 + -