acs command 창 추가
This commit is contained in:
302
HMI/Project/Dialog/fACSCommand.Designer.cs
generated
Normal file
302
HMI/Project/Dialog/fACSCommand.Designer.cs
generated
Normal file
@@ -0,0 +1,302 @@
|
||||
namespace Project.Dialog
|
||||
{
|
||||
partial class fACSCommand
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.btnPickOffExit = new System.Windows.Forms.Button();
|
||||
this.btnPickOnExit = new System.Windows.Forms.Button();
|
||||
this.btnPickOffEnter = new System.Windows.Forms.Button();
|
||||
this.btnPickOnEnter = new System.Windows.Forms.Button();
|
||||
this.btnBuffer6 = new System.Windows.Forms.Button();
|
||||
this.btnBuffer5 = new System.Windows.Forms.Button();
|
||||
this.btnBuffer4 = new System.Windows.Forms.Button();
|
||||
this.btnBuffer3 = new System.Windows.Forms.Button();
|
||||
this.btnBuffer2 = new System.Windows.Forms.Button();
|
||||
this.btnBuffer1 = new System.Windows.Forms.Button();
|
||||
this.btnCleaner = new System.Windows.Forms.Button();
|
||||
this.btnPlating = new System.Windows.Forms.Button();
|
||||
this.btnLoader = new System.Windows.Forms.Button();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.btnCharge = new System.Windows.Forms.Button();
|
||||
this.btnTurnLeft = new System.Windows.Forms.Button();
|
||||
this.btnTurnRight = new System.Windows.Forms.Button();
|
||||
this.btnMarkStop = new System.Windows.Forms.Button();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.btnPickOffExit);
|
||||
this.groupBox1.Controls.Add(this.btnPickOnExit);
|
||||
this.groupBox1.Controls.Add(this.btnPickOffEnter);
|
||||
this.groupBox1.Controls.Add(this.btnPickOnEnter);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer6);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer5);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer4);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer3);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer2);
|
||||
this.groupBox1.Controls.Add(this.btnBuffer1);
|
||||
this.groupBox1.Controls.Add(this.btnCleaner);
|
||||
this.groupBox1.Controls.Add(this.btnPlating);
|
||||
this.groupBox1.Controls.Add(this.btnLoader);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupBox1.Location = new System.Drawing.Point(5, 5);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(235, 164);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Goto";
|
||||
//
|
||||
// btnPickOffExit
|
||||
//
|
||||
this.btnPickOffExit.Location = new System.Drawing.Point(118, 133);
|
||||
this.btnPickOffExit.Name = "btnPickOffExit";
|
||||
this.btnPickOffExit.Size = new System.Drawing.Size(100, 23);
|
||||
this.btnPickOffExit.TabIndex = 12;
|
||||
this.btnPickOffExit.Text = "PickOff Exit";
|
||||
this.btnPickOffExit.UseVisualStyleBackColor = true;
|
||||
this.btnPickOffExit.Click += new System.EventHandler(this.btnWork_Click);
|
||||
//
|
||||
// btnPickOnExit
|
||||
//
|
||||
this.btnPickOnExit.Location = new System.Drawing.Point(12, 133);
|
||||
this.btnPickOnExit.Name = "btnPickOnExit";
|
||||
this.btnPickOnExit.Size = new System.Drawing.Size(100, 23);
|
||||
this.btnPickOnExit.TabIndex = 11;
|
||||
this.btnPickOnExit.Text = "Pickon Exit";
|
||||
this.btnPickOnExit.UseVisualStyleBackColor = true;
|
||||
this.btnPickOnExit.Click += new System.EventHandler(this.btnWork_Click);
|
||||
//
|
||||
// btnPickOffEnter
|
||||
//
|
||||
this.btnPickOffEnter.Location = new System.Drawing.Point(118, 104);
|
||||
this.btnPickOffEnter.Name = "btnPickOffEnter";
|
||||
this.btnPickOffEnter.Size = new System.Drawing.Size(100, 23);
|
||||
this.btnPickOffEnter.TabIndex = 10;
|
||||
this.btnPickOffEnter.Text = "PickOff Enter";
|
||||
this.btnPickOffEnter.UseVisualStyleBackColor = true;
|
||||
this.btnPickOffEnter.Click += new System.EventHandler(this.btnWork_Click);
|
||||
//
|
||||
// btnPickOnEnter
|
||||
//
|
||||
this.btnPickOnEnter.Location = new System.Drawing.Point(12, 104);
|
||||
this.btnPickOnEnter.Name = "btnPickOnEnter";
|
||||
this.btnPickOnEnter.Size = new System.Drawing.Size(100, 23);
|
||||
this.btnPickOnEnter.TabIndex = 9;
|
||||
this.btnPickOnEnter.Text = "PickOn Enter";
|
||||
this.btnPickOnEnter.UseVisualStyleBackColor = true;
|
||||
this.btnPickOnEnter.Click += new System.EventHandler(this.btnWork_Click);
|
||||
//
|
||||
// btnBuffer6
|
||||
//
|
||||
this.btnBuffer6.Location = new System.Drawing.Point(149, 75);
|
||||
this.btnBuffer6.Name = "btnBuffer6";
|
||||
this.btnBuffer6.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer6.TabIndex = 8;
|
||||
this.btnBuffer6.Text = "Buffer 6";
|
||||
this.btnBuffer6.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer6.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnBuffer5
|
||||
//
|
||||
this.btnBuffer5.Location = new System.Drawing.Point(79, 75);
|
||||
this.btnBuffer5.Name = "btnBuffer5";
|
||||
this.btnBuffer5.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer5.TabIndex = 7;
|
||||
this.btnBuffer5.Text = "Buffer 5";
|
||||
this.btnBuffer5.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer5.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnBuffer4
|
||||
//
|
||||
this.btnBuffer4.Location = new System.Drawing.Point(9, 75);
|
||||
this.btnBuffer4.Name = "btnBuffer4";
|
||||
this.btnBuffer4.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer4.TabIndex = 6;
|
||||
this.btnBuffer4.Text = "Buffer 4";
|
||||
this.btnBuffer4.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer4.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnBuffer3
|
||||
//
|
||||
this.btnBuffer3.Location = new System.Drawing.Point(149, 46);
|
||||
this.btnBuffer3.Name = "btnBuffer3";
|
||||
this.btnBuffer3.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer3.TabIndex = 5;
|
||||
this.btnBuffer3.Text = "Buffer 3";
|
||||
this.btnBuffer3.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer3.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnBuffer2
|
||||
//
|
||||
this.btnBuffer2.Location = new System.Drawing.Point(79, 46);
|
||||
this.btnBuffer2.Name = "btnBuffer2";
|
||||
this.btnBuffer2.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer2.TabIndex = 4;
|
||||
this.btnBuffer2.Text = "Buffer 2";
|
||||
this.btnBuffer2.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer2.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnBuffer1
|
||||
//
|
||||
this.btnBuffer1.Location = new System.Drawing.Point(9, 46);
|
||||
this.btnBuffer1.Name = "btnBuffer1";
|
||||
this.btnBuffer1.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnBuffer1.TabIndex = 3;
|
||||
this.btnBuffer1.Text = "Buffer 1";
|
||||
this.btnBuffer1.UseVisualStyleBackColor = true;
|
||||
this.btnBuffer1.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnCleaner
|
||||
//
|
||||
this.btnCleaner.Location = new System.Drawing.Point(149, 17);
|
||||
this.btnCleaner.Name = "btnCleaner";
|
||||
this.btnCleaner.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnCleaner.TabIndex = 2;
|
||||
this.btnCleaner.Text = "Cleaner";
|
||||
this.btnCleaner.UseVisualStyleBackColor = true;
|
||||
this.btnCleaner.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnPlating
|
||||
//
|
||||
this.btnPlating.Location = new System.Drawing.Point(79, 17);
|
||||
this.btnPlating.Name = "btnPlating";
|
||||
this.btnPlating.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnPlating.TabIndex = 1;
|
||||
this.btnPlating.Text = "Plating";
|
||||
this.btnPlating.UseVisualStyleBackColor = true;
|
||||
this.btnPlating.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// btnLoader
|
||||
//
|
||||
this.btnLoader.Location = new System.Drawing.Point(9, 17);
|
||||
this.btnLoader.Name = "btnLoader";
|
||||
this.btnLoader.Size = new System.Drawing.Size(69, 23);
|
||||
this.btnLoader.TabIndex = 0;
|
||||
this.btnLoader.Text = "Loader";
|
||||
this.btnLoader.UseVisualStyleBackColor = true;
|
||||
this.btnLoader.Click += new System.EventHandler(this.btnGoto_Click);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.btnCharge);
|
||||
this.groupBox2.Controls.Add(this.btnTurnLeft);
|
||||
this.groupBox2.Controls.Add(this.btnTurnRight);
|
||||
this.groupBox2.Controls.Add(this.btnMarkStop);
|
||||
this.groupBox2.Location = new System.Drawing.Point(5, 175);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(235, 79);
|
||||
this.groupBox2.TabIndex = 1;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Action";
|
||||
//
|
||||
// btnCharge
|
||||
//
|
||||
this.btnCharge.Location = new System.Drawing.Point(93, 45);
|
||||
this.btnCharge.Name = "btnCharge";
|
||||
this.btnCharge.Size = new System.Drawing.Size(83, 23);
|
||||
this.btnCharge.TabIndex = 5;
|
||||
this.btnCharge.Text = "Charge";
|
||||
this.btnCharge.UseVisualStyleBackColor = true;
|
||||
this.btnCharge.Click += new System.EventHandler(this.btnAction_Click);
|
||||
//
|
||||
// btnTurnLeft
|
||||
//
|
||||
this.btnTurnLeft.Location = new System.Drawing.Point(9, 18);
|
||||
this.btnTurnLeft.Name = "btnTurnLeft";
|
||||
this.btnTurnLeft.Size = new System.Drawing.Size(83, 23);
|
||||
this.btnTurnLeft.TabIndex = 2;
|
||||
this.btnTurnLeft.Text = "Turn Left";
|
||||
this.btnTurnLeft.UseVisualStyleBackColor = true;
|
||||
this.btnTurnLeft.Click += new System.EventHandler(this.btnAction_Click);
|
||||
//
|
||||
// btnTurnRight
|
||||
//
|
||||
this.btnTurnRight.Location = new System.Drawing.Point(93, 18);
|
||||
this.btnTurnRight.Name = "btnTurnRight";
|
||||
this.btnTurnRight.Size = new System.Drawing.Size(83, 23);
|
||||
this.btnTurnRight.TabIndex = 3;
|
||||
this.btnTurnRight.Text = "Turn Right";
|
||||
this.btnTurnRight.UseVisualStyleBackColor = true;
|
||||
this.btnTurnRight.Click += new System.EventHandler(this.btnAction_Click);
|
||||
//
|
||||
// btnMarkStop
|
||||
//
|
||||
this.btnMarkStop.Location = new System.Drawing.Point(9, 45);
|
||||
this.btnMarkStop.Name = "btnMarkStop";
|
||||
this.btnMarkStop.Size = new System.Drawing.Size(83, 23);
|
||||
this.btnMarkStop.TabIndex = 4;
|
||||
this.btnMarkStop.Text = "Mark Stop";
|
||||
this.btnMarkStop.UseVisualStyleBackColor = true;
|
||||
this.btnMarkStop.Click += new System.EventHandler(this.btnAction_Click);
|
||||
//
|
||||
// fACSCommand
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(245, 259);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fACSCommand";
|
||||
this.Opacity = 0.9D;
|
||||
this.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.Text = "Command Test";
|
||||
this.Load += new System.EventHandler(this.fACSCommand_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Button btnCleaner;
|
||||
private System.Windows.Forms.Button btnPlating;
|
||||
private System.Windows.Forms.Button btnLoader;
|
||||
private System.Windows.Forms.Button btnBuffer3;
|
||||
private System.Windows.Forms.Button btnBuffer2;
|
||||
private System.Windows.Forms.Button btnBuffer1;
|
||||
private System.Windows.Forms.Button btnBuffer6;
|
||||
private System.Windows.Forms.Button btnBuffer5;
|
||||
private System.Windows.Forms.Button btnBuffer4;
|
||||
private System.Windows.Forms.Button btnPickOffExit;
|
||||
private System.Windows.Forms.Button btnPickOnExit;
|
||||
private System.Windows.Forms.Button btnPickOffEnter;
|
||||
private System.Windows.Forms.Button btnPickOnEnter;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.Button btnTurnRight;
|
||||
private System.Windows.Forms.Button btnTurnLeft;
|
||||
private System.Windows.Forms.Button btnMarkStop;
|
||||
private System.Windows.Forms.Button btnCharge;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user