163 lines
8.0 KiB
VB.net
163 lines
8.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class SetLoopInformation
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form 重写 Dispose,以清理组件列表。
|
||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||
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 窗体设计器修改它。
|
||
'不要使用代码编辑器修改它。
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SetLoopInformation))
|
||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||
Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
||
Me.Grid1 = New FlexCell.Grid()
|
||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.ToolStrip1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'ToolStrip1
|
||
'
|
||
Me.ToolStrip1.AutoSize = False
|
||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton2, Me.ToolStripSeparator1, Me.ToolStripButton7, Me.ToolStripButton1, Me.ToolStripButton5, Me.ToolStripButton4, Me.ToolStripButton6, Me.ToolStripLabel1})
|
||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||
Me.ToolStrip1.Name = "ToolStrip1"
|
||
Me.ToolStrip1.Size = New System.Drawing.Size(1169, 56)
|
||
Me.ToolStrip1.TabIndex = 0
|
||
Me.ToolStrip1.Text = "ToolStrip1"
|
||
'
|
||
'ToolStripButton7
|
||
'
|
||
Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton7.Name = "ToolStripButton7"
|
||
Me.ToolStripButton7.Size = New System.Drawing.Size(84, 53)
|
||
Me.ToolStripButton7.Text = "加载配置回路"
|
||
'
|
||
'ToolStripButton1
|
||
'
|
||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||
Me.ToolStripButton1.Size = New System.Drawing.Size(96, 53)
|
||
Me.ToolStripButton1.Text = "加载已上传回路"
|
||
'
|
||
'ToolStripButton5
|
||
'
|
||
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||
Me.ToolStripButton5.Size = New System.Drawing.Size(60, 53)
|
||
Me.ToolStripButton5.Text = "删除回路"
|
||
'
|
||
'ToolStripButton4
|
||
'
|
||
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||
Me.ToolStripButton4.Size = New System.Drawing.Size(60, 53)
|
||
Me.ToolStripButton4.Text = "添加回路"
|
||
'
|
||
'ToolStripButton6
|
||
'
|
||
Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton6.Name = "ToolStripButton6"
|
||
Me.ToolStripButton6.Size = New System.Drawing.Size(60, 53)
|
||
Me.ToolStripButton6.Text = "上传回路"
|
||
'
|
||
'ToolStripLabel1
|
||
'
|
||
Me.ToolStripLabel1.ActiveLinkColor = System.Drawing.Color.Red
|
||
Me.ToolStripLabel1.Font = New System.Drawing.Font("Microsoft YaHei UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.ToolStripLabel1.ForeColor = System.Drawing.Color.Red
|
||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||
Me.ToolStripLabel1.Size = New System.Drawing.Size(639, 53)
|
||
Me.ToolStripLabel1.Text = "云端回路地址和云端回路名称仅供配置对照参考上传以本地回路地址和本地回路名称为准!"
|
||
'
|
||
'Grid1
|
||
'
|
||
Me.Grid1.BackColor2 = System.Drawing.Color.WhiteSmoke
|
||
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
||
Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.Grid1.Location = New System.Drawing.Point(0, 56)
|
||
Me.Grid1.MouseWheelSpeed = CType(3, Short)
|
||
Me.Grid1.Name = "Grid1"
|
||
Me.Grid1.Size = New System.Drawing.Size(1169, 624)
|
||
Me.Grid1.TabIndex = 1
|
||
'
|
||
'Timer1
|
||
'
|
||
Me.Timer1.Interval = 1000
|
||
'
|
||
'ToolStripButton2
|
||
'
|
||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||
Me.ToolStripButton2.Font = New System.Drawing.Font("Microsoft YaHei UI", 10.5!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.ToolStripButton2.ForeColor = System.Drawing.Color.RoyalBlue
|
||
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
|
||
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||
Me.ToolStripButton2.Size = New System.Drawing.Size(41, 53)
|
||
Me.ToolStripButton2.Text = "全选"
|
||
'
|
||
'ToolStripSeparator1
|
||
'
|
||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 56)
|
||
'
|
||
'SetLoopInformation
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(1169, 680)
|
||
Me.Controls.Add(Me.Grid1)
|
||
Me.Controls.Add(Me.ToolStrip1)
|
||
Me.Name = "SetLoopInformation"
|
||
Me.Text = "SetLoopInformation"
|
||
Me.ToolStrip1.ResumeLayout(False)
|
||
Me.ToolStrip1.PerformLayout()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents ToolStrip1 As ToolStrip
|
||
Friend WithEvents ToolStripButton7 As ToolStripButton
|
||
Friend WithEvents ToolStripButton6 As ToolStripButton
|
||
Friend WithEvents ToolStripButton5 As ToolStripButton
|
||
Friend WithEvents ToolStripButton4 As ToolStripButton
|
||
Friend WithEvents ToolStripButton1 As ToolStripButton
|
||
Friend WithEvents Grid1 As FlexCell.Grid
|
||
Friend WithEvents ToolStripLabel1 As ToolStripLabel
|
||
Friend WithEvents Timer1 As Timer
|
||
Friend WithEvents ToolStripButton2 As ToolStripButton
|
||
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
||
End Class
|