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

📄 main.~dfm

📁 delphi 实现DES算法
💻 ~DFM
字号:
object FormDES: TFormDES
  Left = 221
  Top = 248
  BorderStyle = bsDialog
  Caption = 'DES'#31639#27861#28436#31034
  ClientHeight = 170
  ClientWidth = 632
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 54
    Height = 12
    Caption = #21407#22987#26126#25991':'
  end
  object Label2: TLabel
    Left = 32
    Top = 64
    Width = 54
    Height = 12
    Caption = #21152#23494#23494#38053':'
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 54
    Height = 12
    Caption = #21152#23494#32467#26524':'
  end
  object Label4: TLabel
    Left = 32
    Top = 128
    Width = 54
    Height = 12
    Caption = #35299#23494#32467#26524':'
  end
  object Edit_InPlainText: TEdit
    Left = 112
    Top = 28
    Width = 401
    Height = 20
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 528
    Top = 32
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 528
    Top = 72
    Width = 75
    Height = 25
    Caption = #35299#23494
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit_InKeyText: TEdit
    Left = 112
    Top = 60
    Width = 401
    Height = 20
    TabOrder = 3
  end
  object Edit_OutCipherText: TEdit
    Left = 112
    Top = 92
    Width = 401
    Height = 20
    TabOrder = 4
  end
  object Edit_OutPlainText: TEdit
    Left = 112
    Top = 124
    Width = 401
    Height = 20
    TabOrder = 5
  end
  object Button1: TButton
    Left = 528
    Top = 112
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = Button1Click
  end
  object BitBtn3: TBitBtn
    Left = 528
    Top = 8
    Width = 75
    Height = 25
    Caption = 'BitBtn3'
    TabOrder = 7
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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