| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_080109
- {
- /// <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_080109));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- 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.dgvSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.CProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SemiCheckID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LevelGoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SemiCheckUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SemiCheckTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BackOutFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.BackOutUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BackOutTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CurrProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbSelect.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).BeginInit();
- this.SuspendLayout();
- //
- // gbSelect
- //
- this.gbSelect.BackColor = System.Drawing.Color.Transparent;
- this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
- this.gbSelect.Controls.Add(this.btnClearCondition);
- this.gbSelect.Controls.Add(this.btnSearch);
- this.gbSelect.Dock = System.Windows.Forms.DockStyle.Top;
- this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbSelect.IsMustInput = false;
- this.gbSelect.Location = new System.Drawing.Point(0, 35);
- this.gbSelect.Name = "gbSelect";
- this.gbSelect.OriginalHeight = -1;
- this.gbSelect.Size = new System.Drawing.Size(1028, 190);
- this.gbSelect.TabIndex = 1;
- this.gbSelect.TabStop = false;
- this.gbSelect.Text = "查询条件 ▼";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- 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(931, 151);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 41;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- 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(839, 151);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 40;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
- 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(1028, 35);
- this.tsrOperate.TabIndex = 0;
- //
- // 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);
- //
- // dgvSemiCheck
- //
- this.dgvSemiCheck.AllowUserToAddRows = false;
- this.dgvSemiCheck.AllowUserToDeleteRows = false;
- this.dgvSemiCheck.AllowUserToModifyRows = true;
- this.dgvSemiCheck.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSemiCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSemiCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSemiCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSemiCheck.CellHeight = 23;
- this.dgvSemiCheck.ChildNodeColumnName = null;
- this.dgvSemiCheck.ChildNodeColumnText = null;
- this.dgvSemiCheck.ColumnDeep = 1;
- this.dgvSemiCheck.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.dgvSemiCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSemiCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSemiCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.CProcedureName,
- this.SemiCheckID,
- this.ProcedureTime,
- this.UserCode,
- this.LevelGoodsTypeName,
- this.GoodsTypeName,
- this.GoodsCode,
- this.GoodsName,
- this.BarCode,
- this.SemiCheckUserCode,
- this.SemiCheckTime,
- this.RProcedure,
- this.BackOutFlag,
- this.BackOutUserCode,
- this.BackOutTime,
- this.GroutingUserCode,
- this.GroutingLineCode,
- this.GroutingMouldCode,
- this.GroutingDate,
- this.DeliverTime,
- this.logoName,
- this.DefectCode,
- this.DefectName,
- this.DefectPositionCode,
- this.DefectPositionName,
- this.ProcedureName,
- this.DefectUser,
- this.CurrProcedureName});
- this.dgvSemiCheck.ColumnTreeView = null;
- this.dgvSemiCheck.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.dgvSemiCheck.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSemiCheck.DynamicColumnName = "";
- this.dgvSemiCheck.EnableHeadersVisualStyles = false;
- this.dgvSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSemiCheck.FormatQuantityColumns = null;
- this.dgvSemiCheck.HorizontalMergeColumn = null;
- this.dgvSemiCheck.IsAutoCountSum = true;
- this.dgvSemiCheck.IsAutoResizeColumns = false;
- this.dgvSemiCheck.IsClickF12 = false;
- this.dgvSemiCheck.IsOpenMergeCellFlag = false;
- this.dgvSemiCheck.IsSubTotalFlag = false;
- this.dgvSemiCheck.IsTopDeep = false;
- this.dgvSemiCheck.Location = new System.Drawing.Point(0, 225);
- this.dgvSemiCheck.Margin = new System.Windows.Forms.Padding(0);
- this.dgvSemiCheck.MergeColumnNames = null;
- this.dgvSemiCheck.MergeDetailColumnNames = null;
- this.dgvSemiCheck.MergeDetailOnlyColumn = null;
- this.dgvSemiCheck.MergeOnlyColumn = null;
- this.dgvSemiCheck.MultiSelect = false;
- this.dgvSemiCheck.Name = "dgvSemiCheck";
- this.dgvSemiCheck.ReadOnly = true;
- this.dgvSemiCheck.RefreshAtHscroll = false;
- this.dgvSemiCheck.RowHeadersWidth = 50;
- this.dgvSemiCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSemiCheck.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvSemiCheck.RowTemplate.Height = 21;
- this.dgvSemiCheck.Size = new System.Drawing.Size(1028, 352);
- this.dgvSemiCheck.SortOrderColumnName = null;
- this.dgvSemiCheck.TabIndex = 2;
- this.dgvSemiCheck.Tag = "";
- this.dgvSemiCheck.TotalSumColumns = null;
- this.dgvSemiCheck.ViewRowFilter = "";
- //
- // CProcedureName
- //
- this.CProcedureName.DataPropertyName = "PROCEDURENAME";
- this.CProcedureName.HeaderText = "完成工序";
- this.CProcedureName.MinimumWidth = 6;
- this.CProcedureName.Name = "CProcedureName";
- this.CProcedureName.ReadOnly = true;
- this.CProcedureName.Width = 125;
- //
- // SemiCheckID
- //
- this.SemiCheckID.DataPropertyName = "SEMIREWORKID";
- this.SemiCheckID.HeaderText = "SEMIREWORKID";
- this.SemiCheckID.MinimumWidth = 6;
- this.SemiCheckID.Name = "SemiCheckID";
- this.SemiCheckID.ReadOnly = true;
- this.SemiCheckID.Visible = false;
- this.SemiCheckID.Width = 125;
- //
- // ProcedureTime
- //
- this.ProcedureTime.DataPropertyName = "PROCEDURETIME";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- this.ProcedureTime.DefaultCellStyle = dataGridViewCellStyle3;
- this.ProcedureTime.HeaderText = "完成时间";
- this.ProcedureTime.MinimumWidth = 6;
- this.ProcedureTime.Name = "ProcedureTime";
- this.ProcedureTime.ReadOnly = true;
- this.ProcedureTime.Width = 125;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "USERCODE";
- this.UserCode.HeaderText = "完成工号";
- this.UserCode.MinimumWidth = 6;
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- this.UserCode.Width = 125;
- //
- // LevelGoodsTypeName
- //
- this.LevelGoodsTypeName.DataPropertyName = "GOODSTYPENAME2";
- this.LevelGoodsTypeName.HeaderText = "产品二级类别";
- this.LevelGoodsTypeName.MinimumWidth = 6;
- this.LevelGoodsTypeName.Name = "LevelGoodsTypeName";
- this.LevelGoodsTypeName.ReadOnly = true;
- this.LevelGoodsTypeName.Width = 125;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GOODSTYPENAME";
- this.GoodsTypeName.HeaderText = "产品类别";
- this.GoodsTypeName.MinimumWidth = 6;
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- this.GoodsTypeName.Width = 125;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GOODSCODE";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.MinimumWidth = 6;
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- this.GoodsCode.Width = 125;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.MinimumWidth = 6;
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- this.GoodsName.Width = 125;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BARCODE";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.MinimumWidth = 6;
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- this.BarCode.Width = 125;
- //
- // SemiCheckUserCode
- //
- this.SemiCheckUserCode.DataPropertyName = "SEMIREWORKUSERCODE";
- this.SemiCheckUserCode.HeaderText = "半检工号";
- this.SemiCheckUserCode.MinimumWidth = 6;
- this.SemiCheckUserCode.Name = "SemiCheckUserCode";
- this.SemiCheckUserCode.ReadOnly = true;
- this.SemiCheckUserCode.Width = 125;
- //
- // SemiCheckTime
- //
- this.SemiCheckTime.DataPropertyName = "SEMIREWORKTIME";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
- this.SemiCheckTime.DefaultCellStyle = dataGridViewCellStyle4;
- this.SemiCheckTime.HeaderText = "半检时间";
- this.SemiCheckTime.MinimumWidth = 6;
- this.SemiCheckTime.Name = "SemiCheckTime";
- this.SemiCheckTime.ReadOnly = true;
- this.SemiCheckTime.Width = 125;
- //
- // RProcedure
- //
- this.RProcedure.DataPropertyName = "REWORKPNAME";
- this.RProcedure.HeaderText = "返修工序";
- this.RProcedure.MinimumWidth = 6;
- this.RProcedure.Name = "RProcedure";
- this.RProcedure.ReadOnly = true;
- this.RProcedure.Width = 125;
- //
- // BackOutFlag
- //
- this.BackOutFlag.DataPropertyName = "BACKOUTFLAG";
- this.BackOutFlag.FalseValue = "0";
- this.BackOutFlag.HeaderText = "撤销标识";
- this.BackOutFlag.MinimumWidth = 6;
- this.BackOutFlag.Name = "BackOutFlag";
- this.BackOutFlag.ReadOnly = true;
- this.BackOutFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.BackOutFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.BackOutFlag.TrueValue = "1";
- this.BackOutFlag.Width = 125;
- //
- // BackOutUserCode
- //
- this.BackOutUserCode.DataPropertyName = "BACKOUTUSERCODE";
- this.BackOutUserCode.HeaderText = "撤销工号";
- this.BackOutUserCode.MinimumWidth = 6;
- this.BackOutUserCode.Name = "BackOutUserCode";
- this.BackOutUserCode.ReadOnly = true;
- this.BackOutUserCode.Width = 125;
- //
- // BackOutTime
- //
- this.BackOutTime.DataPropertyName = "BACKOUTTIME";
- dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
- this.BackOutTime.DefaultCellStyle = dataGridViewCellStyle5;
- this.BackOutTime.HeaderText = "撤销时间";
- this.BackOutTime.MinimumWidth = 6;
- this.BackOutTime.Name = "BackOutTime";
- this.BackOutTime.ReadOnly = true;
- this.BackOutTime.Width = 125;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GROUTINGUSERCODE";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.MinimumWidth = 6;
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- this.GroutingUserCode.Width = 125;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GROUTINGLINECODE";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.MinimumWidth = 6;
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- this.GroutingLineCode.Width = 125;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GROUTINGMOULDCODE";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.MinimumWidth = 6;
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- this.GroutingMouldCode.Width = 125;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GROUTINGDATE";
- dataGridViewCellStyle6.Format = "yyyy-MM-dd";
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle6;
- this.GroutingDate.HeaderText = "注浆时间";
- this.GroutingDate.MinimumWidth = 6;
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- this.GroutingDate.Width = 125;
- //
- // DeliverTime
- //
- this.DeliverTime.DataPropertyName = "DELIVERTIME";
- dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
- this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle7;
- this.DeliverTime.HeaderText = "交坯时间";
- this.DeliverTime.MinimumWidth = 6;
- this.DeliverTime.Name = "DeliverTime";
- this.DeliverTime.ReadOnly = true;
- this.DeliverTime.Width = 125;
- //
- // logoName
- //
- this.logoName.DataPropertyName = "LOGONAME";
- this.logoName.HeaderText = "商标";
- this.logoName.MinimumWidth = 6;
- this.logoName.Name = "logoName";
- this.logoName.ReadOnly = true;
- this.logoName.Width = 125;
- //
- // DefectCode
- //
- this.DefectCode.DataPropertyName = "DEFECTCODE";
- this.DefectCode.HeaderText = "缺陷编码";
- this.DefectCode.MinimumWidth = 6;
- this.DefectCode.Name = "DefectCode";
- this.DefectCode.ReadOnly = true;
- this.DefectCode.Width = 125;
- //
- // DefectName
- //
- this.DefectName.DataPropertyName = "DEFECTNAME";
- this.DefectName.HeaderText = "缺陷名称";
- this.DefectName.MinimumWidth = 6;
- this.DefectName.Name = "DefectName";
- this.DefectName.ReadOnly = true;
- this.DefectName.Width = 125;
- //
- // DefectPositionCode
- //
- this.DefectPositionCode.DataPropertyName = "DEFECTPOSITIONCODE";
- this.DefectPositionCode.HeaderText = "位置编码";
- this.DefectPositionCode.MinimumWidth = 6;
- this.DefectPositionCode.Name = "DefectPositionCode";
- this.DefectPositionCode.ReadOnly = true;
- this.DefectPositionCode.Width = 125;
- //
- // DefectPositionName
- //
- this.DefectPositionName.DataPropertyName = "DEFECTPOSITIONNAME";
- this.DefectPositionName.HeaderText = "缺陷位置";
- this.DefectPositionName.MinimumWidth = 6;
- this.DefectPositionName.Name = "DefectPositionName";
- this.DefectPositionName.ReadOnly = true;
- this.DefectPositionName.Width = 125;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "DEFECTPNAME";
- this.ProcedureName.HeaderText = "责任工序";
- this.ProcedureName.MinimumWidth = 6;
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- this.ProcedureName.Width = 125;
- //
- // DefectUser
- //
- this.DefectUser.DataPropertyName = "DEFECTUSERCODE";
- this.DefectUser.HeaderText = "责任工号";
- this.DefectUser.MinimumWidth = 6;
- this.DefectUser.Name = "DefectUser";
- this.DefectUser.ReadOnly = true;
- this.DefectUser.Width = 125;
- //
- // CurrProcedureName
- //
- this.CurrProcedureName.DataPropertyName = "CurrProcedureName";
- this.CurrProcedureName.HeaderText = "当前工序";
- this.CurrProcedureName.MinimumWidth = 6;
- this.CurrProcedureName.Name = "CurrProcedureName";
- this.CurrProcedureName.ReadOnly = true;
- this.CurrProcedureName.Width = 125;
- //
- // F_RPT_080109
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1028, 577);
- this.Controls.Add(this.dgvSemiCheck);
- this.Controls.Add(this.gbSelect);
- this.Controls.Add(this.tsrOperate);
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "F_RPT_080109";
- this.Text = "半检返修登记明细表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
- this.Load += new System.EventHandler(this.F_PM_2201_Load);
- this.gbSelect.ResumeLayout(false);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbSelect;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_DataGridView dgvSemiCheck;
- private System.Windows.Forms.DataGridViewTextBoxColumn CProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LevelGoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn RProcedure;
- private System.Windows.Forms.DataGridViewCheckBoxColumn BackOutFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn BackOutUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn BackOutTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectUser;
- private System.Windows.Forms.DataGridViewTextBoxColumn CurrProcedureName;
- }
- }
|