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

📄 form1.designer.vb

📁 这是我自己用VB.NET编写的一款监护仪的电脑软件
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 软件注册
    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(软件注册))
        Me.MachineCode = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Code1 = New System.Windows.Forms.TextBox
        Me.Code2 = New System.Windows.Forms.TextBox
        Me.Code3 = New System.Windows.Forms.TextBox
        Me.TextBox5 = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.GetCode = New System.Windows.Forms.Button
        Me.Register = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'MachineCode
        '
        Me.MachineCode.Cursor = System.Windows.Forms.Cursors.Hand
        Me.MachineCode.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MachineCode.Location = New System.Drawing.Point(110, 23)
        Me.MachineCode.Name = "MachineCode"
        Me.MachineCode.Size = New System.Drawing.Size(260, 22)
        Me.MachineCode.TabIndex = 2
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.Location = New System.Drawing.Point(12, 26)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(83, 14)
        Me.Label1.TabIndex = 3
        Me.Label1.Text = "Machine Code"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.Location = New System.Drawing.Point(6, 92)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(83, 14)
        Me.Label2.TabIndex = 4
        Me.Label2.Text = "Register Code"
        '
        'Code1
        '
        Me.Code1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Code1.Location = New System.Drawing.Point(110, 89)
        Me.Code1.Name = "Code1"
        Me.Code1.Size = New System.Drawing.Size(82, 22)
        Me.Code1.TabIndex = 5
        '
        'Code2
        '
        Me.Code2.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Code2.Location = New System.Drawing.Point(209, 89)
        Me.Code2.Name = "Code2"
        Me.Code2.Size = New System.Drawing.Size(64, 22)
        Me.Code2.TabIndex = 6
        '
        'Code3
        '
        Me.Code3.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Code3.Location = New System.Drawing.Point(292, 89)
        Me.Code3.Name = "Code3"
        Me.Code3.Size = New System.Drawing.Size(78, 22)
        Me.Code3.TabIndex = 7
        '
        'TextBox5
        '
        Me.TextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None
        Me.TextBox5.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.TextBox5.Location = New System.Drawing.Point(30, 149)
        Me.TextBox5.Multiline = True
        Me.TextBox5.Name = "TextBox5"
        Me.TextBox5.Size = New System.Drawing.Size(434, 76)
        Me.TextBox5.TabIndex = 8
        Me.TextBox5.Text = resources.GetString("TextBox5.Text")
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.Location = New System.Drawing.Point(192, 94)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(18, 14)
        Me.Label3.TabIndex = 10
        Me.Label3.Text = "—"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.Location = New System.Drawing.Point(275, 94)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(18, 14)
        Me.Label4.TabIndex = 11
        Me.Label4.Text = "—"
        '
        'GetCode
        '
        Me.GetCode.Cursor = System.Windows.Forms.Cursors.Hand
        Me.GetCode.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GetCode.Image = Global.Bestman.My.Resources.Resources._2
        Me.GetCode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.GetCode.Location = New System.Drawing.Point(308, 260)
        Me.GetCode.Name = "GetCode"
        Me.GetCode.Size = New System.Drawing.Size(94, 34)
        Me.GetCode.TabIndex = 1
        Me.GetCode.Text = "Get Code"
        Me.GetCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.GetCode.UseVisualStyleBackColor = True
        '
        'Register
        '
        Me.Register.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Register.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Register.Image = Global.Bestman.My.Resources.Resources._1
        Me.Register.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.Register.Location = New System.Drawing.Point(122, 260)
        Me.Register.Name = "Register"
        Me.Register.Size = New System.Drawing.Size(89, 34)
        Me.Register.TabIndex = 0
        Me.Register.Text = "Register"
        Me.Register.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.Register.UseVisualStyleBackColor = True
        '
        '软件注册
        '
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
        Me.BackColor = System.Drawing.SystemColors.Control
        Me.ClientSize = New System.Drawing.Size(494, 315)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.TextBox5)
        Me.Controls.Add(Me.Code3)
        Me.Controls.Add(Me.Code2)
        Me.Controls.Add(Me.Code1)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.MachineCode)
        Me.Controls.Add(Me.GetCode)
        Me.Controls.Add(Me.Register)
        Me.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.MaximizeBox = False
        Me.Name = "软件注册"
        Me.ShowIcon = False
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Software Register"
        Me.TopMost = True
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Register As System.Windows.Forms.Button
    Friend WithEvents GetCode As System.Windows.Forms.Button
    Friend WithEvents MachineCode As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Code1 As System.Windows.Forms.TextBox
    Friend WithEvents Code2 As System.Windows.Forms.TextBox
    Friend WithEvents Code3 As System.Windows.Forms.TextBox
    Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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