DHDHSoftware/DHSoftware/Views/MotionControl.Designer.cs
2025-03-21 08:51:20 +08:00

423 lines
15 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace DHSoftware.Views
{
partial class MotionControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
stackPanel2 = new AntdUI.StackPanel();
swhEnable = new AntdUI.Switch();
label4 = new AntdUI.Label();
stackPanel3 = new AntdUI.StackPanel();
sltTpye = new AntdUI.Select();
label1 = new AntdUI.Label();
stpCom = new AntdUI.StackPanel();
cmbCom = new AntdUI.Select();
label2 = new AntdUI.Label();
stackPanel1 = new AntdUI.StackPanel();
stpPort = new AntdUI.StackPanel();
iptPort = new AntdUI.Input();
label9 = new AntdUI.Label();
stpIP = new AntdUI.StackPanel();
iptIP = new AntdUI.Input();
label8 = new AntdUI.Label();
stpParity = new AntdUI.StackPanel();
cmbParity = new AntdUI.Select();
label7 = new AntdUI.Label();
stpStop = new AntdUI.StackPanel();
cmbStopBits = new AntdUI.Select();
label6 = new AntdUI.Label();
stpData = new AntdUI.StackPanel();
cmbDataBits = new AntdUI.Select();
label5 = new AntdUI.Label();
stpBaud = new AntdUI.StackPanel();
cmbBaudRate = new AntdUI.Select();
label3 = new AntdUI.Label();
PLCItemsTable = new AntdUI.Table();
btnDelete = new AntdUI.Button();
btnAdd = new AntdUI.Button();
stackPanel2.SuspendLayout();
stackPanel3.SuspendLayout();
stpCom.SuspendLayout();
stackPanel1.SuspendLayout();
stpPort.SuspendLayout();
stpIP.SuspendLayout();
stpParity.SuspendLayout();
stpStop.SuspendLayout();
stpData.SuspendLayout();
stpBaud.SuspendLayout();
SuspendLayout();
//
// stackPanel2
//
stackPanel2.Controls.Add(swhEnable);
stackPanel2.Controls.Add(label4);
stackPanel2.Dock = DockStyle.Top;
stackPanel2.Location = new Point(3, 3);
stackPanel2.Name = "stackPanel2";
stackPanel2.Size = new Size(217, 43);
stackPanel2.TabIndex = 0;
stackPanel2.Text = "stackPanel2";
//
// swhEnable
//
swhEnable.CheckedText = "启用";
swhEnable.Location = new Point(68, 3);
swhEnable.Name = "swhEnable";
swhEnable.Size = new Size(93, 37);
swhEnable.TabIndex = 25;
swhEnable.UnCheckedText = "关闭";
//
// label4
//
label4.Location = new Point(3, 3);
label4.Name = "label4";
label4.Size = new Size(59, 37);
label4.TabIndex = 24;
label4.Text = "状 态";
//
// stackPanel3
//
stackPanel3.Controls.Add(sltTpye);
stackPanel3.Controls.Add(label1);
stackPanel3.Dock = DockStyle.Top;
stackPanel3.Location = new Point(3, 52);
stackPanel3.Name = "stackPanel3";
stackPanel3.Size = new Size(217, 43);
stackPanel3.TabIndex = 1;
stackPanel3.Text = "stackPanel3";
//
// sltTpye
//
sltTpye.List = true;
sltTpye.Location = new Point(68, 3);
sltTpye.Name = "sltTpye";
sltTpye.Size = new Size(129, 37);
sltTpye.TabIndex = 25;
//
// label1
//
label1.Location = new Point(3, 3);
label1.Name = "label1";
label1.Size = new Size(59, 37);
label1.TabIndex = 24;
label1.Text = "类 型";
//
// stpCom
//
stpCom.Controls.Add(cmbCom);
stpCom.Controls.Add(label2);
stpCom.Dock = DockStyle.Top;
stpCom.Location = new Point(3, 101);
stpCom.Name = "stpCom";
stpCom.Size = new Size(217, 43);
stpCom.TabIndex = 2;
stpCom.Text = "stackPanel4";
//
// cmbCom
//
cmbCom.List = true;
cmbCom.Location = new Point(68, 3);
cmbCom.Name = "cmbCom";
cmbCom.Size = new Size(129, 37);
cmbCom.TabIndex = 25;
//
// label2
//
label2.Location = new Point(3, 3);
label2.Name = "label2";
label2.Size = new Size(59, 37);
label2.TabIndex = 24;
label2.Text = "串 口";
//
// stackPanel1
//
stackPanel1.Controls.Add(stpPort);
stackPanel1.Controls.Add(stpIP);
stackPanel1.Controls.Add(stpParity);
stackPanel1.Controls.Add(stpStop);
stackPanel1.Controls.Add(stpData);
stackPanel1.Controls.Add(stpBaud);
stackPanel1.Controls.Add(stpCom);
stackPanel1.Controls.Add(stackPanel3);
stackPanel1.Controls.Add(stackPanel2);
stackPanel1.Location = new Point(19, 16);
stackPanel1.Name = "stackPanel1";
stackPanel1.Size = new Size(223, 478);
stackPanel1.TabIndex = 25;
stackPanel1.Text = "stackPanel1";
stackPanel1.Vertical = true;
//
// stpPort
//
stpPort.Controls.Add(iptPort);
stpPort.Controls.Add(label9);
stpPort.Dock = DockStyle.Top;
stpPort.Location = new Point(3, 395);
stpPort.Name = "stpPort";
stpPort.Size = new Size(217, 43);
stpPort.TabIndex = 14;
stpPort.Text = "stackPanel10";
//
// iptPort
//
iptPort.Location = new Point(68, 3);
iptPort.Name = "iptPort";
iptPort.Size = new Size(129, 37);
iptPort.TabIndex = 26;
//
// label9
//
label9.Location = new Point(3, 3);
label9.Name = "label9";
label9.Size = new Size(59, 37);
label9.TabIndex = 24;
label9.Text = "端 口 号";
//
// stpIP
//
stpIP.Controls.Add(iptIP);
stpIP.Controls.Add(label8);
stpIP.Dock = DockStyle.Top;
stpIP.Location = new Point(3, 346);
stpIP.Name = "stpIP";
stpIP.Size = new Size(217, 43);
stpIP.TabIndex = 13;
stpIP.Text = "stackPanel9";
//
// iptIP
//
iptIP.Location = new Point(68, 3);
iptIP.Name = "iptIP";
iptIP.Size = new Size(129, 37);
iptIP.TabIndex = 25;
//
// label8
//
label8.Location = new Point(3, 3);
label8.Name = "label8";
label8.Size = new Size(59, 37);
label8.TabIndex = 24;
label8.Text = "I P 地 址";
//
// stpParity
//
stpParity.Controls.Add(cmbParity);
stpParity.Controls.Add(label7);
stpParity.Dock = DockStyle.Top;
stpParity.Location = new Point(3, 297);
stpParity.Name = "stpParity";
stpParity.Size = new Size(217, 43);
stpParity.TabIndex = 12;
stpParity.Text = "stackPanel8";
//
// cmbParity
//
cmbParity.List = true;
cmbParity.Location = new Point(68, 3);
cmbParity.Name = "cmbParity";
cmbParity.Size = new Size(129, 37);
cmbParity.TabIndex = 25;
//
// label7
//
label7.Location = new Point(3, 3);
label7.Name = "label7";
label7.Size = new Size(59, 37);
label7.TabIndex = 24;
label7.Text = "校 验 位";
//
// stpStop
//
stpStop.Controls.Add(cmbStopBits);
stpStop.Controls.Add(label6);
stpStop.Dock = DockStyle.Top;
stpStop.Location = new Point(3, 248);
stpStop.Name = "stpStop";
stpStop.Size = new Size(217, 43);
stpStop.TabIndex = 11;
stpStop.Text = "stackPanel7";
//
// cmbStopBits
//
cmbStopBits.List = true;
cmbStopBits.Location = new Point(68, 3);
cmbStopBits.Name = "cmbStopBits";
cmbStopBits.Size = new Size(129, 37);
cmbStopBits.TabIndex = 25;
//
// label6
//
label6.Location = new Point(3, 3);
label6.Name = "label6";
label6.Size = new Size(59, 37);
label6.TabIndex = 24;
label6.Text = "停 止 位";
//
// stpData
//
stpData.Controls.Add(cmbDataBits);
stpData.Controls.Add(label5);
stpData.Dock = DockStyle.Top;
stpData.Location = new Point(3, 199);
stpData.Name = "stpData";
stpData.Size = new Size(217, 43);
stpData.TabIndex = 10;
stpData.Text = "stackPanel6";
//
// cmbDataBits
//
cmbDataBits.List = true;
cmbDataBits.Location = new Point(68, 3);
cmbDataBits.Name = "cmbDataBits";
cmbDataBits.Size = new Size(129, 37);
cmbDataBits.TabIndex = 25;
//
// label5
//
label5.Location = new Point(3, 3);
label5.Name = "label5";
label5.Size = new Size(59, 37);
label5.TabIndex = 24;
label5.Text = "数 据 位";
//
// stpBaud
//
stpBaud.Controls.Add(cmbBaudRate);
stpBaud.Controls.Add(label3);
stpBaud.Dock = DockStyle.Top;
stpBaud.Location = new Point(3, 150);
stpBaud.Name = "stpBaud";
stpBaud.Size = new Size(217, 43);
stpBaud.TabIndex = 9;
stpBaud.Text = "stackPanel5";
//
// cmbBaudRate
//
cmbBaudRate.List = true;
cmbBaudRate.Location = new Point(68, 3);
cmbBaudRate.Name = "cmbBaudRate";
cmbBaudRate.Size = new Size(129, 37);
cmbBaudRate.TabIndex = 25;
//
// label3
//
label3.Location = new Point(3, 3);
label3.Name = "label3";
label3.Size = new Size(59, 37);
label3.TabIndex = 24;
label3.Text = "波 特 率";
//
// PLCItemsTable
//
PLCItemsTable.EmptyHeader = true;
PLCItemsTable.Location = new Point(238, 71);
PLCItemsTable.Name = "PLCItemsTable";
PLCItemsTable.Size = new Size(634, 392);
PLCItemsTable.TabIndex = 26;
PLCItemsTable.Text = "table1";
//
// btnDelete
//
btnDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btnDelete.Location = new Point(331, 27);
btnDelete.Name = "btnDelete";
btnDelete.Size = new Size(80, 32);
btnDelete.TabIndex = 28;
btnDelete.Text = "删除";
btnDelete.Type = AntdUI.TTypeMini.Error;
btnDelete.WaveSize = 0;
//
// btnAdd
//
btnAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btnAdd.Location = new Point(245, 27);
btnAdd.Name = "btnAdd";
btnAdd.Size = new Size(80, 32);
btnAdd.TabIndex = 27;
btnAdd.Text = "新增";
btnAdd.Type = AntdUI.TTypeMini.Primary;
btnAdd.WaveSize = 0;
//
// MotionControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(btnDelete);
Controls.Add(btnAdd);
Controls.Add(PLCItemsTable);
Controls.Add(stackPanel1);
Name = "MotionControl";
Size = new Size(898, 530);
stackPanel2.ResumeLayout(false);
stackPanel3.ResumeLayout(false);
stpCom.ResumeLayout(false);
stackPanel1.ResumeLayout(false);
stpPort.ResumeLayout(false);
stpIP.ResumeLayout(false);
stpParity.ResumeLayout(false);
stpStop.ResumeLayout(false);
stpData.ResumeLayout(false);
stpBaud.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private AntdUI.StackPanel stackPanel2;
private AntdUI.Label label4;
private AntdUI.StackPanel stackPanel3;
private AntdUI.Select sltTpye;
private AntdUI.Label label1;
private AntdUI.StackPanel stpCom;
private AntdUI.Select cmbCom;
private AntdUI.Label label2;
private AntdUI.StackPanel stackPanel1;
private AntdUI.Switch swhEnable;
private AntdUI.StackPanel stpPort;
private AntdUI.Input iptPort;
private AntdUI.Label label9;
private AntdUI.StackPanel stpIP;
private AntdUI.Input iptIP;
private AntdUI.Label label8;
private AntdUI.StackPanel stpParity;
private AntdUI.Select cmbParity;
private AntdUI.Label label7;
private AntdUI.StackPanel stpStop;
private AntdUI.Select cmbStopBits;
private AntdUI.Label label6;
private AntdUI.StackPanel stpData;
private AntdUI.Select cmbDataBits;
private AntdUI.Label label5;
private AntdUI.StackPanel stpBaud;
private AntdUI.Select cmbBaudRate;
private AntdUI.Label label3;
private AntdUI.Table PLCItemsTable;
private AntdUI.Button btnDelete;
private AntdUI.Button btnAdd;
}
}