Files
LL-28/SLC1-N/Form_PLCcontrol.Designer.cs
2025-11-14 09:41:37 +08:00

298 lines
15 KiB
C#

namespace SLC1_N
{
partial class Form_PLCcontrol
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PLCcontrol));
this.bt_M1020 = new System.Windows.Forms.Button();
this.bt_M1021 = new System.Windows.Forms.Button();
this.bt_M1022_down = new System.Windows.Forms.Button();
this.bt_M1022_up = new System.Windows.Forms.Button();
this.bt_M1025_up = new System.Windows.Forms.Button();
this.bt_M1025_down = new System.Windows.Forms.Button();
this.bt_M1024 = new System.Windows.Forms.Button();
this.bt_M1023 = new System.Windows.Forms.Button();
this.bt_M1028_up = new System.Windows.Forms.Button();
this.bt_M1028_down = new System.Windows.Forms.Button();
this.bt_M1027 = new System.Windows.Forms.Button();
this.bt_M1026 = new System.Windows.Forms.Button();
this.bt_M1031_up = new System.Windows.Forms.Button();
this.bt_M1031_down = new System.Windows.Forms.Button();
this.bt_M1030 = new System.Windows.Forms.Button();
this.bt_M1029 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// bt_M1020
//
this.bt_M1020.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1020.Location = new System.Drawing.Point(16, 19);
this.bt_M1020.Name = "bt_M1020";
this.bt_M1020.Size = new System.Drawing.Size(127, 57);
this.bt_M1020.TabIndex = 0;
this.bt_M1020.Text = "CH1 滑轨伸出";
this.bt_M1020.UseVisualStyleBackColor = true;
this.bt_M1020.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1020_MouseDown);
this.bt_M1020.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1020_MouseUp);
//
// bt_M1021
//
this.bt_M1021.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1021.Location = new System.Drawing.Point(167, 20);
this.bt_M1021.Name = "bt_M1021";
this.bt_M1021.Size = new System.Drawing.Size(127, 57);
this.bt_M1021.TabIndex = 1;
this.bt_M1021.Text = "CH1 滑轨缩回";
this.bt_M1021.UseVisualStyleBackColor = true;
this.bt_M1021.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1021_MouseDown);
this.bt_M1021.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1021_MouseUp);
//
// bt_M1022_down
//
this.bt_M1022_down.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1022_down.Location = new System.Drawing.Point(403, 32);
this.bt_M1022_down.Name = "bt_M1022_down";
this.bt_M1022_down.Size = new System.Drawing.Size(127, 57);
this.bt_M1022_down.TabIndex = 2;
this.bt_M1022_down.Text = "CH1 气缸下压";
this.bt_M1022_down.UseVisualStyleBackColor = true;
this.bt_M1022_down.Click += new System.EventHandler(this.bt_M1022_down_Click);
//
// bt_M1022_up
//
this.bt_M1022_up.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1022_up.Location = new System.Drawing.Point(551, 32);
this.bt_M1022_up.Name = "bt_M1022_up";
this.bt_M1022_up.Size = new System.Drawing.Size(127, 57);
this.bt_M1022_up.TabIndex = 9;
this.bt_M1022_up.Text = "CH1 气缸上升";
this.bt_M1022_up.UseVisualStyleBackColor = true;
this.bt_M1022_up.Click += new System.EventHandler(this.bt_M1022_up_Click);
//
// bt_M1025_up
//
this.bt_M1025_up.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1025_up.Location = new System.Drawing.Point(551, 133);
this.bt_M1025_up.Name = "bt_M1025_up";
this.bt_M1025_up.Size = new System.Drawing.Size(127, 57);
this.bt_M1025_up.TabIndex = 13;
this.bt_M1025_up.Text = "CH2 气缸上升";
this.bt_M1025_up.UseVisualStyleBackColor = true;
this.bt_M1025_up.Click += new System.EventHandler(this.bt_M1025_up_Click);
//
// bt_M1025_down
//
this.bt_M1025_down.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1025_down.Location = new System.Drawing.Point(403, 133);
this.bt_M1025_down.Name = "bt_M1025_down";
this.bt_M1025_down.Size = new System.Drawing.Size(127, 57);
this.bt_M1025_down.TabIndex = 12;
this.bt_M1025_down.Text = "CH2 气缸下压";
this.bt_M1025_down.UseVisualStyleBackColor = true;
this.bt_M1025_down.Click += new System.EventHandler(this.bt_M1025_down_Click);
//
// bt_M1024
//
this.bt_M1024.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1024.Location = new System.Drawing.Point(167, 121);
this.bt_M1024.Name = "bt_M1024";
this.bt_M1024.Size = new System.Drawing.Size(127, 57);
this.bt_M1024.TabIndex = 11;
this.bt_M1024.Text = "CH2 滑轨缩回";
this.bt_M1024.UseVisualStyleBackColor = true;
this.bt_M1024.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1024_MouseDown);
this.bt_M1024.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1024_MouseUp);
//
// bt_M1023
//
this.bt_M1023.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1023.Location = new System.Drawing.Point(17, 121);
this.bt_M1023.Name = "bt_M1023";
this.bt_M1023.Size = new System.Drawing.Size(127, 57);
this.bt_M1023.TabIndex = 10;
this.bt_M1023.Text = "CH2 滑轨伸出";
this.bt_M1023.UseVisualStyleBackColor = true;
this.bt_M1023.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1023_MouseDown);
this.bt_M1023.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1023_MouseUp);
//
// bt_M1028_up
//
this.bt_M1028_up.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1028_up.Location = new System.Drawing.Point(551, 234);
this.bt_M1028_up.Name = "bt_M1028_up";
this.bt_M1028_up.Size = new System.Drawing.Size(127, 57);
this.bt_M1028_up.TabIndex = 17;
this.bt_M1028_up.Text = "CH3 气缸上升";
this.bt_M1028_up.UseVisualStyleBackColor = true;
this.bt_M1028_up.Click += new System.EventHandler(this.bt_M1028_up_Click);
//
// bt_M1028_down
//
this.bt_M1028_down.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1028_down.Location = new System.Drawing.Point(403, 234);
this.bt_M1028_down.Name = "bt_M1028_down";
this.bt_M1028_down.Size = new System.Drawing.Size(127, 57);
this.bt_M1028_down.TabIndex = 16;
this.bt_M1028_down.Text = "CH3 气缸下压";
this.bt_M1028_down.UseVisualStyleBackColor = true;
this.bt_M1028_down.Click += new System.EventHandler(this.bt_M1028_down_Click);
//
// bt_M1027
//
this.bt_M1027.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1027.Location = new System.Drawing.Point(167, 222);
this.bt_M1027.Name = "bt_M1027";
this.bt_M1027.Size = new System.Drawing.Size(127, 57);
this.bt_M1027.TabIndex = 15;
this.bt_M1027.Text = "CH3 滑轨缩回";
this.bt_M1027.UseVisualStyleBackColor = true;
this.bt_M1027.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1027_MouseDown);
this.bt_M1027.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1027_MouseUp);
//
// bt_M1026
//
this.bt_M1026.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1026.Location = new System.Drawing.Point(17, 222);
this.bt_M1026.Name = "bt_M1026";
this.bt_M1026.Size = new System.Drawing.Size(127, 57);
this.bt_M1026.TabIndex = 14;
this.bt_M1026.Text = "CH3 滑轨伸出";
this.bt_M1026.UseVisualStyleBackColor = true;
this.bt_M1026.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1026_MouseDown);
this.bt_M1026.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1026_MouseUp);
//
// bt_M1031_up
//
this.bt_M1031_up.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1031_up.Location = new System.Drawing.Point(551, 335);
this.bt_M1031_up.Name = "bt_M1031_up";
this.bt_M1031_up.Size = new System.Drawing.Size(127, 57);
this.bt_M1031_up.TabIndex = 21;
this.bt_M1031_up.Text = "CH4 气缸上升";
this.bt_M1031_up.UseVisualStyleBackColor = true;
this.bt_M1031_up.Click += new System.EventHandler(this.bt_M1031_up_Click);
//
// bt_M1031_down
//
this.bt_M1031_down.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1031_down.Location = new System.Drawing.Point(403, 335);
this.bt_M1031_down.Name = "bt_M1031_down";
this.bt_M1031_down.Size = new System.Drawing.Size(127, 57);
this.bt_M1031_down.TabIndex = 20;
this.bt_M1031_down.Text = "CH4 气缸下压";
this.bt_M1031_down.UseVisualStyleBackColor = true;
this.bt_M1031_down.Click += new System.EventHandler(this.bt_M1031_down_Click);
//
// bt_M1030
//
this.bt_M1030.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1030.Location = new System.Drawing.Point(167, 323);
this.bt_M1030.Name = "bt_M1030";
this.bt_M1030.Size = new System.Drawing.Size(127, 57);
this.bt_M1030.TabIndex = 19;
this.bt_M1030.Text = "CH4 滑轨缩回";
this.bt_M1030.UseVisualStyleBackColor = true;
this.bt_M1030.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1030_MouseDown);
this.bt_M1030.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1030_MouseUp);
//
// bt_M1029
//
this.bt_M1029.Font = new System.Drawing.Font("宋体", 12F);
this.bt_M1029.Location = new System.Drawing.Point(17, 323);
this.bt_M1029.Name = "bt_M1029";
this.bt_M1029.Size = new System.Drawing.Size(127, 57);
this.bt_M1029.TabIndex = 18;
this.bt_M1029.Text = "CH4 滑轨伸出";
this.bt_M1029.UseVisualStyleBackColor = true;
this.bt_M1029.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bt_M1029_MouseDown);
this.bt_M1029.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bt_M1029_MouseUp);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.groupBox1.Controls.Add(this.bt_M1021);
this.groupBox1.Controls.Add(this.bt_M1020);
this.groupBox1.Controls.Add(this.bt_M1023);
this.groupBox1.Controls.Add(this.bt_M1030);
this.groupBox1.Controls.Add(this.bt_M1024);
this.groupBox1.Controls.Add(this.bt_M1029);
this.groupBox1.Controls.Add(this.bt_M1026);
this.groupBox1.Controls.Add(this.bt_M1027);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(313, 394);
this.groupBox1.TabIndex = 22;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "点动式";
//
// Form_PLCcontrol
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(704, 418);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.bt_M1031_up);
this.Controls.Add(this.bt_M1031_down);
this.Controls.Add(this.bt_M1028_up);
this.Controls.Add(this.bt_M1028_down);
this.Controls.Add(this.bt_M1025_up);
this.Controls.Add(this.bt_M1025_down);
this.Controls.Add(this.bt_M1022_up);
this.Controls.Add(this.bt_M1022_down);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_PLCcontrol";
this.Text = "PLC控制";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_PLCcontrol_FormClosing);
this.Load += new System.EventHandler(this.Form_PLCcontrol_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button bt_M1020;
private System.Windows.Forms.Button bt_M1021;
private System.Windows.Forms.Button bt_M1022_down;
private System.Windows.Forms.Button bt_M1022_up;
private System.Windows.Forms.Button bt_M1025_up;
private System.Windows.Forms.Button bt_M1025_down;
private System.Windows.Forms.Button bt_M1024;
private System.Windows.Forms.Button bt_M1023;
private System.Windows.Forms.Button bt_M1028_up;
private System.Windows.Forms.Button bt_M1028_down;
private System.Windows.Forms.Button bt_M1027;
private System.Windows.Forms.Button bt_M1026;
private System.Windows.Forms.Button bt_M1031_up;
private System.Windows.Forms.Button bt_M1031_down;
private System.Windows.Forms.Button bt_M1030;
private System.Windows.Forms.Button bt_M1029;
private System.Windows.Forms.GroupBox groupBox1;
}
}