namespace UAS_MES_NEW.Packing { partial class Packing_ProdWeightSet { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_ProdWeightSet)); this.ms_makecode_label = new System.Windows.Forms.Label(); this.pr_code = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pr_detail = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.pr_spec = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.showResult = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.panel4 = new System.Windows.Forms.Panel(); this.errorValue = new System.Windows.Forms.TextBox(); this.standardWeight = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.unit = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.pr_cartonunit = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.weight = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.ComList = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox(); this.stopWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.startWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(33, 18); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(86, 31); this.ms_makecode_label.TabIndex = 212; this.ms_makecode_label.Text = "工单号"; // // pr_code // this.pr_code.AutoSize = true; this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F); this.pr_code.Location = new System.Drawing.Point(145, 74); this.pr_code.Name = "pr_code"; this.pr_code.Size = new System.Drawing.Size(0, 31); this.pr_code.TabIndex = 215; this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F); this.label2.Location = new System.Drawing.Point(33, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 31); this.label2.TabIndex = 214; this.label2.Text = "产品编号"; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F); this.pr_detail.Location = new System.Drawing.Point(145, 128); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 31); this.pr_detail.TabIndex = 217; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F); this.label3.Location = new System.Drawing.Point(33, 128); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(110, 31); this.label3.TabIndex = 216; this.label3.Text = "产品名称"; // // pr_spec // this.pr_spec.AutoSize = true; this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F); this.pr_spec.Location = new System.Drawing.Point(145, 182); this.pr_spec.MaximumSize = new System.Drawing.Size(550, 60); this.pr_spec.Name = "pr_spec"; this.pr_spec.Size = new System.Drawing.Size(0, 31); this.pr_spec.TabIndex = 219; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F); this.label5.Location = new System.Drawing.Point(33, 182); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(62, 31); this.label5.TabIndex = 218; this.label5.Text = "规格"; // // showResult // this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4, this.columnHeader5}); this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.showResult.Location = new System.Drawing.Point(428, 250); this.showResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.showResult.Name = "showResult"; this.showResult.Size = new System.Drawing.Size(658, 307); this.showResult.TabIndex = 220; this.showResult.UseCompatibleStateImageBehavior = false; this.showResult.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = ""; this.columnHeader1.Width = 5; // // columnHeader2 // this.columnHeader2.Text = "序号"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader2.Width = 110; // // columnHeader3 // this.columnHeader3.Text = "序列号"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 200; // // columnHeader4 // this.columnHeader4.Text = "重量(单位)"; this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader4.Width = 160; // // columnHeader5 // this.columnHeader5.Text = "时间"; this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader5.Width = 170; // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.errorValue); this.panel4.Controls.Add(this.standardWeight); this.panel4.Controls.Add(this.confirm); this.panel4.Controls.Add(this.label7); this.panel4.Controls.Add(this.unit); this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.pr_cartonunit); this.panel4.Controls.Add(this.label22); this.panel4.Controls.Add(this.weight); this.panel4.Location = new System.Drawing.Point(570, 18); this.panel4.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(515, 156); this.panel4.TabIndex = 221; // // errorValue // this.errorValue.Location = new System.Drawing.Point(245, 19); this.errorValue.Name = "errorValue"; this.errorValue.Size = new System.Drawing.Size(100, 28); this.errorValue.TabIndex = 52; this.errorValue.Enter += new System.EventHandler(this.standardWeight_Enter); this.errorValue.Leave += new System.EventHandler(this.standardWeight_Leave); // // standardWeight // this.standardWeight.Location = new System.Drawing.Point(83, 19); this.standardWeight.Name = "standardWeight"; this.standardWeight.Size = new System.Drawing.Size(100, 28); this.standardWeight.TabIndex = 51; this.standardWeight.Enter += new System.EventHandler(this.standardWeight_Enter); this.standardWeight.Leave += new System.EventHandler(this.standardWeight_Leave); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(18, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(52, 27); this.label7.TabIndex = 50; this.label7.Text = "标准"; // // unit // this.unit.AutoSize = true; this.unit.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.unit.Location = new System.Drawing.Point(371, 22); this.unit.Name = "unit"; this.unit.Size = new System.Drawing.Size(36, 27); this.unit.TabIndex = 47; this.unit.Text = "kg"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(202, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 18); this.label6.TabIndex = 44; this.label6.Text = "±"; // // pr_cartonunit // this.pr_cartonunit.AutoSize = true; this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.pr_cartonunit.Location = new System.Drawing.Point(452, 86); this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.pr_cartonunit.Name = "pr_cartonunit"; this.pr_cartonunit.Size = new System.Drawing.Size(46, 38); this.pr_cartonunit.TabIndex = 42; this.pr_cartonunit.Text = "克"; this.pr_cartonunit.Visible = false; // // label22 // this.label22.AutoSize = true; this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label22.Location = new System.Drawing.Point(14, 86); this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(75, 38); this.label22.TabIndex = 20; this.label22.Text = "重量"; // // weight // this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.weight.AutoSize = true; this.weight.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.weight.Location = new System.Drawing.Point(148, 74); this.weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.weight.Name = "weight"; this.weight.Size = new System.Drawing.Size(0, 58); this.weight.TabIndex = 41; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(15, 526); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 31); this.label1.TabIndex = 229; this.label1.Text = "序列号"; // // sncode // this.sncode.AllPower = null; this.sncode.BackColor = System.Drawing.Color.White; this.sncode.Font = new System.Drawing.Font("微软雅黑", 9F); this.sncode.ID = null; this.sncode.Location = new System.Drawing.Point(110, 526); this.sncode.Name = "sncode"; this.sncode.Power = null; this.sncode.Size = new System.Drawing.Size(187, 31); this.sncode.Str = null; this.sncode.Str1 = null; this.sncode.Str2 = null; this.sncode.TabIndex = 228; this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown); // // confirm // this.confirm.AllPower = null; this.confirm.BackColor = System.Drawing.Color.Transparent; this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage"))); this.confirm.Image = null; this.confirm.IsShowBorder = true; this.confirm.Location = new System.Drawing.Point(370, 86); this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage"))); this.confirm.Name = "confirm"; this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage"))); this.confirm.Power = null; this.confirm.Size = new System.Drawing.Size(75, 28); this.confirm.TabIndex = 227; this.confirm.Text = "保存"; this.confirm.UseVisualStyleBackColor = false; this.confirm.Click += new System.EventHandler(this.confirm_Click); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(21, 248); this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(332, 254); this.OperateResult.TabIndex = 226; this.OperateResult.Text = ""; // // ComList // this.ComList.AutoSize = true; this.ComList.CutLength = null; this.ComList.Location = new System.Drawing.Point(954, 228); this.ComList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ComList.MaximumSize = new System.Drawing.Size(225, 0); this.ComList.Name = "ComList"; this.ComList.Size = new System.Drawing.Size(71, 18); this.ComList.TabIndex = 225; this.ComList.Text = "ComList"; this.ComList.Visible = false; // // BaudRate // this.BaudRate.AllPower = null; this.BaudRate.BackColor = System.Drawing.Color.White; this.BaudRate.ID = null; this.BaudRate.Location = new System.Drawing.Point(962, 194); this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.BaudRate.Name = "BaudRate"; this.BaudRate.Negative = false; this.BaudRate.Power = null; this.BaudRate.Size = new System.Drawing.Size(50, 28); this.BaudRate.Str = null; this.BaudRate.Str1 = null; this.BaudRate.Str2 = null; this.BaudRate.TabIndex = 224; this.BaudRate.Visible = false; // // stopWeigh // this.stopWeigh.AllPower = null; this.stopWeigh.BackColor = System.Drawing.Color.Transparent; this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage"))); this.stopWeigh.Image = null; this.stopWeigh.IsShowBorder = true; this.stopWeigh.Location = new System.Drawing.Point(808, 188); this.stopWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage"))); this.stopWeigh.Name = "stopWeigh"; this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage"))); this.stopWeigh.Power = null; this.stopWeigh.Size = new System.Drawing.Size(108, 38); this.stopWeigh.TabIndex = 223; this.stopWeigh.Text = "停止称重"; this.stopWeigh.UseVisualStyleBackColor = false; this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click); // // startWeigh // this.startWeigh.AllPower = null; this.startWeigh.BackColor = System.Drawing.Color.Transparent; this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage"))); this.startWeigh.Image = null; this.startWeigh.IsShowBorder = true; this.startWeigh.Location = new System.Drawing.Point(654, 188); this.startWeigh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage"))); this.startWeigh.Name = "startWeigh"; this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage"))); this.startWeigh.Power = null; this.startWeigh.Size = new System.Drawing.Size(93, 38); this.startWeigh.TabIndex = 222; this.startWeigh.Text = "开始称重"; this.startWeigh.UseVisualStyleBackColor = false; this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click); // // ma_code // this.ma_code.AllPower = "IFALL"; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = ""; this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(151, 18); this.ma_code.Margin = new System.Windows.Forms.Padding(4); this.ma_code.Name = "ma_code"; this.ma_code.Power = ""; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(212, 34); this.ma_code.TabIndex = 213; this.ma_code.TableName = null; this.ma_code.Tag = "makecode"; this.ma_code.TextBoxEnable = true; this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged); // // Packing_ProdWeightSet // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1120, 596); this.Controls.Add(this.label1); this.Controls.Add(this.sncode); this.Controls.Add(this.OperateResult); this.Controls.Add(this.ComList); this.Controls.Add(this.BaudRate); this.Controls.Add(this.stopWeigh); this.Controls.Add(this.startWeigh); this.Controls.Add(this.panel4); this.Controls.Add(this.showResult); this.Controls.Add(this.pr_spec); this.Controls.Add(this.label5); this.Controls.Add(this.pr_detail); this.Controls.Add(this.label3); this.Controls.Add(this.pr_code); this.Controls.Add(this.label2); this.Controls.Add(this.ma_code); this.Controls.Add(this.ms_makecode_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Packing_ProdWeightSet"; this.Tag = "Packing!ProdWeightSet"; this.Text = "Packing_ProdWeightSet"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Packing_ProdWeightSet_FormClosing); this.Load += new System.EventHandler(this.Packing_ProdWeightSet_Load); this.SizeChanged += new System.EventHandler(this.Packing_ProdWeightSet_SizeChanged); this.panel4.ResumeLayout(true); this.panel4.PerformLayout(); this.ResumeLayout(true); this.PerformLayout(); } #endregion private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; private System.Windows.Forms.Label ms_makecode_label; private System.Windows.Forms.Label pr_code; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label pr_detail; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label pr_spec; private System.Windows.Forms.Label label5; private System.Windows.Forms.ListView showResult; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label pr_cartonunit; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label weight; private CustomControl.ValueLabel.ValueLabel ComList; private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate; private CustomControl.ButtonUtil.NormalButton stopWeigh; private CustomControl.ButtonUtil.NormalButton startWeigh; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton confirm; private CustomControl.TextBoxWithIcon.SnCollectionBox sncode; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label unit; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox errorValue; private System.Windows.Forms.TextBox standardWeight; } }