| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_010201_1
- {
- /// <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_010201_1));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnMissed = new System.Windows.Forms.ToolStripButton();
- 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.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.dkcompleteProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.dkmissingProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.MissID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MissProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MissProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MissProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CompleteProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserName0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MissUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.repaircode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.prepaircode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.barcodecount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).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.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnMissed,
- 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(1087, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnMissed
- //
- this.tsbtnMissed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnMissed.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMissed.Image")));
- this.tsbtnMissed.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnMissed.Name = "tsbtnMissed";
- this.tsbtnMissed.Size = new System.Drawing.Size(75, 32);
- this.tsbtnMissed.Text = "漏扫工号(&Z)";
- this.tsbtnMissed.Click += new System.EventHandler(this.tsbtnMissed_Click);
- //
- // 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.lblOrganization);
- this.gbxCondition.Controls.Add(this.scbOrganization);
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.dkcompleteProcedureSearchBox);
- this.gbxCondition.Controls.Add(this.dkmissingProcedureSearchBox);
- this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
- this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
- this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
- this.gbxCondition.Controls.Add(this.lblAccountDateStart);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- 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(1178, 80);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // scbGoods
- //
- this.scbGoods.CheckedData = null;
- this.scbGoods.Location = new System.Drawing.Point(519, 20);
- this.scbGoods.MultiSelect = true;
- this.scbGoods.Name = "scbGoods";
- this.scbGoods.Size = new System.Drawing.Size(133, 21);
- this.scbGoods.TabIndex = 53;
- //
- // 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(460, 26);
- this.lblGoods.Name = "lblGoods";
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
- this.lblGoods.TabIndex = 52;
- this.lblGoods.Text = "产品名称";
- //
- // lblOrganization
- //
- this.lblOrganization.AutoSize = true;
- this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
- this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrganization.Location = new System.Drawing.Point(15, 23);
- this.lblOrganization.Name = "lblOrganization";
- this.lblOrganization.Size = new System.Drawing.Size(53, 12);
- this.lblOrganization.TabIndex = 51;
- this.lblOrganization.Text = "漏扫部门";
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(74, 20);
- this.scbOrganization.MultiSelect = true;
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(134, 21);
- this.scbOrganization.TabIndex = 50;
- //
- // 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(226, 24);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 23;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(285, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
- this.scbGoodsType.TabIndex = 22;
- //
- // dkcompleteProcedureSearchBox
- //
- this.dkcompleteProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkcompleteProcedureSearchBox.DataSource = null;
- this.dkcompleteProcedureSearchBox.Enabled = true;
- this.dkcompleteProcedureSearchBox.IsEnablePurview = false;
- this.dkcompleteProcedureSearchBox.IsMustInput = false;
- this.dkcompleteProcedureSearchBox.Location = new System.Drawing.Point(226, 50);
- this.dkcompleteProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
- this.dkcompleteProcedureSearchBox.ModelType = null;
- this.dkcompleteProcedureSearchBox.Name = "dkcompleteProcedureSearchBox";
- this.dkcompleteProcedureSearchBox.ProcedureCode = "";
- this.dkcompleteProcedureSearchBox.ProcedureID = null;
- this.dkcompleteProcedureSearchBox.ProcedureIDS = null;
- this.dkcompleteProcedureSearchBox.ProcedureName = null;
- this.dkcompleteProcedureSearchBox.Purview = null;
- this.dkcompleteProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkcompleteProcedureSearchBox.SelectMore = true;
- this.dkcompleteProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
- this.dkcompleteProcedureSearchBox.TabIndex = 5;
- this.dkcompleteProcedureSearchBox.Title = "完成工序";
- this.dkcompleteProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dkmissingProcedureSearchBox
- //
- this.dkmissingProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkmissingProcedureSearchBox.DataSource = null;
- this.dkmissingProcedureSearchBox.Enabled = true;
- this.dkmissingProcedureSearchBox.IsEnablePurview = false;
- this.dkmissingProcedureSearchBox.IsMustInput = false;
- this.dkmissingProcedureSearchBox.Location = new System.Drawing.Point(15, 50);
- this.dkmissingProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
- this.dkmissingProcedureSearchBox.ModelType = null;
- this.dkmissingProcedureSearchBox.Name = "dkmissingProcedureSearchBox";
- this.dkmissingProcedureSearchBox.ProcedureCode = "";
- this.dkmissingProcedureSearchBox.ProcedureID = null;
- this.dkmissingProcedureSearchBox.ProcedureIDS = null;
- this.dkmissingProcedureSearchBox.ProcedureName = null;
- this.dkmissingProcedureSearchBox.Purview = null;
- this.dkmissingProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkmissingProcedureSearchBox.SelectMore = true;
- this.dkmissingProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
- this.dkmissingProcedureSearchBox.TabIndex = 4;
- this.dkmissingProcedureSearchBox.Title = "漏扫工序";
- this.dkmissingProcedureSearchBox.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(670, 20);
- this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4);
- 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(193, 21);
- this.dkProcedureSearchBox.TabIndex = 3;
- this.dkProcedureSearchBox.Title = "校验工序";
- this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // 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(730, 50);
- this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
- this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
- this.dtpAccountDateEnd.TabIndex = 7;
- //
- // 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(519, 50);
- this.dtpAccountDateStart.Name = "dtpAccountDateStart";
- this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
- this.dtpAccountDateStart.TabIndex = 6;
- //
- // 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(670, 54);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
- this.lblAccountDateEnd.TabIndex = 6;
- this.lblAccountDateEnd.Text = " 至 ";
- //
- // lblAccountDateStart
- //
- this.lblAccountDateStart.AutoSize = true;
- this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
- this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAccountDateStart.Location = new System.Drawing.Point(435, 54);
- this.lblAccountDateStart.Name = "lblAccountDateStart";
- this.lblAccountDateStart.Size = new System.Drawing.Size(77, 12);
- this.lblAccountDateStart.TabIndex = 4;
- this.lblAccountDateStart.Text = "校验漏扫日期";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.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(990, 47);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 13;
- 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(889, 47);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 12;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dgvReportModule
- //
- this.dgvReportModule.AllowUserToAddRows = false;
- this.dgvReportModule.AllowUserToDeleteRows = false;
- this.dgvReportModule.AllowUserToModifyRows = true;
- this.dgvReportModule.AllowUserToOrderColumns = true;
- this.dgvReportModule.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvReportModule.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.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvReportModule.CellHeight = 23;
- this.dgvReportModule.ChildNodeColumnName = null;
- this.dgvReportModule.ChildNodeColumnText = null;
- this.dgvReportModule.ColumnDeep = 1;
- this.dgvReportModule.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.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvReportModule.ColumnHeadersHeight = 29;
- this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.MissID,
- this.BarCode,
- this.LogoCodeName,
- this.GoodsType,
- this.GoodsTypeName,
- this.GoodsID,
- this.GoodsCode,
- this.GoodsName,
- this.MissProcedureID,
- this.MissProcedureCode,
- this.MissProcedureName,
- this.CompleteProcedureID,
- this.CompleteProcedureCode,
- this.CompleteProcedureName,
- this.ProcedureID,
- this.ProcedureCode,
- this.ProcedureName,
- this.UserName0,
- this.CreateTime0,
- this.OrganizationID,
- this.OrganizationCode,
- this.OrganizationFullName,
- this.MissUserCode,
- this.repaircode,
- this.prepaircode,
- this.OrganizationName,
- this.barcodecount});
- this.dgvReportModule.ColumnTreeView = null;
- this.dgvReportModule.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.dgvReportModule.DynamicColumnName = "";
- this.dgvReportModule.EnableHeadersVisualStyles = false;
- this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvReportModule.FormatQuantityColumns = null;
- this.dgvReportModule.HorizontalMergeColumn = null;
- this.dgvReportModule.IsAutoCountSum = true;
- this.dgvReportModule.IsAutoResizeColumns = false;
- this.dgvReportModule.IsClickF12 = false;
- this.dgvReportModule.IsOpenMergeCellFlag = false;
- this.dgvReportModule.IsSubTotalFlag = false;
- this.dgvReportModule.IsTopDeep = false;
- this.dgvReportModule.Location = new System.Drawing.Point(0, 125);
- this.dgvReportModule.MergeColumnNames = null;
- this.dgvReportModule.MergeDetailColumnNames = null;
- this.dgvReportModule.MergeDetailOnlyColumn = null;
- this.dgvReportModule.MergeOnlyColumn = null;
- this.dgvReportModule.MultiSelect = false;
- this.dgvReportModule.Name = "dgvReportModule";
- this.dgvReportModule.ReadOnly = true;
- this.dgvReportModule.RefreshAtHscroll = false;
- this.dgvReportModule.RowHeadersWidth = 50;
- this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvReportModule.RowTemplate.Height = 21;
- this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvReportModule.Size = new System.Drawing.Size(1075, 356);
- this.dgvReportModule.SortOrderColumnName = null;
- this.dgvReportModule.TabIndex = 28;
- this.dgvReportModule.Tag = true;
- this.dgvReportModule.TotalSumColumns = null;
- this.dgvReportModule.ViewRowFilter = "";
- //
- // MissID
- //
- this.MissID.DataPropertyName = "MissID";
- this.MissID.HeaderText = "漏扫ID";
- this.MissID.MinimumWidth = 6;
- this.MissID.Name = "MissID";
- this.MissID.ReadOnly = true;
- this.MissID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.MissID.Visible = false;
- this.MissID.Width = 125;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.MinimumWidth = 6;
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.BarCode.Width = 90;
- //
- // LogoCodeName
- //
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
- this.LogoCodeName.HeaderText = "商标";
- this.LogoCodeName.MinimumWidth = 6;
- this.LogoCodeName.Name = "LogoCodeName";
- this.LogoCodeName.ReadOnly = true;
- this.LogoCodeName.Width = 125;
- //
- // GoodsType
- //
- this.GoodsType.DataPropertyName = "GoodsType";
- this.GoodsType.HeaderText = "产品大类";
- this.GoodsType.MinimumWidth = 6;
- this.GoodsType.Name = "GoodsType";
- this.GoodsType.ReadOnly = true;
- this.GoodsType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsType.Width = 125;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- this.GoodsTypeName.HeaderText = "产品类别";
- this.GoodsTypeName.MinimumWidth = 6;
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsTypeName.Visible = false;
- this.GoodsTypeName.Width = 125;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.MinimumWidth = 6;
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsID.Visible = false;
- this.GoodsID.Width = 125;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.MinimumWidth = 6;
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsCode.Width = 70;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.MinimumWidth = 6;
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.GoodsName.Width = 125;
- //
- // MissProcedureID
- //
- this.MissProcedureID.DataPropertyName = "MissProcedureID";
- this.MissProcedureID.HeaderText = "漏扫工序ID";
- this.MissProcedureID.MinimumWidth = 6;
- this.MissProcedureID.Name = "MissProcedureID";
- this.MissProcedureID.ReadOnly = true;
- this.MissProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.MissProcedureID.Visible = false;
- this.MissProcedureID.Width = 125;
- //
- // MissProcedureCode
- //
- this.MissProcedureCode.DataPropertyName = "MissProcedureCode";
- this.MissProcedureCode.HeaderText = "漏扫工序编码";
- this.MissProcedureCode.MinimumWidth = 6;
- this.MissProcedureCode.Name = "MissProcedureCode";
- this.MissProcedureCode.ReadOnly = true;
- this.MissProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.MissProcedureCode.Visible = false;
- this.MissProcedureCode.Width = 125;
- //
- // MissProcedureName
- //
- this.MissProcedureName.DataPropertyName = "MissProcedureName";
- this.MissProcedureName.HeaderText = "漏扫工序";
- this.MissProcedureName.MinimumWidth = 6;
- this.MissProcedureName.Name = "MissProcedureName";
- this.MissProcedureName.ReadOnly = true;
- this.MissProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.MissProcedureName.Width = 125;
- //
- // CompleteProcedureID
- //
- this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
- this.CompleteProcedureID.HeaderText = "完成工序ID";
- this.CompleteProcedureID.MinimumWidth = 6;
- this.CompleteProcedureID.Name = "CompleteProcedureID";
- this.CompleteProcedureID.ReadOnly = true;
- this.CompleteProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.CompleteProcedureID.Visible = false;
- this.CompleteProcedureID.Width = 125;
- //
- // CompleteProcedureCode
- //
- this.CompleteProcedureCode.DataPropertyName = "CompleteProcedureCode";
- this.CompleteProcedureCode.HeaderText = "完成工序编码";
- this.CompleteProcedureCode.MinimumWidth = 6;
- this.CompleteProcedureCode.Name = "CompleteProcedureCode";
- this.CompleteProcedureCode.ReadOnly = true;
- this.CompleteProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.CompleteProcedureCode.Visible = false;
- this.CompleteProcedureCode.Width = 125;
- //
- // CompleteProcedureName
- //
- this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
- this.CompleteProcedureName.HeaderText = "完成工序";
- this.CompleteProcedureName.MinimumWidth = 6;
- this.CompleteProcedureName.Name = "CompleteProcedureName";
- this.CompleteProcedureName.ReadOnly = true;
- this.CompleteProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.CompleteProcedureName.Width = 125;
- //
- // ProcedureID
- //
- this.ProcedureID.DataPropertyName = "ProcedureID";
- this.ProcedureID.HeaderText = "校验工序ID";
- this.ProcedureID.MinimumWidth = 6;
- this.ProcedureID.Name = "ProcedureID";
- this.ProcedureID.ReadOnly = true;
- this.ProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ProcedureID.Visible = false;
- this.ProcedureID.Width = 125;
- //
- // ProcedureCode
- //
- this.ProcedureCode.DataPropertyName = "ProcedureCode";
- this.ProcedureCode.HeaderText = "校验工序编码";
- this.ProcedureCode.MinimumWidth = 6;
- this.ProcedureCode.Name = "ProcedureCode";
- this.ProcedureCode.ReadOnly = true;
- this.ProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ProcedureCode.Visible = false;
- this.ProcedureCode.Width = 125;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "校验工序";
- this.ProcedureName.MinimumWidth = 6;
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ProcedureName.Width = 125;
- //
- // UserName0
- //
- this.UserName0.DataPropertyName = "UserName";
- this.UserName0.HeaderText = "校验者";
- this.UserName0.MinimumWidth = 6;
- this.UserName0.Name = "UserName0";
- this.UserName0.ReadOnly = true;
- this.UserName0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.UserName0.Width = 70;
- //
- // CreateTime0
- //
- this.CreateTime0.DataPropertyName = "CreateTime";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- this.CreateTime0.DefaultCellStyle = dataGridViewCellStyle3;
- this.CreateTime0.HeaderText = "校验漏扫时间";
- this.CreateTime0.MinimumWidth = 6;
- this.CreateTime0.Name = "CreateTime0";
- this.CreateTime0.ReadOnly = true;
- this.CreateTime0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.CreateTime0.Width = 120;
- //
- // OrganizationID
- //
- this.OrganizationID.DataPropertyName = "OrganizationID";
- this.OrganizationID.HeaderText = "漏扫工序所在的组织机构ID";
- this.OrganizationID.MinimumWidth = 6;
- this.OrganizationID.Name = "OrganizationID";
- this.OrganizationID.ReadOnly = true;
- this.OrganizationID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.OrganizationID.Visible = false;
- this.OrganizationID.Width = 125;
- //
- // OrganizationCode
- //
- this.OrganizationCode.DataPropertyName = "OrganizationCode";
- this.OrganizationCode.HeaderText = "组织机构编码";
- this.OrganizationCode.MinimumWidth = 6;
- this.OrganizationCode.Name = "OrganizationCode";
- this.OrganizationCode.ReadOnly = true;
- this.OrganizationCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.OrganizationCode.Visible = false;
- this.OrganizationCode.Width = 125;
- //
- // OrganizationFullName
- //
- this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
- this.OrganizationFullName.HeaderText = "组织机构全称";
- this.OrganizationFullName.MinimumWidth = 6;
- this.OrganizationFullName.Name = "OrganizationFullName";
- this.OrganizationFullName.ReadOnly = true;
- this.OrganizationFullName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.OrganizationFullName.Visible = false;
- this.OrganizationFullName.Width = 125;
- //
- // MissUserCode
- //
- this.MissUserCode.DataPropertyName = "MissUserCode";
- this.MissUserCode.HeaderText = "漏扫工号";
- this.MissUserCode.MinimumWidth = 6;
- this.MissUserCode.Name = "MissUserCode";
- this.MissUserCode.ReadOnly = true;
- this.MissUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.MissUserCode.Width = 125;
- //
- // repaircode
- //
- this.repaircode.DataPropertyName = "repaircode";
- this.repaircode.HeaderText = "补扫操作工号";
- this.repaircode.MinimumWidth = 6;
- this.repaircode.Name = "repaircode";
- this.repaircode.ReadOnly = true;
- this.repaircode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.repaircode.Width = 125;
- //
- // prepaircode
- //
- this.prepaircode.DataPropertyName = "prepaircode";
- this.prepaircode.HeaderText = "补扫生产工号";
- this.prepaircode.MinimumWidth = 6;
- this.prepaircode.Name = "prepaircode";
- this.prepaircode.ReadOnly = true;
- this.prepaircode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.prepaircode.Width = 125;
- //
- // OrganizationName
- //
- this.OrganizationName.DataPropertyName = "OrganizationName";
- this.OrganizationName.HeaderText = "漏扫部门";
- this.OrganizationName.MinimumWidth = 6;
- this.OrganizationName.Name = "OrganizationName";
- this.OrganizationName.ReadOnly = true;
- this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.OrganizationName.Width = 70;
- //
- // barcodecount
- //
- this.barcodecount.DataPropertyName = "barcodecount";
- this.barcodecount.HeaderText = "数量";
- this.barcodecount.MinimumWidth = 6;
- this.barcodecount.Name = "barcodecount";
- this.barcodecount.ReadOnly = true;
- this.barcodecount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.barcodecount.Width = 70;
- //
- // F_RPT_010201_1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1087, 481);
- this.Controls.Add(this.dgvReportModule);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "F_RPT_010201_1";
- this.RightToLeftLayout = true;
- this.Text = "工序漏扫明细表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010201_1_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_010201_1_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).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 Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Label lblAccountDateStart;
- private Basics.BaseControls.C_DataGridView dgvReportModule;
- private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
- private Controls.SearchTextBox.dkProcedureSearchBox dkmissingProcedureSearchBox;
- private Controls.SearchTextBox.dkProcedureSearchBox dkcompleteProcedureSearchBox;
- private System.Windows.Forms.ToolStripButton tsbtnMissed;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Basics.BaseControls.C_Label lblOrganization;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- private Controls.SearchBox.ScbGoods scbGoods;
- private Basics.BaseControls.C_Label lblGoods;
- private System.Windows.Forms.DataGridViewTextBoxColumn MissID;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsType;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MissProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserName0;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime0;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
- private System.Windows.Forms.DataGridViewTextBoxColumn MissUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn repaircode;
- private System.Windows.Forms.DataGridViewTextBoxColumn prepaircode;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn barcodecount;
- }
- }
|