|
|
namespace Rs.Controls
|
|
|
{
|
|
|
partial class MovePoint
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
this.txtPoint = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.btnMove = new System.Windows.Forms.Button();
|
|
|
this.btnTeach = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// txtPoint
|
|
|
//
|
|
|
this.txtPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
this.txtPoint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.txtPoint.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
this.txtPoint.ForeColor = System.Drawing.Color.White;
|
|
|
this.txtPoint.Location = new System.Drawing.Point(110, 15);
|
|
|
this.txtPoint.Name = "txtPoint";
|
|
|
this.txtPoint.Size = new System.Drawing.Size(85, 21);
|
|
|
this.txtPoint.TabIndex = 66;
|
|
|
this.txtPoint.Tag = "TurnoverY";
|
|
|
this.txtPoint.Text = "0.01";
|
|
|
this.txtPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Location = new System.Drawing.Point(13, 19);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(95, 12);
|
|
|
this.label3.TabIndex = 63;
|
|
|
this.label3.Text = "托盘到料盘高度:";
|
|
|
//
|
|
|
// btnMove
|
|
|
//
|
|
|
this.btnMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnMove.ForeColor = System.Drawing.Color.White;
|
|
|
this.btnMove.Location = new System.Drawing.Point(306, 11);
|
|
|
this.btnMove.Name = "btnMove";
|
|
|
this.btnMove.Size = new System.Drawing.Size(79, 25);
|
|
|
this.btnMove.TabIndex = 64;
|
|
|
this.btnMove.Tag = "StockZ4";
|
|
|
this.btnMove.Text = "运动到此";
|
|
|
this.btnMove.UseVisualStyleBackColor = false;
|
|
|
this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
|
|
|
//
|
|
|
// btnTeach
|
|
|
//
|
|
|
this.btnTeach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
this.btnTeach.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
this.btnTeach.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnTeach.ForeColor = System.Drawing.Color.White;
|
|
|
this.btnTeach.Location = new System.Drawing.Point(207, 11);
|
|
|
this.btnTeach.Name = "btnTeach";
|
|
|
this.btnTeach.Size = new System.Drawing.Size(79, 25);
|
|
|
this.btnTeach.TabIndex = 65;
|
|
|
this.btnTeach.Tag = "StockZ4";
|
|
|
this.btnTeach.Text = "示教";
|
|
|
this.btnTeach.UseVisualStyleBackColor = false;
|
|
|
this.btnTeach.Click += new System.EventHandler(this.btnTeach_Click);
|
|
|
//
|
|
|
// MovePoint
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
this.Controls.Add(this.txtPoint);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.btnMove);
|
|
|
this.Controls.Add(this.btnTeach);
|
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
|
this.Name = "MovePoint";
|
|
|
this.Size = new System.Drawing.Size(400, 50);
|
|
|
this.Load += new System.EventHandler(this.MovePoint_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TextBox txtPoint;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Button btnMove;
|
|
|
private System.Windows.Forms.Button btnTeach;
|
|
|
}
|
|
|
}
|