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

📄 formmain.designer.vb

📁 一款给文件加密解密的程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("新宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label4.Location = New System.Drawing.Point(6, 102)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(42, 14)
        Me.Label4.TabIndex = 7
        Me.Label4.Text = "效验:"
        '
        'CheckBoxCantDeCodeDelFile
        '
        Me.CheckBoxCantDeCodeDelFile.AutoSize = True
        Me.CheckBoxCantDeCodeDelFile.Location = New System.Drawing.Point(171, 42)
        Me.CheckBoxCantDeCodeDelFile.Name = "CheckBoxCantDeCodeDelFile"
        Me.CheckBoxCantDeCodeDelFile.Size = New System.Drawing.Size(156, 16)
        Me.CheckBoxCantDeCodeDelFile.TabIndex = 6
        Me.CheckBoxCantDeCodeDelFile.Text = "自解密失败销毁密文 [&K]"
        Me.CheckBoxCantDeCodeDelFile.UseVisualStyleBackColor = True
        Me.CheckBoxCantDeCodeDelFile.Visible = False
        '
        'TextBoxPassword
        '
        Me.TextBoxPassword.Location = New System.Drawing.Point(54, 70)
        Me.TextBoxPassword.Name = "TextBoxPassword"
        Me.TextBoxPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.TextBoxPassword.Size = New System.Drawing.Size(287, 21)
        Me.TextBoxPassword.TabIndex = 5
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("新宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label3.Location = New System.Drawing.Point(6, 73)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(42, 14)
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "密码:"
        '
        'CheckBoxSelfDeCode
        '
        Me.CheckBoxSelfDeCode.AutoSize = True
        Me.CheckBoxSelfDeCode.Location = New System.Drawing.Point(171, 20)
        Me.CheckBoxSelfDeCode.Name = "CheckBoxSelfDeCode"
        Me.CheckBoxSelfDeCode.Size = New System.Drawing.Size(84, 16)
        Me.CheckBoxSelfDeCode.TabIndex = 2
        Me.CheckBoxSelfDeCode.Text = "自解密 [&S]"
        Me.CheckBoxSelfDeCode.UseVisualStyleBackColor = True
        Me.CheckBoxSelfDeCode.Visible = False
        '
        'CheckBoxCreateAsciiCoding
        '
        Me.CheckBoxCreateAsciiCoding.AutoSize = True
        Me.CheckBoxCreateAsciiCoding.Location = New System.Drawing.Point(9, 42)
        Me.CheckBoxCreateAsciiCoding.Name = "CheckBoxCreateAsciiCoding"
        Me.CheckBoxCreateAsciiCoding.Size = New System.Drawing.Size(138, 16)
        Me.CheckBoxCreateAsciiCoding.TabIndex = 1
        Me.CheckBoxCreateAsciiCoding.Text = "生成可见ASC密文 [&I]"
        Me.CheckBoxCreateAsciiCoding.UseVisualStyleBackColor = True
        '
        'CheckBoxMutiHash
        '
        Me.CheckBoxMutiHash.AutoSize = True
        Me.CheckBoxMutiHash.Location = New System.Drawing.Point(9, 20)
        Me.CheckBoxMutiHash.Name = "CheckBoxMutiHash"
        Me.CheckBoxMutiHash.Size = New System.Drawing.Size(120, 16)
        Me.CheckBoxMutiHash.TabIndex = 0
        Me.CheckBoxMutiHash.Text = "多次密码HASH [&H]"
        Me.CheckBoxMutiHash.UseVisualStyleBackColor = True
        '
        'ButtonAbout
        '
        Me.ButtonAbout.Location = New System.Drawing.Point(18, 232)
        Me.ButtonAbout.Name = "ButtonAbout"
        Me.ButtonAbout.Size = New System.Drawing.Size(89, 21)
        Me.ButtonAbout.TabIndex = 5
        Me.ButtonAbout.Text = "关于 [&A]"
        Me.ButtonAbout.UseVisualStyleBackColor = True
        '
        'ButtonEnCode
        '
        Me.ButtonEnCode.Location = New System.Drawing.Point(118, 232)
        Me.ButtonEnCode.Name = "ButtonEnCode"
        Me.ButtonEnCode.Size = New System.Drawing.Size(89, 21)
        Me.ButtonEnCode.TabIndex = 6
        Me.ButtonEnCode.Text = "加密 [&C]"
        Me.ButtonEnCode.UseVisualStyleBackColor = True
        '
        'ButtonDeCode
        '
        Me.ButtonDeCode.Location = New System.Drawing.Point(213, 232)
        Me.ButtonDeCode.Name = "ButtonDeCode"
        Me.ButtonDeCode.Size = New System.Drawing.Size(89, 21)
        Me.ButtonDeCode.TabIndex = 7
        Me.ButtonDeCode.Text = "解密 [&D]"
        Me.ButtonDeCode.UseVisualStyleBackColor = True
        '
        'ButtonExit
        '
        Me.ButtonExit.Location = New System.Drawing.Point(311, 232)
        Me.ButtonExit.Name = "ButtonExit"
        Me.ButtonExit.Size = New System.Drawing.Size(89, 21)
        Me.ButtonExit.TabIndex = 8
        Me.ButtonExit.Text = "退出 [&E]"
        Me.ButtonExit.UseVisualStyleBackColor = True
        '
        'OpenFileDialogX
        '
        Me.OpenFileDialogX.AddExtension = False
        Me.OpenFileDialogX.ReadOnlyChecked = True
        Me.OpenFileDialogX.RestoreDirectory = True
        Me.OpenFileDialogX.ShowReadOnly = True
        Me.OpenFileDialogX.SupportMultiDottedExtensions = True
        '
        'FormMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(430, 288)
        Me.Controls.Add(Me.ButtonExit)
        Me.Controls.Add(Me.ButtonDeCode)
        Me.Controls.Add(Me.ButtonEnCode)
        Me.Controls.Add(Me.ButtonAbout)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.StatusStripX)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FormMain"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "文件加密器"
        Me.TopMost = True
        Me.StatusStripX.ResumeLayout(False)
        Me.StatusStripX.PerformLayout()
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents StatusStripX As System.Windows.Forms.StatusStrip
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents TextBoxCreate As System.Windows.Forms.TextBox
    Friend WithEvents TextBoxLoad As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents ButtonLoadFile As System.Windows.Forms.Button
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents CheckBoxMutiHash As System.Windows.Forms.CheckBox
    Friend WithEvents TextBoxPassword As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents CheckBoxSelfDeCode As System.Windows.Forms.CheckBox
    Friend WithEvents CheckBoxCreateAsciiCoding As System.Windows.Forms.CheckBox
    Friend WithEvents CheckBoxCantDeCodeDelFile As System.Windows.Forms.CheckBox
    Friend WithEvents ButtonAbout As System.Windows.Forms.Button
    Friend WithEvents ButtonEnCode As System.Windows.Forms.Button
    Friend WithEvents ButtonDeCode As System.Windows.Forms.Button
    Friend WithEvents ButtonExit As System.Windows.Forms.Button
    Friend WithEvents ToolStripStatusLabelX As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents ToolStripProgressBarX As System.Windows.Forms.ToolStripProgressBar
    Friend WithEvents OpenFileDialogX As System.Windows.Forms.OpenFileDialog
    Friend WithEvents TextBoxPasswordC As System.Windows.Forms.TextBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents ButtonViewPassword As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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