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.
222 lines
11 KiB
C#
222 lines
11 KiB
C#
namespace Rs.MotionPlat.Recipe
|
|
{
|
|
partial class DownCameraLocationRecipe
|
|
{
|
|
/// <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.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txtCodeRow1 = new System.Windows.Forms.TextBox();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtCodeColumn1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtCodeRow2 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtCodeColumn2 = new System.Windows.Forms.TextBox();
|
|
this.panelEx1.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(404, 0);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(1030, 891);
|
|
this.panelEx1.TabIndex = 3;
|
|
//
|
|
// 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, 891);
|
|
this.cameraTemplate1.TabIndex = 2;
|
|
this.cameraTemplate1.Load += new System.EventHandler(this.cameraTemplate1_Load);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.BackColor = System.Drawing.Color.White;
|
|
this.checkBox1.Location = new System.Drawing.Point(13, 13);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(72, 16);
|
|
this.checkBox1.TabIndex = 4;
|
|
this.checkBox1.Text = "模板匹配";
|
|
this.checkBox1.UseVisualStyleBackColor = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txtCodeColumn2);
|
|
this.groupBox1.Controls.Add(this.txtCodeColumn1);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txtCodeRow2);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtCodeRow1);
|
|
this.groupBox1.Controls.Add(this.label26);
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox1.Location = new System.Drawing.Point(13, 55);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(326, 135);
|
|
this.groupBox1.TabIndex = 5;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "二维码区域";
|
|
//
|
|
// txtCodeRow1
|
|
//
|
|
this.txtCodeRow1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtCodeRow1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtCodeRow1.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtCodeRow1.ForeColor = System.Drawing.Color.White;
|
|
this.txtCodeRow1.Location = new System.Drawing.Point(59, 29);
|
|
this.txtCodeRow1.Name = "txtCodeRow1";
|
|
this.txtCodeRow1.Size = new System.Drawing.Size(55, 21);
|
|
this.txtCodeRow1.TabIndex = 44;
|
|
this.txtCodeRow1.Text = "0";
|
|
this.txtCodeRow1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtCodeRow1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.Location = new System.Drawing.Point(6, 31);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(35, 12);
|
|
this.label26.TabIndex = 43;
|
|
this.label26.Text = "Row1:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(172, 33);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 43;
|
|
this.label1.Text = "Column1:";
|
|
//
|
|
// txtCodeColumn1
|
|
//
|
|
this.txtCodeColumn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtCodeColumn1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtCodeColumn1.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtCodeColumn1.ForeColor = System.Drawing.Color.White;
|
|
this.txtCodeColumn1.Location = new System.Drawing.Point(225, 31);
|
|
this.txtCodeColumn1.Name = "txtCodeColumn1";
|
|
this.txtCodeColumn1.Size = new System.Drawing.Size(55, 21);
|
|
this.txtCodeColumn1.TabIndex = 44;
|
|
this.txtCodeColumn1.Text = "0";
|
|
this.txtCodeColumn1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtCodeColumn1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 77);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
this.label2.TabIndex = 43;
|
|
this.label2.Text = "Row2:";
|
|
//
|
|
// txtCodeRow2
|
|
//
|
|
this.txtCodeRow2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtCodeRow2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtCodeRow2.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtCodeRow2.ForeColor = System.Drawing.Color.White;
|
|
this.txtCodeRow2.Location = new System.Drawing.Point(59, 75);
|
|
this.txtCodeRow2.Name = "txtCodeRow2";
|
|
this.txtCodeRow2.Size = new System.Drawing.Size(55, 21);
|
|
this.txtCodeRow2.TabIndex = 44;
|
|
this.txtCodeRow2.Text = "0";
|
|
this.txtCodeRow2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtCodeRow2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(172, 79);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
this.label3.TabIndex = 43;
|
|
this.label3.Text = "Column2:";
|
|
//
|
|
// txtCodeColumn2
|
|
//
|
|
this.txtCodeColumn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.txtCodeColumn2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtCodeColumn2.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.txtCodeColumn2.ForeColor = System.Drawing.Color.White;
|
|
this.txtCodeColumn2.Location = new System.Drawing.Point(225, 77);
|
|
this.txtCodeColumn2.Name = "txtCodeColumn2";
|
|
this.txtCodeColumn2.Size = new System.Drawing.Size(55, 21);
|
|
this.txtCodeColumn2.TabIndex = 44;
|
|
this.txtCodeColumn2.Text = "0";
|
|
this.txtCodeColumn2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtCodeColumn2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
//
|
|
// DownCameraLocationRecipe
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1434, 891);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.panelEx1);
|
|
this.Name = "DownCameraLocationRecipe";
|
|
this.Text = "DownCameraLocationRecipe";
|
|
this.Load += new System.EventHandler(this.DownCameraLocationRecipe_Load);
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.PanelEx panelEx1;
|
|
private CameraTemplate cameraTemplate1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtCodeColumn2;
|
|
private System.Windows.Forms.TextBox txtCodeColumn1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtCodeRow2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtCodeRow1;
|
|
private System.Windows.Forms.Label label26;
|
|
}
|
|
} |