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

📄 formmain.designer.vb

📁 一款给文件加密解密的程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormMain
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <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

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormMain))
        Me.StatusStripX = New System.Windows.Forms.StatusStrip
        Me.ToolStripStatusLabelX = New System.Windows.Forms.ToolStripStatusLabel
        Me.ToolStripProgressBarX = New System.Windows.Forms.ToolStripProgressBar
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.ButtonLoadFile = New System.Windows.Forms.Button
        Me.TextBoxCreate = New System.Windows.Forms.TextBox
        Me.TextBoxLoad = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.ButtonViewPassword = New System.Windows.Forms.Button
        Me.TextBoxPasswordC = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.CheckBoxCantDeCodeDelFile = New System.Windows.Forms.CheckBox
        Me.TextBoxPassword = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.CheckBoxSelfDeCode = New System.Windows.Forms.CheckBox
        Me.CheckBoxCreateAsciiCoding = New System.Windows.Forms.CheckBox
        Me.CheckBoxMutiHash = New System.Windows.Forms.CheckBox
        Me.ButtonAbout = New System.Windows.Forms.Button
        Me.ButtonEnCode = New System.Windows.Forms.Button
        Me.ButtonDeCode = New System.Windows.Forms.Button
        Me.ButtonExit = New System.Windows.Forms.Button
        Me.OpenFileDialogX = New System.Windows.Forms.OpenFileDialog
        Me.StatusStripX.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.SuspendLayout()
        '
        'StatusStripX
        '
        Me.StatusStripX.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelX, Me.ToolStripProgressBarX})
        Me.StatusStripX.Location = New System.Drawing.Point(0, 266)
        Me.StatusStripX.Name = "StatusStripX"
        Me.StatusStripX.Size = New System.Drawing.Size(430, 22)
        Me.StatusStripX.TabIndex = 0
        Me.StatusStripX.Text = "StatusStrip1"
        '
        'ToolStripStatusLabelX
        '
        Me.ToolStripStatusLabelX.AutoSize = False
        Me.ToolStripStatusLabelX.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
                    Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
        Me.ToolStripStatusLabelX.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.ToolStripStatusLabelX.Name = "ToolStripStatusLabelX"
        Me.ToolStripStatusLabelX.Size = New System.Drawing.Size(233, 17)
        Me.ToolStripStatusLabelX.Spring = True
        Me.ToolStripStatusLabelX.Text = "程序已启动."
        Me.ToolStripStatusLabelX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'ToolStripProgressBarX
        '
        Me.ToolStripProgressBarX.Name = "ToolStripProgressBarX"
        Me.ToolStripProgressBarX.Size = New System.Drawing.Size(180, 16)
        Me.ToolStripProgressBarX.Style = System.Windows.Forms.ProgressBarStyle.Continuous
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.ButtonLoadFile)
        Me.GroupBox1.Controls.Add(Me.TextBoxCreate)
        Me.GroupBox1.Controls.Add(Me.TextBoxLoad)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(403, 78)
        Me.GroupBox1.TabIndex = 1
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "文件"
        '
        'ButtonLoadFile
        '
        Me.ButtonLoadFile.Location = New System.Drawing.Point(302, 16)
        Me.ButtonLoadFile.Name = "ButtonLoadFile"
        Me.ButtonLoadFile.Size = New System.Drawing.Size(89, 21)
        Me.ButtonLoadFile.TabIndex = 4
        Me.ButtonLoadFile.Text = "浏览 [&V]"
        Me.ButtonLoadFile.UseVisualStyleBackColor = True
        '
        'TextBoxCreate
        '
        Me.TextBoxCreate.Location = New System.Drawing.Point(54, 48)
        Me.TextBoxCreate.Name = "TextBoxCreate"
        Me.TextBoxCreate.Size = New System.Drawing.Size(337, 21)
        Me.TextBoxCreate.TabIndex = 3
        '
        'TextBoxLoad
        '
        Me.TextBoxLoad.Location = New System.Drawing.Point(54, 16)
        Me.TextBoxLoad.Name = "TextBoxLoad"
        Me.TextBoxLoad.Size = New System.Drawing.Size(242, 21)
        Me.TextBoxLoad.TabIndex = 2
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Font = New System.Drawing.Font("新宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label2.Location = New System.Drawing.Point(6, 49)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(42, 14)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "生成:"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Font = New System.Drawing.Font("新宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label1.Location = New System.Drawing.Point(6, 18)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(42, 14)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "加载:"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.ButtonViewPassword)
        Me.GroupBox2.Controls.Add(Me.TextBoxPasswordC)
        Me.GroupBox2.Controls.Add(Me.Label4)
        Me.GroupBox2.Controls.Add(Me.CheckBoxCantDeCodeDelFile)
        Me.GroupBox2.Controls.Add(Me.TextBoxPassword)
        Me.GroupBox2.Controls.Add(Me.Label3)
        Me.GroupBox2.Controls.Add(Me.CheckBoxSelfDeCode)
        Me.GroupBox2.Controls.Add(Me.CheckBoxCreateAsciiCoding)
        Me.GroupBox2.Controls.Add(Me.CheckBoxMutiHash)
        Me.GroupBox2.Location = New System.Drawing.Point(12, 96)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(403, 130)
        Me.GroupBox2.TabIndex = 2
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "选项"
        '
        'ButtonViewPassword
        '
        Me.ButtonViewPassword.Location = New System.Drawing.Point(347, 70)
        Me.ButtonViewPassword.Name = "ButtonViewPassword"
        Me.ButtonViewPassword.Size = New System.Drawing.Size(44, 50)
        Me.ButtonViewPassword.TabIndex = 9
        Me.ButtonViewPassword.Text = "明文[&S]"
        Me.ButtonViewPassword.UseVisualStyleBackColor = True
        '
        'TextBoxPasswordC
        '
        Me.TextBoxPasswordC.Location = New System.Drawing.Point(54, 99)
        Me.TextBoxPasswordC.Name = "TextBoxPasswordC"
        Me.TextBoxPasswordC.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.TextBoxPasswordC.Size = New System.Drawing.Size(287, 21)
        Me.TextBoxPasswordC.TabIndex = 8
        '

⌨️ 快捷键说明

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