| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161 |
- 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.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.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
- this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkCheckDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpCheckDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpCheckDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.chkHandOver = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpHandOverEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpHandOverStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.chkCdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.dkCheckProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.txtKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtDefectUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblDefectUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkDefectTypeNameSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectTypeNameSearchBox();
- this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.dgvDefectDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CheckTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectStaffNames3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.defectjobsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.czGroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.barcodeRemarks3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bsqx = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.半检缺陷 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.位置编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.半检位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.半检工号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).BeginInit();
- 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(1174, 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.scbGoods);
- this.gbxCondition.Controls.Add(this.lblGoods);
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.chkCheckDate);
- this.gbxCondition.Controls.Add(this.c_Label5);
- this.gbxCondition.Controls.Add(this.dtpCheckDateEnd);
- this.gbxCondition.Controls.Add(this.dtpCheckDateStart);
- this.gbxCondition.Controls.Add(this.chkHandOver);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.dtpHandOverEnd);
- this.gbxCondition.Controls.Add(this.dtpHandOverStart);
- this.gbxCondition.Controls.Add(this.chkCdate);
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
- this.gbxCondition.Controls.Add(this.c_Label4);
- this.gbxCondition.Controls.Add(this.dropRptProcedure);
- this.gbxCondition.Controls.Add(this.dkCheckProcedureSearchBox);
- this.gbxCondition.Controls.Add(this.txtKilnCode);
- this.gbxCondition.Controls.Add(this.c_Label3);
- this.gbxCondition.Controls.Add(this.txtDefectName);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.txtCheckUserCode);
- this.gbxCondition.Controls.Add(this.txtDefectCode);
- this.gbxCondition.Controls.Add(this.txtDefectUserCode);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblDefectName);
- this.gbxCondition.Controls.Add(this.lblUserCode);
- this.gbxCondition.Controls.Add(this.lblDefectCode);
- this.gbxCondition.Controls.Add(this.lblDefectUserCode);
- this.gbxCondition.Controls.Add(this.dkDefectTypeNameSearchBox1);
- this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
- 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(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1162, 103);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // scbGoods
- //
- this.scbGoods.CheckedData = null;
- this.scbGoods.Location = new System.Drawing.Point(377, 20);
- this.scbGoods.MultiSelect = true;
- this.scbGoods.Name = "scbGoods";
- this.scbGoods.Size = new System.Drawing.Size(100, 21);
- this.scbGoods.TabIndex = 37;
- //
- // lblGoods
- //
- this.lblGoods.AutoSize = true;
- this.lblGoods.BackColor = System.Drawing.Color.Transparent;
- this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoods.Location = new System.Drawing.Point(318, 26);
- this.lblGoods.Name = "lblGoods";
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
- this.lblGoods.TabIndex = 36;
- this.lblGoods.Text = "产品名称";
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(12, 26);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 35;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(70, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(101, 21);
- this.scbGoodsType.TabIndex = 34;
- //
- // 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(1071, 71);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 29;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- 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.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(1071, 41);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 28;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // chkCheckDate
- //
- this.chkCheckDate.AutoSize = true;
- this.chkCheckDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkCheckDate.Location = new System.Drawing.Point(624, 76);
- this.chkCheckDate.Name = "chkCheckDate";
- this.chkCheckDate.Size = new System.Drawing.Size(72, 16);
- this.chkCheckDate.TabIndex = 30;
- this.chkCheckDate.Text = "缺陷登记";
- this.chkCheckDate.UseVisualStyleBackColor = true;
- this.chkCheckDate.CheckedChanged += new System.EventHandler(this.chkCheckDate_CheckedChanged);
- //
- // c_Label5
- //
- this.c_Label5.AutoSize = true;
- this.c_Label5.BackColor = System.Drawing.Color.Transparent;
- this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label5.Location = new System.Drawing.Point(842, 78);
- this.c_Label5.Name = "c_Label5";
- this.c_Label5.Size = new System.Drawing.Size(17, 12);
- this.c_Label5.TabIndex = 32;
- this.c_Label5.Text = "至";
- //
- // dtpCheckDateEnd
- //
- this.dtpCheckDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpCheckDateEnd.Enabled = false;
- this.dtpCheckDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCheckDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCheckDateEnd.Location = new System.Drawing.Point(865, 74);
- this.dtpCheckDateEnd.Name = "dtpCheckDateEnd";
- this.dtpCheckDateEnd.Size = new System.Drawing.Size(134, 21);
- this.dtpCheckDateEnd.TabIndex = 33;
- //
- // dtpCheckDateStart
- //
- this.dtpCheckDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpCheckDateStart.Enabled = false;
- this.dtpCheckDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCheckDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCheckDateStart.Location = new System.Drawing.Point(702, 74);
- this.dtpCheckDateStart.Name = "dtpCheckDateStart";
- this.dtpCheckDateStart.Size = new System.Drawing.Size(134, 21);
- this.dtpCheckDateStart.TabIndex = 31;
- //
- // chkHandOver
- //
- this.chkHandOver.AutoSize = true;
- this.chkHandOver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkHandOver.Location = new System.Drawing.Point(624, 49);
- this.chkHandOver.Name = "chkHandOver";
- this.chkHandOver.Size = new System.Drawing.Size(72, 16);
- this.chkHandOver.TabIndex = 17;
- this.chkHandOver.Text = "交接时间";
- this.chkHandOver.UseVisualStyleBackColor = true;
- this.chkHandOver.CheckedChanged += new System.EventHandler(this.chkHandOver_CheckedChanged);
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(842, 51);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(17, 12);
- this.c_Label2.TabIndex = 19;
- this.c_Label2.Text = "至";
- //
- // dtpHandOverEnd
- //
- this.dtpHandOverEnd.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpHandOverEnd.Enabled = false;
- this.dtpHandOverEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpHandOverEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpHandOverEnd.Location = new System.Drawing.Point(865, 47);
- this.dtpHandOverEnd.Name = "dtpHandOverEnd";
- this.dtpHandOverEnd.Size = new System.Drawing.Size(134, 21);
- this.dtpHandOverEnd.TabIndex = 20;
- //
- // dtpHandOverStart
- //
- this.dtpHandOverStart.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpHandOverStart.Enabled = false;
- this.dtpHandOverStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpHandOverStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpHandOverStart.Location = new System.Drawing.Point(702, 47);
- this.dtpHandOverStart.Name = "dtpHandOverStart";
- this.dtpHandOverStart.Size = new System.Drawing.Size(134, 21);
- this.dtpHandOverStart.TabIndex = 18;
- //
- // chkCdate
- //
- this.chkCdate.AutoSize = true;
- this.chkCdate.Checked = true;
- this.chkCdate.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkCdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkCdate.Location = new System.Drawing.Point(624, 22);
- this.chkCdate.Name = "chkCdate";
- this.chkCdate.Size = new System.Drawing.Size(72, 16);
- this.chkCdate.TabIndex = 6;
- this.chkCdate.Text = "登记时间";
- this.chkCdate.UseVisualStyleBackColor = true;
- this.chkCdate.CheckedChanged += new System.EventHandler(this.chkCdate_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(842, 24);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
- this.lblAccountDateEnd.TabIndex = 8;
- this.lblAccountDateEnd.Text = "至";
- //
- // dtpAccountDateEnd
- //
- this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpAccountDateEnd.Location = new System.Drawing.Point(865, 20);
- this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
- this.dtpAccountDateEnd.Size = new System.Drawing.Size(134, 21);
- this.dtpAccountDateEnd.TabIndex = 9;
- //
- // dtpAccountDateStart
- //
- this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpAccountDateStart.Location = new System.Drawing.Point(702, 20);
- this.dtpAccountDateStart.Name = "dtpAccountDateStart";
- this.dtpAccountDateStart.Size = new System.Drawing.Size(134, 21);
- this.dtpAccountDateStart.TabIndex = 7;
- //
- // c_Label4
- //
- this.c_Label4.AutoSize = true;
- this.c_Label4.BackColor = System.Drawing.Color.Transparent;
- this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label4.IsMustInput = true;
- this.c_Label4.Location = new System.Drawing.Point(318, 78);
- this.c_Label4.Name = "c_Label4";
- this.c_Label4.Size = new System.Drawing.Size(53, 12);
- this.c_Label4.TabIndex = 24;
- this.c_Label4.Text = "交接工序";
- //
- // dropRptProcedure
- //
- this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
- this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropRptProcedure.FormattingEnabled = true;
- this.dropRptProcedure.IsMustInput = true;
- this.dropRptProcedure.Location = new System.Drawing.Point(377, 74);
- this.dropRptProcedure.Name = "dropRptProcedure";
- this.dropRptProcedure.Size = new System.Drawing.Size(100, 20);
- this.dropRptProcedure.TabIndex = 25;
- //
- // dkCheckProcedureSearchBox
- //
- this.dkCheckProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkCheckProcedureSearchBox.DataSource = null;
- this.dkCheckProcedureSearchBox.Enabled = true;
- this.dkCheckProcedureSearchBox.IsEnablePurview = false;
- this.dkCheckProcedureSearchBox.IsMustInput = false;
- this.dkCheckProcedureSearchBox.Location = new System.Drawing.Point(12, 74);
- this.dkCheckProcedureSearchBox.ModelType = "-1";
- this.dkCheckProcedureSearchBox.Name = "dkCheckProcedureSearchBox";
- this.dkCheckProcedureSearchBox.ProcedureCode = "";
- this.dkCheckProcedureSearchBox.ProcedureID = null;
- this.dkCheckProcedureSearchBox.ProcedureIDS = null;
- this.dkCheckProcedureSearchBox.ProcedureName = null;
- this.dkCheckProcedureSearchBox.Purview = null;
- this.dkCheckProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkCheckProcedureSearchBox.SelectMore = true;
- this.dkCheckProcedureSearchBox.Size = new System.Drawing.Size(159, 21);
- this.dkCheckProcedureSearchBox.TabIndex = 21;
- this.dkCheckProcedureSearchBox.Title = "检验工序";
- this.dkCheckProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // txtKilnCode
- //
- this.txtKilnCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtKilnCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtKilnCode.ErrorMessage = "";
- this.txtKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtKilnCode.Location = new System.Drawing.Point(542, 74);
- this.txtKilnCode.Name = "txtKilnCode";
- this.txtKilnCode.Size = new System.Drawing.Size(76, 21);
- this.txtKilnCode.TabIndex = 27;
- this.txtKilnCode.TextValue = "";
- //
- // c_Label3
- //
- this.c_Label3.AutoSize = true;
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label3.Location = new System.Drawing.Point(483, 78);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
- this.c_Label3.TabIndex = 26;
- this.c_Label3.Text = "窑炉编码";
- //
- // txtDefectName
- //
- this.txtDefectName.BackColor = System.Drawing.SystemColors.Window;
- this.txtDefectName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDefectName.ErrorMessage = "";
- this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDefectName.Location = new System.Drawing.Point(542, 47);
- this.txtDefectName.Name = "txtDefectName";
- this.txtDefectName.Size = new System.Drawing.Size(76, 21);
- this.txtDefectName.TabIndex = 16;
- this.txtDefectName.TextValue = "";
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.Location = new System.Drawing.Point(236, 20);
- this.txtGoodsCode.MaxLength = 50;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(76, 21);
- this.txtGoodsCode.TabIndex = 2;
- this.txtGoodsCode.TextValue = "";
- //
- // txtCheckUserCode
- //
- this.txtCheckUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtCheckUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtCheckUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtCheckUserCode.ErrorMessage = "";
- this.txtCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCheckUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtCheckUserCode.Location = new System.Drawing.Point(236, 74);
- this.txtCheckUserCode.MaxLength = 20;
- this.txtCheckUserCode.Name = "txtCheckUserCode";
- this.txtCheckUserCode.Size = new System.Drawing.Size(76, 21);
- this.txtCheckUserCode.TabIndex = 23;
- this.txtCheckUserCode.TextValue = "";
- //
- // txtDefectCode
- //
- this.txtDefectCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtDefectCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDefectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtDefectCode.ErrorMessage = "";
- this.txtDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDefectCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtDefectCode.Location = new System.Drawing.Point(542, 20);
- this.txtDefectCode.MaxLength = 20;
- this.txtDefectCode.Name = "txtDefectCode";
- this.txtDefectCode.Size = new System.Drawing.Size(76, 21);
- this.txtDefectCode.TabIndex = 5;
- this.txtDefectCode.TextValue = "";
- //
- // txtDefectUserCode
- //
- this.txtDefectUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtDefectUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDefectUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtDefectUserCode.ErrorMessage = "";
- this.txtDefectUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDefectUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtDefectUserCode.Location = new System.Drawing.Point(236, 47);
- this.txtDefectUserCode.MaxLength = 20;
- this.txtDefectUserCode.Name = "txtDefectUserCode";
- this.txtDefectUserCode.Size = new System.Drawing.Size(76, 21);
- this.txtDefectUserCode.TabIndex = 12;
- this.txtDefectUserCode.TextValue = "";
- //
- // 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.Location = new System.Drawing.Point(177, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 1;
- this.c_Label1.Text = "产品编码";
- //
- // lblDefectName
- //
- this.lblDefectName.AutoSize = true;
- this.lblDefectName.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectName.Location = new System.Drawing.Point(483, 51);
- this.lblDefectName.Name = "lblDefectName";
- this.lblDefectName.Size = new System.Drawing.Size(53, 12);
- this.lblDefectName.TabIndex = 15;
- this.lblDefectName.Text = "缺陷名称";
- //
- // 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.Location = new System.Drawing.Point(177, 78);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 22;
- this.lblUserCode.Text = "检验工号";
- //
- // lblDefectCode
- //
- this.lblDefectCode.AutoSize = true;
- this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectCode.Location = new System.Drawing.Point(483, 24);
- this.lblDefectCode.Name = "lblDefectCode";
- this.lblDefectCode.Size = new System.Drawing.Size(53, 12);
- this.lblDefectCode.TabIndex = 4;
- this.lblDefectCode.Text = "缺陷编码";
- //
- // lblDefectUserCode
- //
- this.lblDefectUserCode.AutoSize = true;
- this.lblDefectUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectUserCode.Location = new System.Drawing.Point(177, 51);
- this.lblDefectUserCode.Name = "lblDefectUserCode";
- this.lblDefectUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblDefectUserCode.TabIndex = 11;
- this.lblDefectUserCode.Text = "责任工号";
- //
- // dkDefectTypeNameSearchBox1
- //
- this.dkDefectTypeNameSearchBox1.BackColor = System.Drawing.Color.Transparent;
- this.dkDefectTypeNameSearchBox1.DataSource = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeID = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeIDS = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeName = null;
- this.dkDefectTypeNameSearchBox1.Enabled = true;
- this.dkDefectTypeNameSearchBox1.IsEnablePurview = false;
- this.dkDefectTypeNameSearchBox1.IsMustInput = false;
- this.dkDefectTypeNameSearchBox1.Location = new System.Drawing.Point(318, 47);
- this.dkDefectTypeNameSearchBox1.Name = "dkDefectTypeNameSearchBox1";
- this.dkDefectTypeNameSearchBox1.Purview = null;
- this.dkDefectTypeNameSearchBox1.PurviewType = ((byte)(0));
- this.dkDefectTypeNameSearchBox1.SelectMore = true;
- this.dkDefectTypeNameSearchBox1.Size = new System.Drawing.Size(159, 21);
- this.dkDefectTypeNameSearchBox1.TabIndex = 14;
- this.dkDefectTypeNameSearchBox1.Title = "缺陷类别";
- this.dkDefectTypeNameSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dkProcedureSearchBox
- //
- this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkProcedureSearchBox.DataSource = null;
- this.dkProcedureSearchBox.Enabled = true;
- this.dkProcedureSearchBox.IsEnablePurview = false;
- this.dkProcedureSearchBox.IsMustInput = false;
- this.dkProcedureSearchBox.Location = new System.Drawing.Point(12, 47);
- this.dkProcedureSearchBox.ModelType = null;
- this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
- this.dkProcedureSearchBox.ProcedureCode = "";
- this.dkProcedureSearchBox.ProcedureID = null;
- this.dkProcedureSearchBox.ProcedureIDS = null;
- this.dkProcedureSearchBox.ProcedureName = null;
- this.dkProcedureSearchBox.Purview = null;
- this.dkProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkProcedureSearchBox.SelectMore = true;
- this.dkProcedureSearchBox.Size = new System.Drawing.Size(159, 21);
- this.dkProcedureSearchBox.TabIndex = 10;
- this.dkProcedureSearchBox.Title = "责任工序";
- this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dgvDefectDetail
- //
- this.dgvDefectDetail.AllowUserToAddRows = false;
- this.dgvDefectDetail.AllowUserToDeleteRows = false;
- this.dgvDefectDetail.AllowUserToModifyRows = true;
- this.dgvDefectDetail.AllowUserToOrderColumns = true;
- this.dgvDefectDetail.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefectDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDefectDetail.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.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 = 23;
- 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.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.dgvDefectDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDefectDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefectDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.CheckTime,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5,
- this.DefectStaffNames3,
- this.defectjobsname,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9,
- this.dataGridViewTextBoxColumn10,
- this.dataGridViewTextBoxColumn11,
- this.dataGridViewTextBoxColumn12,
- this.dataGridViewTextBoxColumn13,
- this.dataGridViewTextBoxColumn14,
- this.dataGridViewTextBoxColumn15,
- this.dataGridViewTextBoxColumn16,
- this.dataGridViewTextBoxColumn17,
- this.dataGridViewTextBoxColumn18,
- this.dataGridViewTextBoxColumn19,
- this.dataGridViewTextBoxColumn20,
- this.dataGridViewTextBoxColumn21,
- this.dataGridViewTextBoxColumn22,
- this.dataGridViewTextBoxColumn23,
- this.czGroutingLineCode,
- this.dataGridViewTextBoxColumn24,
- this.dataGridViewTextBoxColumn25,
- this.dataGridViewTextBoxColumn26,
- this.dataGridViewTextBoxColumn27,
- this.dataGridViewTextBoxColumn28,
- this.dataGridViewCheckBoxColumn1,
- this.barcodeRemarks3,
- this.bsqx,
- this.半检缺陷,
- this.位置编码,
- this.半检位置,
- this.半检工号});
- 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.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.FormatQuantityColumns = null;
- this.dgvDefectDetail.HorizontalMergeColumn = null;
- this.dgvDefectDetail.IsAutoCountSum = true;
- this.dgvDefectDetail.IsAutoResizeColumns = false;
- this.dgvDefectDetail.IsClickF12 = false;
- this.dgvDefectDetail.IsOpenMergeCellFlag = false;
- this.dgvDefectDetail.IsSubTotalFlag = false;
- this.dgvDefectDetail.IsTopDeep = false;
- this.dgvDefectDetail.Location = new System.Drawing.Point(0, 144);
- this.dgvDefectDetail.Margin = new System.Windows.Forms.Padding(0);
- this.dgvDefectDetail.MergeColumnNames = null;
- this.dgvDefectDetail.MergeDetailColumnNames = null;
- this.dgvDefectDetail.MergeDetailOnlyColumn = null;
- this.dgvDefectDetail.MergeOnlyColumn = null;
- 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;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefectDetail.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvDefectDetail.RowTemplate.Height = 21;
- this.dgvDefectDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDefectDetail.Size = new System.Drawing.Size(1162, 273);
- this.dgvDefectDetail.SortOrderColumnName = null;
- this.dgvDefectDetail.TabIndex = 31;
- this.dgvDefectDetail.Tag = true;
- this.dgvDefectDetail.TotalSumColumns = null;
- this.dgvDefectDetail.ViewRowFilter = "";
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "productionlinename";
- this.dataGridViewTextBoxColumn1.HeaderText = "生产线";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "procedurename";
- this.dataGridViewTextBoxColumn2.HeaderText = "检验工序";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "pdchecktime";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle3;
- this.dataGridViewTextBoxColumn3.HeaderText = "成检登记时间";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // CheckTime
- //
- this.CheckTime.DataPropertyName = "CheckTime";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
- this.CheckTime.DefaultCellStyle = dataGridViewCellStyle4;
- this.CheckTime.HeaderText = "缺陷登记时间";
- this.CheckTime.Name = "CheckTime";
- this.CheckTime.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "DefectProcedureName";
- this.dataGridViewTextBoxColumn4.HeaderText = "责任工序";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "DefectUserCode";
- this.dataGridViewTextBoxColumn5.HeaderText = "责任工号";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // DefectStaffNames3
- //
- this.DefectStaffNames3.DataPropertyName = "DefectStaffNames";
- this.DefectStaffNames3.HeaderText = "责任员工";
- this.DefectStaffNames3.Name = "DefectStaffNames3";
- this.DefectStaffNames3.ReadOnly = true;
- //
- // defectjobsname
- //
- this.defectjobsname.DataPropertyName = "defectjobsname";
- this.defectjobsname.HeaderText = "责任工种";
- this.defectjobsname.Name = "defectjobsname";
- this.defectjobsname.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "DefectTypeName";
- this.dataGridViewTextBoxColumn6.HeaderText = "缺陷类别";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "defectcode";
- this.dataGridViewTextBoxColumn7.HeaderText = "缺陷编码";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "alldefectcode";
- this.dataGridViewTextBoxColumn8.HeaderText = "缺陷编码(全)";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "defectname";
- this.dataGridViewTextBoxColumn9.HeaderText = "缺陷名称";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.DataPropertyName = "DefectRemarks";
- this.dataGridViewTextBoxColumn10.HeaderText = "缺陷备注";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.DataPropertyName = "DefectPositionCode";
- this.dataGridViewTextBoxColumn11.HeaderText = "缺陷位置编码";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.DataPropertyName = "DefectPositionName";
- this.dataGridViewTextBoxColumn12.HeaderText = "缺陷位置名称";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.DataPropertyName = "DefectFineCode";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle5;
- this.dataGridViewTextBoxColumn13.HeaderText = "缺陷扣罚";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.DataPropertyName = "DefectDeductionNum";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle6;
- this.dataGridViewTextBoxColumn14.HeaderText = "缺陷扣除数";
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- this.dataGridViewTextBoxColumn14.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.DataPropertyName = "UserCode";
- this.dataGridViewTextBoxColumn15.HeaderText = "检验工号";
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- this.dataGridViewTextBoxColumn15.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.DataPropertyName = "Goodstypename";
- this.dataGridViewTextBoxColumn16.HeaderText = "产品类别";
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- this.dataGridViewTextBoxColumn16.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.DataPropertyName = "goodscode";
- this.dataGridViewTextBoxColumn17.HeaderText = "产品编码";
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- this.dataGridViewTextBoxColumn17.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.DataPropertyName = "barcode";
- this.dataGridViewTextBoxColumn18.HeaderText = "产品条码";
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- this.dataGridViewTextBoxColumn18.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.DataPropertyName = "LogoCodeName";
- this.dataGridViewTextBoxColumn19.HeaderText = "商标";
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- this.dataGridViewTextBoxColumn19.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.DataPropertyName = "Goodsleveltype";
- this.dataGridViewTextBoxColumn20.HeaderText = "产品分级";
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- this.dataGridViewTextBoxColumn20.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn21
- //
- this.dataGridViewTextBoxColumn21.DataPropertyName = "GroutingUserCode";
- this.dataGridViewTextBoxColumn21.HeaderText = "成型工号";
- this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
- this.dataGridViewTextBoxColumn21.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn22
- //
- this.dataGridViewTextBoxColumn22.DataPropertyName = "groutingdate";
- this.dataGridViewTextBoxColumn22.HeaderText = "注浆日期";
- this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
- this.dataGridViewTextBoxColumn22.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn23
- //
- this.dataGridViewTextBoxColumn23.DataPropertyName = "groutingnum";
- this.dataGridViewTextBoxColumn23.HeaderText = "注浆次数";
- this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
- this.dataGridViewTextBoxColumn23.ReadOnly = true;
- //
- // czGroutingLineCode
- //
- this.czGroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.czGroutingLineCode.HeaderText = "成型线编码";
- this.czGroutingLineCode.Name = "czGroutingLineCode";
- this.czGroutingLineCode.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn24
- //
- this.dataGridViewTextBoxColumn24.DataPropertyName = "groutingMouldCode";
- this.dataGridViewTextBoxColumn24.HeaderText = "模具编号";
- this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
- this.dataGridViewTextBoxColumn24.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn25
- //
- this.dataGridViewTextBoxColumn25.DataPropertyName = "KilnCarCode";
- this.dataGridViewTextBoxColumn25.HeaderText = "窑车编号";
- this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
- this.dataGridViewTextBoxColumn25.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn26
- //
- this.dataGridViewTextBoxColumn26.DataPropertyName = "workUsercodes";
- this.dataGridViewTextBoxColumn26.HeaderText = "生产工号";
- this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
- this.dataGridViewTextBoxColumn26.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn27
- //
- this.dataGridViewTextBoxColumn27.DataPropertyName = "CreateUserCodes";
- this.dataGridViewTextBoxColumn27.HeaderText = "操作工号";
- this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
- this.dataGridViewTextBoxColumn27.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn28
- //
- this.dataGridViewTextBoxColumn28.DataPropertyName = "HandOverTime";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
- this.dataGridViewTextBoxColumn28.DefaultCellStyle = dataGridViewCellStyle7;
- this.dataGridViewTextBoxColumn28.HeaderText = "交接时间";
- this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
- this.dataGridViewTextBoxColumn28.ReadOnly = true;
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.DataPropertyName = "undoflag";
- this.dataGridViewCheckBoxColumn1.FalseValue = "0";
- this.dataGridViewCheckBoxColumn1.HeaderText = "改判标识";
- this.dataGridViewCheckBoxColumn1.IndeterminateValue = "";
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.ReadOnly = true;
- this.dataGridViewCheckBoxColumn1.TrueValue = "1";
- //
- // barcodeRemarks3
- //
- this.barcodeRemarks3.DataPropertyName = "barcodeRemarks";
- this.barcodeRemarks3.HeaderText = "产品备注";
- this.barcodeRemarks3.Name = "barcodeRemarks3";
- this.barcodeRemarks3.ReadOnly = true;
- //
- // bsqx
- //
- this.bsqx.DataPropertyName = "bsqx";
- this.bsqx.HeaderText = "本烧缺陷";
- this.bsqx.Name = "bsqx";
- this.bsqx.ReadOnly = true;
- //
- // 半检缺陷
- //
- this.半检缺陷.DataPropertyName = "半检缺陷";
- this.半检缺陷.HeaderText = "半检缺陷";
- this.半检缺陷.Name = "半检缺陷";
- this.半检缺陷.ReadOnly = true;
- //
- // 位置编码
- //
- this.位置编码.DataPropertyName = "位置编码";
- this.位置编码.HeaderText = "位置编码";
- this.位置编码.Name = "位置编码";
- this.位置编码.ReadOnly = true;
- //
- // 半检位置
- //
- this.半检位置.DataPropertyName = "半检位置";
- this.半检位置.HeaderText = "半检位置";
- this.半检位置.Name = "半检位置";
- this.半检位置.ReadOnly = true;
- //
- // 半检工号
- //
- this.半检工号.DataPropertyName = "半检工号";
- this.半检工号.HeaderText = "半检工号";
- this.半检工号.Name = "半检工号";
- this.半检工号.ReadOnly = true;
- //
- // F_RPT_080109
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1174, 417);
- this.Controls.Add(this.dgvDefectDetail);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_080109";
- this.Text = "半成检缺陷对照表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080109_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_080109_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).EndInit();
- 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_Label lblAccountDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
- private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Controls.SearchTextBox.dkDefectTypeNameSearchBox dkDefectTypeNameSearchBox1;
- private Basics.BaseControls.C_Label lblDefectUserCode;
- private Basics.BaseControls.C_TextBox txtDefectUserCode;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_TextBox txtCheckUserCode;
- private Basics.BaseControls.C_TextBox txtDefectCode;
- private Basics.BaseControls.C_Label lblDefectCode;
- private Basics.BaseControls.C_Label lblDefectName;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_TextBox txtDefectName;
- private Basics.BaseControls.C_TextBox txtKilnCode;
- private Basics.BaseControls.C_Label c_Label3;
- private Controls.SearchTextBox.dkProcedureSearchBox dkCheckProcedureSearchBox;
- private Basics.BaseControls.C_ComboBox dropRptProcedure;
- private Basics.BaseControls.C_Label c_Label4;
- private Basics.BaseControls.C_CheckBox chkCdate;
- private Basics.BaseControls.C_CheckBox chkHandOver;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_DateTimePicker dtpHandOverEnd;
- private Basics.BaseControls.C_DateTimePicker dtpHandOverStart;
- private Basics.BaseControls.C_DataGridView dgvDefectDetail;
- private Basics.BaseControls.C_CheckBox chkCheckDate;
- private Basics.BaseControls.C_Label c_Label5;
- private Basics.BaseControls.C_DateTimePicker dtpCheckDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpCheckDateStart;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Controls.SearchBox.ScbGoods scbGoods;
- private Basics.BaseControls.C_Label lblGoods;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn CheckTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectStaffNames3;
- private System.Windows.Forms.DataGridViewTextBoxColumn defectjobsname;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
- private System.Windows.Forms.DataGridViewTextBoxColumn czGroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn barcodeRemarks3;
- private System.Windows.Forms.DataGridViewTextBoxColumn bsqx;
- private System.Windows.Forms.DataGridViewTextBoxColumn 半检缺陷;
- private System.Windows.Forms.DataGridViewTextBoxColumn 位置编码;
- private System.Windows.Forms.DataGridViewTextBoxColumn 半检位置;
- private System.Windows.Forms.DataGridViewTextBoxColumn 半检工号;
- }
- }
|