Epicor_Integration.Item_Master.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Item_Master));
            this.label1 = new System.Windows.Forms.Label();
            this.Partnumber_txt = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Description_txt = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.type_cbo = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.NetWeight = new System.Windows.Forms.NumericUpDown();
            this.group_cbo = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.class_cbo = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.uomclass_cbo = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.uom_cbo = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.whse_cbo = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.plant_cbo = new System.Windows.Forms.ComboBox();
            this.cancelbtn = new System.Windows.Forms.Button();
            this.savebtn = new System.Windows.Forms.Button();
            this.uomweight_cbo = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bflush_chk = new System.Windows.Forms.CheckBox();
            this.phantom_chk = new System.Windows.Forms.CheckBox();
            this.qtybearing = new System.Windows.Forms.CheckBox();
            this.userevision = new System.Windows.Forms.CheckBox();
            this.trackserial = new System.Windows.Forms.CheckBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.addwhse_btn = new System.Windows.Forms.Button();
            this.planner_cbo = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.copy_btn = new System.Windows.Forms.Button();
            this.TemplatesMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.NetWeight)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(69, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Part Number:";
            // 
            // Partnumber_txt
            // 
            this.Partnumber_txt.Location = new System.Drawing.Point(9, 32);
            this.Partnumber_txt.Name = "Partnumber_txt";
            this.Partnumber_txt.Size = new System.Drawing.Size(333, 20);
            this.Partnumber_txt.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 55);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(63, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Description:";
            // 
            // Description_txt
            // 
            this.Description_txt.Location = new System.Drawing.Point(9, 71);
            this.Description_txt.Name = "Description_txt";
            this.Description_txt.Size = new System.Drawing.Size(333, 20);
            this.Description_txt.TabIndex = 5;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 94);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(34, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Type:";
            // 
            // type_cbo
            // 
            this.type_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.type_cbo.FormattingEnabled = true;
            this.type_cbo.Location = new System.Drawing.Point(9, 110);
            this.type_cbo.Name = "type_cbo";
            this.type_cbo.Size = new System.Drawing.Size(157, 21);
            this.type_cbo.TabIndex = 10;
            this.type_cbo.SelectedIndexChanged += new System.EventHandler(this.type_cbo_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 134);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(83, 13);
            this.label4.TabIndex = 12;
            this.label4.Text = "Unit Net Weight";
            // 
            // NetWeight
            // 
            this.NetWeight.DecimalPlaces = 4;
            this.NetWeight.Location = new System.Drawing.Point(9, 150);
            this.NetWeight.Maximum = new decimal(new int[] {
            -727379969,
            232,
            0,
            262144});
            this.NetWeight.Name = "NetWeight";
            this.NetWeight.Size = new System.Drawing.Size(80, 20);
            this.NetWeight.TabIndex = 13;
            this.NetWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // group_cbo
            // 
            this.group_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.group_cbo.FormattingEnabled = true;
            this.group_cbo.Location = new System.Drawing.Point(8, 229);
            this.group_cbo.Name = "group_cbo";
            this.group_cbo.Size = new System.Drawing.Size(210, 21);
            this.group_cbo.TabIndex = 17;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(5, 213);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(39, 13);
            this.label2.TabIndex = 16;
            this.label2.Text = "Group:";
            // 
            // class_cbo
            // 
            this.class_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.class_cbo.FormattingEnabled = true;
            this.class_cbo.Location = new System.Drawing.Point(8, 269);
            this.class_cbo.Name = "class_cbo";
            this.class_cbo.Size = new System.Drawing.Size(210, 21);
            this.class_cbo.TabIndex = 19;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(5, 253);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(35, 13);
            this.label7.TabIndex = 18;
            this.label7.Text = "Class:";
            // 
            // uomclass_cbo
            // 
            this.uomclass_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uomclass_cbo.FormattingEnabled = true;
            this.uomclass_cbo.Location = new System.Drawing.Point(172, 110);
            this.uomclass_cbo.Name = "uomclass_cbo";
            this.uomclass_cbo.Size = new System.Drawing.Size(157, 21);
            this.uomclass_cbo.TabIndex = 21;
            this.uomclass_cbo.Visible = false;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(169, 94);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(63, 13);
            this.label8.TabIndex = 20;
            this.label8.Text = "UOM Class:";
            this.label8.Visible = false;
            // 
            // uom_cbo
            // 
            this.uom_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uom_cbo.FormattingEnabled = true;
            this.uom_cbo.Location = new System.Drawing.Point(8, 189);
            this.uom_cbo.Name = "uom_cbo";
            this.uom_cbo.Size = new System.Drawing.Size(159, 21);
            this.uom_cbo.TabIndex = 23;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(5, 173);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(82, 13);
            this.label9.TabIndex = 24;
            this.label9.Text = "Inventory UOM:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 56);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 13);
            this.label10.TabIndex = 26;
            this.label10.Text = "Warehouse:";
            // 
            // whse_cbo
            // 
            this.whse_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.whse_cbo.FormattingEnabled = true;
            this.whse_cbo.Location = new System.Drawing.Point(8, 72);
            this.whse_cbo.Name = "whse_cbo";
            this.whse_cbo.Size = new System.Drawing.Size(240, 21);
            this.whse_cbo.TabIndex = 25;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(6, 16);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(34, 13);
            this.label11.TabIndex = 28;
            this.label11.Text = "Plant:";
            // 
            // plant_cbo
            // 
            this.plant_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plant_cbo.FormattingEnabled = true;
            this.plant_cbo.Location = new System.Drawing.Point(8, 32);
            this.plant_cbo.Name = "plant_cbo";
            this.plant_cbo.Size = new System.Drawing.Size(321, 21);
            this.plant_cbo.TabIndex = 27;
            // 
            // cancelbtn
            // 
            this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelbtn.Location = new System.Drawing.Point(290, 507);
            this.cancelbtn.Name = "cancelbtn";
            this.cancelbtn.Size = new System.Drawing.Size(75, 23);
            this.cancelbtn.TabIndex = 29;
            this.cancelbtn.Text = "&Cancel";
            this.cancelbtn.UseVisualStyleBackColor = true;
            this.cancelbtn.Click += new System.EventHandler(this.cancelbtn_Click);
            // 
            // savebtn
            // 
            this.savebtn.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.savebtn.Location = new System.Drawing.Point(209, 507);
            this.savebtn.Name = "savebtn";
            this.savebtn.Size = new System.Drawing.Size(75, 23);
            this.savebtn.TabIndex = 30;
            this.savebtn.Text = "&Save";
            this.savebtn.UseVisualStyleBackColor = true;
            this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
            // 
            // uomweight_cbo
            // 
            this.uomweight_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uomweight_cbo.FormattingEnabled = true;
            this.uomweight_cbo.Location = new System.Drawing.Point(95, 150);
            this.uomweight_cbo.Name = "uomweight_cbo";
            this.uomweight_cbo.Size = new System.Drawing.Size(72, 21);
            this.uomweight_cbo.TabIndex = 31;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bflush_chk);
            this.groupBox1.Controls.Add(this.phantom_chk);
            this.groupBox1.Controls.Add(this.qtybearing);
            this.groupBox1.Controls.Add(this.userevision);
            this.groupBox1.Controls.Add(this.trackserial);
            this.groupBox1.Controls.Add(this.Partnumber_txt);
            this.groupBox1.Controls.Add(this.uomweight_cbo);
            this.groupBox1.Controls.Add(this.Description_txt);
            this.groupBox1.Controls.Add(this.type_cbo);
            this.groupBox1.Controls.Add(this.NetWeight);
            this.groupBox1.Controls.Add(this.uom_cbo);
            this.groupBox1.Controls.Add(this.uomclass_cbo);
            this.groupBox1.Controls.Add(this.group_cbo);
            this.groupBox1.Controls.Add(this.class_cbo);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(353, 300);
            this.groupBox1.TabIndex = 33;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Detail";
            // 
            // bflush_chk
            // 
            this.bflush_chk.AutoSize = true;
            this.bflush_chk.Checked = true;
            this.bflush_chk.CheckState = System.Windows.Forms.CheckState.Checked;
            this.bflush_chk.Location = new System.Drawing.Point(224, 179);
            this.bflush_chk.Name = "bflush_chk";
            this.bflush_chk.Size = new System.Drawing.Size(73, 17);
            this.bflush_chk.TabIndex = 37;
            this.bflush_chk.Text = "Backflush";
            this.bflush_chk.UseVisualStyleBackColor = true;
            this.bflush_chk.CheckedChanged += new System.EventHandler(this.bflush_chk_CheckedChanged);
            // 
            // phantom_chk
            // 
            this.phantom_chk.AutoSize = true;
            this.phantom_chk.Enabled = false;
            this.phantom_chk.Location = new System.Drawing.Point(224, 271);
            this.phantom_chk.Name = "phantom_chk";
            this.phantom_chk.Size = new System.Drawing.Size(95, 17);
            this.phantom_chk.TabIndex = 35;
            this.phantom_chk.Text = "Phantom BOM";
            this.phantom_chk.UseVisualStyleBackColor = true;
            // 
            // qtybearing
            // 
            this.qtybearing.AutoSize = true;
            this.qtybearing.Location = new System.Drawing.Point(224, 202);
            this.qtybearing.Name = "qtybearing";
            this.qtybearing.Size = new System.Drawing.Size(81, 17);
            this.qtybearing.TabIndex = 34;
            this.qtybearing.Text = "Qty Bearing";
            this.qtybearing.UseVisualStyleBackColor = true;
            // 
            // userevision
            // 
            this.userevision.AutoSize = true;
            this.userevision.Location = new System.Drawing.Point(224, 225);
            this.userevision.Name = "userevision";
            this.userevision.Size = new System.Drawing.Size(89, 17);
            this.userevision.TabIndex = 33;
            this.userevision.Text = "Use Revision";
            this.userevision.UseVisualStyleBackColor = true;
            // 
            // trackserial
            // 
            this.trackserial.AutoSize = true;
            this.trackserial.Location = new System.Drawing.Point(224, 248);
            this.trackserial.Name = "trackserial";
            this.trackserial.Size = new System.Drawing.Size(123, 17);
            this.trackserial.TabIndex = 32;
            this.trackserial.Text = "Track Serial Number";
            this.trackserial.UseVisualStyleBackColor = true;
            this.trackserial.CheckedChanged += new System.EventHandler(this.trackserial_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.addwhse_btn);
            this.groupBox2.Controls.Add(this.planner_cbo);
            this.groupBox2.Controls.Add(this.whse_cbo);
            this.groupBox2.Controls.Add(this.plant_cbo);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Location = new System.Drawing.Point(13, 318);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(353, 163);
            this.groupBox2.TabIndex = 34;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Plants";
            // 
            // addwhse_btn
            // 
            this.addwhse_btn.Location = new System.Drawing.Point(254, 70);
            this.addwhse_btn.Name = "addwhse_btn";
            this.addwhse_btn.Size = new System.Drawing.Size(75, 23);
            this.addwhse_btn.TabIndex = 31;
            this.addwhse_btn.Text = "&Add";
            this.addwhse_btn.UseVisualStyleBackColor = true;
            this.addwhse_btn.Click += new System.EventHandler(this.addwhse_btn_Click);
            // 
            // planner_cbo
            // 
            this.planner_cbo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.planner_cbo.FormattingEnabled = true;
            this.planner_cbo.Location = new System.Drawing.Point(8, 112);
            this.planner_cbo.Name = "planner_cbo";
            this.planner_cbo.Size = new System.Drawing.Size(321, 21);
            this.planner_cbo.TabIndex = 30;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(6, 96);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(46, 13);
            this.label6.TabIndex = 29;
            this.label6.Text = "Planner:";
            // 
            // copy_btn
            // 
            this.copy_btn.Location = new System.Drawing.Point(20, 507);
            this.copy_btn.Name = "copy_btn";
            this.copy_btn.Size = new System.Drawing.Size(75, 23);
            this.copy_btn.TabIndex = 35;
            this.copy_btn.Text = "Copy From...";
            this.copy_btn.UseVisualStyleBackColor = true;
            this.copy_btn.Click += new System.EventHandler(this.copy_btn_Click);
            // 
            // TemplatesMenu
            // 
            this.TemplatesMenu.Name = "TemplatesMenu";
            this.TemplatesMenu.Size = new System.Drawing.Size(61, 4);
            // 
            // Item_Master
            // 
            this.AcceptButton = this.savebtn;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelbtn;
            this.ClientSize = new System.Drawing.Size(378, 542);
            this.Controls.Add(this.copy_btn);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.savebtn);
            this.Controls.Add(this.cancelbtn);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Item_Master";
            this.Text = "Epicor Item Injection";
            this.Load += new System.EventHandler(this.Item_Master_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NetWeight)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }