From 671ffb1ac11f0ea00524510af965550c3fbc40ad Mon Sep 17 00:00:00 2001 From: d23004 <kimseijin@diteam.co.kr> Date: 수, 24 5월 2023 13:41:44 +0900 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- SA_LTT_UI/SA_LTT_UI/Viewer/ProcessRecipeInfoViewer.Designer.cs | 496 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 496 insertions(+), 0 deletions(-) diff --git a/SA_LTT_UI/SA_LTT_UI/Viewer/ProcessRecipeInfoViewer.Designer.cs b/SA_LTT_UI/SA_LTT_UI/Viewer/ProcessRecipeInfoViewer.Designer.cs new file mode 100644 index 0000000..e379600 --- /dev/null +++ b/SA_LTT_UI/SA_LTT_UI/Viewer/ProcessRecipeInfoViewer.Designer.cs @@ -0,0 +1,496 @@ +癤퓆amespace SA_LTT_UI.Viewer +{ + partial class ProcessRecipeInfoViewer + { + /// <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.label32 = new System.Windows.Forms.Label(); + this.tb_RecipeEnergy = new System.Windows.Forms.TextBox(); + this.label12 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.tb_RecipeHeightOverlap = new System.Windows.Forms.TextBox(); + this.tb_RecipeWidthOverlap = new System.Windows.Forms.TextBox(); + this.el_CurrentWaferProcess = new System.Windows.Forms.Integration.ElementHost(); + this.label24 = new System.Windows.Forms.Label(); + this.label38 = new System.Windows.Forms.Label(); + this.tb_RecipeBeamWidth = new System.Windows.Forms.TextBox(); + this.tb_RecipeBeamHeight = new System.Windows.Forms.TextBox(); + this.label35 = new System.Windows.Forms.Label(); + this.tb_RecipeEdgeRound = new System.Windows.Forms.TextBox(); + this.tb_RecipeName = new System.Windows.Forms.TextBox(); + this.label8 = new System.Windows.Forms.Label(); + this.tb_RecipeRadius = new System.Windows.Forms.TextBox(); + this.label152 = new System.Windows.Forms.Label(); + this.tb_RecipeDistancePrimaryFlat = new System.Windows.Forms.TextBox(); + this.titleBox1 = new SA_LTT_UI.UserControls.TitleBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.titleBox2 = new SA_LTT_UI.UserControls.TitleBox(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.titleBox1.WorkingArea.SuspendLayout(); + this.titleBox1.SuspendLayout(); + this.titleBox2.WorkingArea.SuspendLayout(); + this.titleBox2.SuspendLayout(); + this.SuspendLayout(); + // + // label32 + // + this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label32.Font = new System.Drawing.Font("援대┝", 8F); + this.label32.Location = new System.Drawing.Point(206, 166); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(37, 21); + this.label32.TabIndex = 110; + this.label32.Text = "J/cm짼"; + this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeEnergy + // + this.tb_RecipeEnergy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeEnergy.Location = new System.Drawing.Point(105, 165); + this.tb_RecipeEnergy.Name = "tb_RecipeEnergy"; + this.tb_RecipeEnergy.ReadOnly = true; + this.tb_RecipeEnergy.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeEnergy.TabIndex = 111; + this.tb_RecipeEnergy.Text = "0"; + // + // label12 + // + this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label12.Location = new System.Drawing.Point(206, 83); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(37, 21); + this.label12.TabIndex = 106; + this.label12.Text = "mm"; + this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label14 + // + this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label14.Location = new System.Drawing.Point(206, 113); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(37, 21); + this.label14.TabIndex = 106; + this.label14.Text = "mm"; + this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeHeightOverlap + // + this.tb_RecipeHeightOverlap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeHeightOverlap.Location = new System.Drawing.Point(105, 83); + this.tb_RecipeHeightOverlap.Name = "tb_RecipeHeightOverlap"; + this.tb_RecipeHeightOverlap.ReadOnly = true; + this.tb_RecipeHeightOverlap.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeHeightOverlap.TabIndex = 107; + this.tb_RecipeHeightOverlap.Text = "0"; + // + // tb_RecipeWidthOverlap + // + this.tb_RecipeWidthOverlap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeWidthOverlap.Location = new System.Drawing.Point(105, 115); + this.tb_RecipeWidthOverlap.Name = "tb_RecipeWidthOverlap"; + this.tb_RecipeWidthOverlap.ReadOnly = true; + this.tb_RecipeWidthOverlap.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeWidthOverlap.TabIndex = 108; + this.tb_RecipeWidthOverlap.Text = "0"; + // + // el_CurrentWaferProcess + // + this.el_CurrentWaferProcess.Location = new System.Drawing.Point(272, 142); + this.el_CurrentWaferProcess.Name = "el_CurrentWaferProcess"; + this.el_CurrentWaferProcess.Size = new System.Drawing.Size(400, 400); + this.el_CurrentWaferProcess.TabIndex = 468; + this.el_CurrentWaferProcess.Text = "elementHost3"; + this.el_CurrentWaferProcess.Child = null; + // + // label24 + // + this.label24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label24.Location = new System.Drawing.Point(206, 12); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(37, 21); + this.label24.TabIndex = 109; + this.label24.Text = "mm"; + this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label38 + // + this.label38.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label38.Location = new System.Drawing.Point(207, 36); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(37, 21); + this.label38.TabIndex = 112; + this.label38.Text = "mm"; + this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeBeamWidth + // + this.tb_RecipeBeamWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeBeamWidth.Location = new System.Drawing.Point(105, 12); + this.tb_RecipeBeamWidth.Name = "tb_RecipeBeamWidth"; + this.tb_RecipeBeamWidth.ReadOnly = true; + this.tb_RecipeBeamWidth.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeBeamWidth.TabIndex = 106; + this.tb_RecipeBeamWidth.Text = "0"; + // + // tb_RecipeBeamHeight + // + this.tb_RecipeBeamHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeBeamHeight.Location = new System.Drawing.Point(105, 36); + this.tb_RecipeBeamHeight.Name = "tb_RecipeBeamHeight"; + this.tb_RecipeBeamHeight.ReadOnly = true; + this.tb_RecipeBeamHeight.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeBeamHeight.TabIndex = 110; + this.tb_RecipeBeamHeight.Text = "0"; + // + // label35 + // + this.label35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label35.Location = new System.Drawing.Point(269, 61); + this.label35.Name = "label35"; + this.label35.Size = new System.Drawing.Size(37, 21); + this.label35.TabIndex = 105; + this.label35.Text = "mm"; + this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeEdgeRound + // + this.tb_RecipeEdgeRound.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeEdgeRound.Location = new System.Drawing.Point(168, 62); + this.tb_RecipeEdgeRound.Name = "tb_RecipeEdgeRound"; + this.tb_RecipeEdgeRound.ReadOnly = true; + this.tb_RecipeEdgeRound.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeEdgeRound.TabIndex = 104; + this.tb_RecipeEdgeRound.Text = "0"; + // + // tb_RecipeName + // + this.tb_RecipeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeName.Location = new System.Drawing.Point(168, 8); + this.tb_RecipeName.Name = "tb_RecipeName"; + this.tb_RecipeName.ReadOnly = true; + this.tb_RecipeName.Size = new System.Drawing.Size(378, 21); + this.tb_RecipeName.TabIndex = 102; + // + // label8 + // + this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label8.Location = new System.Drawing.Point(509, 35); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(37, 21); + this.label8.TabIndex = 100; + this.label8.Text = "mm"; + this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeRadius + // + this.tb_RecipeRadius.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeRadius.Location = new System.Drawing.Point(168, 35); + this.tb_RecipeRadius.Name = "tb_RecipeRadius"; + this.tb_RecipeRadius.ReadOnly = true; + this.tb_RecipeRadius.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeRadius.TabIndex = 82; + this.tb_RecipeRadius.Text = "0"; + // + // label152 + // + this.label152.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.label152.Location = new System.Drawing.Point(269, 35); + this.label152.Name = "label152"; + this.label152.Size = new System.Drawing.Size(37, 21); + this.label152.TabIndex = 83; + this.label152.Text = "mm"; + this.label152.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tb_RecipeDistancePrimaryFlat + // + this.tb_RecipeDistancePrimaryFlat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tb_RecipeDistancePrimaryFlat.Location = new System.Drawing.Point(408, 35); + this.tb_RecipeDistancePrimaryFlat.Name = "tb_RecipeDistancePrimaryFlat"; + this.tb_RecipeDistancePrimaryFlat.ReadOnly = true; + this.tb_RecipeDistancePrimaryFlat.Size = new System.Drawing.Size(95, 21); + this.tb_RecipeDistancePrimaryFlat.TabIndex = 99; + this.tb_RecipeDistancePrimaryFlat.Text = "0"; + // + // titleBox1 + // + this.titleBox1.Location = new System.Drawing.Point(12, 12); + this.titleBox1.Name = "titleBox1"; + this.titleBox1.Size = new System.Drawing.Size(660, 124); + this.titleBox1.TabIndex = 470; + // + // + // + this.titleBox1.Title.BackColor = System.Drawing.Color.Transparent; + this.titleBox1.Title.Dock = System.Windows.Forms.DockStyle.Fill; + this.titleBox1.Title.Font = new System.Drawing.Font("援대┝", 9F); + this.titleBox1.Title.Location = new System.Drawing.Point(0, 0); + this.titleBox1.Title.Name = "lb_Title"; + this.titleBox1.Title.Size = new System.Drawing.Size(660, 31); + this.titleBox1.Title.TabIndex = 0; + this.titleBox1.Title.Text = "Wafer Info"; + this.titleBox1.Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // titleBox1.WorkingArea + // + this.titleBox1.WorkingArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.titleBox1.WorkingArea.Controls.Add(this.label4); + this.titleBox1.WorkingArea.Controls.Add(this.label35); + this.titleBox1.WorkingArea.Controls.Add(this.label3); + this.titleBox1.WorkingArea.Controls.Add(this.tb_RecipeEdgeRound); + this.titleBox1.WorkingArea.Controls.Add(this.label2); + this.titleBox1.WorkingArea.Controls.Add(this.label1); + this.titleBox1.WorkingArea.Controls.Add(this.tb_RecipeName); + this.titleBox1.WorkingArea.Controls.Add(this.tb_RecipeRadius); + this.titleBox1.WorkingArea.Controls.Add(this.label152); + this.titleBox1.WorkingArea.Controls.Add(this.tb_RecipeDistancePrimaryFlat); + this.titleBox1.WorkingArea.Controls.Add(this.label8); + this.titleBox1.WorkingArea.Dock = System.Windows.Forms.DockStyle.Fill; + this.titleBox1.WorkingArea.Location = new System.Drawing.Point(0, 31); + this.titleBox1.WorkingArea.Name = "WorkingArea"; + this.titleBox1.WorkingArea.Size = new System.Drawing.Size(660, 93); + this.titleBox1.WorkingArea.TabIndex = 2; + // + // label1 + // + this.label1.BackColor = System.Drawing.Color.Transparent; + this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.ForeColor = System.Drawing.Color.Black; + this.label1.Location = new System.Drawing.Point(93, 8); + this.label1.Margin = new System.Windows.Forms.Padding(0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(72, 21); + this.label1.TabIndex = 10; + this.label1.Text = "Name"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label2 + // + this.label2.BackColor = System.Drawing.Color.Transparent; + this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.ForeColor = System.Drawing.Color.Black; + this.label2.Location = new System.Drawing.Point(93, 35); + this.label2.Margin = new System.Windows.Forms.Padding(0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(72, 21); + this.label2.TabIndex = 10; + this.label2.Text = "Radius"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label3 + // + this.label3.BackColor = System.Drawing.Color.Transparent; + this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.ForeColor = System.Drawing.Color.Black; + this.label3.Location = new System.Drawing.Point(333, 35); + this.label3.Margin = new System.Windows.Forms.Padding(0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(72, 21); + this.label3.TabIndex = 10; + this.label3.Text = "Primary flat"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label4 + // + this.label4.BackColor = System.Drawing.Color.Transparent; + this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.ForeColor = System.Drawing.Color.Black; + this.label4.Location = new System.Drawing.Point(93, 61); + this.label4.Margin = new System.Windows.Forms.Padding(0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(72, 21); + this.label4.TabIndex = 10; + this.label4.Text = "Edge round"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // titleBox2 + // + this.titleBox2.Location = new System.Drawing.Point(12, 142); + this.titleBox2.Name = "titleBox2"; + this.titleBox2.Size = new System.Drawing.Size(254, 400); + this.titleBox2.TabIndex = 471; + // + // + // + this.titleBox2.Title.BackColor = System.Drawing.Color.Transparent; + this.titleBox2.Title.Dock = System.Windows.Forms.DockStyle.Fill; + this.titleBox2.Title.Font = new System.Drawing.Font("援대┝", 9F); + this.titleBox2.Title.Location = new System.Drawing.Point(0, 0); + this.titleBox2.Title.Name = "lb_Title"; + this.titleBox2.Title.Size = new System.Drawing.Size(254, 31); + this.titleBox2.Title.TabIndex = 0; + this.titleBox2.Title.Text = "Process Info"; + this.titleBox2.Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // titleBox2.WorkingArea + // + this.titleBox2.WorkingArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.titleBox2.WorkingArea.Controls.Add(this.label32); + this.titleBox2.WorkingArea.Controls.Add(this.label6); + this.titleBox2.WorkingArea.Controls.Add(this.label10); + this.titleBox2.WorkingArea.Controls.Add(this.label5); + this.titleBox2.WorkingArea.Controls.Add(this.label9); + this.titleBox2.WorkingArea.Controls.Add(this.label24); + this.titleBox2.WorkingArea.Controls.Add(this.label7); + this.titleBox2.WorkingArea.Controls.Add(this.tb_RecipeBeamWidth); + this.titleBox2.WorkingArea.Controls.Add(this.tb_RecipeHeightOverlap); + this.titleBox2.WorkingArea.Controls.Add(this.tb_RecipeEnergy); + this.titleBox2.WorkingArea.Controls.Add(this.label38); + this.titleBox2.WorkingArea.Controls.Add(this.tb_RecipeWidthOverlap); + this.titleBox2.WorkingArea.Controls.Add(this.tb_RecipeBeamHeight); + this.titleBox2.WorkingArea.Controls.Add(this.label12); + this.titleBox2.WorkingArea.Controls.Add(this.label14); + this.titleBox2.WorkingArea.Dock = System.Windows.Forms.DockStyle.Fill; + this.titleBox2.WorkingArea.Location = new System.Drawing.Point(0, 31); + this.titleBox2.WorkingArea.Name = "WorkingArea"; + this.titleBox2.WorkingArea.Size = new System.Drawing.Size(254, 369); + this.titleBox2.WorkingArea.TabIndex = 2; + // + // label5 + // + this.label5.BackColor = System.Drawing.Color.Transparent; + this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.ForeColor = System.Drawing.Color.Black; + this.label5.Location = new System.Drawing.Point(5, 12); + this.label5.Margin = new System.Windows.Forms.Padding(0); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(88, 21); + this.label5.TabIndex = 10; + this.label5.Text = "Beam width"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label6 + // + this.label6.BackColor = System.Drawing.Color.Transparent; + this.label6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.ForeColor = System.Drawing.Color.Black; + this.label6.Location = new System.Drawing.Point(5, 36); + this.label6.Margin = new System.Windows.Forms.Padding(0); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(88, 21); + this.label6.TabIndex = 10; + this.label6.Text = "Beam height"; + this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label7 + // + this.label7.BackColor = System.Drawing.Color.Transparent; + this.label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label7.ForeColor = System.Drawing.Color.Black; + this.label7.Location = new System.Drawing.Point(5, 83); + this.label7.Margin = new System.Windows.Forms.Padding(0); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(88, 21); + this.label7.TabIndex = 10; + this.label7.Text = "Width overlap"; + this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label9 + // + this.label9.BackColor = System.Drawing.Color.Transparent; + this.label9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label9.ForeColor = System.Drawing.Color.Black; + this.label9.Location = new System.Drawing.Point(5, 115); + this.label9.Margin = new System.Windows.Forms.Padding(0); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(88, 21); + this.label9.TabIndex = 10; + this.label9.Text = "Height overlap"; + this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label10 + // + this.label10.BackColor = System.Drawing.Color.Transparent; + this.label10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label10.ForeColor = System.Drawing.Color.Black; + this.label10.Location = new System.Drawing.Point(5, 165); + this.label10.Margin = new System.Windows.Forms.Padding(0); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(88, 21); + this.label10.TabIndex = 10; + this.label10.Text = "Energy"; + this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // ProcessRecipeInfoViewer + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(680, 550); + this.Controls.Add(this.titleBox2); + this.Controls.Add(this.titleBox1); + this.Controls.Add(this.el_CurrentWaferProcess); + this.Name = "ProcessRecipeInfoViewer"; + this.Text = "ProcessRecipeInfoViewer"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProcessRecipeInfoViewer_FormClosing); + this.titleBox1.WorkingArea.ResumeLayout(false); + this.titleBox1.WorkingArea.PerformLayout(); + this.titleBox1.ResumeLayout(false); + this.titleBox2.WorkingArea.ResumeLayout(false); + this.titleBox2.WorkingArea.PerformLayout(); + this.titleBox2.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + private System.Windows.Forms.Label label32; + private System.Windows.Forms.TextBox tb_RecipeEnergy; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.TextBox tb_RecipeHeightOverlap; + private System.Windows.Forms.TextBox tb_RecipeWidthOverlap; + private System.Windows.Forms.Integration.ElementHost el_CurrentWaferProcess; + private System.Windows.Forms.Label label24; + private System.Windows.Forms.Label label38; + private System.Windows.Forms.TextBox tb_RecipeBeamWidth; + private System.Windows.Forms.TextBox tb_RecipeBeamHeight; + private System.Windows.Forms.Label label35; + private System.Windows.Forms.TextBox tb_RecipeEdgeRound; + private System.Windows.Forms.TextBox tb_RecipeName; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.TextBox tb_RecipeRadius; + private System.Windows.Forms.Label label152; + private System.Windows.Forms.TextBox tb_RecipeDistancePrimaryFlat; + private UserControls.TitleBox titleBox1; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private UserControls.TitleBox titleBox2; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label label7; + } +} \ No newline at end of file -- Gitblit v1.9.3