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

📄 makecrc.frm

📁 实现文件CRC加密的VB程序
💻 FRM
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form MakeCRC 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Executable CRC-Checksum Tagger"
   ClientHeight    =   2985
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6975
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "MakeCRC.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2985
   ScaleWidth      =   6975
   StartUpPosition =   2  'CenterScreen
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   6555
      Top             =   45
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton GoButton 
      Caption         =   "Go!"
      Enabled         =   0   'False
      Height          =   645
      Left            =   5745
      TabIndex        =   5
      Top             =   2205
      Width           =   1080
   End
   Begin VB.Frame Frame2 
      Caption         =   "Progress"
      Height          =   780
      Left            =   120
      TabIndex        =   3
      Top             =   1200
      Width           =   6705
      Begin VB.Label ProgressLabel 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         BorderStyle     =   1  'Fixed Single
         Caption         =   "I'm waiting... Choose a file!"
         Height          =   285
         Left            =   150
         TabIndex        =   4
         Top             =   300
         Width           =   6390
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "File to CRC-tag"
      Height          =   945
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   6705
      Begin VB.CommandButton PickTargetButton 
         Caption         =   "..."
         Height          =   345
         Left            =   5805
         TabIndex        =   2
         Top             =   360
         Width           =   600
      End
      Begin VB.TextBox TargetFileBox 
         Height          =   330
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   5535
      End
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "

⌨️ 快捷键说明

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