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

📄 form1.designer.vb

📁 ZNetAdv配置函数库,以太网函数,单片机使用
💻 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.label8 = New System.Windows.Forms.Label
        Me.groupBox1 = New System.Windows.Forms.GroupBox
        Me.textBox_Parity = New System.Windows.Forms.TextBox
        Me.label7 = New System.Windows.Forms.Label
        Me.textBox_StopB = New System.Windows.Forms.TextBox
        Me.label6 = New System.Windows.Forms.Label
        Me.textBox_DataB = New System.Windows.Forms.TextBox
        Me.label5 = New System.Windows.Forms.Label
        Me.textBox_Baud = New System.Windows.Forms.TextBox
        Me.label4 = New System.Windows.Forms.Label
        Me.textBox_Workport = New System.Windows.Forms.TextBox
        Me.label3 = New System.Windows.Forms.Label
        Me.textBox_Worktype = New System.Windows.Forms.TextBox
        Me.label2 = New System.Windows.Forms.Label
        Me.textBox_Name = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.listView_Dev = New System.Windows.Forms.ListView
        Me.colip = New System.Windows.Forms.ColumnHeader
        Me.coltype = New System.Windows.Forms.ColumnHeader
        Me.colmac = New System.Windows.Forms.ColumnHeader
        Me.colport = New System.Windows.Forms.ColumnHeader
        Me.button3 = New System.Windows.Forms.Button
        Me.button2 = New System.Windows.Forms.Button
        Me.button1 = New System.Windows.Forms.Button
        Me.groupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'label8
        '
        Me.label8.AutoSize = True
        Me.label8.Location = New System.Drawing.Point(405, 322)
        Me.label8.Name = "label8"
        Me.label8.Size = New System.Drawing.Size(197, 36)
        Me.label8.TabIndex = 13
        Me.label8.Text = "注:更改参数时不要填入空字符串。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "关于更多配置参数的信息,请查看" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "《ZNetAdv配置函数库使用手册》。"
        '
        'groupBox1
        '
        Me.groupBox1.Controls.Add(Me.textBox_Parity)
        Me.groupBox1.Controls.Add(Me.label7)
        Me.groupBox1.Controls.Add(Me.textBox_StopB)
        Me.groupBox1.Controls.Add(Me.label6)
        Me.groupBox1.Controls.Add(Me.textBox_DataB)
        Me.groupBox1.Controls.Add(Me.label5)
        Me.groupBox1.Controls.Add(Me.textBox_Baud)
        Me.groupBox1.Controls.Add(Me.label4)
        Me.groupBox1.Controls.Add(Me.textBox_Workport)
        Me.groupBox1.Controls.Add(Me.label3)
        Me.groupBox1.Controls.Add(Me.textBox_Worktype)
        Me.groupBox1.Controls.Add(Me.label2)
        Me.groupBox1.Location = New System.Drawing.Point(409, 101)
        Me.groupBox1.Name = "groupBox1"
        Me.groupBox1.Size = New System.Drawing.Size(176, 198)
        Me.groupBox1.TabIndex = 12
        Me.groupBox1.TabStop = False
        Me.groupBox1.Text = "串口1参数"
        '
        'textBox_Parity
        '
        Me.textBox_Parity.Location = New System.Drawing.Point(72, 164)
        Me.textBox_Parity.Name = "textBox_Parity"
        Me.textBox_Parity.Size = New System.Drawing.Size(82, 21)
        Me.textBox_Parity.TabIndex = 5
        '
        'label7
        '
        Me.label7.AutoSize = True
        Me.label7.Location = New System.Drawing.Point(19, 167)
        Me.label7.Name = "label7"
        Me.label7.Size = New System.Drawing.Size(47, 12)
        Me.label7.TabIndex = 4
        Me.label7.Text = "校验位:"
        '
        'textBox_StopB
        '
        Me.textBox_StopB.Location = New System.Drawing.Point(72, 137)
        Me.textBox_StopB.Name = "textBox_StopB"
        Me.textBox_StopB.Size = New System.Drawing.Size(82, 21)
        Me.textBox_StopB.TabIndex = 5
        '
        'label6
        '
        Me.label6.AutoSize = True
        Me.label6.Location = New System.Drawing.Point(19, 140)
        Me.label6.Name = "label6"
        Me.label6.Size = New System.Drawing.Size(47, 12)
        Me.label6.TabIndex = 4
        Me.label6.Text = "停止位:"
        '
        'textBox_DataB
        '
        Me.textBox_DataB.Location = New System.Drawing.Point(72, 110)
        Me.textBox_DataB.Name = "textBox_DataB"
        Me.textBox_DataB.Size = New System.Drawing.Size(82, 21)
        Me.textBox_DataB.TabIndex = 5
        '
        'label5
        '
        Me.label5.AutoSize = True
        Me.label5.Location = New System.Drawing.Point(19, 113)
        Me.label5.Name = "label5"
        Me.label5.Size = New System.Drawing.Size(47, 12)
        Me.label5.TabIndex = 4
        Me.label5.Text = "数据位:"
        '
        'textBox_Baud
        '
        Me.textBox_Baud.Location = New System.Drawing.Point(72, 83)
        Me.textBox_Baud.Name = "textBox_Baud"
        Me.textBox_Baud.Size = New System.Drawing.Size(82, 21)
        Me.textBox_Baud.TabIndex = 5
        '
        'label4
        '
        Me.label4.AutoSize = True
        Me.label4.Location = New System.Drawing.Point(19, 86)
        Me.label4.Name = "label4"
        Me.label4.Size = New System.Drawing.Size(47, 12)
        Me.label4.TabIndex = 4
        Me.label4.Text = "波特率:"
        '
        'textBox_Workport
        '
        Me.textBox_Workport.Location = New System.Drawing.Point(72, 56)
        Me.textBox_Workport.Name = "textBox_Workport"
        Me.textBox_Workport.Size = New System.Drawing.Size(82, 21)
        Me.textBox_Workport.TabIndex = 5
        '
        'label3
        '
        Me.label3.AutoSize = True
        Me.label3.Location = New System.Drawing.Point(7, 59)
        Me.label3.Name = "label3"
        Me.label3.Size = New System.Drawing.Size(59, 12)
        Me.label3.TabIndex = 4
        Me.label3.Text = "工作端口:"
        '
        'textBox_Worktype
        '
        Me.textBox_Worktype.Location = New System.Drawing.Point(72, 29)
        Me.textBox_Worktype.Name = "textBox_Worktype"
        Me.textBox_Worktype.Size = New System.Drawing.Size(82, 21)
        Me.textBox_Worktype.TabIndex = 5
        '
        'label2
        '
        Me.label2.AutoSize = True
        Me.label2.Location = New System.Drawing.Point(7, 32)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(59, 12)
        Me.label2.TabIndex = 4
        Me.label2.Text = "工作方式:"
        '
        'textBox_Name
        '
        Me.textBox_Name.Location = New System.Drawing.Point(463, 71)
        Me.textBox_Name.Name = "textBox_Name"
        Me.textBox_Name.Size = New System.Drawing.Size(100, 21)
        Me.textBox_Name.TabIndex = 11
        '
        'label1
        '
        Me.label1.AutoSize = True
        Me.label1.Location = New System.Drawing.Point(416, 74)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(35, 12)
        Me.label1.TabIndex = 10
        Me.label1.Text = "名称:"
        '
        'listView_Dev
        '
        Me.listView_Dev.AutoArrange = False
        Me.listView_Dev.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colip, Me.coltype, Me.colmac, Me.colport})
        Me.listView_Dev.FullRowSelect = True
        Me.listView_Dev.HideSelection = False
        Me.listView_Dev.Location = New System.Drawing.Point(18, 64)
        Me.listView_Dev.MultiSelect = False
        Me.listView_Dev.Name = "listView_Dev"
        Me.listView_Dev.Size = New System.Drawing.Size(381, 341)
        Me.listView_Dev.TabIndex = 9
        Me.listView_Dev.UseCompatibleStateImageBehavior = False
        Me.listView_Dev.View = System.Windows.Forms.View.Details
        '
        'colip
        '
        Me.colip.Text = "IP"
        Me.colip.Width = 80
        '
        'coltype
        '
        Me.coltype.Text = "型号"
        Me.coltype.Width = 80
        '
        'colmac
        '
        Me.colmac.Text = "MAC"
        Me.colmac.Width = 100
        '
        'colport
        '
        Me.colport.Text = "TCP端口"
        '
        'button3
        '
        Me.button3.Location = New System.Drawing.Point(365, 21)
        Me.button3.Name = "button3"
        Me.button3.Size = New System.Drawing.Size(92, 23)
        Me.button3.TabIndex = 6
        Me.button3.Text = "提交更改"
        Me.button3.UseVisualStyleBackColor = True
        '
        'button2
        '
        Me.button2.Location = New System.Drawing.Point(229, 21)
        Me.button2.Name = "button2"
        Me.button2.Size = New System.Drawing.Size(99, 23)
        Me.button2.TabIndex = 7
        Me.button2.Text = "获取详细信息"
        Me.button2.UseVisualStyleBackColor = True
        '
        'button1
        '
        Me.button1.Location = New System.Drawing.Point(94, 21)
        Me.button1.Name = "button1"
        Me.button1.Size = New System.Drawing.Size(92, 23)
        Me.button1.TabIndex = 8
        Me.button1.Text = "广播搜索"
        Me.button1.UseVisualStyleBackColor = True
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(621, 441)
        Me.Controls.Add(Me.label8)
        Me.Controls.Add(Me.groupBox1)
        Me.Controls.Add(Me.textBox_Name)
        Me.Controls.Add(Me.label1)
        Me.Controls.Add(Me.listView_Dev)
        Me.Controls.Add(Me.button3)
        Me.Controls.Add(Me.button2)
        Me.Controls.Add(Me.button1)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.groupBox1.ResumeLayout(False)
        Me.groupBox1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents label8 As System.Windows.Forms.Label
    Private WithEvents groupBox1 As System.Windows.Forms.GroupBox
    Private WithEvents textBox_Parity As System.Windows.Forms.TextBox
    Private WithEvents label7 As System.Windows.Forms.Label
    Private WithEvents textBox_StopB As System.Windows.Forms.TextBox
    Private WithEvents label6 As System.Windows.Forms.Label
    Private WithEvents textBox_DataB As System.Windows.Forms.TextBox
    Private WithEvents label5 As System.Windows.Forms.Label
    Private WithEvents textBox_Baud As System.Windows.Forms.TextBox
    Private WithEvents label4 As System.Windows.Forms.Label
    Private WithEvents textBox_Workport As System.Windows.Forms.TextBox
    Private WithEvents label3 As System.Windows.Forms.Label
    Private WithEvents textBox_Worktype As System.Windows.Forms.TextBox
    Private WithEvents label2 As System.Windows.Forms.Label
    Private WithEvents textBox_Name As System.Windows.Forms.TextBox
    Private WithEvents label1 As System.Windows.Forms.Label
    Private WithEvents listView_Dev As System.Windows.Forms.ListView
    Private WithEvents colip As System.Windows.Forms.ColumnHeader
    Private WithEvents coltype As System.Windows.Forms.ColumnHeader
    Friend WithEvents colmac As System.Windows.Forms.ColumnHeader
    Private WithEvents colport As System.Windows.Forms.ColumnHeader
    Private WithEvents button3 As System.Windows.Forms.Button
    Private WithEvents button2 As System.Windows.Forms.Button
    Private WithEvents button1 As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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