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.
73 lines
2.7 KiB
C#
73 lines
2.7 KiB
C#
namespace Rs.MotionPlat.Recipe
|
|
{
|
|
partial class TurnoverRecheck
|
|
{
|
|
/// <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.panelEx1.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(15, 0);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(1030, 744);
|
|
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, 744);
|
|
this.cameraTemplate1.TabIndex = 2;
|
|
//
|
|
// TurnoverRecheck
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1045, 744);
|
|
this.Controls.Add(this.panelEx1);
|
|
this.Name = "TurnoverRecheck";
|
|
this.Text = "TurnoverRecheck";
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.PanelEx panelEx1;
|
|
private CameraTemplate cameraTemplate1;
|
|
}
|
|
} |