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

📄 unit1.dfm

📁 3des算法code,已经通过visual c++编译.比一重des算法更加可靠!
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Form1'
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 20
    Width = 24
    Height = 12
    Caption = 'Key:'
  end
  object Button1: TButton
    Left = 24
    Top = 48
    Width = 81
    Height = 25
    Caption = 'EncryptStr'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 393
    Height = 20
    MaxLength = 8
    TabOrder = 1
    Text = 'Edit1'
  end
  object Memo1: TMemo
    Left = 24
    Top = 96
    Width = 481
    Height = 113
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Button2: TButton
    Left = 24
    Top = 224
    Width = 81
    Height = 25
    Caption = 'DecryptStr'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 112
    Top = 50
    Width = 393
    Height = 20
    TabOrder = 4
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 24
    Top = 264
    Width = 81
    Height = 25
    Caption = 'Test Hex'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 112
    Top = 226
    Width = 393
    Height = 20
    TabOrder = 6
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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