| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_030120
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_030120));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tapUndoDetail = new System.Windows.Forms.TabPage();
- this.dgvScrapProductDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ISPUBLICBODY = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tapUndoTotal = new System.Windows.Forms.TabPage();
- this.dgvScrapProductTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.page = new System.Windows.Forms.TabControl();
- this.ScrapDate1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Rreason1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- this.tapUndoDetail.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProductDetail)).BeginInit();
- this.tapUndoTotal.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProductTotal)).BeginInit();
- this.page.SuspendLayout();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1203, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.txtBarCode);
- this.gbxCondition.Controls.Add(this.lblBarCode);
- this.gbxCondition.Controls.Add(this.cmbRreason);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblScrapDateStart);
- this.gbxCondition.Controls.Add(this.dtpScrapDateEnd);
- this.gbxCondition.Controls.Add(this.lblScrapDateEnd);
- this.gbxCondition.Controls.Add(this.dtpScrapDateStart);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.lblGoodsModel);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(4, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1183, 55);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtBarCode
- //
- this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBarCode.ErrorMessage = "";
- this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBarCode.Location = new System.Drawing.Point(839, 18);
- this.txtBarCode.MaxLength = 11;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(145, 21);
- this.txtBarCode.TabIndex = 110;
- //
- // lblBarCode
- //
- this.lblBarCode.AutoSize = true;
- this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
- this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBarCode.Location = new System.Drawing.Point(780, 21);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 111;
- this.lblBarCode.Text = "产品条码";
- //
- // cmbRreason
- //
- this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
- this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbRreason.FormattingEnabled = true;
- this.cmbRreason.Location = new System.Drawing.Point(275, 20);
- this.cmbRreason.Name = "cmbRreason";
- this.cmbRreason.Size = new System.Drawing.Size(136, 20);
- this.cmbRreason.TabIndex = 109;
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(218, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 108;
- this.c_Label1.Text = "调出类型";
- //
- // lblScrapDateStart
- //
- this.lblScrapDateStart.AutoSize = true;
- this.lblScrapDateStart.BackColor = System.Drawing.Color.Transparent;
- this.lblScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblScrapDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblScrapDateStart.Location = new System.Drawing.Point(418, 24);
- this.lblScrapDateStart.Name = "lblScrapDateStart";
- this.lblScrapDateStart.Size = new System.Drawing.Size(53, 12);
- this.lblScrapDateStart.TabIndex = 107;
- this.lblScrapDateStart.Text = "调出日期";
- //
- // dtpScrapDateEnd
- //
- this.dtpScrapDateEnd.CustomFormat = "yyyy-MM-dd";
- this.dtpScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpScrapDateEnd.Location = new System.Drawing.Point(640, 18);
- this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
- this.dtpScrapDateEnd.Size = new System.Drawing.Size(134, 21);
- this.dtpScrapDateEnd.TabIndex = 105;
- //
- // lblScrapDateEnd
- //
- this.lblScrapDateEnd.AutoSize = true;
- this.lblScrapDateEnd.BackColor = System.Drawing.Color.Transparent;
- this.lblScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblScrapDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblScrapDateEnd.Location = new System.Drawing.Point(617, 21);
- this.lblScrapDateEnd.Name = "lblScrapDateEnd";
- this.lblScrapDateEnd.Size = new System.Drawing.Size(17, 12);
- this.lblScrapDateEnd.TabIndex = 106;
- this.lblScrapDateEnd.Text = "至";
- //
- // dtpScrapDateStart
- //
- this.dtpScrapDateStart.CustomFormat = "yyyy-MM-dd";
- this.dtpScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpScrapDateStart.Location = new System.Drawing.Point(477, 18);
- this.dtpScrapDateStart.Name = "dtpScrapDateStart";
- this.dtpScrapDateStart.Size = new System.Drawing.Size(134, 21);
- this.dtpScrapDateStart.TabIndex = 104;
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(1001, 15);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 12;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(1092, 15);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 13;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.Location = new System.Drawing.Point(67, 20);
- this.txtGoodsCode.MaxLength = 21;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(145, 21);
- this.txtGoodsCode.TabIndex = 10;
- this.txtGoodsCode.TextValue = "";
- //
- // lblGoodsModel
- //
- this.lblGoodsModel.AutoSize = true;
- this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsModel.Location = new System.Drawing.Point(8, 24);
- this.lblGoodsModel.Name = "lblGoodsModel";
- this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsModel.TabIndex = 9;
- this.lblGoodsModel.Text = "产品编码";
- //
- // tapUndoDetail
- //
- this.tapUndoDetail.Controls.Add(this.dgvScrapProductDetail);
- this.tapUndoDetail.Location = new System.Drawing.Point(4, 22);
- this.tapUndoDetail.Margin = new System.Windows.Forms.Padding(0);
- this.tapUndoDetail.Name = "tapUndoDetail";
- this.tapUndoDetail.Size = new System.Drawing.Size(1179, 509);
- this.tapUndoDetail.TabIndex = 1;
- this.tapUndoDetail.Text = "工厂调出明细表";
- this.tapUndoDetail.UseVisualStyleBackColor = true;
- //
- // dgvScrapProductDetail
- //
- this.dgvScrapProductDetail.AllowUserToAddRows = false;
- this.dgvScrapProductDetail.AllowUserToDeleteRows = false;
- this.dgvScrapProductDetail.AllowUserToModifyRows = true;
- this.dgvScrapProductDetail.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvScrapProductDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvScrapProductDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvScrapProductDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvScrapProductDetail.CellHeight = 23;
- this.dgvScrapProductDetail.ChildNodeColumnName = null;
- this.dgvScrapProductDetail.ChildNodeColumnText = null;
- this.dgvScrapProductDetail.ColumnDeep = 1;
- this.dgvScrapProductDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvScrapProductDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvScrapProductDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvScrapProductDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.BarCode,
- this.GoodsCode,
- this.GoodsName,
- this.Rreason,
- this.ScrapDate,
- this.ProcedureName,
- this.ProductionLineCode,
- this.ProductionLineName,
- this.GroutingDate,
- this.GroutingUserCode,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.GroutingMouldCode,
- this.MouldCode,
- this.GoodsLevelName,
- this.Remarks,
- this.ISPUBLICBODY,
- this.SPECIALREPAIRFLAG,
- this.ProductionLineID,
- this.GoodsID,
- this.GroutingDailyID,
- this.GroutingDailyDetailID,
- this.GroutingLineID,
- this.GMouldTypeID,
- this.GroutingLineDetailID,
- this.GoodsLevelTypeID,
- this.AccountID,
- this.ValueFlag,
- this.ScrapProductID});
- this.dgvScrapProductDetail.ColumnTreeView = null;
- this.dgvScrapProductDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvScrapProductDetail.DefaultCellStyle = dataGridViewCellStyle5;
- this.dgvScrapProductDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvScrapProductDetail.DynamicColumnName = "";
- this.dgvScrapProductDetail.EnableHeadersVisualStyles = false;
- this.dgvScrapProductDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvScrapProductDetail.FormatQuantityColumns = null;
- this.dgvScrapProductDetail.HorizontalMergeColumn = null;
- this.dgvScrapProductDetail.IsAutoCountSum = true;
- this.dgvScrapProductDetail.IsAutoResizeColumns = false;
- this.dgvScrapProductDetail.IsClickF12 = false;
- this.dgvScrapProductDetail.IsOpenMergeCellFlag = false;
- this.dgvScrapProductDetail.IsSubTotalFlag = false;
- this.dgvScrapProductDetail.IsTopDeep = false;
- this.dgvScrapProductDetail.Location = new System.Drawing.Point(0, 0);
- this.dgvScrapProductDetail.MergeColumnNames = null;
- this.dgvScrapProductDetail.MergeDetailColumnNames = null;
- this.dgvScrapProductDetail.MergeDetailOnlyColumn = null;
- this.dgvScrapProductDetail.MergeOnlyColumn = null;
- this.dgvScrapProductDetail.Name = "dgvScrapProductDetail";
- this.dgvScrapProductDetail.ReadOnly = true;
- this.dgvScrapProductDetail.RefreshAtHscroll = false;
- this.dgvScrapProductDetail.RowHeadersWidth = 50;
- this.dgvScrapProductDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvScrapProductDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvScrapProductDetail.RowTemplate.Height = 21;
- this.dgvScrapProductDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvScrapProductDetail.Size = new System.Drawing.Size(1179, 509);
- this.dgvScrapProductDetail.SortOrderColumnName = null;
- this.dgvScrapProductDetail.TabIndex = 15;
- this.dgvScrapProductDetail.Tag = true;
- this.dgvScrapProductDetail.TotalSumColumns = null;
- this.dgvScrapProductDetail.ViewRowFilter = "";
- this.dgvScrapProductDetail.VirtualMode = true;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // Rreason
- //
- this.Rreason.DataPropertyName = "Rreason";
- this.Rreason.HeaderText = "调出类型";
- this.Rreason.Name = "Rreason";
- this.Rreason.ReadOnly = true;
- //
- // ScrapDate
- //
- this.ScrapDate.DataPropertyName = "ScrapDate";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- dataGridViewCellStyle3.NullValue = null;
- this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.ScrapDate.HeaderText = "调出日期";
- this.ScrapDate.Name = "ScrapDate";
- this.ScrapDate.ReadOnly = true;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "完成工序";
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- //
- // ProductionLineCode
- //
- this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
- this.ProductionLineCode.HeaderText = "生产线编码";
- this.ProductionLineCode.Name = "ProductionLineCode";
- this.ProductionLineCode.ReadOnly = true;
- //
- // ProductionLineName
- //
- this.ProductionLineName.DataPropertyName = "ProductionLineName";
- this.ProductionLineName.HeaderText = "生产线名称";
- this.ProductionLineName.Name = "ProductionLineName";
- this.ProductionLineName.ReadOnly = true;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
- dataGridViewCellStyle4.NullValue = null;
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // GroutingLineName
- //
- this.GroutingLineName.DataPropertyName = "GroutingLineName";
- this.GroutingLineName.HeaderText = "成型线名称";
- this.GroutingLineName.Name = "GroutingLineName";
- this.GroutingLineName.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "注浆模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // MouldCode
- //
- this.MouldCode.DataPropertyName = "MouldCode";
- this.MouldCode.HeaderText = "模具编号";
- this.MouldCode.Name = "MouldCode";
- this.MouldCode.ReadOnly = true;
- this.MouldCode.Visible = false;
- //
- // GoodsLevelName
- //
- this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
- this.GoodsLevelName.HeaderText = "产品分级";
- this.GoodsLevelName.Name = "GoodsLevelName";
- this.GoodsLevelName.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // ISPUBLICBODY
- //
- this.ISPUBLICBODY.DataPropertyName = "ISPUBLICBODY";
- this.ISPUBLICBODY.FalseValue = "0";
- this.ISPUBLICBODY.HeaderText = "公坯标识";
- this.ISPUBLICBODY.Name = "ISPUBLICBODY";
- this.ISPUBLICBODY.ReadOnly = true;
- this.ISPUBLICBODY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ISPUBLICBODY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ISPUBLICBODY.TrueValue = "1";
- //
- // SPECIALREPAIRFLAG
- //
- this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
- this.SPECIALREPAIRFLAG.FalseValue = "0";
- this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
- this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
- this.SPECIALREPAIRFLAG.ReadOnly = true;
- this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.SPECIALREPAIRFLAG.TrueValue = "1";
- //
- // ProductionLineID
- //
- this.ProductionLineID.DataPropertyName = "ProductionLineID";
- this.ProductionLineID.HeaderText = "生产线ID";
- this.ProductionLineID.Name = "ProductionLineID";
- this.ProductionLineID.ReadOnly = true;
- this.ProductionLineID.Visible = false;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.Visible = false;
- //
- // GroutingDailyID
- //
- this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
- this.GroutingDailyID.HeaderText = "注浆日报ID";
- this.GroutingDailyID.Name = "GroutingDailyID";
- this.GroutingDailyID.ReadOnly = true;
- this.GroutingDailyID.Visible = false;
- //
- // GroutingDailyDetailID
- //
- this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
- this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
- this.GroutingDailyDetailID.ReadOnly = true;
- this.GroutingDailyDetailID.Visible = false;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GMouldTypeID
- //
- this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
- this.GMouldTypeID.HeaderText = "成型线类型ID";
- this.GMouldTypeID.Name = "GMouldTypeID";
- this.GMouldTypeID.ReadOnly = true;
- this.GMouldTypeID.Visible = false;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型线明细ID";
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.ReadOnly = true;
- this.GroutingLineDetailID.Visible = false;
- //
- // GoodsLevelTypeID
- //
- this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
- this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
- this.GoodsLevelTypeID.ReadOnly = true;
- this.GoodsLevelTypeID.Visible = false;
- //
- // AccountID
- //
- this.AccountID.DataPropertyName = "AccountID";
- this.AccountID.HeaderText = "帐套ID";
- this.AccountID.Name = "AccountID";
- this.AccountID.ReadOnly = true;
- this.AccountID.Visible = false;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.Visible = false;
- //
- // ScrapProductID
- //
- this.ScrapProductID.DataPropertyName = "ScrapProductID";
- this.ScrapProductID.HeaderText = "报损ID";
- this.ScrapProductID.Name = "ScrapProductID";
- this.ScrapProductID.ReadOnly = true;
- this.ScrapProductID.Visible = false;
- //
- // tapUndoTotal
- //
- this.tapUndoTotal.Controls.Add(this.dgvScrapProductTotal);
- this.tapUndoTotal.Location = new System.Drawing.Point(4, 22);
- this.tapUndoTotal.Margin = new System.Windows.Forms.Padding(0);
- this.tapUndoTotal.Name = "tapUndoTotal";
- this.tapUndoTotal.Size = new System.Drawing.Size(1179, 509);
- this.tapUndoTotal.TabIndex = 0;
- this.tapUndoTotal.Text = "工厂调出汇总表";
- this.tapUndoTotal.UseVisualStyleBackColor = true;
- //
- // dgvScrapProductTotal
- //
- this.dgvScrapProductTotal.AllowUserToAddRows = false;
- this.dgvScrapProductTotal.AllowUserToDeleteRows = false;
- this.dgvScrapProductTotal.AllowUserToModifyRows = true;
- this.dgvScrapProductTotal.AllowUserToOrderColumns = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvScrapProductTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvScrapProductTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvScrapProductTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvScrapProductTotal.CellHeight = 23;
- this.dgvScrapProductTotal.ChildNodeColumnName = null;
- this.dgvScrapProductTotal.ChildNodeColumnText = null;
- this.dgvScrapProductTotal.ColumnDeep = 1;
- this.dgvScrapProductTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvScrapProductTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvScrapProductTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvScrapProductTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ScrapDate1,
- this.Rreason1,
- this.GoodsCode1,
- this.GoodsName1,
- this.Quantity});
- this.dgvScrapProductTotal.ColumnTreeView = null;
- this.dgvScrapProductTotal.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvScrapProductTotal.DefaultCellStyle = dataGridViewCellStyle10;
- this.dgvScrapProductTotal.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvScrapProductTotal.DynamicColumnName = "";
- this.dgvScrapProductTotal.EnableHeadersVisualStyles = false;
- this.dgvScrapProductTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvScrapProductTotal.FormatQuantityColumns = null;
- this.dgvScrapProductTotal.HorizontalMergeColumn = null;
- this.dgvScrapProductTotal.IsAutoCountSum = true;
- this.dgvScrapProductTotal.IsAutoResizeColumns = false;
- this.dgvScrapProductTotal.IsClickF12 = false;
- this.dgvScrapProductTotal.IsOpenMergeCellFlag = false;
- this.dgvScrapProductTotal.IsSubTotalFlag = false;
- this.dgvScrapProductTotal.IsTopDeep = false;
- this.dgvScrapProductTotal.Location = new System.Drawing.Point(0, 0);
- this.dgvScrapProductTotal.MergeColumnNames = null;
- this.dgvScrapProductTotal.MergeDetailColumnNames = null;
- this.dgvScrapProductTotal.MergeDetailOnlyColumn = null;
- this.dgvScrapProductTotal.MergeOnlyColumn = null;
- this.dgvScrapProductTotal.Name = "dgvScrapProductTotal";
- this.dgvScrapProductTotal.ReadOnly = true;
- this.dgvScrapProductTotal.RefreshAtHscroll = false;
- this.dgvScrapProductTotal.RowHeadersWidth = 50;
- this.dgvScrapProductTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvScrapProductTotal.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvScrapProductTotal.RowTemplate.Height = 21;
- this.dgvScrapProductTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvScrapProductTotal.Size = new System.Drawing.Size(1179, 509);
- this.dgvScrapProductTotal.SortOrderColumnName = null;
- this.dgvScrapProductTotal.TabIndex = 16;
- this.dgvScrapProductTotal.Tag = true;
- this.dgvScrapProductTotal.TotalSumColumns = null;
- this.dgvScrapProductTotal.ViewRowFilter = "";
- this.dgvScrapProductTotal.VirtualMode = true;
- this.dgvScrapProductTotal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapProductTotal_CellDoubleClick);
- //
- // page
- //
- this.page.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.page.Controls.Add(this.tapUndoTotal);
- this.page.Controls.Add(this.tapUndoDetail);
- this.page.Location = new System.Drawing.Point(0, 96);
- this.page.Margin = new System.Windows.Forms.Padding(0);
- this.page.Name = "page";
- this.page.Padding = new System.Drawing.Point(0, 0);
- this.page.SelectedIndex = 0;
- this.page.Size = new System.Drawing.Size(1187, 535);
- this.page.TabIndex = 2;
- //
- // ScrapDate1
- //
- this.ScrapDate1.DataPropertyName = "ScrapDate";
- dataGridViewCellStyle9.Format = "yyyy-MM-dd";
- dataGridViewCellStyle9.NullValue = null;
- this.ScrapDate1.DefaultCellStyle = dataGridViewCellStyle9;
- this.ScrapDate1.HeaderText = "调出日期";
- this.ScrapDate1.Name = "ScrapDate1";
- this.ScrapDate1.ReadOnly = true;
- this.ScrapDate1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ScrapDate1.Width = 150;
- //
- // Rreason1
- //
- this.Rreason1.DataPropertyName = "Rreason";
- this.Rreason1.HeaderText = "调出类型";
- this.Rreason1.Name = "Rreason1";
- this.Rreason1.ReadOnly = true;
- this.Rreason1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // GoodsCode1
- //
- this.GoodsCode1.DataPropertyName = "GoodsCode";
- this.GoodsCode1.HeaderText = "产品编码";
- this.GoodsCode1.Name = "GoodsCode1";
- this.GoodsCode1.ReadOnly = true;
- this.GoodsCode1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // GoodsName1
- //
- this.GoodsName1.DataPropertyName = "GoodsName";
- this.GoodsName1.HeaderText = "产品名称";
- this.GoodsName1.Name = "GoodsName1";
- this.GoodsName1.ReadOnly = true;
- this.GoodsName1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Quantity
- //
- this.Quantity.DataPropertyName = "Quantity";
- this.Quantity.HeaderText = "数量";
- this.Quantity.Name = "Quantity";
- this.Quantity.ReadOnly = true;
- this.Quantity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // F_RPT_030120
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1203, 629);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.page);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_030120";
- this.Text = "工厂调出汇总表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030102_1_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_030102_1_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tapUndoDetail.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProductDetail)).EndInit();
- this.tapUndoTotal.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProductTotal)).EndInit();
- this.page.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_Label lblGoodsModel;
- private System.Windows.Forms.TabPage tapUndoDetail;
- private System.Windows.Forms.TabPage tapUndoTotal;
- private System.Windows.Forms.TabControl page;
- private Basics.BaseControls.C_DataGridView dgvScrapProductDetail;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Rreason;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ISPUBLICBODY;
- private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapProductID;
- private Basics.BaseControls.C_Label lblScrapDateStart;
- private Basics.BaseControls.C_DateTimePicker dtpScrapDateEnd;
- private Basics.BaseControls.C_Label lblScrapDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpScrapDateStart;
- private Basics.BaseControls.C_ComboBox cmbRreason;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_DataGridView dgvScrapProductTotal;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Rreason1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Quantity;
- }
- }
|