Files
Desktop_BLVStudio_EN/BLV_Studio/Test/GridTest/PowerSupply.Designer.vb

437 lines
20 KiB
VB.net
Raw Normal View History

2026-02-27 14:45:16 +08:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
2025-12-11 14:22:51 +08:00
Partial Class PowerSupply
Inherits System.Windows.Forms.Form
'Form 重写 Dispose以清理组件列表。
2026-02-27 14:45:16 +08:00
<System.Diagnostics.DebuggerNonUserCode()>
2025-12-11 14:22:51 +08:00
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 窗体设计器修改它。
'不要使用代码编辑器修改它。
2026-02-27 14:45:16 +08:00
<System.Diagnostics.DebuggerStepThrough()>
2025-12-11 14:22:51 +08:00
Private Sub InitializeComponent()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.Label4 = New System.Windows.Forms.Label()
Me.CheckBox5 = New System.Windows.Forms.CheckBox()
2026-02-27 14:45:16 +08:00
Me.Label3 = New System.Windows.Forms.Label()
2025-12-11 14:22:51 +08:00
Me.Button4 = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
Me.PortTable = New FlexCell.Grid()
2026-02-27 14:45:16 +08:00
Me.CheckBox6 = New System.Windows.Forms.CheckBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
2025-12-11 14:22:51 +08:00
Me.NR_ComboBox1 = New System.Windows.Forms.ComboBox()
Me.NR_TextBox2 = New System.Windows.Forms.TextBox()
Me.NR_label3 = New System.Windows.Forms.Label()
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
2026-02-27 14:45:16 +08:00
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
2025-12-11 14:22:51 +08:00
Me.IfGrid = New FlexCell.Grid()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer2.Panel1.SuspendLayout()
Me.SplitContainer2.Panel2.SuspendLayout()
Me.SplitContainer2.SuspendLayout()
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer3.Panel1.SuspendLayout()
Me.SplitContainer3.Panel2.SuspendLayout()
Me.SplitContainer3.SuspendLayout()
Me.SuspendLayout()
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer1.Name = "SplitContainer1"
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.Label4)
Me.SplitContainer1.Panel1.Controls.Add(Me.CheckBox5)
2026-02-27 14:45:16 +08:00
Me.SplitContainer1.Panel1.Controls.Add(Me.Label3)
2025-12-11 14:22:51 +08:00
Me.SplitContainer1.Panel1.Controls.Add(Me.Button4)
Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
Me.SplitContainer1.Panel1.Controls.Add(Me.TextBox1)
Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
Me.SplitContainer1.Panel1.Controls.Add(Me.CheckBox3)
Me.SplitContainer1.Panel1.Controls.Add(Me.Button1)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
2026-02-27 14:45:16 +08:00
Me.SplitContainer1.Size = New System.Drawing.Size(1177, 735)
Me.SplitContainer1.SplitterDistance = 77
2025-12-11 14:22:51 +08:00
Me.SplitContainer1.TabIndex = 1
'
'Label4
'
Me.Label4.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Red
2026-02-27 14:45:16 +08:00
Me.Label4.Location = New System.Drawing.Point(3, 9)
2025-12-11 14:22:51 +08:00
Me.Label4.Name = "Label4"
2026-02-27 14:45:16 +08:00
Me.Label4.Size = New System.Drawing.Size(385, 23)
Me.Label4.TabIndex = 51
Me.Label4.Text = "Note: The door magnet must be selected in the configuration of the door magnet loop"
2025-12-11 14:22:51 +08:00
'
'CheckBox5
'
Me.CheckBox5.AutoSize = True
Me.CheckBox5.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.CheckBox5.Location = New System.Drawing.Point(453, 43)
2025-12-11 14:22:51 +08:00
Me.CheckBox5.Name = "CheckBox5"
2026-02-27 14:45:16 +08:00
Me.CheckBox5.Size = New System.Drawing.Size(155, 25)
Me.CheckBox5.TabIndex = 51
2025-12-11 14:22:51 +08:00
Me.CheckBox5.Text = "Enable the power supply button"
Me.CheckBox5.UseVisualStyleBackColor = True
2026-02-27 14:45:16 +08:00
Me.CheckBox5.Visible = False
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Red
Me.Label3.Location = New System.Drawing.Point(348, 27)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(8, 8)
Me.Label3.TabIndex = 50
Me.Label3.Text = "Requires a configured magnetic/radar loop"
2025-12-11 14:22:51 +08:00
'
'Button4
'
Me.Button4.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.Button4.Location = New System.Drawing.Point(911, 31)
2025-12-11 14:22:51 +08:00
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(125, 37)
Me.Button4.TabIndex = 6
Me.Button4.Text = "Cancel"
Me.Button4.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Enabled = False
Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(206, 81)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(40, 16)
Me.Label2.TabIndex = 5
Me.Label2.Text = "秒分"
'
'TextBox1
'
Me.TextBox1.Enabled = False
Me.TextBox1.Location = New System.Drawing.Point(152, 80)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(48, 21)
Me.TextBox1.TabIndex = 4
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Enabled = False
Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(34, 81)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(112, 16)
Me.Label1.TabIndex = 0
Me.Label1.Text = "关门:关闭取电"
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.Enabled = False
Me.CheckBox3.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.CheckBox3.Location = New System.Drawing.Point(7, 43)
2025-12-11 14:22:51 +08:00
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(440, 25)
Me.CheckBox3.TabIndex = 3
Me.CheckBox3.Text = "取电时还原上次拔卡场景 (仅限出租状态中)"
Me.CheckBox3.UseVisualStyleBackColor = True
Me.CheckBox3.Visible = False
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.Button1.Location = New System.Drawing.Point(1045, 32)
2025-12-11 14:22:51 +08:00
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(125, 37)
Me.Button1.TabIndex = 2
Me.Button1.Text = "OK"
Me.Button1.UseVisualStyleBackColor = True
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer2.Panel1
'
Me.SplitContainer2.Panel1.Controls.Add(Me.SplitContainer3)
'
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.IfGrid)
2026-02-27 14:45:16 +08:00
Me.SplitContainer2.Size = New System.Drawing.Size(1177, 654)
Me.SplitContainer2.SplitterDistance = 259
2025-12-11 14:22:51 +08:00
Me.SplitContainer2.TabIndex = 0
'
'SplitContainer3
'
Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer3.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer3.Name = "SplitContainer3"
'
'SplitContainer3.Panel1
'
Me.SplitContainer3.Panel1.Controls.Add(Me.PortTable)
'
'SplitContainer3.Panel2
'
2026-02-27 14:45:16 +08:00
Me.SplitContainer3.Panel2.Controls.Add(Me.CheckBox6)
Me.SplitContainer3.Panel2.Controls.Add(Me.ComboBox1)
Me.SplitContainer3.Panel2.Controls.Add(Me.TextBox2)
Me.SplitContainer3.Panel2.Controls.Add(Me.Label5)
2025-12-11 14:22:51 +08:00
Me.SplitContainer3.Panel2.Controls.Add(Me.NR_ComboBox1)
Me.SplitContainer3.Panel2.Controls.Add(Me.NR_TextBox2)
Me.SplitContainer3.Panel2.Controls.Add(Me.NR_label3)
Me.SplitContainer3.Panel2.Controls.Add(Me.CheckBox4)
2026-02-27 14:45:16 +08:00
Me.SplitContainer3.Panel2.Controls.Add(Me.Button5)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button6)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button3)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button2)
Me.SplitContainer3.Size = New System.Drawing.Size(1177, 259)
Me.SplitContainer3.SplitterDistance = 922
2025-12-11 14:22:51 +08:00
Me.SplitContainer3.TabIndex = 0
'
'PortTable
'
Me.PortTable.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.PortTable.Dock = System.Windows.Forms.DockStyle.Fill
Me.PortTable.ExtendLastCol = True
Me.PortTable.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.PortTable.Location = New System.Drawing.Point(0, 0)
2026-02-27 14:45:16 +08:00
Me.PortTable.MouseWheelSpeed = CType(3, Short)
2025-12-11 14:22:51 +08:00
Me.PortTable.Name = "PortTable"
2026-02-27 14:45:16 +08:00
Me.PortTable.Size = New System.Drawing.Size(922, 259)
2025-12-11 14:22:51 +08:00
Me.PortTable.TabIndex = 1
'
2026-02-27 14:45:16 +08:00
'CheckBox6
'
Me.CheckBox6.Font = New System.Drawing.Font("宋体", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox6.Location = New System.Drawing.Point(5, 74)
Me.CheckBox6.Name = "CheckBox6"
Me.CheckBox6.Size = New System.Drawing.Size(227, 20)
Me.CheckBox6.TabIndex = 11
Me.CheckBox6.Text = "Key-triggered occupancy reset"
Me.CheckBox6.UseVisualStyleBackColor = True
Me.CheckBox6.Visible = False
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"s", "m", "h"})
Me.ComboBox1.Location = New System.Drawing.Point(204, 124)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(41, 20)
Me.ComboBox1.TabIndex = 10
Me.ComboBox1.Visible = False
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(98, 123)
Me.TextBox2.MaxLength = 3
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(100, 21)
Me.TextBox2.TabIndex = 9
Me.TextBox2.Text = "10"
Me.TextBox2.Visible = False
'
'Label5
'
Me.Label5.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.Location = New System.Drawing.Point(3, 97)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(167, 23)
Me.Label5.TabIndex = 8
Me.Label5.Text = "Timeout for the final step of Occupied→Unoccupied transition:"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Label5.Visible = False
2025-12-11 14:22:51 +08:00
'
'NR_ComboBox1
'
Me.NR_ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.NR_ComboBox1.Enabled = False
Me.NR_ComboBox1.FormattingEnabled = True
2026-02-27 14:45:16 +08:00
Me.NR_ComboBox1.Items.AddRange(New Object() {"s", "m", "h"})
Me.NR_ComboBox1.Location = New System.Drawing.Point(204, 39)
2025-12-11 14:22:51 +08:00
Me.NR_ComboBox1.Name = "NR_ComboBox1"
Me.NR_ComboBox1.Size = New System.Drawing.Size(41, 20)
Me.NR_ComboBox1.TabIndex = 7
2026-02-27 14:45:16 +08:00
Me.NR_ComboBox1.Visible = False
2025-12-11 14:22:51 +08:00
'
'NR_TextBox2
'
Me.NR_TextBox2.Enabled = False
2026-02-27 14:45:16 +08:00
Me.NR_TextBox2.Location = New System.Drawing.Point(98, 38)
2025-12-11 14:22:51 +08:00
Me.NR_TextBox2.MaxLength = 3
Me.NR_TextBox2.Name = "NR_TextBox2"
Me.NR_TextBox2.Size = New System.Drawing.Size(100, 21)
Me.NR_TextBox2.TabIndex = 6
Me.NR_TextBox2.Text = "30"
2026-02-27 14:45:16 +08:00
Me.NR_TextBox2.Visible = False
2025-12-11 14:22:51 +08:00
'
'NR_label3
'
Me.NR_label3.Enabled = False
Me.NR_label3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.NR_label3.Location = New System.Drawing.Point(3, 38)
2025-12-11 14:22:51 +08:00
Me.NR_label3.Name = "NR_label3"
2026-02-27 14:45:16 +08:00
Me.NR_label3.Size = New System.Drawing.Size(100, 23)
2025-12-11 14:22:51 +08:00
Me.NR_label3.TabIndex = 5
2026-02-27 14:45:16 +08:00
Me.NR_label3.Text = "Sustained Unoccupied Time:"
2025-12-11 14:22:51 +08:00
Me.NR_label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
2026-02-27 14:45:16 +08:00
Me.NR_label3.Visible = False
2025-12-11 14:22:51 +08:00
'
'CheckBox4
'
Me.CheckBox4.Font = New System.Drawing.Font("宋体", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
2026-02-27 14:45:16 +08:00
Me.CheckBox4.Location = New System.Drawing.Point(3, 15)
2025-12-11 14:22:51 +08:00
Me.CheckBox4.Name = "CheckBox4"
2026-02-27 14:45:16 +08:00
Me.CheckBox4.Size = New System.Drawing.Size(187, 20)
2025-12-11 14:22:51 +08:00
Me.CheckBox4.TabIndex = 4
2026-02-27 14:45:16 +08:00
Me.CheckBox4.Text = "Sustain Unoccupied Judgment"
2025-12-11 14:22:51 +08:00
Me.CheckBox4.UseVisualStyleBackColor = True
2026-02-27 14:45:16 +08:00
Me.CheckBox4.Visible = False
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
'Button5
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
Me.Button5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button5.Location = New System.Drawing.Point(139, 150)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(102, 45)
Me.Button5.TabIndex = 3
Me.Button5.Text = "Add Condition Group"
Me.Button5.UseVisualStyleBackColor = True
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
'Button6
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
Me.Button6.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button6.Location = New System.Drawing.Point(18, 150)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(102, 45)
Me.Button6.TabIndex = 2
Me.Button6.Text = "Delete Condition Group"
Me.Button6.UseVisualStyleBackColor = True
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
'Button3
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
Me.Button3.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button3.Location = New System.Drawing.Point(139, 201)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(102, 45)
Me.Button3.TabIndex = 1
Me.Button3.Text = "Add Condition"
Me.Button3.UseVisualStyleBackColor = True
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
'Button2
2025-12-11 14:22:51 +08:00
'
2026-02-27 14:45:16 +08:00
Me.Button2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button2.Location = New System.Drawing.Point(18, 201)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(102, 45)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Delete Condition"
Me.Button2.UseVisualStyleBackColor = True
2025-12-11 14:22:51 +08:00
'
'IfGrid
'
Me.IfGrid.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.IfGrid.Dock = System.Windows.Forms.DockStyle.Fill
Me.IfGrid.ExtendLastCol = True
Me.IfGrid.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.IfGrid.Location = New System.Drawing.Point(0, 0)
2026-02-27 14:45:16 +08:00
Me.IfGrid.MouseWheelSpeed = CType(3, Short)
2025-12-11 14:22:51 +08:00
Me.IfGrid.Name = "IfGrid"
2026-02-27 14:45:16 +08:00
Me.IfGrid.Size = New System.Drawing.Size(1177, 391)
2025-12-11 14:22:51 +08:00
Me.IfGrid.TabIndex = 1
'
'PowerSupply
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
2026-02-27 14:45:16 +08:00
Me.ClientSize = New System.Drawing.Size(1177, 735)
2025-12-11 14:22:51 +08:00
Me.Controls.Add(Me.SplitContainer1)
Me.Name = "PowerSupply"
2026-02-27 14:45:16 +08:00
Me.Text = "Keycard-Free"
2025-12-11 14:22:51 +08:00
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel1.PerformLayout()
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.SplitContainer2.Panel1.ResumeLayout(False)
Me.SplitContainer2.Panel2.ResumeLayout(False)
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer2.ResumeLayout(False)
Me.SplitContainer3.Panel1.ResumeLayout(False)
Me.SplitContainer3.Panel2.ResumeLayout(False)
Me.SplitContainer3.Panel2.PerformLayout()
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents SplitContainer1 As SplitContainer
Friend WithEvents Button1 As Button
Friend WithEvents CheckBox3 As CheckBox
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents SplitContainer2 As SplitContainer
Friend WithEvents IfGrid As FlexCell.Grid
Friend WithEvents SplitContainer3 As SplitContainer
Friend WithEvents PortTable As FlexCell.Grid
Protected WithEvents Button3 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button4 As Button
Protected WithEvents Button5 As Button
Friend WithEvents Button6 As Button
2026-02-27 14:45:16 +08:00
Friend WithEvents CheckBox4 As CheckBox
Friend WithEvents NR_label3 As Label
2025-12-11 14:22:51 +08:00
Friend WithEvents NR_ComboBox1 As ComboBox
Friend WithEvents NR_TextBox2 As TextBox
2026-02-27 14:45:16 +08:00
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents CheckBox5 As CheckBox
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Label5 As Label
Friend WithEvents CheckBox6 As CheckBox
2025-12-11 14:22:51 +08:00
End Class