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

📄 aesmain.dfm

📁 delphi 编的AES加密界面可选择密钥位数
💻 DFM
字号:
object Form1: TForm1
  Left = 248
  Top = 133
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'AES'#31639#27861#31034#20363
  ClientHeight = 468
  ClientWidth = 593
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 41
    Height = 12
    AutoSize = False
    Caption = #26126#25991#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 152
    Width = 41
    Height = 12
    AutoSize = False
    Caption = #26126#25991#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 264
    Width = 41
    Height = 12
    AutoSize = False
    Caption = #26126#25991#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 403
    Width = 65
    Height = 12
    AutoSize = False
    Caption = #23494#38053#20301#25968#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 131
    Width = 41
    Height = 12
    AutoSize = False
    Caption = #23494#38053#65306
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 449
    Width = 593
    Height = 19
    Panels = <>
  end
  object MText: TMemo
    Left = 16
    Top = 32
    Width = 561
    Height = 89
    TabOrder = 1
  end
  object CText: TMemo
    Left = 16
    Top = 168
    Width = 561
    Height = 89
    TabOrder = 2
  end
  object PText: TMemo
    Left = 16
    Top = 280
    Width = 561
    Height = 89
    TabOrder = 3
  end
  object ComboBox1: TComboBox
    Left = 72
    Top = 400
    Width = 145
    Height = 20
    ItemHeight = 12
    TabOrder = 4
    Items.Strings = (
      '128'#20301
      '192'#20301
      '256'#20301)
  end
  object Button1: TButton
    Left = 280
    Top = 384
    Width = 137
    Height = 57
    Caption = #21152#23494
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 432
    Top = 384
    Width = 137
    Height = 57
    Caption = #35299#23494
    TabOrder = 6
    OnClick = Button2Click
  end
  object KText: TEdit
    Left = 48
    Top = 128
    Width = 529
    Height = 20
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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