_ Partial Class PowerSupply 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.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.Label4 = New System.Windows.Forms.Label() Me.CheckBox5 = New System.Windows.Forms.CheckBox() 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.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.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) 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.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.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" ' '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.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(359, 25) Me.CheckBox5.TabIndex = 52 Me.CheckBox5.Text = "Enable the power supply button" Me.CheckBox5.UseVisualStyleBackColor = True ' '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.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)) Me.CheckBox3.Location = New System.Drawing.Point(36, 43) 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)) Me.Button1.Location = New System.Drawing.Point(770, 35) 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 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) Me.SplitContainer2.Size = New System.Drawing.Size(1260, 657) Me.SplitContainer2.SplitterDistance = 216 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 ' 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.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.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.Name = "PortTable" Me.PortTable.Size = New System.Drawing.Size(754, 216) Me.PortTable.TabIndex = 1 Me.PortTable.UncheckedImage = Nothing ' 'Button5 ' 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 ' 'Button6 ' 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 ' 'Button3 ' 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 ' 'Button2 ' 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 ' '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.Name = "NR_ComboBox1" Me.NR_ComboBox1.Size = New System.Drawing.Size(41, 20) Me.NR_ComboBox1.TabIndex = 7 ' 'NR_TextBox2 ' Me.NR_TextBox2.Enabled = False Me.NR_TextBox2.Location = New System.Drawing.Point(133, 41) 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" ' '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.Name = "NR_label3" Me.NR_label3.Size = New System.Drawing.Size(137, 23) Me.NR_label3.TabIndex = 5 Me.NR_label3.Text = "Unmanned duration" Me.NR_label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '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.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(355, 20) Me.CheckBox4.TabIndex = 4 Me.CheckBox4.Text = "Whether continuous is enabled is unknown" Me.CheckBox4.UseVisualStyleBackColor = True ' 'Button7 ' 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 ' 'Button8 ' 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 ' 'Button9 ' 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 ' 'Button10 ' 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 ' '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.Name = "IfGrid" Me.IfGrid.Size = New System.Drawing.Size(1260, 437) 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.Controls.Add(Me.SplitContainer1) Me.Name = "PowerSupply" Me.Text = "无卡取电" 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 CheckBox2 As CheckBox Friend WithEvents CheckBox1 As CheckBox 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 Friend WithEvents Label4 As Label Friend WithEvents CheckBox5 As CheckBox 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 End Class