namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmResearchMapping { /// /// 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.btnConnect = new System.Windows.Forms.Button(); this.cbComSlot = new System.Windows.Forms.ComboBox(); this.txtPcbId = new System.Windows.Forms.TextBox(); this.txtSerialNr = new System.Windows.Forms.TextBox(); this.txtOrder = new System.Windows.Forms.TextBox(); 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.btnStore = new System.Windows.Forms.Button(); this.btnRead = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(214, 21); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(61, 30); this.btnConnect.TabIndex = 8; this.btnConnect.Text = "get"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // 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(161, 27); this.cbComSlot.Name = "cbComSlot"; this.cbComSlot.Size = new System.Drawing.Size(47, 21); this.cbComSlot.TabIndex = 7; this.cbComSlot.Text = "1"; // // txtPcbId // this.txtPcbId.Location = new System.Drawing.Point(48, 27); this.txtPcbId.Name = "txtPcbId"; this.txtPcbId.Size = new System.Drawing.Size(97, 20); this.txtPcbId.TabIndex = 9; // // txtSerialNr // this.txtSerialNr.Location = new System.Drawing.Point(48, 53); this.txtSerialNr.Name = "txtSerialNr"; this.txtSerialNr.Size = new System.Drawing.Size(97, 20); this.txtSerialNr.TabIndex = 10; // // txtOrder // this.txtOrder.Location = new System.Drawing.Point(48, 79); this.txtOrder.Name = "txtOrder"; this.txtOrder.Size = new System.Drawing.Size(97, 20); this.txtOrder.TabIndex = 11; this.txtOrder.Text = "100"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 12; this.label1.Text = "PcbId"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(28, 13); this.label2.TabIndex = 13; this.label2.Text = "SrNr"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 82); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(33, 13); this.label3.TabIndex = 14; this.label3.Text = "Order"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(158, 86); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(231, 13); this.label4.TabIndex = 15; this.label4.Text = "(Versuch FIX 100 / Sonst FertigungsauftragsNr)"; // // btnStore // this.btnStore.Location = new System.Drawing.Point(10, 105); this.btnStore.Name = "btnStore"; this.btnStore.Size = new System.Drawing.Size(265, 30); this.btnStore.TabIndex = 16; this.btnStore.Text = "Store"; this.btnStore.UseVisualStyleBackColor = true; this.btnStore.Click += new System.EventHandler(this.btnStore_Click); // // btnRead // this.btnRead.Location = new System.Drawing.Point(10, 141); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(265, 30); this.btnRead.TabIndex = 17; this.btnRead.Text = "Read"; this.btnRead.UseVisualStyleBackColor = true; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); // // FrmResearchMapping // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btnRead); this.Controls.Add(this.btnStore); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtOrder); this.Controls.Add(this.txtSerialNr); this.Controls.Add(this.txtPcbId); this.Controls.Add(this.btnConnect); this.Controls.Add(this.cbComSlot); this.Name = "FrmResearchMapping"; this.Text = "FrmResearchMapping"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.ComboBox cbComSlot; private System.Windows.Forms.TextBox txtPcbId; private System.Windows.Forms.TextBox txtSerialNr; private System.Windows.Forms.TextBox txtOrder; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnStore; private System.Windows.Forms.Button btnRead; } }