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

📄 unit1.dfm

📁 简单DES加密解密算法实现。。 学校网络安全课程的作业~
💻 DFM
字号:
object Form1: TForm1
  Left = 231
  Top = 105
  Width = 318
  Height = 179
  Caption = 'DES'#21152#23494#35299#23494
  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 = 8
    Top = 8
    Width = 51
    Height = 16
    Caption = #26126#25991'   '#65306'  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 37
    Width = 54
    Height = 16
    Caption = #23494#38053'   '#65306'   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 74
    Width = 51
    Height = 16
    Caption = #23494#25991'   '#65306'  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 112
    Width = 51
    Height = 16
    Caption = #21407#25991'   '#65306'  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 64
    Top = 8
    Width = 233
    Height = 21
    MaxLength = 8
    TabOrder = 0
    Text = 'tsinghua'
  end
  object Edit2: TEdit
    Left = 64
    Top = 37
    Width = 233
    Height = 21
    MaxLength = 8
    TabOrder = 1
    Text = 'computer'
  end
  object Edit3: TEdit
    Left = 64
    Top = 74
    Width = 233
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 64
    Top = 112
    Width = 233
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 86
    Top = 56
    Width = 137
    Height = 17
    Caption = #21152'          '#23494
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 87
    Top = 96
    Width = 135
    Height = 17
    Caption = #35299'          '#23494
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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