| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
-
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_030119
- {
- /// <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.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();
- this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.txtDefectCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectSearchBox();
- this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
- this.txtSemiCheckUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
- this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
- this.dkSemiCheckDefectPositionSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkSemiCheckDefectPositionSearchBox();
- this.txtSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
- this.grpCollapsible1.SuspendLayout();
- this.tsrToolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvSum
- //
- this.dgvSum.AllowUserToAddRows = false;
- this.dgvSum.AllowUserToDeleteRows = false;
- this.dgvSum.AllowUserToModifyRows = true;
- this.dgvSum.AllowUserToOrderColumns = true;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvSum.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.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSum.CellHeight = 23;
- this.dgvSum.ChildNodeColumnName = null;
- this.dgvSum.ChildNodeColumnText = null;
- this.dgvSum.ColumnDeep = 1;
- this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvSum.ColumnHeadersHeight = 29;
- this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.defectcode,
- this.defectname});
- this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
- this.dgvSum.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.dgvSum.DynamicColumnName = "";
- this.dgvSum.EnableHeadersVisualStyles = false;
- this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSum.FormatQuantityColumns = null;
- this.dgvSum.HorizontalMergeColumn = null;
- this.dgvSum.IsAutoCountSum = false;
- this.dgvSum.IsAutoResizeColumns = false;
- this.dgvSum.IsClickF12 = false;
- this.dgvSum.IsOpenMergeCellFlag = false;
- this.dgvSum.IsSaveDataGridViewSetting = false;
- this.dgvSum.IsSubTotalFlag = false;
- this.dgvSum.IsTopDeep = false;
- this.dgvSum.Location = new System.Drawing.Point(0, 152);
- this.dgvSum.Margin = new System.Windows.Forms.Padding(4);
- this.dgvSum.MergeColumnNames = null;
- this.dgvSum.MergeDetailColumnNames = null;
- this.dgvSum.MergeDetailOnlyColumn = null;
- this.dgvSum.MergeOnlyColumn = null;
- this.dgvSum.MultiSelect = false;
- this.dgvSum.Name = "dgvSum";
- this.dgvSum.ReadOnly = true;
- this.dgvSum.RefreshAtHscroll = false;
- this.dgvSum.RowHeadersWidth = 50;
- this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvSum.RowTemplate.Height = 21;
- this.dgvSum.Size = new System.Drawing.Size(1281, 294);
- this.dgvSum.SortOrderColumnName = null;
- this.dgvSum.TabIndex = 2;
- this.dgvSum.Tag = "";
- this.dgvSum.TotalSumColumns = null;
- this.dgvSum.ViewRowFilter = "";
- //
- // defectcode
- //
- this.defectcode.DataPropertyName = "defectcode";
- this.defectcode.HeaderText = "缺陷编码";
- this.defectcode.MinimumWidth = 6;
- this.defectcode.Name = "defectcode";
- this.defectcode.ReadOnly = true;
- this.defectcode.Width = 125;
- //
- // defectname
- //
- this.defectname.DataPropertyName = "defectname";
- this.defectname.HeaderText = "缺陷名称";
- this.defectname.MinimumWidth = 6;
- this.defectname.Name = "defectname";
- this.defectname.ReadOnly = true;
- this.defectname.Width = 125;
- //
- // grpCollapsible1
- //
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpCollapsible1.Controls.Add(this.txtDefectCode);
- this.grpCollapsible1.Controls.Add(this.dkProcedureSearchBox);
- this.grpCollapsible1.Controls.Add(this.scbGoodsType);
- this.grpCollapsible1.Controls.Add(this.txtGoodsCode);
- this.grpCollapsible1.Controls.Add(this.txtSemiCheckUserCode);
- this.grpCollapsible1.Controls.Add(this.txtGroutingUserCode);
- this.grpCollapsible1.Controls.Add(this.dkSemiCheckDefectPositionSearchBox1);
- this.grpCollapsible1.Controls.Add(this.txtSemiCheckDateTimeEnd);
- this.grpCollapsible1.Controls.Add(this.c_Label4);
- this.grpCollapsible1.Controls.Add(this.txtSemiCheckDateTimeStart);
- this.grpCollapsible1.Controls.Add(this.c_Label1);
- this.grpCollapsible1.Controls.Add(this.lblGoodsCode);
- this.grpCollapsible1.Controls.Add(this.label1);
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 48);
- this.grpCollapsible1.Margin = new System.Windows.Forms.Padding(4);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Padding = new System.Windows.Forms.Padding(4);
- this.grpCollapsible1.Size = new System.Drawing.Size(1281, 98);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // txtDefectCode
- //
- this.txtDefectCode.DataSource = null;
- this.txtDefectCode.DefectFineCode = null;
- this.txtDefectCode.DefectIDS = null;
- this.txtDefectCode.Enabled = true;
- this.txtDefectCode.IsMustInput = false;
- this.txtDefectCode.Location = new System.Drawing.Point(268, 60);
- this.txtDefectCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtDefectCode.Name = "txtDefectCode";
- this.txtDefectCode.PurviewType = ((byte)(0));
- this.txtDefectCode.Size = new System.Drawing.Size(240, 26);
- this.txtDefectCode.TabIndex = 45;
- this.txtDefectCode.Title = "缺陷编码";
- this.txtDefectCode.TxtUserBackColor = 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(1014, 59);
- this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(5);
- 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(239, 26);
- this.dkProcedureSearchBox.TabIndex = 44;
- this.dkProcedureSearchBox.Title = "返修工序";
- this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(857, 59);
- this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(148, 26);
- this.scbGoodsType.TabIndex = 43;
- this.scbGoodsType.ValueMember = "GOODSTYPEID";
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.CheckedData = null;
- this.txtGoodsCode.DisplayMember = "GoodsCode";
- this.txtGoodsCode.Location = new System.Drawing.Point(92, 26);
- this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4);
- this.txtGoodsCode.MultiSelect = true;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(167, 26);
- this.txtGoodsCode.TabIndex = 42;
- //
- // txtSemiCheckUserCode
- //
- this.txtSemiCheckUserCode.DataSource = null;
- this.txtSemiCheckUserCode.Enabled = true;
- this.txtSemiCheckUserCode.IsMustInput = false;
- this.txtSemiCheckUserCode.IsWorker = false;
- this.txtSemiCheckUserCode.Location = new System.Drawing.Point(19, 59);
- this.txtSemiCheckUserCode.Margin = new System.Windows.Forms.Padding(5);
- this.txtSemiCheckUserCode.Name = "txtSemiCheckUserCode";
- this.txtSemiCheckUserCode.PurviewType = ((byte)(0));
- this.txtSemiCheckUserCode.SelectMore = true;
- this.txtSemiCheckUserCode.Size = new System.Drawing.Size(240, 26);
- this.txtSemiCheckUserCode.TabIndex = 7;
- this.txtSemiCheckUserCode.Title = "半检工号";
- this.txtSemiCheckUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.txtSemiCheckUserCode.UserCode = "";
- this.txtSemiCheckUserCode.UserID = null;
- this.txtSemiCheckUserCode.UserIDS = null;
- this.txtSemiCheckUserCode.UserName = null;
- //
- // txtGroutingUserCode
- //
- this.txtGroutingUserCode.DataSource = null;
- this.txtGroutingUserCode.Enabled = true;
- this.txtGroutingUserCode.IsMustInput = false;
- this.txtGroutingUserCode.IsWorker = false;
- this.txtGroutingUserCode.Location = new System.Drawing.Point(268, 25);
- this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(5);
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
- this.txtGroutingUserCode.PurviewType = ((byte)(0));
- this.txtGroutingUserCode.SelectMore = true;
- this.txtGroutingUserCode.Size = new System.Drawing.Size(240, 26);
- this.txtGroutingUserCode.TabIndex = 2;
- this.txtGroutingUserCode.Title = "成型工号";
- this.txtGroutingUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.txtGroutingUserCode.UserCode = "";
- this.txtGroutingUserCode.UserID = null;
- this.txtGroutingUserCode.UserIDS = null;
- this.txtGroutingUserCode.UserName = null;
- //
- // dkSemiCheckDefectPositionSearchBox1
- //
- this.dkSemiCheckDefectPositionSearchBox1.DataSource = null;
- this.dkSemiCheckDefectPositionSearchBox1.DefectFineCode = null;
- this.dkSemiCheckDefectPositionSearchBox1.DefectPositionIDS = null;
- this.dkSemiCheckDefectPositionSearchBox1.Enabled = true;
- this.dkSemiCheckDefectPositionSearchBox1.IsMustInput = false;
- this.dkSemiCheckDefectPositionSearchBox1.Location = new System.Drawing.Point(517, 59);
- this.dkSemiCheckDefectPositionSearchBox1.Margin = new System.Windows.Forms.Padding(5);
- this.dkSemiCheckDefectPositionSearchBox1.Name = "dkSemiCheckDefectPositionSearchBox1";
- this.dkSemiCheckDefectPositionSearchBox1.PurviewType = ((byte)(0));
- this.dkSemiCheckDefectPositionSearchBox1.SelectMore = true;
- this.dkSemiCheckDefectPositionSearchBox1.Size = new System.Drawing.Size(256, 26);
- this.dkSemiCheckDefectPositionSearchBox1.TabIndex = 10;
- this.dkSemiCheckDefectPositionSearchBox1.Title = "缺陷位置";
- this.dkSemiCheckDefectPositionSearchBox1.TxtUserBackColor = System.Drawing.SystemColors.Control;
- //
- // txtSemiCheckDateTimeEnd
- //
- this.txtSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
- this.txtSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtSemiCheckDateTimeEnd.Location = new System.Drawing.Point(815, 25);
- this.txtSemiCheckDateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
- this.txtSemiCheckDateTimeEnd.Name = "txtSemiCheckDateTimeEnd";
- this.txtSemiCheckDateTimeEnd.Size = new System.Drawing.Size(179, 25);
- this.txtSemiCheckDateTimeEnd.TabIndex = 6;
- this.txtSemiCheckDateTimeEnd.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
- //
- // 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.SystemColors.ControlText;
- this.c_Label4.Location = new System.Drawing.Point(784, 30);
- this.c_Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label4.Name = "c_Label4";
- this.c_Label4.Size = new System.Drawing.Size(22, 15);
- this.c_Label4.TabIndex = 5;
- this.c_Label4.Text = "至";
- //
- // txtSemiCheckDateTimeStart
- //
- this.txtSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
- this.txtSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtSemiCheckDateTimeStart.Location = new System.Drawing.Point(596, 25);
- this.txtSemiCheckDateTimeStart.Margin = new System.Windows.Forms.Padding(4);
- this.txtSemiCheckDateTimeStart.Name = "txtSemiCheckDateTimeStart";
- this.txtSemiCheckDateTimeStart.Size = new System.Drawing.Size(179, 25);
- this.txtSemiCheckDateTimeStart.TabIndex = 4;
- this.txtSemiCheckDateTimeStart.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(782, 64);
- this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(67, 15);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "产品类别";
- //
- // lblGoodsCode
- //
- this.lblGoodsCode.AutoSize = true;
- this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsCode.Location = new System.Drawing.Point(19, 30);
- this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
- this.lblGoodsCode.TabIndex = 0;
- this.lblGoodsCode.Text = "产品编码";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(517, 30);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(67, 15);
- this.label1.TabIndex = 3;
- this.label1.Text = "半检时间";
- //
- // tsrToolStrip1
- //
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrToolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator4,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(1297, 44);
- this.tsrToolStrip1.TabIndex = 0;
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // 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);
- //
- // F_RPT_030119
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1297, 446);
- this.Controls.Add(this.dgvSum);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "F_RPT_030119";
- this.Text = "半检返修缺陷汇总表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_1001_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private Basics.BaseControls.C_DataGridView dgvSum;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.Label label1;
- private Controls.SearchTextBox.dkSemiCheckDefectPositionSearchBox dkSemiCheckDefectPositionSearchBox1;
- private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeEnd;
- private Basics.BaseControls.C_Label c_Label4;
- private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeStart;
- private System.Windows.Forms.DataGridViewTextBoxColumn defectcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn defectname;
- private Controls.SearchTextBox.dkUserInfoSearchBox txtGroutingUserCode;
- private Controls.SearchTextBox.dkUserInfoSearchBox txtSemiCheckUserCode;
- private Controls.SearchBox.ScbGoods txtGoodsCode;
- private Basics.BaseControls.C_Label lblGoodsCode;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Basics.BaseControls.C_Label c_Label1;
- private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
- private Controls.SearchTextBox.dkDefectSearchBox txtDefectCode;
- }
- }
|