namespace Rs.MotionPlat.Recipe { partial class TurnoverRecheck { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }