namespace Rs.MotionPlat
{
partial class TrayLocation
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panelEx1 = new Rs.Controls.PanelEx();
this.panelEx3 = new Rs.Controls.PanelEx();
this.btnMoveCamera = new Rs.Controls.ButtonEx();
this.btnFetchPosition = new Rs.Controls.ButtonEx();
this.btnSavePos = new Rs.Controls.ButtonEx();
this.txtPosY = new System.Windows.Forms.TextBox();
this.txtPosX = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panelEx2 = new Rs.Controls.PanelEx();
this.lblHeadText = new System.Windows.Forms.Label();
this.panelEx1.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx2.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx1.Controls.Add(this.panelEx3);
this.panelEx1.Controls.Add(this.panelEx2);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(277, 182);
this.panelEx1.TabIndex = 0;
//
// panelEx3
//
this.panelEx3.Controls.Add(this.btnMoveCamera);
this.panelEx3.Controls.Add(this.btnFetchPosition);
this.panelEx3.Controls.Add(this.btnSavePos);
this.panelEx3.Controls.Add(this.txtPosY);
this.panelEx3.Controls.Add(this.txtPosX);
this.panelEx3.Controls.Add(this.label4);
this.panelEx3.Controls.Add(this.label2);
this.panelEx3.Controls.Add(this.label3);
this.panelEx3.Controls.Add(this.label1);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(0, 36);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(275, 144);
this.panelEx3.TabIndex = 1;
//
// btnMoveCamera
//
this.btnMoveCamera.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMoveCamera.ButtonType = Rs.Controls.EButtonType.None;
this.btnMoveCamera.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnMoveCamera.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMoveCamera.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMoveCamera.ForeColor = System.Drawing.Color.White;
this.btnMoveCamera.Location = new System.Drawing.Point(14, 93);
this.btnMoveCamera.Name = "btnMoveCamera";
this.btnMoveCamera.Selected = false;
this.btnMoveCamera.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnMoveCamera.ShowIcon = null;
this.btnMoveCamera.ShowText = "相机移动到此";
this.btnMoveCamera.Size = new System.Drawing.Size(224, 46);
this.btnMoveCamera.TabIndex = 9;
this.btnMoveCamera.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMoveCamera.UseVisualStyleBackColor = false;
//
// btnFetchPosition
//
this.btnFetchPosition.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnFetchPosition.ButtonType = Rs.Controls.EButtonType.None;
this.btnFetchPosition.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFetchPosition.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnFetchPosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnFetchPosition.ForeColor = System.Drawing.Color.White;
this.btnFetchPosition.Location = new System.Drawing.Point(142, 14);
this.btnFetchPosition.Name = "btnFetchPosition";
this.btnFetchPosition.Selected = false;
this.btnFetchPosition.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnFetchPosition.ShowIcon = null;
this.btnFetchPosition.ShowText = "获取坐标";
this.btnFetchPosition.Size = new System.Drawing.Size(96, 28);
this.btnFetchPosition.TabIndex = 10;
this.btnFetchPosition.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnFetchPosition.UseVisualStyleBackColor = false;
this.btnFetchPosition.Click += new System.EventHandler(this.btnFetchPosition_Click);
//
// btnSavePos
//
this.btnSavePos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnSavePos.ButtonType = Rs.Controls.EButtonType.None;
this.btnSavePos.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSavePos.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSavePos.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSavePos.ForeColor = System.Drawing.Color.White;
this.btnSavePos.Location = new System.Drawing.Point(142, 52);
this.btnSavePos.Name = "btnSavePos";
this.btnSavePos.Selected = false;
this.btnSavePos.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnSavePos.ShowIcon = null;
this.btnSavePos.ShowText = "保存坐标";
this.btnSavePos.Size = new System.Drawing.Size(96, 28);
this.btnSavePos.TabIndex = 10;
this.btnSavePos.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnSavePos.UseVisualStyleBackColor = false;
//
// txtPosY
//
this.txtPosY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtPosY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPosY.ForeColor = System.Drawing.Color.White;
this.txtPosY.Location = new System.Drawing.Point(35, 55);
this.txtPosY.Name = "txtPosY";
this.txtPosY.Size = new System.Drawing.Size(73, 21);
this.txtPosY.TabIndex = 7;
this.txtPosY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtPosX
//
this.txtPosX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtPosX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPosX.ForeColor = System.Drawing.Color.White;
this.txtPosX.Location = new System.Drawing.Point(35, 14);
this.txtPosX.Name = "txtPosX";
this.txtPosX.Size = new System.Drawing.Size(73, 21);
this.txtPosX.TabIndex = 8;
this.txtPosX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(114, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 3;
this.label4.Text = "mm";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(12, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 4;
this.label2.Text = "Y:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(116, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 5;
this.label3.Text = "mm";
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 6;
this.label1.Text = "X:";
//
// panelEx2
//
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.Controls.Add(this.lblHeadText);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(275, 36);
this.panelEx2.TabIndex = 0;
//
// lblHeadText
//
this.lblHeadText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.lblHeadText.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblHeadText.ForeColor = System.Drawing.Color.White;
this.lblHeadText.Location = new System.Drawing.Point(0, 0);
this.lblHeadText.Name = "lblHeadText";
this.lblHeadText.Size = new System.Drawing.Size(273, 34);
this.lblHeadText.TabIndex = 0;
this.lblHeadText.Text = "label5";
this.lblHeadText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TrayLocation
//
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.panelEx1);
this.Name = "TrayLocation";
this.Size = new System.Drawing.Size(277, 182);
this.Load += new System.EventHandler(this.TrayLocation_Load);
this.panelEx1.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx1;
private Controls.PanelEx panelEx3;
private Controls.ButtonEx btnMoveCamera;
private Controls.ButtonEx btnSavePos;
private System.Windows.Forms.TextBox txtPosY;
private System.Windows.Forms.TextBox txtPosX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.Label lblHeadText;
private Controls.ButtonEx btnFetchPosition;
}
}