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

📄 form1.designer.vb

📁 《新编VB.NET 2005程序设计从入门到精通》源码 网上找的
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    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()
        Me.button1 = New System.Windows.Forms.Button
        Me.textBox1 = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.button2 = New System.Windows.Forms.Button
        Me.button3 = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'button1
        '
        Me.button1.Location = New System.Drawing.Point(140, 240)
        Me.button1.Name = "button1"
        Me.button1.Size = New System.Drawing.Size(72, 24)
        Me.button1.TabIndex = 7
        Me.button1.Text = "线条颜色"
        '
        'textBox1
        '
        Me.textBox1.Location = New System.Drawing.Point(76, 240)
        Me.textBox1.Name = "textBox1"
        Me.textBox1.Size = New System.Drawing.Size(56, 21)
        Me.textBox1.TabIndex = 4
        Me.textBox1.Text = "2"
        '
        'label1
        '
        Me.label1.Location = New System.Drawing.Point(12, 240)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(56, 24)
        Me.label1.TabIndex = 3
        Me.label1.Text = "线条宽度"
        Me.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'button2
        '
        Me.button2.Location = New System.Drawing.Point(252, 240)
        Me.button2.Name = "button2"
        Me.button2.Size = New System.Drawing.Size(80, 24)
        Me.button2.TabIndex = 6
        Me.button2.Text = "保存"
        '
        'button3
        '
        Me.button3.Location = New System.Drawing.Point(348, 240)
        Me.button3.Name = "button3"
        Me.button3.Size = New System.Drawing.Size(80, 24)
        Me.button3.TabIndex = 5
        Me.button3.Text = "打开"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(448, 273)
        Me.Controls.Add(Me.button1)
        Me.Controls.Add(Me.textBox1)
        Me.Controls.Add(Me.label1)
        Me.Controls.Add(Me.button2)
        Me.Controls.Add(Me.button3)
        Me.Name = "Form1"
        Me.Text = "读写二进制文件示例"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents button1 As System.Windows.Forms.Button
    Private WithEvents textBox1 As System.Windows.Forms.TextBox
    Private WithEvents label1 As System.Windows.Forms.Label
    Private WithEvents button2 As System.Windows.Forms.Button
    Private WithEvents button3 As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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