Partial Class FrmTest_C12_Dimming Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.C8_ComboBox = New System.Windows.Forms.ComboBox() Me.C8_Label = New System.Windows.Forms.Label() Me.C8_TextBox1 = New System.Windows.Forms.TextBox() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C8_TextBox1) Me.GroupBox1.Controls.Add(Me.C8_Label) Me.GroupBox1.Controls.Add(Me.C8_ComboBox) Me.GroupBox1.Controls.Add(Me.Label16) Me.GroupBox1.Controls.Add(Me.Label15) Me.GroupBox1.Controls.Add(Me.Label14) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(430, 427) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Dimming" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label16.Location = New System.Drawing.Point(310, 45) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(31, 14) Me.Label16.TabIndex = 32 Me.Label16.Text = "Val" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label15.Location = New System.Drawing.Point(179, 45) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(31, 14) Me.Label15.TabIndex = 31 Me.Label15.Text = "Val" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label14.Location = New System.Drawing.Point(35, 45) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(23, 14) Me.Label14.TabIndex = 30 Me.Label14.Text = "SN" ' 'C8_ComboBox ' Me.C8_ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.C8_ComboBox.FormattingEnabled = True Me.C8_ComboBox.Items.AddRange(New Object() {"C8主机调光", "PLC调光"}) Me.C8_ComboBox.Location = New System.Drawing.Point(6, 20) Me.C8_ComboBox.Name = "C8_ComboBox" Me.C8_ComboBox.Size = New System.Drawing.Size(79, 20) Me.C8_ComboBox.TabIndex = 33 Me.C8_ComboBox.Visible = False ' 'C8_Label ' Me.C8_Label.Location = New System.Drawing.Point(91, 20) Me.C8_Label.Name = "C8_Label" Me.C8_Label.Size = New System.Drawing.Size(62, 20) Me.C8_Label.TabIndex = 34 Me.C8_Label.Text = "设备地址" Me.C8_Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'C8_TextBox1 ' Me.C8_TextBox1.Location = New System.Drawing.Point(159, 20) Me.C8_TextBox1.MaxLength = 6 Me.C8_TextBox1.Name = "C8_TextBox1" Me.C8_TextBox1.Size = New System.Drawing.Size(100, 21) Me.C8_TextBox1.TabIndex = 35 Me.C8_TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.C8_TextBox1.Visible = False ' 'FrmTest_C12_Dimming ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(430, 427) Me.Controls.Add(Me.GroupBox1) Me.Name = "FrmTest_C12_Dimming" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "C12调光" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label16 As Label Friend WithEvents Label15 As Label Friend WithEvents Label14 As Label Friend WithEvents C8_TextBox1 As TextBox Friend WithEvents C8_Label As Label Friend WithEvents C8_ComboBox As ComboBox End Class