| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_030117
- {
- /// <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_030117));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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();
- 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.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
- this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtGoodsModel = 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.dgvUndoDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FHUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UndoTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UndoUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tapUndoTotal = new System.Windows.Forms.TabPage();
- this.dgvUndoTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tblUndo = new System.Windows.Forms.TabControl();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- this.tapUndoDetail.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUndoDetail)).BeginInit();
- this.tapUndoTotal.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).BeginInit();
- this.tblUndo.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(892, 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.chkDateTime);
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpEndTime);
- this.gbxCondition.Controls.Add(this.dtpStartTime);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.txtGoodsModel);
- 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(872, 55);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // chkDateTime
- //
- this.chkDateTime.AutoSize = true;
- this.chkDateTime.Checked = true;
- this.chkDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDateTime.Location = new System.Drawing.Point(8, 21);
- this.chkDateTime.Name = "chkDateTime";
- this.chkDateTime.Size = new System.Drawing.Size(72, 16);
- this.chkDateTime.TabIndex = 4;
- this.chkDateTime.Text = "撤销时间";
- this.chkDateTime.UseVisualStyleBackColor = true;
- this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
- //
- // lblAccountDateEnd
- //
- this.lblAccountDateEnd.AutoSize = true;
- this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
- this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAccountDateEnd.Location = new System.Drawing.Point(227, 22);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
- this.lblAccountDateEnd.TabIndex = 6;
- this.lblAccountDateEnd.Text = "至";
- //
- // dtpEndTime
- //
- this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndTime.Location = new System.Drawing.Point(250, 18);
- this.dtpEndTime.Name = "dtpEndTime";
- this.dtpEndTime.Size = new System.Drawing.Size(135, 21);
- this.dtpEndTime.TabIndex = 7;
- this.dtpEndTime.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
- //
- // dtpStartTime
- //
- this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartTime.Location = new System.Drawing.Point(86, 18);
- this.dtpStartTime.Name = "dtpStartTime";
- this.dtpStartTime.Size = new System.Drawing.Size(135, 21);
- this.dtpStartTime.TabIndex = 5;
- this.dtpStartTime.Value = new System.DateTime(2018, 8, 8, 0, 0, 0, 0);
- //
- // 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(690, 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(781, 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);
- //
- // txtGoodsModel
- //
- this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsModel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsModel.ErrorMessage = "";
- this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsModel.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsModel.Location = new System.Drawing.Point(450, 18);
- this.txtGoodsModel.MaxLength = 21;
- this.txtGoodsModel.Name = "txtGoodsModel";
- this.txtGoodsModel.Size = new System.Drawing.Size(145, 21);
- this.txtGoodsModel.TabIndex = 10;
- this.txtGoodsModel.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(391, 22);
- 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.dgvUndoDetail);
- 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(868, 249);
- this.tapUndoDetail.TabIndex = 1;
- this.tapUndoDetail.Text = "产成品交接撤销明细表";
- this.tapUndoDetail.UseVisualStyleBackColor = true;
- //
- // dgvUndoDetail
- //
- this.dgvUndoDetail.AllowUserToAddRows = false;
- this.dgvUndoDetail.AllowUserToDeleteRows = false;
- this.dgvUndoDetail.AllowUserToModifyRows = true;
- this.dgvUndoDetail.AllowUserToOrderColumns = true;
- this.dgvUndoDetail.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvUndoDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvUndoDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvUndoDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvUndoDetail.CellHeight = 23;
- this.dgvUndoDetail.ChildNodeColumnName = null;
- this.dgvUndoDetail.ChildNodeColumnText = null;
- this.dgvUndoDetail.ColumnDeep = 1;
- this.dgvUndoDetail.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.dgvUndoDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvUndoDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvUndoDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.OrderNo,
- this.FHTime,
- this.FHUserCode,
- this.BarCode,
- this.FinishedBarCode,
- this.GoodsCode,
- this.LogoName,
- this.GroutingUserCode,
- this.GroutingMouldCode,
- this.GroutingLineCode,
- this.GroutingDate,
- this.DeliverTime,
- this.UndoTime,
- this.UndoUserCode});
- this.dgvUndoDetail.ColumnTreeView = null;
- this.dgvUndoDetail.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)));
- this.dgvUndoDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvUndoDetail.DynamicColumnName = "";
- this.dgvUndoDetail.EnableHeadersVisualStyles = false;
- this.dgvUndoDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvUndoDetail.FormatQuantityColumns = null;
- this.dgvUndoDetail.HorizontalMergeColumn = null;
- this.dgvUndoDetail.IsAutoCountSum = true;
- this.dgvUndoDetail.IsAutoResizeColumns = false;
- this.dgvUndoDetail.IsClickF12 = false;
- this.dgvUndoDetail.IsOpenMergeCellFlag = false;
- this.dgvUndoDetail.IsSubTotalFlag = false;
- this.dgvUndoDetail.IsTopDeep = false;
- this.dgvUndoDetail.Location = new System.Drawing.Point(0, 0);
- this.dgvUndoDetail.Margin = new System.Windows.Forms.Padding(0);
- this.dgvUndoDetail.MergeColumnNames = null;
- this.dgvUndoDetail.MergeDetailColumnNames = null;
- this.dgvUndoDetail.MergeDetailOnlyColumn = null;
- this.dgvUndoDetail.MergeOnlyColumn = null;
- this.dgvUndoDetail.MultiSelect = false;
- this.dgvUndoDetail.Name = "dgvUndoDetail";
- this.dgvUndoDetail.ReadOnly = true;
- this.dgvUndoDetail.RefreshAtHscroll = false;
- this.dgvUndoDetail.RowHeadersWidth = 50;
- this.dgvUndoDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvUndoDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvUndoDetail.RowTemplate.Height = 21;
- this.dgvUndoDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvUndoDetail.Size = new System.Drawing.Size(868, 249);
- this.dgvUndoDetail.SortOrderColumnName = null;
- this.dgvUndoDetail.TabIndex = 0;
- this.dgvUndoDetail.Tag = true;
- this.dgvUndoDetail.TotalSumColumns = null;
- this.dgvUndoDetail.ViewRowFilter = "";
- //
- // OrderNo
- //
- this.OrderNo.DataPropertyName = "OrderNo";
- this.OrderNo.HeaderText = "生产订单";
- this.OrderNo.Name = "OrderNo";
- this.OrderNo.ReadOnly = true;
- //
- // FHTime
- //
- this.FHTime.DataPropertyName = "FHTime";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- this.FHTime.DefaultCellStyle = dataGridViewCellStyle3;
- this.FHTime.HeaderText = "交接时间";
- this.FHTime.Name = "FHTime";
- this.FHTime.ReadOnly = true;
- this.FHTime.Width = 130;
- //
- // FHUserCode
- //
- this.FHUserCode.DataPropertyName = "FHUserCode";
- this.FHUserCode.HeaderText = "交接工号";
- this.FHUserCode.Name = "FHUserCode";
- this.FHUserCode.ReadOnly = true;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // FinishedBarCode
- //
- this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
- this.FinishedBarCode.HeaderText = "包装条码";
- this.FinishedBarCode.Name = "FinishedBarCode";
- this.FinishedBarCode.ReadOnly = true;
- this.FinishedBarCode.Width = 150;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // LogoName
- //
- this.LogoName.DataPropertyName = "LogoName";
- this.LogoName.HeaderText = "产品商标";
- this.LogoName.Name = "LogoName";
- this.LogoName.ReadOnly = true;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.Format = "yyyy-MM-dd ";
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // DeliverTime
- //
- this.DeliverTime.DataPropertyName = "DeliverTime";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
- this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle5;
- this.DeliverTime.HeaderText = "交坯日期";
- this.DeliverTime.Name = "DeliverTime";
- this.DeliverTime.ReadOnly = true;
- //
- // UndoTime
- //
- this.UndoTime.DataPropertyName = "UndoTime";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle6.NullValue = null;
- this.UndoTime.DefaultCellStyle = dataGridViewCellStyle6;
- this.UndoTime.HeaderText = "撤销时间";
- this.UndoTime.Name = "UndoTime";
- this.UndoTime.ReadOnly = true;
- this.UndoTime.Width = 130;
- //
- // UndoUserCode
- //
- this.UndoUserCode.DataPropertyName = "UndoUserCode";
- this.UndoUserCode.HeaderText = "撤销工号";
- this.UndoUserCode.Name = "UndoUserCode";
- this.UndoUserCode.ReadOnly = true;
- //
- // tapUndoTotal
- //
- this.tapUndoTotal.Controls.Add(this.dgvUndoTotal);
- 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(868, 249);
- this.tapUndoTotal.TabIndex = 0;
- this.tapUndoTotal.Text = "产成品交接撤销汇总表";
- this.tapUndoTotal.UseVisualStyleBackColor = true;
- //
- // dgvUndoTotal
- //
- this.dgvUndoTotal.AllowUserToAddRows = false;
- this.dgvUndoTotal.AllowUserToDeleteRows = false;
- this.dgvUndoTotal.AllowUserToModifyRows = true;
- this.dgvUndoTotal.AllowUserToSortRows = false;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvUndoTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvUndoTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvUndoTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvUndoTotal.CellHeight = 23;
- this.dgvUndoTotal.ChildNodeColumnName = null;
- this.dgvUndoTotal.ChildNodeColumnText = null;
- this.dgvUndoTotal.ColumnDeep = 1;
- this.dgvUndoTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvUndoTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvUndoTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvUndoTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.CreateTime,
- this.GoodsModel,
- this.GoodsCount});
- this.dgvUndoTotal.ColumnTreeView = null;
- this.dgvUndoTotal.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)));
- this.dgvUndoTotal.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvUndoTotal.DynamicColumnName = "";
- this.dgvUndoTotal.EnableHeadersVisualStyles = false;
- this.dgvUndoTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvUndoTotal.FormatQuantityColumns = null;
- this.dgvUndoTotal.HorizontalMergeColumn = null;
- this.dgvUndoTotal.IsAutoCountSum = true;
- this.dgvUndoTotal.IsAutoResizeColumns = false;
- this.dgvUndoTotal.IsClickF12 = false;
- this.dgvUndoTotal.IsOpenMergeCellFlag = false;
- this.dgvUndoTotal.IsSubTotalFlag = false;
- this.dgvUndoTotal.IsTopDeep = false;
- this.dgvUndoTotal.Location = new System.Drawing.Point(0, 0);
- this.dgvUndoTotal.Margin = new System.Windows.Forms.Padding(0);
- this.dgvUndoTotal.MergeColumnNames = null;
- this.dgvUndoTotal.MergeDetailColumnNames = null;
- this.dgvUndoTotal.MergeDetailOnlyColumn = null;
- this.dgvUndoTotal.MergeOnlyColumn = null;
- this.dgvUndoTotal.MultiSelect = false;
- this.dgvUndoTotal.Name = "dgvUndoTotal";
- this.dgvUndoTotal.ReadOnly = true;
- this.dgvUndoTotal.RefreshAtHscroll = false;
- this.dgvUndoTotal.RowHeadersWidth = 50;
- this.dgvUndoTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvUndoTotal.RowsDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvUndoTotal.RowTemplate.Height = 21;
- this.dgvUndoTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvUndoTotal.Size = new System.Drawing.Size(868, 249);
- this.dgvUndoTotal.SortOrderColumnName = null;
- this.dgvUndoTotal.TabIndex = 0;
- this.dgvUndoTotal.Tag = true;
- this.dgvUndoTotal.TotalSumColumns = null;
- this.dgvUndoTotal.ViewRowFilter = "";
- this.dgvUndoTotal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapTotalModule_CellDoubleClick);
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle10.Format = "yyyy-MM-dd ";
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle10;
- this.CreateTime.HeaderText = "撤销日期";
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- this.CreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // GoodsModel
- //
- this.GoodsModel.DataPropertyName = "GoodsModel";
- this.GoodsModel.HeaderText = "产品编码";
- this.GoodsModel.Name = "GoodsModel";
- this.GoodsModel.ReadOnly = true;
- this.GoodsModel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // GoodsCount
- //
- this.GoodsCount.DataPropertyName = "GoodsCount";
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GoodsCount.DefaultCellStyle = dataGridViewCellStyle11;
- this.GoodsCount.HeaderText = "数量";
- this.GoodsCount.Name = "GoodsCount";
- this.GoodsCount.ReadOnly = true;
- this.GoodsCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // tblUndo
- //
- this.tblUndo.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.tblUndo.Controls.Add(this.tapUndoTotal);
- this.tblUndo.Controls.Add(this.tapUndoDetail);
- this.tblUndo.Location = new System.Drawing.Point(0, 96);
- this.tblUndo.Margin = new System.Windows.Forms.Padding(0);
- this.tblUndo.Name = "tblUndo";
- this.tblUndo.Padding = new System.Drawing.Point(0, 0);
- this.tblUndo.SelectedIndex = 0;
- this.tblUndo.Size = new System.Drawing.Size(876, 275);
- this.tblUndo.TabIndex = 2;
- //
- // F_RPT_030117
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(892, 369);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tblUndo);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_030117";
- 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.dgvUndoDetail)).EndInit();
- this.tapUndoTotal.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).EndInit();
- this.tblUndo.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_CheckBox chkDateTime;
- private Basics.BaseControls.C_Label lblAccountDateEnd;
- private System.Windows.Forms.DateTimePicker dtpEndTime;
- private System.Windows.Forms.DateTimePicker dtpStartTime;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_TextBox txtGoodsModel;
- private Basics.BaseControls.C_Label lblGoodsModel;
- private System.Windows.Forms.TabPage tapUndoDetail;
- private Basics.BaseControls.C_DataGridView dgvUndoDetail;
- private System.Windows.Forms.TabPage tapUndoTotal;
- private Basics.BaseControls.C_DataGridView dgvUndoTotal;
- private System.Windows.Forms.TabControl tblUndo;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn FHTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn FHUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn UndoTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn UndoUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCount;
- }
- }
|