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

📄 helpform.frm

📁 民用加密解密系统是用VB6.0完全开发的中文简体繁体通用的符号加密系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form aboutform 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "关于民用加密解密软件1.0"
   ClientHeight    =   5580
   ClientLeft      =   45
   ClientTop       =   450
   ClientWidth     =   6420
   Icon            =   "helpform.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5580
   ScaleWidth      =   6420
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   1695
      Left            =   0
      Picture         =   "helpform.frx":0442
      ScaleHeight     =   1695
      ScaleWidth      =   6495
      TabIndex        =   8
      Top             =   0
      Width           =   6495
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   5400
      TabIndex        =   7
      Top             =   5160
      Width           =   855
   End
   Begin VB.Label Label7 
      Caption         =   "所占物理内存:523,760(k)"
      Height          =   375
      Left            =   840
      TabIndex        =   6
      Top             =   5160
      Width           =   4455
   End
   Begin VB.Line Line1 
      X1              =   720
      X2              =   6360
      Y1              =   5040
      Y2              =   5040
   End
   Begin VB.Label Label6 
      Caption         =   "鸿鹭工作室"
      Height          =   375
      Left            =   840
      TabIndex        =   5
      Top             =   4560
      Width           =   5655
   End
   Begin VB.Label Label5 
      Caption         =   "盘庚科技有限公司"
      Height          =   375
      Left            =   840
      TabIndex        =   4
      Top             =   4200
      Width           =   5535
   End
   Begin VB.Label Label4 
      Caption         =   "本产品授权给"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   840
      TabIndex        =   3
      Top             =   3720
      Width           =   5535
   End
   Begin VB.Label Label3 
      Caption         =   "版权所有(C)西南大学地理科学学院2003级GIS鸿鹭工作室"
      Height          =   615
      Left            =   840
      TabIndex        =   2
      Top             =   3120
      Width           =   5535
   End
   Begin VB.Label Label2 
      Caption         =   "版本:1.0 此软件为自主开发软件,源代码系鸿鹭工作室设计调试,希望大家尊重作者劳动成果,谢谢合作!"
      Height          =   615
      Left            =   840
      TabIndex        =   1
      Top             =   2400
      Width           =   5535
   End
   Begin VB.Label Label1 
      Caption         =   "民用加密解密软件1.0"
      Height          =   375
      Left            =   840
      TabIndex        =   0
      Top             =   1920
      Width           =   3015
   End
   Begin VB.Image Image2 
      Height          =   480
      Left            =   120
      Picture         =   "helpform.frx":2D856
      Top             =   1800
      Width           =   480
   End
End
Attribute VB_Name = "aboutform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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