md5main.dfm

来自「delphi实现加密算法 CRC32-Dym.................」· DFM 代码 · 共 86 行

DFM
86
字号
object Form1: TForm1
  Left = 295
  Top = 326
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'MD5'#31639#27861#28436#31034
  ClientHeight = 100
  ClientWidth = 561
  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 Label1: TLabel
    Left = 24
    Top = 19
    Width = 89
    Height = 12
    AutoSize = False
    Caption = #23383#31526#20018'MD5'#20540#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 51
    Width = 81
    Height = 12
    AutoSize = False
    Caption = #25991#20214'MD5'#20540#65306
  end
  object Button1: TButton
    Left = 464
    Top = 16
    Width = 75
    Height = 20
    Caption = #33719#21462'MD5'#20540
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 16
    Width = 353
    Height = 20
    TabOrder = 1
  end
  object Button2: TButton
    Left = 464
    Top = 48
    Width = 75
    Height = 20
    Caption = #33719#21462'MD5'#20540
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 104
    Top = 48
    Width = 353
    Height = 20
    TabOrder = 3
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 81
    Width = 561
    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
end

⌨️ 快捷键说明

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