| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_1602
- {
- /// <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_PM_1602));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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 dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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();
- this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dropSemiTestType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.dropUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabControl2 = new System.Windows.Forms.TabControl();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dgvDefectDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.dgvSemiTestDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
- this.GoodsID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TestNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.ScrapNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Feedback = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FilterCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
- this.DefectPositionID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
- this.DefectNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.DefectFilterCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxBasicInfo.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabControl2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).BeginInit();
- this.SuspendLayout();
- //
- // gbxBasicInfo
- //
- this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
- this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
- this.gbxBasicInfo.Controls.Add(this.dropSemiTestType);
- this.gbxBasicInfo.Controls.Add(this.dropUserID);
- this.gbxBasicInfo.Controls.Add(this.txtRemarks);
- this.gbxBasicInfo.Controls.Add(this.lblRemarks);
- this.gbxBasicInfo.Controls.Add(this.c_Label1);
- this.gbxBasicInfo.Controls.Add(this.dtpDate);
- this.gbxBasicInfo.Controls.Add(this.lblUserCode);
- this.gbxBasicInfo.Controls.Add(this.lblDate);
- this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxBasicInfo.IsMustInput = false;
- this.gbxBasicInfo.Location = new System.Drawing.Point(12, 4);
- this.gbxBasicInfo.Name = "gbxBasicInfo";
- this.gbxBasicInfo.OriginalHeight = -1;
- this.gbxBasicInfo.Size = new System.Drawing.Size(1014, 113);
- this.gbxBasicInfo.TabIndex = 26;
- this.gbxBasicInfo.TabStop = false;
- this.gbxBasicInfo.Text = "检验信息 ▼";
- //
- // dropSemiTestType
- //
- this.dropSemiTestType.BackColor = System.Drawing.SystemColors.Window;
- this.dropSemiTestType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropSemiTestType.DataSource = null;
- this.dropSemiTestType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropSemiTestType.FormattingEnabled = true;
- //
- //
- //
- this.dropSemiTestType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dropSemiTestType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropSemiTestType.ListBox.IntegralHeight = false;
- this.dropSemiTestType.ListBox.Location = new System.Drawing.Point(0, 0);
- this.dropSemiTestType.ListBox.Name = "";
- this.dropSemiTestType.ListBox.Size = new System.Drawing.Size(158, 136);
- this.dropSemiTestType.ListBox.TabIndex = 0;
- this.dropSemiTestType.Location = new System.Drawing.Point(554, 22);
- this.dropSemiTestType.Name = "dropSemiTestType";
- this.dropSemiTestType.Size = new System.Drawing.Size(160, 20);
- this.dropSemiTestType.TabIndex = 27;
- //
- // dropUserID
- //
- this.dropUserID.BackColor = System.Drawing.SystemColors.Window;
- this.dropUserID.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropUserID.DataSource = null;
- this.dropUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropUserID.FormattingEnabled = true;
- //
- //
- //
- this.dropUserID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dropUserID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropUserID.ListBox.IntegralHeight = false;
- this.dropUserID.ListBox.Location = new System.Drawing.Point(0, 0);
- this.dropUserID.ListBox.Name = "";
- this.dropUserID.ListBox.Size = new System.Drawing.Size(158, 136);
- this.dropUserID.ListBox.TabIndex = 0;
- this.dropUserID.Location = new System.Drawing.Point(99, 22);
- this.dropUserID.Name = "dropUserID";
- this.dropUserID.Size = new System.Drawing.Size(160, 20);
- this.dropUserID.TabIndex = 27;
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(99, 49);
- this.txtRemarks.MaxLength = 20;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(615, 58);
- this.txtRemarks.TabIndex = 10;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.Location = new System.Drawing.Point(63, 54);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 9;
- this.lblRemarks.Text = "备注";
- //
- // 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(494, 26);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 7;
- this.c_Label1.Text = "半检类别";
- //
- // dtpDate
- //
- this.dtpDate.CustomFormat = "yyyy-MM-dd";
- this.dtpDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDate.Location = new System.Drawing.Point(324, 22);
- this.dtpDate.Name = "dtpDate";
- this.dtpDate.Size = new System.Drawing.Size(151, 21);
- this.dtpDate.TabIndex = 8;
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblUserCode.Location = new System.Drawing.Point(39, 26);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 7;
- this.lblUserCode.Text = "检验工号";
- //
- // lblDate
- //
- this.lblDate.AutoSize = true;
- this.lblDate.BackColor = System.Drawing.Color.Transparent;
- this.lblDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDate.Location = new System.Drawing.Point(278, 26);
- this.lblDate.Name = "lblDate";
- this.lblDate.Size = new System.Drawing.Size(29, 12);
- this.lblDate.TabIndex = 5;
- this.lblDate.Text = "日期";
- //
- // tabControl1
- //
- this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Location = new System.Drawing.Point(12, 123);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1014, 396);
- this.tabControl1.TabIndex = 33;
- //
- // tabPage1
- //
- this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
- this.tabPage1.Controls.Add(this.tabControl2);
- this.tabPage1.Controls.Add(this.dgvSemiTestDetail);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1006, 370);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "检验明细";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabControl2
- //
- this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl2.Controls.Add(this.tabPage3);
- this.tabControl2.Location = new System.Drawing.Point(0, 168);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(1000, 199);
- this.tabControl2.TabIndex = 1;
- //
- // tabPage3
- //
- this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
- this.tabPage3.Controls.Add(this.dgvDefectDetail);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(992, 173);
- this.tabPage3.TabIndex = 0;
- this.tabPage3.Text = "缺陷明细";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // dgvDefectDetail
- //
- this.dgvDefectDetail.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefectDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDefectDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDefectDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDefectDetail.CellHeight = 25;
- this.dgvDefectDetail.ChildNodeColumnName = null;
- this.dgvDefectDetail.ChildNodeColumnText = null;
- this.dgvDefectDetail.ColumnDeep = 1;
- this.dgvDefectDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgvDefectDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDefectDetail.ColumnHeadersHeight = 25;
- this.dgvDefectDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefectDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DefectID,
- this.DefectPositionID,
- this.DefectNum,
- this.DefectFilterCount});
- this.dgvDefectDetail.ColumnTreeView = null;
- this.dgvDefectDetail.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.dgvDefectDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDefectDetail.DynamicColumnName = "";
- this.dgvDefectDetail.EnableHeadersVisualStyles = false;
- this.dgvDefectDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDefectDetail.IsAutoCountSum = true;
- this.dgvDefectDetail.IsAutoResizeColumns = false;
- this.dgvDefectDetail.IsClickF12 = false;
- this.dgvDefectDetail.IsSubTotalFlag = false;
- this.dgvDefectDetail.Location = new System.Drawing.Point(3, 3);
- this.dgvDefectDetail.MultiSelect = false;
- this.dgvDefectDetail.Name = "dgvDefectDetail";
- this.dgvDefectDetail.ReadOnly = true;
- this.dgvDefectDetail.RefreshAtHscroll = false;
- this.dgvDefectDetail.RowHeadersWidth = 50;
- this.dgvDefectDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefectDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDefectDetail.RowTemplate.Height = 21;
- this.dgvDefectDetail.Size = new System.Drawing.Size(986, 167);
- this.dgvDefectDetail.SortOrderColumnName = null;
- this.dgvDefectDetail.TabIndex = 0;
- this.dgvDefectDetail.Tag = true;
- this.dgvDefectDetail.TotalSumColumns = null;
- this.dgvDefectDetail.ViewRowFilter = "";
- this.dgvDefectDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDefectDetail_CurrentCellDirtyStateChanged);
- this.dgvDefectDetail.SelectionChanged += new System.EventHandler(this.dgvDefectDetail_SelectionChanged);
- this.dgvDefectDetail.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDefectDetail_UserAddedRow);
- //
- // dgvSemiTestDetail
- //
- this.dgvSemiTestDetail.AllowUserToModifyRows = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSemiTestDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvSemiTestDetail.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.dgvSemiTestDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSemiTestDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSemiTestDetail.CellHeight = 25;
- this.dgvSemiTestDetail.ChildNodeColumnName = null;
- this.dgvSemiTestDetail.ChildNodeColumnText = null;
- this.dgvSemiTestDetail.ColumnDeep = 1;
- this.dgvSemiTestDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgvSemiTestDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvSemiTestDetail.ColumnHeadersHeight = 25;
- this.dgvSemiTestDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSemiTestDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingUserCode,
- this.GroutingUserID,
- this.GoodsID,
- this.GoodsCode,
- this.GoodsName,
- this.GoodsSpecification,
- this.GoodsModel,
- this.GoodsTypeName,
- this.TestNum,
- this.ScrapNum,
- this.ScrapReason,
- this.Feedback,
- this.FilterCount});
- this.dgvSemiTestDetail.ColumnTreeView = null;
- this.dgvSemiTestDetail.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.dgvSemiTestDetail.DynamicColumnName = "";
- this.dgvSemiTestDetail.EnableHeadersVisualStyles = false;
- this.dgvSemiTestDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSemiTestDetail.IsAutoCountSum = true;
- this.dgvSemiTestDetail.IsAutoResizeColumns = false;
- this.dgvSemiTestDetail.IsClickF12 = false;
- this.dgvSemiTestDetail.IsSubTotalFlag = false;
- this.dgvSemiTestDetail.Location = new System.Drawing.Point(2, 2);
- this.dgvSemiTestDetail.MultiSelect = false;
- this.dgvSemiTestDetail.Name = "dgvSemiTestDetail";
- this.dgvSemiTestDetail.RefreshAtHscroll = false;
- this.dgvSemiTestDetail.RowHeadersWidth = 50;
- this.dgvSemiTestDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSemiTestDetail.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.dgvSemiTestDetail.RowTemplate.Height = 21;
- this.dgvSemiTestDetail.Size = new System.Drawing.Size(1000, 164);
- this.dgvSemiTestDetail.SortOrderColumnName = null;
- this.dgvSemiTestDetail.TabIndex = 0;
- this.dgvSemiTestDetail.Tag = true;
- this.dgvSemiTestDetail.TotalSumColumns = null;
- this.dgvSemiTestDetail.ViewRowFilter = "";
- this.dgvSemiTestDetail.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvSemiTestDetail_CellValidating);
- this.dgvSemiTestDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSemiTestDetail_CellValueChanged);
- this.dgvSemiTestDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvSemiTestDetail_CurrentCellDirtyStateChanged);
- this.dgvSemiTestDetail.SelectionChanged += new System.EventHandler(this.dgvSemiTestDetail_SelectionChanged);
- this.dgvSemiTestDetail.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvSemiTestDetail_UserAddedRow);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.CausesValidation = false;
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(939, 538);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 35;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(850, 538);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 34;
- this.btnSave.Tag = "保存";
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号编码";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.Visible = false;
- //
- // GroutingUserID
- //
- this.GroutingUserID.DataPropertyName = "GroutingUserID";
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.GroutingUserID.DefaultCellStyle = dataGridViewCellStyle9;
- this.GroutingUserID.HeaderText = "成型工号";
- this.GroutingUserID.Name = "GroutingUserID";
- this.GroutingUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.GroutingUserID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.GroutingUserID.Width = 80;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.GoodsID.DefaultCellStyle = dataGridViewCellStyle10;
- this.GoodsID.HeaderText = "产品编码";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.GoodsCode.Visible = false;
- this.GoodsCode.Width = 80;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // GoodsSpecification
- //
- this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
- this.GoodsSpecification.HeaderText = "规格";
- this.GoodsSpecification.Name = "GoodsSpecification";
- this.GoodsSpecification.ReadOnly = true;
- this.GoodsSpecification.Width = 50;
- //
- // GoodsModel
- //
- this.GoodsModel.DataPropertyName = "GoodsModel";
- this.GoodsModel.HeaderText = "型号";
- this.GoodsModel.Name = "GoodsModel";
- this.GoodsModel.ReadOnly = true;
- this.GoodsModel.Width = 50;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- this.GoodsTypeName.HeaderText = "类别";
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- this.GoodsTypeName.Width = 50;
- //
- // TestNum
- //
- this.TestNum.DataPropertyName = "TestNum";
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.TestNum.DefaultCellStyle = dataGridViewCellStyle11;
- this.TestNum.HeaderText = "总数";
- this.TestNum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.TestNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.TestNum.Name = "TestNum";
- this.TestNum.Number = new System.Drawing.Point(0, 0);
- this.TestNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.TestNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.TestNum.Width = 50;
- //
- // ScrapNum
- //
- this.ScrapNum.DataPropertyName = "ScrapNum";
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.ScrapNum.DefaultCellStyle = dataGridViewCellStyle12;
- this.ScrapNum.HeaderText = "报废数";
- this.ScrapNum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.ScrapNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.ScrapNum.Name = "ScrapNum";
- this.ScrapNum.Number = new System.Drawing.Point(0, 0);
- this.ScrapNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ScrapNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ScrapNum.Width = 50;
- //
- // ScrapReason
- //
- this.ScrapReason.DataPropertyName = "ScrapReason";
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.ScrapReason.DefaultCellStyle = dataGridViewCellStyle13;
- this.ScrapReason.HeaderText = "报废原因";
- this.ScrapReason.MaxInputLength = 250;
- this.ScrapReason.Name = "ScrapReason";
- this.ScrapReason.Width = 225;
- //
- // Feedback
- //
- this.Feedback.DataPropertyName = "Feedback";
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.Feedback.DefaultCellStyle = dataGridViewCellStyle14;
- this.Feedback.HeaderText = "反馈问题";
- this.Feedback.MaxInputLength = 250;
- this.Feedback.Name = "Feedback";
- this.Feedback.Width = 225;
- //
- // FilterCount
- //
- this.FilterCount.DataPropertyName = "FilterCount";
- this.FilterCount.HeaderText = "过滤数";
- this.FilterCount.Name = "FilterCount";
- this.FilterCount.Visible = false;
- //
- // DefectID
- //
- this.DefectID.DataPropertyName = "DefectID";
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.DefectID.DefaultCellStyle = dataGridViewCellStyle3;
- this.DefectID.HeaderText = "缺陷";
- this.DefectID.Name = "DefectID";
- this.DefectID.ReadOnly = true;
- this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // DefectPositionID
- //
- this.DefectPositionID.DataPropertyName = "DefectPositionID";
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.DefectPositionID.DefaultCellStyle = dataGridViewCellStyle4;
- this.DefectPositionID.HeaderText = "缺陷位置";
- this.DefectPositionID.Name = "DefectPositionID";
- this.DefectPositionID.ReadOnly = true;
- this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectPositionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // DefectNum
- //
- this.DefectNum.DataPropertyName = "DefectNum";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.DefectNum.DefaultCellStyle = dataGridViewCellStyle5;
- this.DefectNum.HeaderText = "数量";
- this.DefectNum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.DefectNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.DefectNum.Name = "DefectNum";
- this.DefectNum.Number = new System.Drawing.Point(0, 0);
- this.DefectNum.ReadOnly = true;
- this.DefectNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // DefectFilterCount
- //
- this.DefectFilterCount.DataPropertyName = "FilterCount";
- this.DefectFilterCount.HeaderText = "过滤数";
- this.DefectFilterCount.Name = "DefectFilterCount";
- this.DefectFilterCount.ReadOnly = true;
- this.DefectFilterCount.Visible = false;
- //
- // F_PM_1602
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(1038, 618);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.gbxBasicInfo);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_1602";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "半检数据";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_PM_1602_Load);
- this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
- this.Controls.SetChildIndex(this.tabControl1, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.gbxBasicInfo.ResumeLayout(false);
- this.gbxBasicInfo.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabControl2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxBasicInfo;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_Label lblDate;
- private Basics.BaseControls.C_DateTimePicker dtpDate;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabControl tabControl2;
- private System.Windows.Forms.TabPage tabPage3;
- private Basics.BaseControls.C_DataGridView dgvDefectDetail;
- private Basics.BaseControls.C_DataGridView dgvSemiTestDetail;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.DKListBoxComboBox dropUserID;
- private Basics.BaseControls.DKListBoxComboBox dropSemiTestType;
- private Basics.BaseControls.C_Label c_Label1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private Basics.BaseControls.C_DGV_Column_ListBoxComboBox GroutingUserID;
- private Basics.BaseControls.C_DGV_Column_ListBoxComboBox GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private Basics.BaseControls.C_DGV_Column_Digital TestNum;
- private Basics.BaseControls.C_DGV_Column_Digital ScrapNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
- private System.Windows.Forms.DataGridViewTextBoxColumn Feedback;
- private System.Windows.Forms.DataGridViewTextBoxColumn FilterCount;
- private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectID;
- private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectPositionID;
- private Basics.BaseControls.C_DGV_Column_Digital DefectNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectFilterCount;
- }
- }
|