同步无卡取电功能

This commit is contained in:
2026-02-27 14:45:16 +08:00
parent 4243e3e4d8
commit 2dbe9dda95
23 changed files with 1824 additions and 269 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class PowerSupply
Inherits System.Windows.Forms.Form
'Form 重写 Dispose以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,34 +20,33 @@ Partial Class PowerSupply
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.Label4 = New System.Windows.Forms.Label()
Me.CheckBox5 = New System.Windows.Forms.CheckBox()
Me.Label3 = New System.Windows.Forms.Label()
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.CheckBox2 = New System.Windows.Forms.CheckBox()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
Me.PortTable = New FlexCell.Grid()
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()
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()
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()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
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()
Me.IfGrid = New FlexCell.Grid()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
@@ -74,48 +73,57 @@ Partial Class PowerSupply
'
Me.SplitContainer1.Panel1.Controls.Add(Me.Label4)
Me.SplitContainer1.Panel1.Controls.Add(Me.CheckBox5)
Me.SplitContainer1.Panel1.Controls.Add(Me.Label3)
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)
Me.SplitContainer1.Panel1.Controls.Add(Me.CheckBox2)
Me.SplitContainer1.Panel1.Controls.Add(Me.CheckBox1)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
Me.SplitContainer1.Size = New System.Drawing.Size(1260, 739)
Me.SplitContainer1.SplitterDistance = 78
Me.SplitContainer1.Size = New System.Drawing.Size(1177, 735)
Me.SplitContainer1.SplitterDistance = 77
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
Me.Label4.Location = New System.Drawing.Point(12, 10)
Me.Label4.Location = New System.Drawing.Point(3, 9)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(895, 23)
Me.Label4.TabIndex = 53
Me.Label4.Text = "Note: The door magnet must be selected in the configuration of the door magnet lo" &
"op"
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"
'
'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))
Me.CheckBox5.Location = New System.Drawing.Point(16, 43)
Me.CheckBox5.Location = New System.Drawing.Point(453, 43)
Me.CheckBox5.Name = "CheckBox5"
Me.CheckBox5.Size = New System.Drawing.Size(359, 25)
Me.CheckBox5.TabIndex = 52
Me.CheckBox5.Size = New System.Drawing.Size(155, 25)
Me.CheckBox5.TabIndex = 51
Me.CheckBox5.Text = "Enable the power supply button"
Me.CheckBox5.UseVisualStyleBackColor = True
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"
'
'Button4
'
Me.Button4.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button4.Location = New System.Drawing.Point(636, 34)
Me.Button4.Location = New System.Drawing.Point(911, 31)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(125, 37)
Me.Button4.TabIndex = 6
@@ -157,7 +165,7 @@ Partial Class PowerSupply
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))
Me.CheckBox3.Location = New System.Drawing.Point(36, 43)
Me.CheckBox3.Location = New System.Drawing.Point(7, 43)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(440, 25)
Me.CheckBox3.TabIndex = 3
@@ -168,35 +176,13 @@ Partial Class PowerSupply
'Button1
'
Me.Button1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button1.Location = New System.Drawing.Point(770, 35)
Me.Button1.Location = New System.Drawing.Point(1045, 32)
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
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox2.Location = New System.Drawing.Point(194, 12)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(113, 25)
Me.CheckBox2.TabIndex = 1
Me.CheckBox2.Text = "有卡取电"
Me.CheckBox2.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox1.Location = New System.Drawing.Point(36, 12)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(113, 25)
Me.CheckBox1.TabIndex = 0
Me.CheckBox1.Text = "无卡取电"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
@@ -211,8 +197,8 @@ Partial Class PowerSupply
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.IfGrid)
Me.SplitContainer2.Size = New System.Drawing.Size(1260, 657)
Me.SplitContainer2.SplitterDistance = 216
Me.SplitContainer2.Size = New System.Drawing.Size(1177, 654)
Me.SplitContainer2.SplitterDistance = 259
Me.SplitContainer2.TabIndex = 0
'
'SplitContainer3
@@ -227,172 +213,183 @@ Partial Class PowerSupply
'
'SplitContainer3.Panel2
'
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.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)
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)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button7)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button8)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button9)
Me.SplitContainer3.Panel2.Controls.Add(Me.Button10)
Me.SplitContainer3.Size = New System.Drawing.Size(1260, 216)
Me.SplitContainer3.SplitterDistance = 754
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
Me.SplitContainer3.TabIndex = 0
'
'PortTable
'
Me.PortTable.CheckedImage = Nothing
Me.PortTable.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.PortTable.Dock = System.Windows.Forms.DockStyle.Fill
Me.PortTable.ExtendLastCol = True
Me.PortTable.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
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)
Me.PortTable.MouseWheelSpeed = CType(3, Short)
Me.PortTable.Name = "PortTable"
Me.PortTable.Size = New System.Drawing.Size(754, 216)
Me.PortTable.Size = New System.Drawing.Size(922, 259)
Me.PortTable.TabIndex = 1
Me.PortTable.UncheckedImage = Nothing
'
'Button5
'CheckBox6
'
Me.Button5.Location = New System.Drawing.Point(287, 114)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(171, 46)
Me.Button5.TabIndex = 3
Me.Button5.Text = "Add condition group"
Me.Button5.UseVisualStyleBackColor = True
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
'
'Button6
'ComboBox1
'
Me.Button6.Location = New System.Drawing.Point(21, 114)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(187, 46)
Me.Button6.TabIndex = 2
Me.Button6.Text = "Delete condition group" & Global.Microsoft.VisualBasic.ChrW(10)
Me.Button6.UseVisualStyleBackColor = True
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
'
'Button3
'TextBox2
'
Me.Button3.Location = New System.Drawing.Point(287, 166)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(171, 38)
Me.Button3.TabIndex = 1
Me.Button3.Text = "Add condition"
Me.Button3.UseVisualStyleBackColor = True
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
'
'Button2
'Label5
'
Me.Button2.Location = New System.Drawing.Point(21, 166)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(187, 38)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Delete condition"
Me.Button2.UseVisualStyleBackColor = True
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
'
'NR_ComboBox1
'
Me.NR_ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.NR_ComboBox1.Enabled = False
Me.NR_ComboBox1.FormattingEnabled = True
Me.NR_ComboBox1.Items.AddRange(New Object() {"", "", ""})
Me.NR_ComboBox1.Location = New System.Drawing.Point(239, 42)
Me.NR_ComboBox1.Items.AddRange(New Object() {"s", "m", "h"})
Me.NR_ComboBox1.Location = New System.Drawing.Point(204, 39)
Me.NR_ComboBox1.Name = "NR_ComboBox1"
Me.NR_ComboBox1.Size = New System.Drawing.Size(41, 20)
Me.NR_ComboBox1.TabIndex = 7
Me.NR_ComboBox1.Visible = False
'
'NR_TextBox2
'
Me.NR_TextBox2.Enabled = False
Me.NR_TextBox2.Location = New System.Drawing.Point(133, 41)
Me.NR_TextBox2.Location = New System.Drawing.Point(98, 38)
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"
Me.NR_TextBox2.Visible = False
'
'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))
Me.NR_label3.Location = New System.Drawing.Point(3, 39)
Me.NR_label3.Location = New System.Drawing.Point(3, 38)
Me.NR_label3.Name = "NR_label3"
Me.NR_label3.Size = New System.Drawing.Size(137, 23)
Me.NR_label3.Size = New System.Drawing.Size(100, 23)
Me.NR_label3.TabIndex = 5
Me.NR_label3.Text = "Unmanned duration"
Me.NR_label3.Text = "Sustained Unoccupied Time:"
Me.NR_label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.NR_label3.Visible = False
'
'CheckBox4
'
Me.CheckBox4.Font = New System.Drawing.Font("宋体", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox4.Location = New System.Drawing.Point(2, 15)
Me.CheckBox4.Location = New System.Drawing.Point(3, 15)
Me.CheckBox4.Name = "CheckBox4"
Me.CheckBox4.Size = New System.Drawing.Size(355, 20)
Me.CheckBox4.Size = New System.Drawing.Size(187, 20)
Me.CheckBox4.TabIndex = 4
Me.CheckBox4.Text = "Whether continuous is enabled is unknown"
Me.CheckBox4.Text = "Sustain Unoccupied Judgment"
Me.CheckBox4.UseVisualStyleBackColor = True
Me.CheckBox4.Visible = False
'
'Button7
'Button5
'
Me.Button7.Location = New System.Drawing.Point(133, 137)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(75, 23)
Me.Button7.TabIndex = 3
Me.Button7.Text = "添加条件组"
Me.Button7.UseVisualStyleBackColor = True
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
'
'Button8
'Button6
'
Me.Button8.Location = New System.Drawing.Point(21, 137)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(75, 23)
Me.Button8.TabIndex = 2
Me.Button8.Text = "删除条件组"
Me.Button8.UseVisualStyleBackColor = True
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
'
'Button9
'Button3
'
Me.Button9.Location = New System.Drawing.Point(133, 171)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(75, 23)
Me.Button9.TabIndex = 1
Me.Button9.Text = "添加条件"
Me.Button9.UseVisualStyleBackColor = True
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
'
'Button10
'Button2
'
Me.Button10.Location = New System.Drawing.Point(21, 171)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(75, 23)
Me.Button10.TabIndex = 0
Me.Button10.Text = "删除条件"
Me.Button10.UseVisualStyleBackColor = True
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
'
'IfGrid
'
Me.IfGrid.CheckedImage = Nothing
Me.IfGrid.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.IfGrid.Dock = System.Windows.Forms.DockStyle.Fill
Me.IfGrid.ExtendLastCol = True
Me.IfGrid.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
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)
Me.IfGrid.MouseWheelSpeed = CType(3, Short)
Me.IfGrid.Name = "IfGrid"
Me.IfGrid.Size = New System.Drawing.Size(1260, 437)
Me.IfGrid.Size = New System.Drawing.Size(1177, 391)
Me.IfGrid.TabIndex = 1
Me.IfGrid.UncheckedImage = Nothing
'
'PowerSupply
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1260, 739)
Me.ClientSize = New System.Drawing.Size(1177, 735)
Me.Controls.Add(Me.SplitContainer1)
Me.Name = "PowerSupply"
Me.Text = "无卡取电"
Me.Text = "Keycard-Free"
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel1.PerformLayout()
Me.SplitContainer1.Panel2.ResumeLayout(False)
@@ -411,8 +408,6 @@ Partial Class PowerSupply
End Sub
Friend WithEvents SplitContainer1 As SplitContainer
Friend WithEvents CheckBox2 As CheckBox
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents Button1 As Button
Friend WithEvents CheckBox3 As CheckBox
Friend WithEvents TextBox1 As TextBox
@@ -427,14 +422,15 @@ Partial Class PowerSupply
Friend WithEvents Button4 As Button
Protected WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents Label4 As Label
Friend WithEvents CheckBox5 As CheckBox
Friend WithEvents CheckBox4 As CheckBox
Friend WithEvents NR_label3 As Label
Friend WithEvents NR_ComboBox1 As ComboBox
Friend WithEvents NR_TextBox2 As TextBox
Friend WithEvents NR_label3 As Label
Friend WithEvents CheckBox4 As CheckBox
Protected WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Protected WithEvents Button9 As Button
Friend WithEvents Button10 As Button
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
End Class