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

📄 form.~dfm

📁 Delphi与.NET RSA的互操作
💻 ~DFM
字号:
object MainForm: TMainForm
  Left = 192
  Top = 112
  BorderStyle = bsSingle
  Caption = 'RSA '#27979#35797
  ClientHeight = 546
  ClientWidth = 495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 481
    Height = 241
    Caption = 'RSA Key'#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 40
      Height = 13
      Caption = 'Modulus'
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 45
      Height = 13
      Caption = 'Exponent'
    end
    object Label3: TLabel
      Left = 48
      Top = 72
      Width = 7
      Height = 13
      Caption = 'P'
    end
    object Label4: TLabel
      Left = 48
      Top = 96
      Width = 8
      Height = 13
      Caption = 'Q'
    end
    object Label5: TLabel
      Left = 40
      Top = 120
      Width = 15
      Height = 13
      Caption = 'DP'
    end
    object Label6: TLabel
      Left = 40
      Top = 144
      Width = 16
      Height = 13
      Caption = 'DQ'
    end
    object Label7: TLabel
      Left = 16
      Top = 168
      Width = 43
      Height = 13
      Caption = 'InverseQ'
    end
    object Label8: TLabel
      Left = 48
      Top = 192
      Width = 8
      Height = 13
      Caption = 'D'
    end
    object tb_key_Modulus: TEdit
      Left = 64
      Top = 16
      Width = 401
      Height = 21
      TabOrder = 0
    end
    object but_createkey: TButton
      Left = 392
      Top = 208
      Width = 75
      Height = 25
      Caption = #29983#25104'Key'
      TabOrder = 8
      OnClick = but_createkeyClick
    end
    object tb_key_Exponent: TEdit
      Left = 64
      Top = 40
      Width = 401
      Height = 21
      TabOrder = 1
    end
    object tb_key_P: TEdit
      Left = 64
      Top = 64
      Width = 401
      Height = 21
      TabOrder = 2
    end
    object tb_key_Q: TEdit
      Left = 64
      Top = 88
      Width = 401
      Height = 21
      TabOrder = 3
    end
    object tb_key_DP: TEdit
      Left = 64
      Top = 112
      Width = 401
      Height = 21
      TabOrder = 4
    end
    object tb_key_DQ: TEdit
      Left = 64
      Top = 136
      Width = 401
      Height = 21
      TabOrder = 5
    end
    object tb_key_InverseQ: TEdit
      Left = 64
      Top = 160
      Width = 401
      Height = 21
      TabOrder = 6
    end
    object tb_key_D: TEdit
      Left = 64
      Top = 184
      Width = 401
      Height = 21
      TabOrder = 7
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 256
    Width = 481
    Height = 281
    Caption = #21152#35299#23494
    TabOrder = 1
    object Label9: TLabel
      Left = 16
      Top = 16
      Width = 33
      Height = 13
      Caption = #26126#25991':'
    end
    object Label10: TLabel
      Left = 16
      Top = 160
      Width = 41
      Height = 13
      Caption = #23494#25991':'
    end
    object but_encrypt: TButton
      Left = 16
      Top = 128
      Width = 75
      Height = 25
      Caption = #21152#23494#8595
      TabOrder = 1
      OnClick = but_encryptClick
    end
    object but_decrypt: TButton
      Left = 208
      Top = 128
      Width = 75
      Height = 25
      Caption = #35299#23494#8593
      TabOrder = 2
      OnClick = but_decryptClick
    end
    object but_clear: TButton
      Left = 392
      Top = 128
      Width = 75
      Height = 25
      Caption = #28165#38500#9678
      TabOrder = 3
      OnClick = but_clearClick
    end
    object memo_text: TMemo
      Left = 16
      Top = 32
      Width = 449
      Height = 89
      TabOrder = 0
    end
    object memo_textencry: TMemo
      Left = 16
      Top = 176
      Width = 449
      Height = 89
      TabOrder = 4
    end
  end
  object XPManifest1: TXPManifest
    Left = 488
    Top = 536
  end
end

⌨️ 快捷键说明

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