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

📄 about.frm

📁 非常好用的计算器
💻 FRM
字号:
VERSION 5.00
Begin VB.Form About 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "关于计算器"
   ClientHeight    =   3450
   ClientLeft      =   2985
   ClientTop       =   3285
   ClientWidth     =   4680
   MaxButton       =   0   'False
   MinButton       =   0   'False
   MousePointer    =   99  'Custom
   ScaleHeight     =   3450
   ScaleWidth      =   4680
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      Height          =   375
      Left            =   3480
      TabIndex        =   5
      Top             =   3000
      Width           =   975
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "E-mail:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   180
      Left            =   960
      TabIndex        =   6
      Top             =   2460
      Width           =   630
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "first9981@163.com"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   240
      Left            =   1800
      TabIndex        =   4
      Top             =   2400
      Width           =   1680
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "最后更新:2001年05月11日"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   180
      Left            =   960
      TabIndex        =   3
      Top             =   1920
      Width           =   2880
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "单位:扬州大学数学系九七(二)班"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Left            =   960
      TabIndex        =   2
      Top             =   1395
      Width           =   2880
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "作者:董井成"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Left            =   960
      TabIndex        =   1
      Top             =   880
      Width           =   1080
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "名称:多功能科学计算器"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Left            =   960
      TabIndex        =   0
      Top             =   360
      Width           =   1980
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   120
      Picture         =   "About.frx":0000
      Top             =   240
      Width           =   480
   End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Load()
Call Move((Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2)
End Sub

Private Sub Label5_Click()
Sendemail
End Sub

⌨️ 快捷键说明

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