756 lines
29 KiB
C#
756 lines
29 KiB
C#
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()
|
||
{
|
||
AntdUI.Tabs.StyleLine styleLine1 = new AntdUI.Tabs.StyleLine();
|
||
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();
|
||
tabs1 = new AntdUI.Tabs();
|
||
tabPage1 = new AntdUI.TabPage();
|
||
PLCItemsTable = new AntdUI.Table();
|
||
panel1 = new AntdUI.Panel();
|
||
btnDelete = new AntdUI.Button();
|
||
btnAdd = new AntdUI.Button();
|
||
tabPage2 = new AntdUI.TabPage();
|
||
TableSartProcess = new AntdUI.Table();
|
||
panel2 = new AntdUI.Panel();
|
||
btnSartProcessDelete = new AntdUI.Button();
|
||
btnSartProcessAdd = new AntdUI.Button();
|
||
tabPage3 = new AntdUI.TabPage();
|
||
TableStopProcess = new AntdUI.Table();
|
||
panel3 = new AntdUI.Panel();
|
||
btnStopProcessDelete = new AntdUI.Button();
|
||
btnStopProcessAdd = new AntdUI.Button();
|
||
tabPage4 = new AntdUI.TabPage();
|
||
TableStartReset = new AntdUI.Table();
|
||
panel4 = new AntdUI.Panel();
|
||
btnStartResetDelete = new AntdUI.Button();
|
||
btnStartResetAdd = new AntdUI.Button();
|
||
tabPage5 = new AntdUI.TabPage();
|
||
TableStopReset = new AntdUI.Table();
|
||
panel5 = new AntdUI.Panel();
|
||
btnStopResetDelete = new AntdUI.Button();
|
||
btnStopResetAdd = new AntdUI.Button();
|
||
stackPanel2.SuspendLayout();
|
||
stackPanel3.SuspendLayout();
|
||
stpCom.SuspendLayout();
|
||
stackPanel1.SuspendLayout();
|
||
stpPort.SuspendLayout();
|
||
stpIP.SuspendLayout();
|
||
stpParity.SuspendLayout();
|
||
stpStop.SuspendLayout();
|
||
stpData.SuspendLayout();
|
||
stpBaud.SuspendLayout();
|
||
tabs1.SuspendLayout();
|
||
tabPage1.SuspendLayout();
|
||
panel1.SuspendLayout();
|
||
tabPage2.SuspendLayout();
|
||
panel2.SuspendLayout();
|
||
tabPage3.SuspendLayout();
|
||
panel3.SuspendLayout();
|
||
tabPage4.SuspendLayout();
|
||
panel4.SuspendLayout();
|
||
tabPage5.SuspendLayout();
|
||
panel5.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.Dock = DockStyle.Left;
|
||
stackPanel1.Location = new Point(0, 0);
|
||
stackPanel1.Name = "stackPanel1";
|
||
stackPanel1.Size = new Size(223, 530);
|
||
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 = "波 特 率";
|
||
//
|
||
// tabs1
|
||
//
|
||
tabs1.Dock = DockStyle.Fill;
|
||
tabs1.Location = new Point(223, 0);
|
||
tabs1.Name = "tabs1";
|
||
tabs1.Pages.Add(tabPage1);
|
||
tabs1.Pages.Add(tabPage2);
|
||
tabs1.Pages.Add(tabPage3);
|
||
tabs1.Pages.Add(tabPage4);
|
||
tabs1.Pages.Add(tabPage5);
|
||
tabs1.Size = new Size(675, 530);
|
||
tabs1.Style = styleLine1;
|
||
tabs1.TabIndex = 26;
|
||
tabs1.Text = "tabs1";
|
||
tabs1.SelectedIndex = 0;
|
||
//
|
||
// tabPage1
|
||
//
|
||
tabPage1.Controls.Add(PLCItemsTable);
|
||
tabPage1.Controls.Add(panel1);
|
||
tabPage1.Location = new Point(3, 28);
|
||
tabPage1.Name = "tabPage1";
|
||
tabPage1.Size = new Size(669, 499);
|
||
tabPage1.TabIndex = 0;
|
||
tabPage1.Text = "点位表";
|
||
//
|
||
// PLCItemsTable
|
||
//
|
||
PLCItemsTable.Dock = DockStyle.Fill;
|
||
PLCItemsTable.EmptyHeader = true;
|
||
PLCItemsTable.Location = new Point(0, 45);
|
||
PLCItemsTable.Name = "PLCItemsTable";
|
||
PLCItemsTable.Padding = new Padding(5);
|
||
PLCItemsTable.Size = new Size(669, 454);
|
||
PLCItemsTable.TabIndex = 36;
|
||
PLCItemsTable.Text = "table1";
|
||
//
|
||
// panel1
|
||
//
|
||
panel1.Back = Color.Transparent;
|
||
panel1.BackColor = SystemColors.Window;
|
||
panel1.Controls.Add(btnDelete);
|
||
panel1.Controls.Add(btnAdd);
|
||
panel1.Dock = DockStyle.Top;
|
||
panel1.Location = new Point(0, 0);
|
||
panel1.Name = "panel1";
|
||
panel1.Size = new Size(669, 45);
|
||
panel1.TabIndex = 35;
|
||
panel1.Text = "panel1";
|
||
//
|
||
// btnDelete
|
||
//
|
||
btnDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnDelete.Location = new Point(110, 10);
|
||
btnDelete.Name = "btnDelete";
|
||
btnDelete.Size = new Size(74, 32);
|
||
btnDelete.TabIndex = 36;
|
||
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(13, 10);
|
||
btnAdd.Name = "btnAdd";
|
||
btnAdd.Size = new Size(82, 32);
|
||
btnAdd.TabIndex = 35;
|
||
btnAdd.Text = "新增";
|
||
btnAdd.Type = AntdUI.TTypeMini.Primary;
|
||
btnAdd.WaveSize = 0;
|
||
//
|
||
// tabPage2
|
||
//
|
||
tabPage2.Controls.Add(TableSartProcess);
|
||
tabPage2.Controls.Add(panel2);
|
||
tabPage2.Location = new Point(-669, -499);
|
||
tabPage2.Name = "tabPage2";
|
||
tabPage2.Size = new Size(669, 499);
|
||
tabPage2.TabIndex = 1;
|
||
tabPage2.Text = "流程启动表";
|
||
//
|
||
// TableSartProcess
|
||
//
|
||
TableSartProcess.Dock = DockStyle.Fill;
|
||
TableSartProcess.EmptyHeader = true;
|
||
TableSartProcess.Location = new Point(0, 45);
|
||
TableSartProcess.Name = "TableSartProcess";
|
||
TableSartProcess.Padding = new Padding(5);
|
||
TableSartProcess.Size = new Size(669, 454);
|
||
TableSartProcess.TabIndex = 38;
|
||
TableSartProcess.Text = "table1";
|
||
//
|
||
// panel2
|
||
//
|
||
panel2.Back = Color.Transparent;
|
||
panel2.BackColor = SystemColors.Window;
|
||
panel2.Controls.Add(btnSartProcessDelete);
|
||
panel2.Controls.Add(btnSartProcessAdd);
|
||
panel2.Dock = DockStyle.Top;
|
||
panel2.Location = new Point(0, 0);
|
||
panel2.Name = "panel2";
|
||
panel2.Size = new Size(669, 45);
|
||
panel2.TabIndex = 37;
|
||
panel2.Text = "panel2";
|
||
//
|
||
// btnSartProcessDelete
|
||
//
|
||
btnSartProcessDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnSartProcessDelete.Location = new Point(110, 10);
|
||
btnSartProcessDelete.Name = "btnSartProcessDelete";
|
||
btnSartProcessDelete.Size = new Size(74, 32);
|
||
btnSartProcessDelete.TabIndex = 36;
|
||
btnSartProcessDelete.Text = "删除";
|
||
btnSartProcessDelete.Type = AntdUI.TTypeMini.Error;
|
||
btnSartProcessDelete.WaveSize = 0;
|
||
//
|
||
// btnSartProcessAdd
|
||
//
|
||
btnSartProcessAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnSartProcessAdd.Location = new Point(13, 10);
|
||
btnSartProcessAdd.Name = "btnSartProcessAdd";
|
||
btnSartProcessAdd.Size = new Size(82, 32);
|
||
btnSartProcessAdd.TabIndex = 35;
|
||
btnSartProcessAdd.Text = "新增";
|
||
btnSartProcessAdd.Type = AntdUI.TTypeMini.Primary;
|
||
btnSartProcessAdd.WaveSize = 0;
|
||
//
|
||
// tabPage3
|
||
//
|
||
tabPage3.Controls.Add(TableStopProcess);
|
||
tabPage3.Controls.Add(panel3);
|
||
tabPage3.Location = new Point(-669, -499);
|
||
tabPage3.Name = "tabPage3";
|
||
tabPage3.Size = new Size(669, 499);
|
||
tabPage3.TabIndex = 2;
|
||
tabPage3.Text = "流程结束表";
|
||
//
|
||
// TableStopProcess
|
||
//
|
||
TableStopProcess.Dock = DockStyle.Fill;
|
||
TableStopProcess.EmptyHeader = true;
|
||
TableStopProcess.Location = new Point(0, 45);
|
||
TableStopProcess.Name = "TableStopProcess";
|
||
TableStopProcess.Padding = new Padding(5);
|
||
TableStopProcess.Size = new Size(669, 454);
|
||
TableStopProcess.TabIndex = 38;
|
||
TableStopProcess.Text = "table1";
|
||
//
|
||
// panel3
|
||
//
|
||
panel3.Back = Color.Transparent;
|
||
panel3.BackColor = SystemColors.Window;
|
||
panel3.Controls.Add(btnStopProcessDelete);
|
||
panel3.Controls.Add(btnStopProcessAdd);
|
||
panel3.Dock = DockStyle.Top;
|
||
panel3.Location = new Point(0, 0);
|
||
panel3.Name = "panel3";
|
||
panel3.Size = new Size(669, 45);
|
||
panel3.TabIndex = 37;
|
||
panel3.Text = "panel3";
|
||
//
|
||
// btnStopProcessDelete
|
||
//
|
||
btnStopProcessDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStopProcessDelete.Location = new Point(110, 10);
|
||
btnStopProcessDelete.Name = "btnStopProcessDelete";
|
||
btnStopProcessDelete.Size = new Size(74, 32);
|
||
btnStopProcessDelete.TabIndex = 36;
|
||
btnStopProcessDelete.Text = "删除";
|
||
btnStopProcessDelete.Type = AntdUI.TTypeMini.Error;
|
||
btnStopProcessDelete.WaveSize = 0;
|
||
//
|
||
// btnStopProcessAdd
|
||
//
|
||
btnStopProcessAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStopProcessAdd.Location = new Point(13, 10);
|
||
btnStopProcessAdd.Name = "btnStopProcessAdd";
|
||
btnStopProcessAdd.Size = new Size(82, 32);
|
||
btnStopProcessAdd.TabIndex = 35;
|
||
btnStopProcessAdd.Text = "新增";
|
||
btnStopProcessAdd.Type = AntdUI.TTypeMini.Primary;
|
||
btnStopProcessAdd.WaveSize = 0;
|
||
//
|
||
// tabPage4
|
||
//
|
||
tabPage4.Controls.Add(TableStartReset);
|
||
tabPage4.Controls.Add(panel4);
|
||
tabPage4.Location = new Point(-669, -499);
|
||
tabPage4.Name = "tabPage4";
|
||
tabPage4.Size = new Size(669, 499);
|
||
tabPage4.TabIndex = 3;
|
||
tabPage4.Text = "复位开始表";
|
||
//
|
||
// TableStartReset
|
||
//
|
||
TableStartReset.Dock = DockStyle.Fill;
|
||
TableStartReset.EmptyHeader = true;
|
||
TableStartReset.Location = new Point(0, 45);
|
||
TableStartReset.Name = "TableStartReset";
|
||
TableStartReset.Padding = new Padding(5);
|
||
TableStartReset.Size = new Size(669, 454);
|
||
TableStartReset.TabIndex = 38;
|
||
TableStartReset.Text = "table1";
|
||
//
|
||
// panel4
|
||
//
|
||
panel4.Back = Color.Transparent;
|
||
panel4.BackColor = SystemColors.Window;
|
||
panel4.Controls.Add(btnStartResetDelete);
|
||
panel4.Controls.Add(btnStartResetAdd);
|
||
panel4.Dock = DockStyle.Top;
|
||
panel4.Location = new Point(0, 0);
|
||
panel4.Name = "panel4";
|
||
panel4.Size = new Size(669, 45);
|
||
panel4.TabIndex = 37;
|
||
panel4.Text = "panel4";
|
||
//
|
||
// btnStartResetDelete
|
||
//
|
||
btnStartResetDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStartResetDelete.Location = new Point(110, 10);
|
||
btnStartResetDelete.Name = "btnStartResetDelete";
|
||
btnStartResetDelete.Size = new Size(74, 32);
|
||
btnStartResetDelete.TabIndex = 36;
|
||
btnStartResetDelete.Text = "删除";
|
||
btnStartResetDelete.Type = AntdUI.TTypeMini.Error;
|
||
btnStartResetDelete.WaveSize = 0;
|
||
//
|
||
// btnStartResetAdd
|
||
//
|
||
btnStartResetAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStartResetAdd.Location = new Point(13, 10);
|
||
btnStartResetAdd.Name = "btnStartResetAdd";
|
||
btnStartResetAdd.Size = new Size(82, 32);
|
||
btnStartResetAdd.TabIndex = 35;
|
||
btnStartResetAdd.Text = "新增";
|
||
btnStartResetAdd.Type = AntdUI.TTypeMini.Primary;
|
||
btnStartResetAdd.WaveSize = 0;
|
||
//
|
||
// tabPage5
|
||
//
|
||
tabPage5.Controls.Add(TableStopReset);
|
||
tabPage5.Controls.Add(panel5);
|
||
tabPage5.Location = new Point(-669, -499);
|
||
tabPage5.Name = "tabPage5";
|
||
tabPage5.Size = new Size(669, 499);
|
||
tabPage5.TabIndex = 4;
|
||
tabPage5.Text = "复位结束表";
|
||
//
|
||
// TableStopReset
|
||
//
|
||
TableStopReset.Dock = DockStyle.Fill;
|
||
TableStopReset.EmptyHeader = true;
|
||
TableStopReset.Location = new Point(0, 45);
|
||
TableStopReset.Name = "TableStopReset";
|
||
TableStopReset.Padding = new Padding(5);
|
||
TableStopReset.Size = new Size(669, 454);
|
||
TableStopReset.TabIndex = 38;
|
||
TableStopReset.Text = "table1";
|
||
//
|
||
// panel5
|
||
//
|
||
panel5.Back = Color.Transparent;
|
||
panel5.BackColor = SystemColors.Window;
|
||
panel5.Controls.Add(btnStopResetDelete);
|
||
panel5.Controls.Add(btnStopResetAdd);
|
||
panel5.Dock = DockStyle.Top;
|
||
panel5.Location = new Point(0, 0);
|
||
panel5.Name = "panel5";
|
||
panel5.Size = new Size(669, 45);
|
||
panel5.TabIndex = 37;
|
||
panel5.Text = "panel5";
|
||
//
|
||
// btnStopResetDelete
|
||
//
|
||
btnStopResetDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStopResetDelete.Location = new Point(110, 10);
|
||
btnStopResetDelete.Name = "btnStopResetDelete";
|
||
btnStopResetDelete.Size = new Size(74, 32);
|
||
btnStopResetDelete.TabIndex = 36;
|
||
btnStopResetDelete.Text = "删除";
|
||
btnStopResetDelete.Type = AntdUI.TTypeMini.Error;
|
||
btnStopResetDelete.WaveSize = 0;
|
||
//
|
||
// btnStopResetAdd
|
||
//
|
||
btnStopResetAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnStopResetAdd.Location = new Point(13, 10);
|
||
btnStopResetAdd.Name = "btnStopResetAdd";
|
||
btnStopResetAdd.Size = new Size(82, 32);
|
||
btnStopResetAdd.TabIndex = 35;
|
||
btnStopResetAdd.Text = "新增";
|
||
btnStopResetAdd.Type = AntdUI.TTypeMini.Primary;
|
||
btnStopResetAdd.WaveSize = 0;
|
||
//
|
||
// MotionControl
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(tabs1);
|
||
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);
|
||
tabs1.ResumeLayout(false);
|
||
tabPage1.ResumeLayout(false);
|
||
panel1.ResumeLayout(false);
|
||
tabPage2.ResumeLayout(false);
|
||
panel2.ResumeLayout(false);
|
||
tabPage3.ResumeLayout(false);
|
||
panel3.ResumeLayout(false);
|
||
tabPage4.ResumeLayout(false);
|
||
panel4.ResumeLayout(false);
|
||
tabPage5.ResumeLayout(false);
|
||
panel5.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.Tabs tabs1;
|
||
private AntdUI.TabPage tabPage1;
|
||
private AntdUI.TabPage tabPage2;
|
||
private AntdUI.TabPage tabPage3;
|
||
private AntdUI.TabPage tabPage4;
|
||
private AntdUI.TabPage tabPage5;
|
||
private AntdUI.Table PLCItemsTable;
|
||
private AntdUI.Panel panel1;
|
||
private AntdUI.Button btnDelete;
|
||
private AntdUI.Button btnAdd;
|
||
private AntdUI.Table TableSartProcess;
|
||
private AntdUI.Panel panel2;
|
||
private AntdUI.Button btnSartProcessDelete;
|
||
private AntdUI.Button btnSartProcessAdd;
|
||
private AntdUI.Table TableStopProcess;
|
||
private AntdUI.Panel panel3;
|
||
private AntdUI.Button btnStopProcessDelete;
|
||
private AntdUI.Button btnStopProcessAdd;
|
||
private AntdUI.Table TableStartReset;
|
||
private AntdUI.Panel panel4;
|
||
private AntdUI.Button btnStartResetDelete;
|
||
private AntdUI.Button btnStartResetAdd;
|
||
private AntdUI.Table TableStopReset;
|
||
private AntdUI.Panel panel5;
|
||
private AntdUI.Button btnStopResetDelete;
|
||
private AntdUI.Button btnStopResetAdd;
|
||
}
|
||
}
|