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

📄 unit1.dfm

📁 AES for BCB5/6 控件 安装: 1)展开XAES.ZIP 2)启动C++ Builder
💻 DFM
字号:
object Form1: TForm1
  Left = 170
  Top = 149
  Width = 682
  Height = 342
  Caption = 'AES'#31639#27861#28436#31034' 2004-9-27 by Netsys Email: mike888@163.net'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 28
    Height = 14
    Caption = #26126#25991
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 28
    Height = 14
    Caption = #23494#38053
  end
  object Label3: TLabel
    Left = 16
    Top = 128
    Width = 28
    Height = 14
    Caption = #23494#25991
  end
  object Label4: TLabel
    Left = 16
    Top = 160
    Width = 28
    Height = 14
    Caption = #35299#23494
  end
  object Label5: TLabel
    Left = 16
    Top = 88
    Width = 14
    Height = 14
    Caption = 'IV'
  end
  object Label6: TLabel
    Left = 16
    Top = 200
    Width = 56
    Height = 14
    Caption = #23494#38053#38271#24230
  end
  object Edit1: TEdit
    Left = 48
    Top = 24
    Width = 601
    Height = 22
    TabOrder = 0
    Text = '00000000000000000000000000000000'
  end
  object Edit2: TEdit
    Left = 48
    Top = 56
    Width = 601
    Height = 22
    TabOrder = 1
    Text = '00000000000000000000000000000000'
  end
  object Edit4: TEdit
    Left = 48
    Top = 120
    Width = 601
    Height = 22
    TabOrder = 2
  end
  object Edit5: TEdit
    Left = 48
    Top = 152
    Width = 601
    Height = 22
    TabOrder = 3
  end
  object RB16: TRadioButton
    Left = 96
    Top = 200
    Width = 57
    Height = 17
    Caption = '16'
    Checked = True
    TabOrder = 4
    TabStop = True
  end
  object RB32: TRadioButton
    Left = 200
    Top = 200
    Width = 49
    Height = 17
    Caption = '32'
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 48
    Top = 88
    Width = 601
    Height = 22
    TabOrder = 6
    Text = '00000000000000000000000000000000'
  end
  object RB24: TRadioButton
    Left = 144
    Top = 200
    Width = 49
    Height = 17
    Caption = '24'
    TabOrder = 7
  end
  object Button1: TButton
    Left = 192
    Top = 240
    Width = 75
    Height = 25
    Caption = #21152#35299#23494
    TabOrder = 8
    OnClick = Button1Click
  end
  object BtnFile: TButton
    Left = 352
    Top = 240
    Width = 75
    Height = 25
    Caption = #25991#20214
    TabOrder = 9
    OnClick = BtnFileClick
  end
  object XAes1: TXAes
    KeyLen = 16
    Left = 528
    Top = 200
  end
end

⌨️ 快捷键说明

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