common/Ui/GenesisToolBox/FrmMasterMapping.Designer.cs
2026-04-23 17:50:07 +02:00

513 lines
22 KiB
C#

namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmMasterMapping
{
/// <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.lblSrn = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.piBoQr = new System.Windows.Forms.PictureBox();
this.AuftragsNummer = new System.Windows.Forms.Label();
this.txtOrder = new System.Windows.Forms.TextBox();
this.btnNext = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtFastSerialnumber = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.PcbId = new System.Windows.Forms.Label();
this.txtFastOrder = new System.Windows.Forms.TextBox();
this.txtFastPcbid = new System.Windows.Forms.TextBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.btnRemoveSure = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.lblPressureOrder = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblPickingOrder = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lblPcbId = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnConnect = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cbComSlot = new System.Windows.Forms.ComboBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.button2 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtHyMapOrder = new System.Windows.Forms.TextBox();
this.txtHyMapPcb = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.piBoQr)).BeginInit();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// lblSrn
//
this.lblSrn.AutoSize = true;
this.lblSrn.Location = new System.Drawing.Point(13, 59);
this.lblSrn.Name = "lblSrn";
this.lblSrn.Size = new System.Drawing.Size(0, 13);
this.lblSrn.TabIndex = 4;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(12, 6);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(807, 471);
this.tabControl1.TabIndex = 5;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.piBoQr);
this.tabPage1.Controls.Add(this.lblSrn);
this.tabPage1.Controls.Add(this.AuftragsNummer);
this.tabPage1.Controls.Add(this.txtOrder);
this.tabPage1.Controls.Add(this.btnNext);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(799, 445);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Na Serials";
this.tabPage1.UseVisualStyleBackColor = true;
//
// piBoQr
//
this.piBoQr.Location = new System.Drawing.Point(12, 90);
this.piBoQr.Name = "piBoQr";
this.piBoQr.Size = new System.Drawing.Size(350, 350);
this.piBoQr.TabIndex = 7;
this.piBoQr.TabStop = false;
//
// AuftragsNummer
//
this.AuftragsNummer.AutoSize = true;
this.AuftragsNummer.Location = new System.Drawing.Point(13, 8);
this.AuftragsNummer.Name = "AuftragsNummer";
this.AuftragsNummer.Size = new System.Drawing.Size(85, 13);
this.AuftragsNummer.TabIndex = 6;
this.AuftragsNummer.Text = "AuftragsNummer";
//
// txtOrder
//
this.txtOrder.Location = new System.Drawing.Point(16, 24);
this.txtOrder.Name = "txtOrder";
this.txtOrder.Size = new System.Drawing.Size(129, 20);
this.txtOrder.TabIndex = 5;
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(151, 13);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(154, 40);
this.btnNext.TabIndex = 4;
this.btnNext.Text = "Get next free SerialNumber";
this.btnNext.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.txtFastSerialnumber);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.PcbId);
this.tabPage2.Controls.Add(this.txtFastOrder);
this.tabPage2.Controls.Add(this.txtFastPcbid);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(799, 445);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Add fast mapping";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(15, 98);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(190, 33);
this.button1.TabIndex = 7;
this.button1.Text = "Fast Map";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 75);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 13);
this.label4.TabIndex = 6;
this.label4.Text = "SerialNumer";
//
// txtFastSerialnumber
//
this.txtFastSerialnumber.Location = new System.Drawing.Point(77, 72);
this.txtFastSerialnumber.Name = "txtFastSerialnumber";
this.txtFastSerialnumber.Size = new System.Drawing.Size(128, 20);
this.txtFastSerialnumber.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(33, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Order";
//
// PcbId
//
this.PcbId.AutoSize = true;
this.PcbId.Location = new System.Drawing.Point(13, 23);
this.PcbId.Name = "PcbId";
this.PcbId.Size = new System.Drawing.Size(35, 13);
this.PcbId.TabIndex = 2;
this.PcbId.Text = "PcbId";
//
// txtFastOrder
//
this.txtFastOrder.Location = new System.Drawing.Point(77, 46);
this.txtFastOrder.Name = "txtFastOrder";
this.txtFastOrder.Size = new System.Drawing.Size(128, 20);
this.txtFastOrder.TabIndex = 1;
//
// txtFastPcbid
//
this.txtFastPcbid.Location = new System.Drawing.Point(77, 20);
this.txtFastPcbid.Name = "txtFastPcbid";
this.txtFastPcbid.Size = new System.Drawing.Size(128, 20);
this.txtFastPcbid.TabIndex = 0;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.btnRemoveSure);
this.tabPage3.Controls.Add(this.btnRemove);
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Controls.Add(this.label7);
this.tabPage3.Controls.Add(this.lblPressureOrder);
this.tabPage3.Controls.Add(this.label5);
this.tabPage3.Controls.Add(this.lblPickingOrder);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.lblPcbId);
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.btnConnect);
this.tabPage3.Controls.Add(this.label1);
this.tabPage3.Controls.Add(this.cbComSlot);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(799, 445);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "See and Remove Mapping";
this.tabPage3.UseVisualStyleBackColor = true;
//
// btnRemoveSure
//
this.btnRemoveSure.Location = new System.Drawing.Point(203, 272);
this.btnRemoveSure.Name = "btnRemoveSure";
this.btnRemoveSure.Size = new System.Drawing.Size(163, 47);
this.btnRemoveSure.TabIndex = 43;
this.btnRemoveSure.Text = "Remove Mapping ";
this.btnRemoveSure.UseVisualStyleBackColor = true;
this.btnRemoveSure.Visible = false;
this.btnRemoveSure.Click += new System.EventHandler(this.btnRemoveSure_Click);
//
// btnRemove
//
this.btnRemove.Location = new System.Drawing.Point(34, 272);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(163, 47);
this.btnRemove.TabIndex = 42;
this.btnRemove.Text = "Remove Mapping";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Visible = false;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(188, 167);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(10, 13);
this.label8.TabIndex = 41;
this.label8.Text = "-";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(32, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(70, 13);
this.label7.TabIndex = 40;
this.label7.Text = "SerialNumber";
//
// lblPressureOrder
//
this.lblPressureOrder.AutoSize = true;
this.lblPressureOrder.Location = new System.Drawing.Point(188, 141);
this.lblPressureOrder.Name = "lblPressureOrder";
this.lblPressureOrder.Size = new System.Drawing.Size(10, 13);
this.lblPressureOrder.TabIndex = 39;
this.lblPressureOrder.Text = "-";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(32, 141);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(80, 13);
this.label5.TabIndex = 38;
this.label5.Text = "Pressure Order:";
//
// lblPickingOrder
//
this.lblPickingOrder.AutoSize = true;
this.lblPickingOrder.Location = new System.Drawing.Point(188, 116);
this.lblPickingOrder.Name = "lblPickingOrder";
this.lblPickingOrder.Size = new System.Drawing.Size(10, 13);
this.lblPickingOrder.TabIndex = 37;
this.lblPickingOrder.Text = "-";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(32, 116);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 13);
this.label6.TabIndex = 36;
this.label6.Text = "Picking Order:";
//
// lblPcbId
//
this.lblPcbId.AutoSize = true;
this.lblPcbId.Location = new System.Drawing.Point(188, 91);
this.lblPcbId.Name = "lblPcbId";
this.lblPcbId.Size = new System.Drawing.Size(10, 13);
this.lblPcbId.TabIndex = 35;
this.lblPcbId.Text = "-";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 91);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 13);
this.label3.TabIndex = 34;
this.label3.Text = "PcbID:";
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(102, 24);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(116, 24);
this.btnConnect.TabIndex = 33;
this.btnConnect.Text = "Get";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(28, 13);
this.label1.TabIndex = 32;
this.label1.Text = "Slot:";
//
// cbComSlot
//
this.cbComSlot.FormattingEnabled = true;
this.cbComSlot.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cbComSlot.Location = new System.Drawing.Point(50, 24);
this.cbComSlot.Name = "cbComSlot";
this.cbComSlot.Size = new System.Drawing.Size(37, 21);
this.cbComSlot.TabIndex = 31;
this.cbComSlot.Text = "1";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.button2);
this.tabPage4.Controls.Add(this.label9);
this.tabPage4.Controls.Add(this.label10);
this.tabPage4.Controls.Add(this.txtHyMapOrder);
this.tabPage4.Controls.Add(this.txtHyMapPcb);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(799, 445);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "DruckPrüfung";
this.tabPage4.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(23, 71);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(190, 33);
this.button2.TabIndex = 12;
this.button2.Text = "Add Druckprüfung I.O";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(21, 48);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(33, 13);
this.label9.TabIndex = 11;
this.label9.Text = "Order";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(21, 22);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 13);
this.label10.TabIndex = 10;
this.label10.Text = "PcbId";
//
// txtHyMapOrder
//
this.txtHyMapOrder.Location = new System.Drawing.Point(85, 45);
this.txtHyMapOrder.Name = "txtHyMapOrder";
this.txtHyMapOrder.Size = new System.Drawing.Size(128, 20);
this.txtHyMapOrder.TabIndex = 9;
//
// txtHyMapPcb
//
this.txtHyMapPcb.Location = new System.Drawing.Point(85, 19);
this.txtHyMapPcb.Name = "txtHyMapPcb";
this.txtHyMapPcb.Size = new System.Drawing.Size(128, 20);
this.txtHyMapPcb.TabIndex = 8;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(188, 191);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(10, 13);
this.label11.TabIndex = 45;
this.label11.Text = "-";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(32, 191);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 13);
this.label12.TabIndex = 44;
this.label12.Text = "PW File";
//
// FrmMasterMapping
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1330, 489);
this.Controls.Add(this.tabControl1);
this.Name = "FrmMasterMapping";
this.Text = "FrmMasterMapping";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMasterMapping_FormClosing);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.piBoQr)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblSrn;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.PictureBox piBoQr;
private System.Windows.Forms.Label AuftragsNummer;
private System.Windows.Forms.TextBox txtOrder;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtFastSerialnumber;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label PcbId;
private System.Windows.Forms.TextBox txtFastOrder;
private System.Windows.Forms.TextBox txtFastPcbid;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label lblPcbId;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbComSlot;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lblPressureOrder;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lblPickingOrder;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnRemoveSure;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtHyMapOrder;
private System.Windows.Forms.TextBox txtHyMapPcb;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
}
}