namespace UAS_MES_NEW.Make { partial class Make_StepReport { /// /// 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(Make_StepReport)); this.ma_code_label = new System.Windows.Forms.Label(); this.pr_detail_label = new System.Windows.Forms.Label(); this.ma_prodcode_label = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.sc_stepcode_label = new System.Windows.Forms.Label(); this.ma_craftcode_label = new System.Windows.Forms.Label(); this.ma_craftcode = new System.Windows.Forms.ComboBox(); this.ma_bomversion = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.ngqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox(); this.okqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox(); this.ngsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.oksum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.Lock = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox(); this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.pr_batchnum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.BatchProductDGV56 = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.sc_stepcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.ms_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_okqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_ngqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AddBad = new System.Windows.Forms.DataGridViewImageColumn(); this.ms_indate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn(); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV56)).BeginInit(); this.SuspendLayout(); // // ma_code_label // this.ma_code_label.AutoSize = true; this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_code_label.Location = new System.Drawing.Point(13, 16); this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_code_label.Name = "ma_code_label"; this.ma_code_label.Size = new System.Drawing.Size(110, 31); this.ma_code_label.TabIndex = 155; this.ma_code_label.Text = "归属工单"; // // pr_detail_label // this.pr_detail_label.AutoSize = true; this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail_label.Location = new System.Drawing.Point(474, 52); this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.pr_detail_label.Name = "pr_detail_label"; this.pr_detail_label.Size = new System.Drawing.Size(110, 31); this.pr_detail_label.TabIndex = 156; this.pr_detail_label.Text = "产品名称"; // // ma_prodcode_label // this.ma_prodcode_label.AutoSize = true; this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_prodcode_label.Location = new System.Drawing.Point(13, 56); this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_prodcode_label.Name = "ma_prodcode_label"; this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31); this.ma_prodcode_label.TabIndex = 157; this.ma_prodcode_label.Text = "产品代码"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(1244, 719); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(110, 31); this.label3.TabIndex = 175; this.label3.Text = "物料批号"; this.label3.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(18, 89); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 31); this.label2.TabIndex = 181; this.label2.Text = "报工明细"; // // sc_stepcode_label // this.sc_stepcode_label.AutoSize = true; this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.sc_stepcode_label.Location = new System.Drawing.Point(926, 16); this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.sc_stepcode_label.Name = "sc_stepcode_label"; this.sc_stepcode_label.Size = new System.Drawing.Size(62, 31); this.sc_stepcode_label.TabIndex = 165; this.sc_stepcode_label.Text = "工序"; // // ma_craftcode_label // this.ma_craftcode_label.AutoSize = true; this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_craftcode_label.Location = new System.Drawing.Point(474, 16); this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_craftcode_label.Name = "ma_craftcode_label"; this.ma_craftcode_label.Size = new System.Drawing.Size(62, 31); this.ma_craftcode_label.TabIndex = 184; this.ma_craftcode_label.Text = "途程"; // // ma_craftcode // this.ma_craftcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ma_craftcode.FormattingEnabled = true; this.ma_craftcode.Location = new System.Drawing.Point(622, 16); this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4); this.ma_craftcode.Name = "ma_craftcode"; this.ma_craftcode.Size = new System.Drawing.Size(223, 26); this.ma_craftcode.TabIndex = 185; this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged); // // ma_bomversion // this.ma_bomversion.AutoSize = true; this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_bomversion.Location = new System.Drawing.Point(1180, 18); this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_bomversion.Name = "ma_bomversion"; this.ma_bomversion.Size = new System.Drawing.Size(0, 31); this.ma_bomversion.TabIndex = 186; this.ma_bomversion.Visible = false; // // 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(6, 563); 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 = "工单数"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(387, 563); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(86, 31); this.label4.TabIndex = 231; this.label4.Text = "良品数"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(743, 563); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 31); this.label5.TabIndex = 233; this.label5.Text = "不良数"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(43, 719); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(134, 31); this.label6.TabIndex = 236; this.label6.Text = "良品数录入"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(453, 718); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(134, 31); this.label7.TabIndex = 238; this.label7.Text = "不良数录入"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.Black; this.label8.Location = new System.Drawing.Point(13, 593); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(62, 31); this.label8.TabIndex = 240; this.label8.Text = "备注"; // // normalButton2 // this.normalButton2.AllPower = null; this.normalButton2.BackColor = System.Drawing.Color.Transparent; this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage"))); this.normalButton2.Image = ((System.Drawing.Image)(resources.GetObject("normalButton2.Image"))); this.normalButton2.IsShowBorder = true; this.normalButton2.Location = new System.Drawing.Point(942, 718); this.normalButton2.Margin = new System.Windows.Forms.Padding(4); this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage"))); this.normalButton2.Name = "normalButton2"; this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage"))); this.normalButton2.Power = null; this.normalButton2.Size = new System.Drawing.Size(90, 36); this.normalButton2.TabIndex = 239; this.normalButton2.Tag = "IfRead"; this.normalButton2.Text = "报工确认"; this.normalButton2.UseVisualStyleBackColor = true; this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click); // // ngqty // this.ngqty.AllPower = null; this.ngqty.BackColor = System.Drawing.Color.White; this.ngqty.ID = null; this.ngqty.Location = new System.Drawing.Point(570, 719); this.ngqty.Name = "ngqty"; this.ngqty.Negative = false; this.ngqty.Power = null; this.ngqty.Size = new System.Drawing.Size(196, 28); this.ngqty.Str = null; this.ngqty.Str1 = null; this.ngqty.Str2 = null; this.ngqty.TabIndex = 237; // // okqty // this.okqty.AllPower = null; this.okqty.BackColor = System.Drawing.Color.White; this.okqty.ID = null; this.okqty.Location = new System.Drawing.Point(160, 720); this.okqty.Name = "okqty"; this.okqty.Negative = false; this.okqty.Power = null; this.okqty.Size = new System.Drawing.Size(196, 28); this.okqty.Str = null; this.okqty.Str1 = null; this.okqty.Str2 = null; this.okqty.TabIndex = 235; // // ngsum // this.ngsum.AutoSize = true; this.ngsum.CutLength = null; this.ngsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ngsum.Location = new System.Drawing.Point(837, 563); this.ngsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ngsum.MaximumSize = new System.Drawing.Size(225, 0); this.ngsum.Name = "ngsum"; this.ngsum.Size = new System.Drawing.Size(0, 31); this.ngsum.TabIndex = 234; this.ngsum.Tag = "ma_prodcode"; // // oksum // this.oksum.AutoSize = true; this.oksum.CutLength = null; this.oksum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.oksum.Location = new System.Drawing.Point(481, 563); this.oksum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.oksum.MaximumSize = new System.Drawing.Size(225, 0); this.oksum.Name = "oksum"; this.oksum.Size = new System.Drawing.Size(0, 31); this.oksum.TabIndex = 232; this.oksum.Tag = "ma_prodcode"; // // ma_qty // this.ma_qty.AutoSize = true; this.ma_qty.CutLength = null; this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_qty.Location = new System.Drawing.Point(100, 563); this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0); this.ma_qty.Name = "ma_qty"; this.ma_qty.Size = new System.Drawing.Size(0, 31); this.ma_qty.TabIndex = 230; this.ma_qty.Tag = "ma_prodcode"; // // Remark // this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Remark.Location = new System.Drawing.Point(0, 626); this.Remark.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.Remark.Name = "Remark"; this.Remark.Size = new System.Drawing.Size(1032, 74); this.Remark.TabIndex = 228; this.Remark.Text = ""; // // Lock // this.Lock.AutoSize = true; this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Lock.LeaveEvent = false; this.Lock.Location = new System.Drawing.Point(381, 18); this.Lock.Margin = new System.Windows.Forms.Padding(4); this.Lock.Name = "Lock"; this.Lock.Size = new System.Drawing.Size(72, 28); this.Lock.TabIndex = 182; this.Lock.Text = "锁定"; this.Lock.UseVisualStyleBackColor = true; // // ma_code // this.ma_code.AllPower = null; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = null; this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(153, 16); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(208, 32); this.ma_code.TabIndex = 180; this.ma_code.TableName = null; this.ma_code.Tag = "ma_code"; this.ma_code.TextBoxEnable = true; this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged); // // Clean // this.Clean.AllPower = null; this.Clean.BackColor = System.Drawing.Color.Transparent; this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage"))); this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image"))); this.Clean.IsShowBorder = true; this.Clean.Location = new System.Drawing.Point(1172, 714); this.Clean.Margin = new System.Windows.Forms.Padding(4); this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage"))); this.Clean.Name = "Clean"; this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage"))); this.Clean.Power = null; this.Clean.Size = new System.Drawing.Size(90, 36); this.Clean.TabIndex = 179; this.Clean.Tag = "IfRead"; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(1062, 168); this.OperateResult.Margin = new System.Windows.Forms.Padding(4); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(304, 528); this.OperateResult.TabIndex = 178; this.OperateResult.Text = ""; // // pr_batchnum // this.pr_batchnum.AllPower = "ifall"; this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.pr_batchnum.BackColor = System.Drawing.Color.White; this.pr_batchnum.ID = null; this.pr_batchnum.Location = new System.Drawing.Point(1358, 719); this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4); this.pr_batchnum.Name = "pr_batchnum"; this.pr_batchnum.Power = null; this.pr_batchnum.Size = new System.Drawing.Size(10, 28); this.pr_batchnum.Str = null; this.pr_batchnum.Str1 = null; this.pr_batchnum.Str2 = null; this.pr_batchnum.TabIndex = 176; this.pr_batchnum.Visible = false; this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown); // // BatchProductDGV56 // this.BatchProductDGV56.AllowUserToAddRows = false; this.BatchProductDGV56.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.BatchProductDGV56.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ms_id, this.ms_makecode, this.ms_stepcode, this.ms_linecode, this.ms_sourcecode, this.ms_okqty, this.ms_ngqty, this.AddBad, this.ms_indate, this.DeleteRow}); this.BatchProductDGV56.EnableContentClick = true; this.BatchProductDGV56.Location = new System.Drawing.Point(0, 128); this.BatchProductDGV56.Margin = new System.Windows.Forms.Padding(4); this.BatchProductDGV56.Name = "BatchProductDGV56"; this.BatchProductDGV56.RowTemplate.Height = 23; this.BatchProductDGV56.Size = new System.Drawing.Size(1032, 421); this.BatchProductDGV56.TabIndex = 174; this.BatchProductDGV56.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick); this.BatchProductDGV56.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting); this.BatchProductDGV56.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting); // // sc_stepcode // this.sc_stepcode.AutoSize = true; this.sc_stepcode.CutLength = null; this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.sc_stepcode.Location = new System.Drawing.Point(1032, 16); this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.sc_stepcode.MaximumSize = new System.Drawing.Size(225, 0); this.sc_stepcode.Name = "sc_stepcode"; this.sc_stepcode.Size = new System.Drawing.Size(0, 31); this.sc_stepcode.TabIndex = 171; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.CutLength = null; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail.Location = new System.Drawing.Point(622, 52); this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 31); this.pr_detail.TabIndex = 170; this.pr_detail.Tag = "pr_detail"; // // ma_prodcode // this.ma_prodcode.AutoSize = true; this.ma_prodcode.CutLength = null; this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_prodcode.Location = new System.Drawing.Point(153, 56); this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0); this.ma_prodcode.Name = "ma_prodcode"; this.ma_prodcode.Size = new System.Drawing.Size(0, 31); this.ma_prodcode.TabIndex = 167; this.ma_prodcode.Tag = "ma_prodcode"; this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged); // // Screen // this.Screen.AllPower = null; this.Screen.BackColor = System.Drawing.Color.Transparent; this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage"))); this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image"))); this.Screen.IsShowBorder = true; this.Screen.Location = new System.Drawing.Point(932, 53); this.Screen.Margin = new System.Windows.Forms.Padding(4); this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage"))); this.Screen.Name = "Screen"; this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage"))); this.Screen.Power = null; this.Screen.Size = new System.Drawing.Size(90, 36); this.Screen.TabIndex = 154; this.Screen.Tag = "IfRead"; this.Screen.Text = "刷新"; this.Screen.UseVisualStyleBackColor = true; this.Screen.Click += new System.EventHandler(this.Screen_Click); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "sp_fsoncode"; this.dataGridViewTextBoxColumn1.HeaderText = "首选料号"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "mss_linecode"; this.dataGridViewTextBoxColumn2.HeaderText = "线别"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "mss_makecode"; this.dataGridViewTextBoxColumn3.HeaderText = "工单号"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "mss_id"; this.dataGridViewTextBoxColumn4.HeaderText = "ID"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Visible = false; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_soncode"; this.dataGridViewTextBoxColumn5.HeaderText = "备选料号"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "mss_barcode"; this.dataGridViewTextBoxColumn6.HeaderText = "物料批号"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "sp_oneuseqty"; this.dataGridViewTextBoxColumn7.HeaderText = "单位用量"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "mss_qty"; this.dataGridViewTextBoxColumn8.HeaderText = "备料数量"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "mm_qty"; this.dataGridViewTextBoxColumn9.HeaderText = "需求数"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Visible = false; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "mss_remain"; this.dataGridViewTextBoxColumn10.HeaderText = "剩余数"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "mss_useqty"; this.dataGridViewTextBoxColumn11.HeaderText = "已用数量"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "pr_detail"; this.dataGridViewTextBoxColumn12.HeaderText = "物料名称"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "pr_spec"; this.dataGridViewTextBoxColumn13.HeaderText = "物料规格"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; this.dataGridViewTextBoxColumn13.Visible = false; // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewImageColumn1.HeaderText = "删除"; this.dataGridViewImageColumn1.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; // // ms_id // this.ms_id.DataPropertyName = "ms_id"; this.ms_id.HeaderText = "ID"; this.ms_id.Name = "ms_id"; this.ms_id.Visible = false; // // ms_makecode // this.ms_makecode.DataPropertyName = "ms_makecode"; this.ms_makecode.HeaderText = "报工工单"; this.ms_makecode.Name = "ms_makecode"; this.ms_makecode.ReadOnly = true; this.ms_makecode.Visible = false; // // ms_stepcode // this.ms_stepcode.DataPropertyName = "ms_stepcode"; this.ms_stepcode.HeaderText = "报工工序"; this.ms_stepcode.Name = "ms_stepcode"; this.ms_stepcode.ReadOnly = true; this.ms_stepcode.Visible = false; // // ms_linecode // this.ms_linecode.DataPropertyName = "ms_linecode"; this.ms_linecode.HeaderText = "报工线别"; this.ms_linecode.Name = "ms_linecode"; this.ms_linecode.ReadOnly = true; // // ms_sourcecode // this.ms_sourcecode.DataPropertyName = "ms_sourcecode"; this.ms_sourcecode.HeaderText = "报工资源"; this.ms_sourcecode.Name = "ms_sourcecode"; this.ms_sourcecode.Visible = false; // // ms_okqty // this.ms_okqty.DataPropertyName = "ms_okqty"; this.ms_okqty.HeaderText = "良品数"; this.ms_okqty.Name = "ms_okqty"; this.ms_okqty.ReadOnly = true; // // ms_ngqty // this.ms_ngqty.DataPropertyName = "ms_ngqty"; this.ms_ngqty.HeaderText = "不良数"; this.ms_ngqty.Name = "ms_ngqty"; this.ms_ngqty.ReadOnly = true; // // AddBad // this.AddBad.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.AddBad.HeaderText = "录不良"; this.AddBad.Image = global::UAS_MES_NEW.Properties.Resources.plus; this.AddBad.MinimumWidth = 75; this.AddBad.Name = "AddBad"; this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.AddBad.Width = 75; // // ms_indate // this.ms_indate.DataPropertyName = "ms_indate"; this.ms_indate.HeaderText = "报工时间"; this.ms_indate.Name = "ms_indate"; this.ms_indate.ReadOnly = true; // // DeleteRow // this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.DeleteRow.HeaderText = "删除"; this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.DeleteRow.MinimumWidth = 50; this.DeleteRow.Name = "DeleteRow"; this.DeleteRow.Width = 50; // // Make_StepReport // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1383, 765); this.Controls.Add(this.label8); this.Controls.Add(this.normalButton2); this.Controls.Add(this.label7); this.Controls.Add(this.ngqty); this.Controls.Add(this.label6); this.Controls.Add(this.okqty); this.Controls.Add(this.ngsum); this.Controls.Add(this.label5); this.Controls.Add(this.oksum); this.Controls.Add(this.label4); this.Controls.Add(this.ma_qty); this.Controls.Add(this.label1); this.Controls.Add(this.Remark); this.Controls.Add(this.ma_bomversion); this.Controls.Add(this.ma_craftcode); this.Controls.Add(this.ma_craftcode_label); this.Controls.Add(this.Lock); this.Controls.Add(this.label2); this.Controls.Add(this.ma_code); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.Controls.Add(this.pr_batchnum); this.Controls.Add(this.label3); this.Controls.Add(this.BatchProductDGV56); this.Controls.Add(this.sc_stepcode); this.Controls.Add(this.pr_detail); this.Controls.Add(this.ma_prodcode); this.Controls.Add(this.sc_stepcode_label); this.Controls.Add(this.ma_code_label); this.Controls.Add(this.pr_detail_label); this.Controls.Add(this.ma_prodcode_label); this.Controls.Add(this.Screen); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Make_StepReport"; this.Tag = "Make!StepReport"; this.Text = "工序报工"; this.Load += new System.EventHandler(this.Make_PositionStock_Load); this.SizeChanged += new System.EventHandler(this.Make_PositionStock_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV56)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.ButtonUtil.NormalButton Screen; private System.Windows.Forms.Label ma_code_label; private System.Windows.Forms.Label pr_detail_label; private System.Windows.Forms.Label ma_prodcode_label; private CustomControl.ValueLabel.ValueLabel ma_prodcode; private CustomControl.ValueLabel.ValueLabel pr_detail; private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV56; private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum; private System.Windows.Forms.Label label3; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton Clean; private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code; private System.Windows.Forms.Label label2; private CustomControl.ValueLabel.ValueLabel sc_stepcode; private System.Windows.Forms.Label sc_stepcode_label; private CustomControl.CustomCheckBox.LockCheckBox Lock; private System.Windows.Forms.Label ma_craftcode_label; private System.Windows.Forms.ComboBox ma_craftcode; private System.Windows.Forms.Label ma_bomversion; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; private CustomControl.RichText.RichTextAutoBottom Remark; private CustomControl.ValueLabel.ValueLabel ma_qty; private System.Windows.Forms.Label label1; private CustomControl.ValueLabel.ValueLabel oksum; private System.Windows.Forms.Label label4; private CustomControl.ValueLabel.ValueLabel ngsum; private System.Windows.Forms.Label label5; private CustomControl.TextBoxWithIcon.NumOnlyTextBox okqty; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private CustomControl.TextBoxWithIcon.NumOnlyTextBox ngqty; private CustomControl.ButtonUtil.NormalButton normalButton2; private System.Windows.Forms.Label label8; private System.Windows.Forms.DataGridViewTextBoxColumn ms_id; private System.Windows.Forms.DataGridViewTextBoxColumn ms_makecode; private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode; private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode; private System.Windows.Forms.DataGridViewTextBoxColumn ms_sourcecode; private System.Windows.Forms.DataGridViewTextBoxColumn ms_okqty; private System.Windows.Forms.DataGridViewTextBoxColumn ms_ngqty; private System.Windows.Forms.DataGridViewImageColumn AddBad; private System.Windows.Forms.DataGridViewTextBoxColumn ms_indate; private System.Windows.Forms.DataGridViewImageColumn DeleteRow; } }