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

📄 desmain.dfm

📁 delphi实现加密算法 CRC32-Dym.................CRC32算法动态码表实现 CRC32-Static..............CRC32算法静态码表实现 MD
💻 DFM
字号:
object Form1: TForm1
  Left = 225
  Top = 223
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21452#37325'DES'#31639#27861#28436#31034
  ClientHeight = 267
  ClientWidth = 594
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object StatusBar1: TStatusBar
    Left = 0
    Top = 248
    Width = 594
    Height = 19
    Panels = <
      item
        Text = #12298#36719#20214#21152#35299#23494#25216#26415'-'#36719#20214#21152#23494#12299
        Width = 170
      end
      item
        Text = #20316#32773#65306#21490#23376#33635
        Width = 90
      end
      item
        Text = 'http://www.pefine.com'
        Width = 50
      end>
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 473
    Height = 113
    Caption = #21452#37325'DES'#21152#23494
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #26126#25991#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 51
      Width = 57
      Height = 12
      AutoSize = False
      Caption = #23494#38053#19968#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 83
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #23494#25991#65306
    end
    object Label7: TLabel
      Left = 248
      Top = 51
      Width = 57
      Height = 12
      AutoSize = False
      Caption = #23494#38053#20108#65306
    end
    object EInput: TEdit
      Left = 40
      Top = 16
      Width = 425
      Height = 20
      TabOrder = 0
    end
    object EKey1: TEdit
      Left = 53
      Top = 48
      Width = 188
      Height = 20
      TabOrder = 1
    end
    object EOutput: TEdit
      Left = 40
      Top = 80
      Width = 425
      Height = 20
      TabOrder = 2
    end
    object EKey2: TEdit
      Left = 294
      Top = 48
      Width = 171
      Height = 20
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 128
    Width = 473
    Height = 113
    Caption = #21452#37325'DES'#35299#23494
    TabOrder = 2
    object Label4: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #23494#25991#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 83
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #26126#25991#65306
    end
    object Label5: TLabel
      Left = 8
      Top = 51
      Width = 57
      Height = 12
      AutoSize = False
      Caption = #23494#38053#19968#65306
    end
    object Label8: TLabel
      Left = 248
      Top = 51
      Width = 57
      Height = 12
      AutoSize = False
      Caption = #23494#38053#20108#65306
    end
    object DInput: TEdit
      Left = 40
      Top = 16
      Width = 425
      Height = 20
      TabOrder = 0
    end
    object DOutput: TEdit
      Left = 40
      Top = 80
      Width = 425
      Height = 20
      TabOrder = 1
    end
    object DKey1: TEdit
      Left = 53
      Top = 48
      Width = 188
      Height = 20
      TabOrder = 2
    end
    object DKey2: TEdit
      Left = 294
      Top = 48
      Width = 171
      Height = 20
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 488
    Top = 16
    Width = 97
    Height = 97
    Caption = #21152#23494
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 488
    Top = 136
    Width = 97
    Height = 97
    Caption = #35299#23494
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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