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

📄 unit1.dfm

📁 MD5 加密算法 Delphi 源码。 编译为dll文件
💻 DFM
字号:
object Form1: TForm1
  Left = 367
  Top = 363
  AutoScroll = False
  BorderIcons = []
  Caption = 'MD5'#30340'dll'#35843#29992'-by navyseals@163.com QQ2972792'
  ClientHeight = 192
  ClientWidth = 453
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 32
    Width = 109
    Height = 13
    Caption = 'message to  digest:      '
  end
  object Label2: TLabel
    Left = 104
    Top = 96
    Width = 61
    Height = 13
    Caption = 'Md5 string:   '
  end
  object Button1: TButton
    Left = 152
    Top = 152
    Width = 75
    Height = 25
    Caption = 'MD5'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 168
    Top = 24
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 168
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
  object Button2: TButton
    Left = 256
    Top = 152
    Width = 75
    Height = 25
    Caption = 'close'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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