2025-03-21 08:51:20 +08:00
|
|
|
|
namespace DHSoftware.Views
|
|
|
|
|
{
|
|
|
|
|
partial class MotionEdit
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
button_cancel = new AntdUI.Button();
|
|
|
|
|
sltName = new AntdUI.Select();
|
|
|
|
|
label2 = new AntdUI.Label();
|
|
|
|
|
divider2 = new AntdUI.Divider();
|
|
|
|
|
stackPanel1 = new AntdUI.StackPanel();
|
|
|
|
|
button_ok = new AntdUI.Button();
|
|
|
|
|
divider1 = new AntdUI.Divider();
|
|
|
|
|
label1 = new AntdUI.Label();
|
|
|
|
|
panel1 = new AntdUI.Panel();
|
|
|
|
|
stackPanel3 = new AntdUI.StackPanel();
|
|
|
|
|
sltEnd = new AntdUI.Select();
|
|
|
|
|
label6 = new AntdUI.Label();
|
|
|
|
|
stackPanel2 = new AntdUI.StackPanel();
|
|
|
|
|
sltStart = new AntdUI.Select();
|
|
|
|
|
label5 = new AntdUI.Label();
|
|
|
|
|
sltBoolValue = new AntdUI.Select();
|
|
|
|
|
stpNum = new AntdUI.StackPanel();
|
|
|
|
|
sltIntType = new AntdUI.Select();
|
|
|
|
|
iptValue = new AntdUI.Input();
|
|
|
|
|
label4 = new AntdUI.Label();
|
2025-03-22 16:16:34 +08:00
|
|
|
|
iptAddress = new AntdUI.Input();
|
|
|
|
|
label7 = new AntdUI.Label();
|
|
|
|
|
sltDataType = new AntdUI.Select();
|
|
|
|
|
label3 = new AntdUI.Label();
|
|
|
|
|
iptStartIndex = new AntdUI.InputNumber();
|
|
|
|
|
iptEndIndex = new AntdUI.InputNumber();
|
2025-03-21 08:51:20 +08:00
|
|
|
|
stackPanel1.SuspendLayout();
|
|
|
|
|
panel1.SuspendLayout();
|
|
|
|
|
stackPanel3.SuspendLayout();
|
|
|
|
|
stackPanel2.SuspendLayout();
|
|
|
|
|
stpNum.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button_cancel
|
|
|
|
|
//
|
|
|
|
|
button_cancel.BorderWidth = 1F;
|
|
|
|
|
button_cancel.Font = new Font("Microsoft YaHei UI", 9F);
|
|
|
|
|
button_cancel.Ghost = true;
|
|
|
|
|
button_cancel.Location = new Point(84, 3);
|
|
|
|
|
button_cancel.Name = "button_cancel";
|
|
|
|
|
button_cancel.Size = new Size(75, 38);
|
|
|
|
|
button_cancel.TabIndex = 1;
|
|
|
|
|
button_cancel.Text = "取消";
|
|
|
|
|
//
|
|
|
|
|
// sltName
|
|
|
|
|
//
|
|
|
|
|
sltName.Dock = DockStyle.Top;
|
|
|
|
|
sltName.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
sltName.Location = new Point(18, 134);
|
|
|
|
|
sltName.MaxCount = 10;
|
|
|
|
|
sltName.Name = "sltName";
|
|
|
|
|
sltName.Radius = 3;
|
|
|
|
|
sltName.Size = new Size(409, 38);
|
|
|
|
|
sltName.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
label2.Dock = DockStyle.Top;
|
|
|
|
|
label2.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label2.Location = new Point(18, 110);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(409, 24);
|
|
|
|
|
label2.TabIndex = 22;
|
|
|
|
|
label2.Text = "名称";
|
|
|
|
|
//
|
|
|
|
|
// divider2
|
|
|
|
|
//
|
|
|
|
|
divider2.Dock = DockStyle.Top;
|
|
|
|
|
divider2.Location = new Point(18, 98);
|
|
|
|
|
divider2.Name = "divider2";
|
|
|
|
|
divider2.Size = new Size(409, 12);
|
|
|
|
|
divider2.TabIndex = 21;
|
|
|
|
|
//
|
|
|
|
|
// stackPanel1
|
|
|
|
|
//
|
|
|
|
|
stackPanel1.Controls.Add(button_cancel);
|
|
|
|
|
stackPanel1.Controls.Add(button_ok);
|
|
|
|
|
stackPanel1.Dock = DockStyle.Top;
|
|
|
|
|
stackPanel1.Location = new Point(18, 54);
|
|
|
|
|
stackPanel1.Name = "stackPanel1";
|
|
|
|
|
stackPanel1.RightToLeft = RightToLeft.No;
|
|
|
|
|
stackPanel1.Size = new Size(409, 44);
|
|
|
|
|
stackPanel1.TabIndex = 20;
|
|
|
|
|
stackPanel1.Text = "stackPanel1";
|
|
|
|
|
//
|
|
|
|
|
// button_ok
|
|
|
|
|
//
|
|
|
|
|
button_ok.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
button_ok.Location = new Point(3, 3);
|
|
|
|
|
button_ok.Name = "button_ok";
|
|
|
|
|
button_ok.Size = new Size(75, 38);
|
|
|
|
|
button_ok.TabIndex = 0;
|
|
|
|
|
button_ok.Text = "确定";
|
|
|
|
|
button_ok.Type = AntdUI.TTypeMini.Primary;
|
|
|
|
|
//
|
|
|
|
|
// divider1
|
|
|
|
|
//
|
|
|
|
|
divider1.Dock = DockStyle.Top;
|
|
|
|
|
divider1.Location = new Point(18, 42);
|
|
|
|
|
divider1.Name = "divider1";
|
|
|
|
|
divider1.Size = new Size(409, 12);
|
|
|
|
|
divider1.TabIndex = 19;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
label1.Dock = DockStyle.Top;
|
|
|
|
|
label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label1.Location = new Point(18, 18);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(409, 24);
|
|
|
|
|
label1.TabIndex = 17;
|
|
|
|
|
label1.Text = "PLC点位操作";
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
panel1.Controls.Add(stackPanel3);
|
|
|
|
|
panel1.Controls.Add(label6);
|
|
|
|
|
panel1.Controls.Add(stackPanel2);
|
|
|
|
|
panel1.Controls.Add(label5);
|
|
|
|
|
panel1.Controls.Add(sltBoolValue);
|
|
|
|
|
panel1.Controls.Add(stpNum);
|
|
|
|
|
panel1.Controls.Add(label4);
|
|
|
|
|
panel1.Controls.Add(iptAddress);
|
|
|
|
|
panel1.Controls.Add(label7);
|
|
|
|
|
panel1.Controls.Add(sltDataType);
|
|
|
|
|
panel1.Controls.Add(label3);
|
|
|
|
|
panel1.Controls.Add(sltName);
|
|
|
|
|
panel1.Controls.Add(label2);
|
|
|
|
|
panel1.Controls.Add(divider2);
|
|
|
|
|
panel1.Controls.Add(stackPanel1);
|
|
|
|
|
panel1.Controls.Add(divider1);
|
|
|
|
|
panel1.Controls.Add(label1);
|
|
|
|
|
panel1.Dock = DockStyle.Fill;
|
|
|
|
|
panel1.Location = new Point(0, 0);
|
|
|
|
|
panel1.Name = "panel1";
|
|
|
|
|
panel1.Padding = new Padding(12);
|
|
|
|
|
panel1.Shadow = 6;
|
|
|
|
|
panel1.Size = new Size(445, 572);
|
|
|
|
|
panel1.TabIndex = 1;
|
|
|
|
|
panel1.Text = "panel1";
|
|
|
|
|
//
|
|
|
|
|
// stackPanel3
|
|
|
|
|
//
|
|
|
|
|
stackPanel3.BackColor = SystemColors.Window;
|
|
|
|
|
stackPanel3.Controls.Add(iptEndIndex);
|
|
|
|
|
stackPanel3.Controls.Add(sltEnd);
|
|
|
|
|
stackPanel3.Dock = DockStyle.Top;
|
|
|
|
|
stackPanel3.Location = new Point(18, 496);
|
|
|
|
|
stackPanel3.Name = "stackPanel3";
|
|
|
|
|
stackPanel3.Size = new Size(409, 45);
|
|
|
|
|
stackPanel3.TabIndex = 61;
|
|
|
|
|
stackPanel3.Text = "stackPanel3";
|
|
|
|
|
//
|
|
|
|
|
// sltEnd
|
|
|
|
|
//
|
|
|
|
|
sltEnd.Dock = DockStyle.Left;
|
|
|
|
|
sltEnd.Items.AddRange(new object[] { "执行", "取消" });
|
|
|
|
|
sltEnd.List = true;
|
|
|
|
|
sltEnd.Location = new Point(3, 3);
|
|
|
|
|
sltEnd.Name = "sltEnd";
|
|
|
|
|
sltEnd.Size = new Size(268, 39);
|
|
|
|
|
sltEnd.TabIndex = 35;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
label6.Dock = DockStyle.Top;
|
|
|
|
|
label6.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label6.Location = new Point(18, 472);
|
|
|
|
|
label6.Name = "label6";
|
|
|
|
|
label6.Size = new Size(409, 24);
|
|
|
|
|
label6.TabIndex = 60;
|
|
|
|
|
label6.Text = "流程结束执行";
|
|
|
|
|
//
|
|
|
|
|
// stackPanel2
|
|
|
|
|
//
|
|
|
|
|
stackPanel2.BackColor = SystemColors.Window;
|
|
|
|
|
stackPanel2.Controls.Add(iptStartIndex);
|
|
|
|
|
stackPanel2.Controls.Add(sltStart);
|
|
|
|
|
stackPanel2.Dock = DockStyle.Top;
|
|
|
|
|
stackPanel2.Location = new Point(18, 427);
|
|
|
|
|
stackPanel2.Name = "stackPanel2";
|
|
|
|
|
stackPanel2.Size = new Size(409, 45);
|
|
|
|
|
stackPanel2.TabIndex = 59;
|
|
|
|
|
stackPanel2.Text = "stackPanel2";
|
|
|
|
|
//
|
|
|
|
|
// sltStart
|
|
|
|
|
//
|
|
|
|
|
sltStart.Dock = DockStyle.Left;
|
|
|
|
|
sltStart.Items.AddRange(new object[] { "执行", "取消" });
|
|
|
|
|
sltStart.List = true;
|
|
|
|
|
sltStart.Location = new Point(3, 3);
|
|
|
|
|
sltStart.Name = "sltStart";
|
|
|
|
|
sltStart.Size = new Size(268, 39);
|
|
|
|
|
sltStart.TabIndex = 35;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
label5.Dock = DockStyle.Top;
|
|
|
|
|
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label5.Location = new Point(18, 403);
|
|
|
|
|
label5.Name = "label5";
|
|
|
|
|
label5.Size = new Size(409, 24);
|
|
|
|
|
label5.TabIndex = 58;
|
|
|
|
|
label5.Text = "流程开始执行";
|
|
|
|
|
//
|
|
|
|
|
// sltBoolValue
|
|
|
|
|
//
|
|
|
|
|
sltBoolValue.Dock = DockStyle.Top;
|
|
|
|
|
sltBoolValue.Items.AddRange(new object[] { "True", "False" });
|
|
|
|
|
sltBoolValue.List = true;
|
|
|
|
|
sltBoolValue.Location = new Point(18, 365);
|
|
|
|
|
sltBoolValue.Name = "sltBoolValue";
|
|
|
|
|
sltBoolValue.Size = new Size(409, 38);
|
|
|
|
|
sltBoolValue.TabIndex = 57;
|
|
|
|
|
//
|
|
|
|
|
// stpNum
|
|
|
|
|
//
|
|
|
|
|
stpNum.BackColor = SystemColors.Window;
|
|
|
|
|
stpNum.Controls.Add(sltIntType);
|
|
|
|
|
stpNum.Controls.Add(iptValue);
|
|
|
|
|
stpNum.Dock = DockStyle.Top;
|
|
|
|
|
stpNum.Location = new Point(18, 320);
|
|
|
|
|
stpNum.Name = "stpNum";
|
|
|
|
|
stpNum.Size = new Size(409, 45);
|
|
|
|
|
stpNum.TabIndex = 56;
|
|
|
|
|
stpNum.Text = "stackPanel2";
|
|
|
|
|
//
|
|
|
|
|
// sltIntType
|
|
|
|
|
//
|
|
|
|
|
sltIntType.Dock = DockStyle.Left;
|
|
|
|
|
sltIntType.List = true;
|
|
|
|
|
sltIntType.Location = new Point(277, 3);
|
|
|
|
|
sltIntType.Name = "sltIntType";
|
|
|
|
|
sltIntType.Size = new Size(132, 39);
|
|
|
|
|
sltIntType.TabIndex = 35;
|
|
|
|
|
//
|
|
|
|
|
// iptValue
|
|
|
|
|
//
|
|
|
|
|
iptValue.Dock = DockStyle.Left;
|
|
|
|
|
iptValue.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
iptValue.Location = new Point(3, 3);
|
|
|
|
|
iptValue.Name = "iptValue";
|
|
|
|
|
iptValue.Radius = 3;
|
|
|
|
|
iptValue.Size = new Size(268, 39);
|
|
|
|
|
iptValue.TabIndex = 24;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
label4.Dock = DockStyle.Top;
|
|
|
|
|
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label4.Location = new Point(18, 296);
|
|
|
|
|
label4.Name = "label4";
|
|
|
|
|
label4.Size = new Size(409, 24);
|
|
|
|
|
label4.TabIndex = 55;
|
|
|
|
|
label4.Text = "值";
|
|
|
|
|
//
|
2025-03-22 16:16:34 +08:00
|
|
|
|
// iptAddress
|
|
|
|
|
//
|
|
|
|
|
iptAddress.Dock = DockStyle.Top;
|
|
|
|
|
iptAddress.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
iptAddress.Location = new Point(18, 258);
|
|
|
|
|
iptAddress.Name = "iptAddress";
|
|
|
|
|
iptAddress.Radius = 3;
|
|
|
|
|
iptAddress.Size = new Size(409, 38);
|
|
|
|
|
iptAddress.TabIndex = 54;
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
label7.Dock = DockStyle.Top;
|
|
|
|
|
label7.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label7.Location = new Point(18, 234);
|
|
|
|
|
label7.Name = "label7";
|
|
|
|
|
label7.Size = new Size(409, 24);
|
|
|
|
|
label7.TabIndex = 53;
|
|
|
|
|
label7.Text = "地址";
|
|
|
|
|
//
|
|
|
|
|
// sltDataType
|
|
|
|
|
//
|
|
|
|
|
sltDataType.Dock = DockStyle.Top;
|
|
|
|
|
sltDataType.List = true;
|
|
|
|
|
sltDataType.Location = new Point(18, 196);
|
|
|
|
|
sltDataType.Name = "sltDataType";
|
|
|
|
|
sltDataType.Size = new Size(409, 38);
|
|
|
|
|
sltDataType.TabIndex = 45;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
label3.Dock = DockStyle.Top;
|
|
|
|
|
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
|
label3.Location = new Point(18, 172);
|
|
|
|
|
label3.Name = "label3";
|
|
|
|
|
label3.Size = new Size(409, 24);
|
|
|
|
|
label3.TabIndex = 44;
|
|
|
|
|
label3.Text = "数据类型";
|
|
|
|
|
//
|
|
|
|
|
// iptStartIndex
|
|
|
|
|
//
|
|
|
|
|
iptStartIndex.Location = new Point(277, 3);
|
|
|
|
|
iptStartIndex.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
|
|
|
|
|
iptStartIndex.Minimum = new decimal(new int[] { 2, 0, 0, int.MinValue });
|
|
|
|
|
iptStartIndex.Name = "iptStartIndex";
|
|
|
|
|
iptStartIndex.Size = new Size(129, 39);
|
|
|
|
|
iptStartIndex.TabIndex = 37;
|
|
|
|
|
iptStartIndex.Text = "-1";
|
|
|
|
|
iptStartIndex.Value = new decimal(new int[] { 1, 0, 0, int.MinValue });
|
|
|
|
|
//
|
|
|
|
|
// iptEndIndex
|
|
|
|
|
//
|
|
|
|
|
iptEndIndex.Location = new Point(277, 3);
|
|
|
|
|
iptEndIndex.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
|
|
|
|
|
iptEndIndex.Minimum = new decimal(new int[] { 2, 0, 0, int.MinValue });
|
|
|
|
|
iptEndIndex.Name = "iptEndIndex";
|
|
|
|
|
iptEndIndex.Size = new Size(129, 39);
|
|
|
|
|
iptEndIndex.TabIndex = 38;
|
|
|
|
|
iptEndIndex.Text = "-1";
|
|
|
|
|
iptEndIndex.Value = new decimal(new int[] { 1, 0, 0, int.MinValue });
|
|
|
|
|
//
|
2025-03-21 08:51:20 +08:00
|
|
|
|
// MotionEdit
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
Controls.Add(panel1);
|
|
|
|
|
Name = "MotionEdit";
|
|
|
|
|
Size = new Size(445, 572);
|
|
|
|
|
stackPanel1.ResumeLayout(false);
|
|
|
|
|
panel1.ResumeLayout(false);
|
|
|
|
|
stackPanel3.ResumeLayout(false);
|
|
|
|
|
stackPanel2.ResumeLayout(false);
|
|
|
|
|
stpNum.ResumeLayout(false);
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private AntdUI.Button button_cancel;
|
|
|
|
|
private AntdUI.Select sltName;
|
|
|
|
|
private AntdUI.Label label2;
|
|
|
|
|
private AntdUI.Divider divider2;
|
|
|
|
|
private AntdUI.StackPanel stackPanel1;
|
|
|
|
|
private AntdUI.Button button_ok;
|
|
|
|
|
private AntdUI.Divider divider1;
|
|
|
|
|
private AntdUI.Label label1;
|
|
|
|
|
private AntdUI.Panel panel1;
|
|
|
|
|
private AntdUI.Select sltDataType;
|
|
|
|
|
private AntdUI.Label label3;
|
|
|
|
|
private AntdUI.StackPanel stackPanel3;
|
|
|
|
|
private AntdUI.Select sltEnd;
|
|
|
|
|
private AntdUI.Label label6;
|
|
|
|
|
private AntdUI.StackPanel stackPanel2;
|
|
|
|
|
private AntdUI.Select sltStart;
|
|
|
|
|
private AntdUI.Label label5;
|
|
|
|
|
private AntdUI.Select sltBoolValue;
|
|
|
|
|
private AntdUI.StackPanel stpNum;
|
|
|
|
|
private AntdUI.Select sltIntType;
|
|
|
|
|
private AntdUI.Input iptValue;
|
|
|
|
|
private AntdUI.Label label4;
|
|
|
|
|
private AntdUI.Input iptAddress;
|
|
|
|
|
private AntdUI.Label label7;
|
2025-03-22 16:16:34 +08:00
|
|
|
|
private AntdUI.InputNumber iptStartIndex;
|
|
|
|
|
private AntdUI.InputNumber iptEndIndex;
|
2025-03-21 08:51:20 +08:00
|
|
|
|
}
|
|
|
|
|
}
|