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

📄 unit1.dfm

📁 MD5算法的delphi源码和示例
💻 DFM
字号:
object Form1: TForm1
  Left = 314
  Top = 280
  Width = 339
  Height = 170
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'MD5'#31639#27861#31034#20363#28304#30721'---Powered by ksaiy'
  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 Button1: TButton
    Left = 56
    Top = 88
    Width = 75
    Height = 25
    Caption = 'md5'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 88
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 16
    Width = 281
    Height = 20
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 24
    Top = 48
    Width = 281
    Height = 20
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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