You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

309 lines
16 KiB
C#

namespace Rs.MotionPlat.SysConfig
{
partial class UpCameraAndClampCalibration
{
/// <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.panelEx1 = new Rs.Controls.PanelEx();
this.cameraTemplate1 = new Rs.MotionPlat.CameraTemplate();
this.panelEx2 = new Rs.Controls.PanelEx();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnTeachCameraInkpad = new System.Windows.Forms.Button();
this.btnTeachInkpad = new System.Windows.Forms.Button();
this.btnMoveCameraInkpad = new System.Windows.Forms.Button();
this.txtCameraInkpadX = new System.Windows.Forms.TextBox();
this.btnMoveInkpad = new System.Windows.Forms.Button();
this.txtInkpadX = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtCameraInkpadY = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtInkpadY = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.Controls.Add(this.cameraTemplate1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx1.Location = new System.Drawing.Point(494, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1030, 816);
this.panelEx1.TabIndex = 6;
//
// cameraTemplate1
//
this.cameraTemplate1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.cameraTemplate1.Dock = System.Windows.Forms.DockStyle.Fill;
this.cameraTemplate1.ItemName = "Default";
this.cameraTemplate1.Location = new System.Drawing.Point(0, 0);
this.cameraTemplate1.Name = "cameraTemplate1";
this.cameraTemplate1.Size = new System.Drawing.Size(1030, 816);
this.cameraTemplate1.TabIndex = 1;
//
// panelEx2
//
this.panelEx2.Controls.Add(this.groupBox1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(494, 816);
this.panelEx2.TabIndex = 7;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnTeachCameraInkpad);
this.groupBox1.Controls.Add(this.btnTeachInkpad);
this.groupBox1.Controls.Add(this.btnMoveCameraInkpad);
this.groupBox1.Controls.Add(this.txtCameraInkpadX);
this.groupBox1.Controls.Add(this.btnMoveInkpad);
this.groupBox1.Controls.Add(this.txtInkpadX);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtCameraInkpadY);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtInkpadY);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(494, 122);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "中心偏移标定";
//
// btnTeachCameraInkpad
//
this.btnTeachCameraInkpad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnTeachCameraInkpad.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTeachCameraInkpad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTeachCameraInkpad.ForeColor = System.Drawing.Color.White;
this.btnTeachCameraInkpad.Location = new System.Drawing.Point(292, 69);
this.btnTeachCameraInkpad.Name = "btnTeachCameraInkpad";
this.btnTeachCameraInkpad.Size = new System.Drawing.Size(87, 24);
this.btnTeachCameraInkpad.TabIndex = 7;
this.btnTeachCameraInkpad.Text = "获取位置";
this.btnTeachCameraInkpad.UseVisualStyleBackColor = false;
this.btnTeachCameraInkpad.Click += new System.EventHandler(this.Fetch_Position);
//
// btnTeachInkpad
//
this.btnTeachInkpad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnTeachInkpad.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTeachInkpad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTeachInkpad.ForeColor = System.Drawing.Color.White;
this.btnTeachInkpad.Location = new System.Drawing.Point(292, 31);
this.btnTeachInkpad.Name = "btnTeachInkpad";
this.btnTeachInkpad.Size = new System.Drawing.Size(87, 24);
this.btnTeachInkpad.TabIndex = 8;
this.btnTeachInkpad.Tag = "Load";
this.btnTeachInkpad.Text = "获取位置";
this.btnTeachInkpad.UseVisualStyleBackColor = false;
this.btnTeachInkpad.Click += new System.EventHandler(this.Fetch_Position);
//
// btnMoveCameraInkpad
//
this.btnMoveCameraInkpad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnMoveCameraInkpad.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMoveCameraInkpad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMoveCameraInkpad.ForeColor = System.Drawing.Color.White;
this.btnMoveCameraInkpad.Location = new System.Drawing.Point(399, 70);
this.btnMoveCameraInkpad.Name = "btnMoveCameraInkpad";
this.btnMoveCameraInkpad.Size = new System.Drawing.Size(90, 24);
this.btnMoveCameraInkpad.TabIndex = 6;
this.btnMoveCameraInkpad.Text = "运动到此";
this.btnMoveCameraInkpad.UseVisualStyleBackColor = false;
this.btnMoveCameraInkpad.Click += new System.EventHandler(this.GotoThis);
//
// txtCameraInkpadX
//
this.txtCameraInkpadX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtCameraInkpadX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCameraInkpadX.ForeColor = System.Drawing.Color.White;
this.txtCameraInkpadX.Location = new System.Drawing.Point(79, 70);
this.txtCameraInkpadX.Name = "txtCameraInkpadX";
this.txtCameraInkpadX.Size = new System.Drawing.Size(70, 21);
this.txtCameraInkpadX.TabIndex = 5;
this.txtCameraInkpadX.Tag = "LoadX";
this.txtCameraInkpadX.Text = "0";
this.txtCameraInkpadX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnMoveInkpad
//
this.btnMoveInkpad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnMoveInkpad.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMoveInkpad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMoveInkpad.ForeColor = System.Drawing.Color.White;
this.btnMoveInkpad.Location = new System.Drawing.Point(399, 31);
this.btnMoveInkpad.Name = "btnMoveInkpad";
this.btnMoveInkpad.Size = new System.Drawing.Size(90, 24);
this.btnMoveInkpad.TabIndex = 6;
this.btnMoveInkpad.Tag = "Load";
this.btnMoveInkpad.Text = "运动到此";
this.btnMoveInkpad.UseVisualStyleBackColor = false;
this.btnMoveInkpad.Click += new System.EventHandler(this.GotoThis);
//
// txtInkpadX
//
this.txtInkpadX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtInkpadX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInkpadX.ForeColor = System.Drawing.Color.White;
this.txtInkpadX.Location = new System.Drawing.Point(79, 31);
this.txtInkpadX.Name = "txtInkpadX";
this.txtInkpadX.Size = new System.Drawing.Size(70, 21);
this.txtInkpadX.TabIndex = 5;
this.txtInkpadX.Tag = "LoadX";
this.txtInkpadX.Text = "0";
this.txtInkpadX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(59, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 1;
this.label2.Text = "X:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 73);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 1;
this.label4.Text = "拍照位:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 1;
this.label3.Text = "印泥位:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(59, 34);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 1;
this.label6.Text = "X:";
//
// txtCameraInkpadY
//
this.txtCameraInkpadY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtCameraInkpadY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCameraInkpadY.ForeColor = System.Drawing.Color.White;
this.txtCameraInkpadY.Location = new System.Drawing.Point(198, 73);
this.txtCameraInkpadY.Name = "txtCameraInkpadY";
this.txtCameraInkpadY.Size = new System.Drawing.Size(70, 21);
this.txtCameraInkpadY.TabIndex = 5;
this.txtCameraInkpadY.Tag = "LoadY";
this.txtCameraInkpadY.Text = "0";
this.txtCameraInkpadY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(170, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 1;
this.label1.Text = "Y:";
//
// txtInkpadY
//
this.txtInkpadY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtInkpadY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInkpadY.ForeColor = System.Drawing.Color.White;
this.txtInkpadY.Location = new System.Drawing.Point(198, 34);
this.txtInkpadY.Name = "txtInkpadY";
this.txtInkpadY.Size = new System.Drawing.Size(70, 21);
this.txtInkpadY.TabIndex = 5;
this.txtInkpadY.Tag = "LoadY";
this.txtInkpadY.Text = "0";
this.txtInkpadY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(170, 37);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 1;
this.label5.Text = "Y:";
//
// UpCameraAndClampCalibration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1524, 816);
this.Controls.Add(this.panelEx2);
this.Controls.Add(this.panelEx1);
this.Name = "UpCameraAndClampCalibration";
this.Text = "UpCameraAndClampCalibration";
this.Load += new System.EventHandler(this.UpCameraAndClampCalibration_Load);
this.panelEx1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx1;
private CameraTemplate cameraTemplate1;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnTeachCameraInkpad;
private System.Windows.Forms.Button btnTeachInkpad;
private System.Windows.Forms.Button btnMoveCameraInkpad;
private System.Windows.Forms.TextBox txtCameraInkpadX;
private System.Windows.Forms.Button btnMoveInkpad;
private System.Windows.Forms.TextBox txtInkpadX;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtCameraInkpadY;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtInkpadY;
private System.Windows.Forms.Label label5;
}
}