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

📄 form3.frm

📁 一个用vb编写指纹识别程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "文本信息"
   ClientHeight    =   2835
   ClientLeft      =   5055
   ClientTop       =   4950
   ClientWidth     =   3060
   LinkTopic       =   "Form3"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2835
   ScaleWidth      =   3060
   Begin VB.CommandButton Command1 
      Caption         =   "确  定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   960
      TabIndex        =   0
      Top             =   2040
      Width           =   1095
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public Size As Long
Public ImgHeight As Long
Public ImgWidth As Long
Public Colors As Long

Private Sub Command1_Click()
Form3.Hide
End Sub

Private Sub Form_Activate()
Cls
Print
Print
Print "    文件大小:"; Size; "字节"
Print
Print "    图像宽度:"; ImgWidth; "像素"
Print
Print "    图像高度:"; ImgHeight; "像素"
Print
Print "    图像颜色数:"; Colors; "种"
End Sub

⌨️ 快捷键说明

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