mainform.designer.vb

来自「讲解visual studio的应用」· VB 代码 · 共 585 行 · 第 1/2 页

VB
585
字号
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainForm
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.BtnCreateAsmmetricKeys = New System.Windows.Forms.Button
        Me.BtnCreateAsmmetricKeys2 = New System.Windows.Forms.Button
        Me.TxtPrivateKey1 = New System.Windows.Forms.TextBox
        Me.TxtPublicKey1 = New System.Windows.Forms.TextBox
        Me.TxtPublicKey2 = New System.Windows.Forms.TextBox
        Me.TxtPrivateKey2 = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.BtnCreateSymmetric = New System.Windows.Forms.Button
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.TxtSymmetricKey = New System.Windows.Forms.TextBox
        Me.TxtSymmetricIV = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.TxtEncryptedKey = New System.Windows.Forms.TextBox
        Me.TxtHashValue = New System.Windows.Forms.TextBox
        Me.BtnEncryptKey = New System.Windows.Forms.Button
        Me.Label9 = New System.Windows.Forms.Label
        Me.TxtSymmetricSignature = New System.Windows.Forms.TextBox
        Me.BtnRetrieveKeyInfo = New System.Windows.Forms.Button
        Me.BtnValidate = New System.Windows.Forms.Button
        Me.Label10 = New System.Windows.Forms.Label
        Me.TxtRetrievedPublicKey = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.TxtRetrievedSignature = New System.Windows.Forms.TextBox
        Me.TxtRetrievedKey = New System.Windows.Forms.TextBox
        Me.BtnDecryptKeyInformation = New System.Windows.Forms.Button
        Me.Label13 = New System.Windows.Forms.Label
        Me.Label14 = New System.Windows.Forms.Label
        Me.TxtDecryptedKey = New System.Windows.Forms.TextBox
        Me.TxtDecryptedIV = New System.Windows.Forms.TextBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.TxtMessageA = New System.Windows.Forms.TextBox
        Me.btnSendAToB = New System.Windows.Forms.Button
        Me.Label16 = New System.Windows.Forms.Label
        Me.TxtMessageB = New System.Windows.Forms.TextBox
        Me.btnSendBToA = New System.Windows.Forms.Button
        Me.Label17 = New System.Windows.Forms.Label
        Me.TxtMessageAEncrypted = New System.Windows.Forms.TextBox
        Me.Label18 = New System.Windows.Forms.Label
        Me.TxtMessageBEncrypted = New System.Windows.Forms.TextBox
        Me.Label19 = New System.Windows.Forms.Label
        Me.TxtReceivedMessageFromB = New System.Windows.Forms.TextBox
        Me.Label20 = New System.Windows.Forms.Label
        Me.TxtReceivedMessageFromA = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'BtnCreateAsmmetricKeys
        '
        Me.BtnCreateAsmmetricKeys.Location = New System.Drawing.Point(15, 46)
        Me.BtnCreateAsmmetricKeys.Name = "BtnCreateAsmmetricKeys"
        Me.BtnCreateAsmmetricKeys.Size = New System.Drawing.Size(193, 45)
        Me.BtnCreateAsmmetricKeys.TabIndex = 0
        Me.BtnCreateAsmmetricKeys.Text = "(1) Create Asymmetric Key (A)"
        Me.BtnCreateAsmmetricKeys.UseVisualStyleBackColor = True
        '
        'BtnCreateAsmmetricKeys2
        '
        Me.BtnCreateAsmmetricKeys2.Location = New System.Drawing.Point(15, 131)
        Me.BtnCreateAsmmetricKeys2.Name = "BtnCreateAsmmetricKeys2"
        Me.BtnCreateAsmmetricKeys2.Size = New System.Drawing.Size(193, 45)
        Me.BtnCreateAsmmetricKeys2.TabIndex = 1
        Me.BtnCreateAsmmetricKeys2.Text = "(2) Create Asymmetric Key (B)"
        Me.BtnCreateAsmmetricKeys2.UseVisualStyleBackColor = True
        '
        'TxtPrivateKey1
        '
        Me.TxtPrivateKey1.Location = New System.Drawing.Point(215, 44)
        Me.TxtPrivateKey1.Name = "TxtPrivateKey1"
        Me.TxtPrivateKey1.Size = New System.Drawing.Size(225, 20)
        Me.TxtPrivateKey1.TabIndex = 2
        '
        'TxtPublicKey1
        '
        Me.TxtPublicKey1.Location = New System.Drawing.Point(215, 70)
        Me.TxtPublicKey1.Name = "TxtPublicKey1"
        Me.TxtPublicKey1.Size = New System.Drawing.Size(225, 20)
        Me.TxtPublicKey1.TabIndex = 3
        '
        'TxtPublicKey2
        '
        Me.TxtPublicKey2.Location = New System.Drawing.Point(215, 157)
        Me.TxtPublicKey2.Name = "TxtPublicKey2"
        Me.TxtPublicKey2.Size = New System.Drawing.Size(225, 20)
        Me.TxtPublicKey2.TabIndex = 5
        '
        'TxtPrivateKey2
        '
        Me.TxtPrivateKey2.Location = New System.Drawing.Point(215, 131)
        Me.TxtPrivateKey2.Name = "TxtPrivateKey2"
        Me.TxtPrivateKey2.Size = New System.Drawing.Size(225, 20)
        Me.TxtPrivateKey2.TabIndex = 4
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(446, 47)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(45, 13)
        Me.Label1.TabIndex = 6
        Me.Label1.Text = "(private)"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(446, 134)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(45, 13)
        Me.Label2.TabIndex = 7
        Me.Label2.Text = "(private)"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(446, 73)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(41, 13)
        Me.Label3.TabIndex = 8
        Me.Label3.Text = "(public)"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(446, 160)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(41, 13)
        Me.Label4.TabIndex = 9
        Me.Label4.Text = "(public)"
        '
        'BtnCreateSymmetric
        '
        Me.BtnCreateSymmetric.Location = New System.Drawing.Point(539, 44)
        Me.BtnCreateSymmetric.Name = "BtnCreateSymmetric"
        Me.BtnCreateSymmetric.Size = New System.Drawing.Size(193, 45)
        Me.BtnCreateSymmetric.TabIndex = 10
        Me.BtnCreateSymmetric.Text = "(3) Create Symmetric Key (A)"
        Me.BtnCreateSymmetric.UseVisualStyleBackColor = True
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(770, 160)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(31, 13)
        Me.Label5.TabIndex = 14
        Me.Label5.Text = "(Key)"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(770, 134)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(23, 13)
        Me.Label6.TabIndex = 13
        Me.Label6.Text = "(IV)"
        '
        'TxtSymmetricKey
        '
        Me.TxtSymmetricKey.Location = New System.Drawing.Point(539, 157)
        Me.TxtSymmetricKey.Name = "TxtSymmetricKey"
        Me.TxtSymmetricKey.Size = New System.Drawing.Size(225, 20)
        Me.TxtSymmetricKey.TabIndex = 12
        '
        'TxtSymmetricIV
        '
        Me.TxtSymmetricIV.Location = New System.Drawing.Point(539, 131)
        Me.TxtSymmetricIV.Name = "TxtSymmetricIV"
        Me.TxtSymmetricIV.Size = New System.Drawing.Size(225, 20)
        Me.TxtSymmetricIV.TabIndex = 11
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(770, 326)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(61, 13)
        Me.Label7.TabIndex = 19
        Me.Label7.Text = "(Encrypted)"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(770, 300)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(38, 13)
        Me.Label8.TabIndex = 18
        Me.Label8.Text = "(Hash)"
        '
        'TxtEncryptedKey
        '
        Me.TxtEncryptedKey.Location = New System.Drawing.Point(539, 323)
        Me.TxtEncryptedKey.Name = "TxtEncryptedKey"
        Me.TxtEncryptedKey.Size = New System.Drawing.Size(225, 20)
        Me.TxtEncryptedKey.TabIndex = 17
        '
        'TxtHashValue
        '
        Me.TxtHashValue.Location = New System.Drawing.Point(539, 297)
        Me.TxtHashValue.Name = "TxtHashValue"
        Me.TxtHashValue.Size = New System.Drawing.Size(225, 20)
        Me.TxtHashValue.TabIndex = 16
        '
        'BtnEncryptKey
        '
        Me.BtnEncryptKey.Location = New System.Drawing.Point(539, 210)
        Me.BtnEncryptKey.Name = "BtnEncryptKey"
        Me.BtnEncryptKey.Size = New System.Drawing.Size(193, 45)
        Me.BtnEncryptKey.TabIndex = 15
        Me.BtnEncryptKey.Text = "(4) Encrypt Key (A)"
        Me.BtnEncryptKey.UseVisualStyleBackColor = True
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(770, 352)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(58, 13)
        Me.Label9.TabIndex = 21
        Me.Label9.Text = "(Signature)"
        '
        'TxtSymmetricSignature
        '
        Me.TxtSymmetricSignature.Location = New System.Drawing.Point(539, 349)
        Me.TxtSymmetricSignature.Name = "TxtSymmetricSignature"
        Me.TxtSymmetricSignature.Size = New System.Drawing.Size(225, 20)
        Me.TxtSymmetricSignature.TabIndex = 20
        '
        'BtnRetrieveKeyInfo
        '
        Me.BtnRetrieveKeyInfo.Location = New System.Drawing.Point(330, 284)
        Me.BtnRetrieveKeyInfo.Name = "BtnRetrieveKeyInfo"
        Me.BtnRetrieveKeyInfo.Size = New System.Drawing.Size(193, 45)
        Me.BtnRetrieveKeyInfo.TabIndex = 22
        Me.BtnRetrieveKeyInfo.Text = "(5) Retrieve Key"
        Me.BtnRetrieveKeyInfo.UseVisualStyleBackColor = True
        '
        'BtnValidate
        '
        Me.BtnValidate.Location = New System.Drawing.Point(330, 336)
        Me.BtnValidate.Name = "BtnValidate"
        Me.BtnValidate.Size = New System.Drawing.Size(193, 45)
        Me.BtnValidate.TabIndex = 23
        Me.BtnValidate.Text = "(6) Validate Key (B)"
        Me.BtnValidate.UseVisualStyleBackColor = True
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(246, 352)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(58, 13)
        Me.Label10.TabIndex = 29
        Me.Label10.Text = "(Signature)"
        '
        'TxtRetrievedPublicKey
        '
        Me.TxtRetrievedPublicKey.Location = New System.Drawing.Point(15, 349)
        Me.TxtRetrievedPublicKey.Name = "TxtRetrievedPublicKey"
        Me.TxtRetrievedPublicKey.Size = New System.Drawing.Size(225, 20)
        Me.TxtRetrievedPublicKey.TabIndex = 28
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Location = New System.Drawing.Point(246, 326)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(61, 13)
        Me.Label11.TabIndex = 27

⌨️ 快捷键说明

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