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

📄 form1.frm

📁 数据加密利用VB、VC++的数据加密算法
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00C0E0FF&
   Caption         =   "扩展置换和S盒代替过程演示"
   ClientHeight    =   11115
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   15240
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   12
      Charset         =   0
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   11115
   ScaleWidth      =   15240
   Begin VB.Timer Timer3 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   11640
      Top             =   2880
   End
   Begin VB.CommandButton Command3 
      Caption         =   "S盒置换"
      BeginProperty Font 
         Name            =   "华文细黑"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   1440
      TabIndex        =   148
      Top             =   6840
      Width           =   1212
   End
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   15
      Left            =   7920
      TabIndex        =   147
      Top             =   6480
      Width           =   135
   End
   Begin VB.CommandButton Command2 
      Caption         =   "扩展置换"
      BeginProperty Font 
         Name            =   "华文细黑"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   7320
      TabIndex        =   146
      Top             =   1200
      Width           =   2000
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   200
      Left            =   11640
      Top             =   2400
   End
   Begin VB.CommandButton Command1 
      Caption         =   "转换为二进制数"
      BeginProperty Font 
         Name            =   "华文细黑"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   500
      Left            =   7320
      TabIndex        =   145
      Top             =   360
      Width           =   2000
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   11640
      Top             =   1920
   End
   Begin VB.TextBox Text1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   4440
      TabIndex        =   32
      Text            =   "0"
      Top             =   360
      Width           =   2412
   End
   Begin VB.Label Label12 
      BackColor       =   &H00C0C0FF&
      Caption         =   "S盒32位输出:"
      Height          =   615
      Left            =   480
      TabIndex        =   171
      Top             =   9720
      Width           =   1095
   End
   Begin VB.Label Label11 
      BackColor       =   &H00C0C0FF&
      Caption         =   "扩展后的48位数:"
      Height          =   612
      Left            =   600
      TabIndex        =   170
      Top             =   4320
      Width           =   1092
   End
   Begin VB.Line Line1 
      BorderWidth     =   3
      X1              =   600
      X2              =   10320
      Y1              =   3320
      Y2              =   3320
   End
   Begin VB.Label Label10 
      BackColor       =   &H00C0C0FF&
      Caption         =   "32位的二进制数:"
      Height          =   612
      Left            =   600
      TabIndex        =   169
      Top             =   2040
      Width           =   1092
   End
   Begin VB.Label Label9 
      BackColor       =   &H00C0E0FF&
      Caption         =   "步骤二:进行扩展置换:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   492
      Left            =   600
      TabIndex        =   168
      Top             =   1200
      Width           =   3132
   End
   Begin VB.Label Label8 
      Alignment       =   2  'Center
      BackColor       =   &H00C0E0FF&
      Caption         =   "步骤一:请输入一个十进制数:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   372
      Left            =   360
      TabIndex        =   167
      Top             =   480
      Width           =   4092
   End
   Begin VB.Label Label7 
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   252
      Left            =   2760
      TabIndex        =   166
      Top             =   1320
      Width           =   372
   End
   Begin VB.Label Label6 
      BackColor       =   &H00C0E0FF&
      Caption         =   "步骤三:S盒置换:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   372
      Left            =   600
      TabIndex        =   165
      Top             =   6120
      Width           =   2412
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   7
      Left            =   13800
      TabIndex        =   164
      Top             =   8880
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   6
      Left            =   13560
      TabIndex        =   163
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   5
      Left            =   13800
      TabIndex        =   162
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   4
      Left            =   14040
      TabIndex        =   161
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   3
      Left            =   14280
      TabIndex        =   160
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   2
      Left            =   13800
      TabIndex        =   159
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   1
      Left            =   13800
      TabIndex        =   158
      Top             =   9120
      Width           =   800
   End
   Begin VB.Label Label5 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   0
      Left            =   13680
      TabIndex        =   157
      Top             =   9240
      Width           =   800
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   7
      Left            =   14400
      TabIndex        =   156
      Top             =   8400
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   6
      Left            =   14040
      TabIndex        =   155
      Top             =   9120
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   5
      Left            =   14880
      TabIndex        =   154
      Top             =   9480
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   4
      Left            =   14040
      TabIndex        =   153
      Top             =   9240
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   3
      Left            =   13200
      TabIndex        =   152
      Top             =   8640
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   2
      Left            =   13920
      TabIndex        =   151
      Top             =   9120
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   1
      Left            =   13920
      TabIndex        =   150
      Top             =   8880
      Width           =   300
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0E0FF&
      Height          =   400
      Index           =   0
      Left            =   13800
      TabIndex        =   149
      Top             =   9120
      Width           =   300
   End
   Begin VB.Label Label4 
      BackColor       =   &H00E0E0E0&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "16"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   63
      Left            =   8760
      TabIndex        =   144
      Top             =   5280
      Width           =   255
      WordWrap        =   -1  'True
   End
   Begin VB.Label Label4 
      BackColor       =   &H00E0E0E0&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "16"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False

⌨️ 快捷键说明

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