|
|
@@ -0,0 +1,558 @@
|
|
|
+namespace Dongke.IBOSS.PRD.Client.ReportModule
|
|
|
+{
|
|
|
+ partial class F_RPT_080114
|
|
|
+ {
|
|
|
+ /// <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_080114));
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
+ this.tsbtnEdit = 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.cbInpectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
|
|
|
+ this.lblInspectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
+ this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
+ this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
+ this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.dgvQCdata = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.INSPECTBASIS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.inspectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.username = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tsrOperate.SuspendLayout();
|
|
|
+ this.gbxCondition.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).BeginInit();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ 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.tsbtnEdit,
|
|
|
+ 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(834, 35);
|
|
|
+ this.tsrOperate.TabIndex = 0;
|
|
|
+ this.tsrOperate.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // tsbtnEdit
|
|
|
+ //
|
|
|
+ this.tsbtnEdit.AutoSize = false;
|
|
|
+ this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnEdit.Name = "tsbtnEdit";
|
|
|
+ this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnEdit.Text = "导出(&E)";
|
|
|
+ this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_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.cbInpectName);
|
|
|
+ this.gbxCondition.Controls.Add(this.lblInspectName);
|
|
|
+ this.gbxCondition.Controls.Add(this.lblCreateTime);
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
|
|
|
+ this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtBarCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
+ 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(822, 83);
|
|
|
+ this.gbxCondition.TabIndex = 1;
|
|
|
+ this.gbxCondition.TabStop = false;
|
|
|
+ this.gbxCondition.Text = "查询条件 ▼";
|
|
|
+ //
|
|
|
+ // cbInpectName
|
|
|
+ //
|
|
|
+ this.cbInpectName.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.cbInpectName.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.cbInpectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cbInpectName.FormattingEnabled = true;
|
|
|
+ this.cbInpectName.Location = new System.Drawing.Point(289, 18);
|
|
|
+ this.cbInpectName.Name = "cbInpectName";
|
|
|
+ this.cbInpectName.Size = new System.Drawing.Size(128, 20);
|
|
|
+ this.cbInpectName.TabIndex = 43;
|
|
|
+ //
|
|
|
+ // lblInspectName
|
|
|
+ //
|
|
|
+ this.lblInspectName.AutoSize = true;
|
|
|
+ this.lblInspectName.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblInspectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblInspectName.Location = new System.Drawing.Point(206, 22);
|
|
|
+ this.lblInspectName.Name = "lblInspectName";
|
|
|
+ this.lblInspectName.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.lblInspectName.TabIndex = 42;
|
|
|
+ this.lblInspectName.Text = "检验标准名称";
|
|
|
+ //
|
|
|
+ // lblCreateTime
|
|
|
+ //
|
|
|
+ this.lblCreateTime.AutoSize = true;
|
|
|
+ this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblCreateTime.Location = new System.Drawing.Point(422, 22);
|
|
|
+ this.lblCreateTime.Name = "lblCreateTime";
|
|
|
+ this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblCreateTime.TabIndex = 38;
|
|
|
+ this.lblCreateTime.Text = "检验时间";
|
|
|
+ //
|
|
|
+ // dtpCreateTimeEnd
|
|
|
+ //
|
|
|
+ this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpCreateTimeEnd.Location = new System.Drawing.Point(663, 18);
|
|
|
+ this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
|
|
|
+ this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
|
|
|
+ this.dtpCreateTimeEnd.TabIndex = 35;
|
|
|
+ //
|
|
|
+ // lblCreateTimeTo
|
|
|
+ //
|
|
|
+ this.lblCreateTimeTo.AutoSize = true;
|
|
|
+ this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblCreateTimeTo.Location = new System.Drawing.Point(640, 23);
|
|
|
+ this.lblCreateTimeTo.Name = "lblCreateTimeTo";
|
|
|
+ this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.lblCreateTimeTo.TabIndex = 34;
|
|
|
+ this.lblCreateTimeTo.Text = "至";
|
|
|
+ //
|
|
|
+ // dtpCreateTimeBegin
|
|
|
+ //
|
|
|
+ this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpCreateTimeBegin.Location = new System.Drawing.Point(481, 18);
|
|
|
+ this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
|
|
|
+ this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
|
|
|
+ this.dtpCreateTimeBegin.TabIndex = 33;
|
|
|
+ //
|
|
|
+ // 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(731, 45);
|
|
|
+ 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(640, 47);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // txtBarCode
|
|
|
+ //
|
|
|
+ this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtBarCode.ErrorMessage = "";
|
|
|
+ this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtBarCode.Location = new System.Drawing.Point(68, 17);
|
|
|
+ this.txtBarCode.MaxLength = 50;
|
|
|
+ this.txtBarCode.Name = "txtBarCode";
|
|
|
+ this.txtBarCode.Size = new System.Drawing.Size(134, 21);
|
|
|
+ this.txtBarCode.TabIndex = 2;
|
|
|
+ this.txtBarCode.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(9, 21);
|
|
|
+ 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 = "产品条码";
|
|
|
+ //
|
|
|
+ // dgvQCdata
|
|
|
+ //
|
|
|
+ this.dgvQCdata.AllowUserToAddRows = false;
|
|
|
+ this.dgvQCdata.AllowUserToDeleteRows = false;
|
|
|
+ this.dgvQCdata.AllowUserToModifyRows = true;
|
|
|
+ this.dgvQCdata.AllowUserToOrderColumns = true;
|
|
|
+ this.dgvQCdata.AllowUserToSortRows = false;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgvQCdata.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgvQCdata.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvQCdata.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgvQCdata.CellHeight = 23;
|
|
|
+ this.dgvQCdata.ChildNodeColumnName = null;
|
|
|
+ this.dgvQCdata.ChildNodeColumnText = null;
|
|
|
+ this.dgvQCdata.ColumnDeep = 1;
|
|
|
+ this.dgvQCdata.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.dgvQCdata.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgvQCdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
+ this.dgvQCdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.INSPECTITEM,
|
|
|
+ this.INSPECTBASIS});
|
|
|
+ this.dgvQCdata.ColumnTreeView = null;
|
|
|
+ this.dgvQCdata.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.dgvQCdata.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.dgvQCdata.DynamicColumnName = "";
|
|
|
+ this.dgvQCdata.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgvQCdata.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvQCdata.FormatQuantityColumns = null;
|
|
|
+ this.dgvQCdata.HasNode = false;
|
|
|
+ this.dgvQCdata.HorizontalMergeColumn = null;
|
|
|
+ this.dgvQCdata.IsAutoCountSum = true;
|
|
|
+ this.dgvQCdata.IsAutoResizeColumns = false;
|
|
|
+ this.dgvQCdata.IsClickF12 = false;
|
|
|
+ this.dgvQCdata.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgvQCdata.IsSubTotalFlag = false;
|
|
|
+ this.dgvQCdata.IsTopDeep = false;
|
|
|
+ this.dgvQCdata.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.dgvQCdata.Margin = new System.Windows.Forms.Padding(0);
|
|
|
+ this.dgvQCdata.MergeColumnNames = null;
|
|
|
+ this.dgvQCdata.MergeDetailColumnNames = null;
|
|
|
+ this.dgvQCdata.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgvQCdata.MergeOnlyColumn = null;
|
|
|
+ this.dgvQCdata.MultiSelect = false;
|
|
|
+ this.dgvQCdata.Name = "dgvQCdata";
|
|
|
+ this.dgvQCdata.ReadOnly = true;
|
|
|
+ this.dgvQCdata.RefreshAtHscroll = false;
|
|
|
+ this.dgvQCdata.RowHeadersWidth = 50;
|
|
|
+ this.dgvQCdata.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvQCdata.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.dgvQCdata.RowTemplate.Height = 21;
|
|
|
+ this.dgvQCdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgvQCdata.Size = new System.Drawing.Size(826, 388);
|
|
|
+ this.dgvQCdata.SortOrderColumnName = null;
|
|
|
+ this.dgvQCdata.TabIndex = 31;
|
|
|
+ this.dgvQCdata.Tag = true;
|
|
|
+ this.dgvQCdata.TotalSumColumns = null;
|
|
|
+ this.dgvQCdata.ViewRowFilter = "";
|
|
|
+ this.dgvQCdata.VirtualNodes = false;
|
|
|
+ this.dgvQCdata.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
|
|
|
+ //
|
|
|
+ // INSPECTITEM
|
|
|
+ //
|
|
|
+ this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
|
|
|
+ this.INSPECTITEM.HeaderText = "检验项目";
|
|
|
+ this.INSPECTITEM.Name = "INSPECTITEM";
|
|
|
+ this.INSPECTITEM.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // INSPECTBASIS
|
|
|
+ //
|
|
|
+ this.INSPECTBASIS.DataPropertyName = "INSPECTBASIS";
|
|
|
+ this.INSPECTBASIS.HeaderText = "检验依据";
|
|
|
+ this.INSPECTBASIS.Name = "INSPECTBASIS";
|
|
|
+ this.INSPECTBASIS.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.dgvQCdata);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(826, 388);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "检验明细";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.dgvBarcode);
|
|
|
+ this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage1.Name = "tabPage1";
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(826, 388);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "条码汇总";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // dgvBarcode
|
|
|
+ //
|
|
|
+ this.dgvBarcode.AllowUserToAddRows = false;
|
|
|
+ this.dgvBarcode.AllowUserToDeleteRows = false;
|
|
|
+ this.dgvBarcode.AllowUserToModifyRows = true;
|
|
|
+ this.dgvBarcode.AllowUserToOrderColumns = true;
|
|
|
+ dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgvBarcode.CellHeight = 23;
|
|
|
+ this.dgvBarcode.ChildNodeColumnName = null;
|
|
|
+ this.dgvBarcode.ChildNodeColumnText = null;
|
|
|
+ this.dgvBarcode.ColumnDeep = 1;
|
|
|
+ this.dgvBarcode.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.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
+ this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Barcode,
|
|
|
+ this.GoodsCode,
|
|
|
+ this.inspectname,
|
|
|
+ this.username,
|
|
|
+ this.Createtime});
|
|
|
+ this.dgvBarcode.ColumnTreeView = null;
|
|
|
+ this.dgvBarcode.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)));
|
|
|
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dgvBarcode.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ this.dgvBarcode.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.dgvBarcode.DynamicColumnName = "";
|
|
|
+ this.dgvBarcode.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvBarcode.FormatQuantityColumns = null;
|
|
|
+ this.dgvBarcode.HasNode = false;
|
|
|
+ this.dgvBarcode.HorizontalMergeColumn = null;
|
|
|
+ this.dgvBarcode.IsAutoCountSum = true;
|
|
|
+ this.dgvBarcode.IsAutoResizeColumns = false;
|
|
|
+ this.dgvBarcode.IsClickF12 = false;
|
|
|
+ this.dgvBarcode.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgvBarcode.IsSubTotalFlag = false;
|
|
|
+ this.dgvBarcode.IsTopDeep = false;
|
|
|
+ this.dgvBarcode.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.dgvBarcode.MergeColumnNames = null;
|
|
|
+ this.dgvBarcode.MergeDetailColumnNames = null;
|
|
|
+ this.dgvBarcode.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgvBarcode.MergeOnlyColumn = null;
|
|
|
+ this.dgvBarcode.MultiSelect = false;
|
|
|
+ this.dgvBarcode.Name = "dgvBarcode";
|
|
|
+ this.dgvBarcode.ReadOnly = true;
|
|
|
+ this.dgvBarcode.RefreshAtHscroll = false;
|
|
|
+ this.dgvBarcode.RowHeadersWidth = 50;
|
|
|
+ this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
+ dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ this.dgvBarcode.RowTemplate.Height = 21;
|
|
|
+ this.dgvBarcode.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgvBarcode.ShowEditingIcon = false;
|
|
|
+ this.dgvBarcode.Size = new System.Drawing.Size(826, 388);
|
|
|
+ this.dgvBarcode.SortOrderColumnName = null;
|
|
|
+ this.dgvBarcode.TabIndex = 0;
|
|
|
+ this.dgvBarcode.Tag = true;
|
|
|
+ this.dgvBarcode.TotalSumColumns = null;
|
|
|
+ this.dgvBarcode.ViewRowFilter = "";
|
|
|
+ this.dgvBarcode.VirtualMode = true;
|
|
|
+ this.dgvBarcode.VirtualNodes = false;
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(0, 121);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(834, 414);
|
|
|
+ this.tabControl1.TabIndex = 32;
|
|
|
+ //
|
|
|
+ // Barcode
|
|
|
+ //
|
|
|
+ this.Barcode.DataPropertyName = "Barcode";
|
|
|
+ this.Barcode.HeaderText = "产品条码";
|
|
|
+ this.Barcode.Name = "Barcode";
|
|
|
+ this.Barcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GoodsCode
|
|
|
+ //
|
|
|
+ this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
+ this.GoodsCode.HeaderText = "产品编码";
|
|
|
+ this.GoodsCode.Name = "GoodsCode";
|
|
|
+ this.GoodsCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // inspectname
|
|
|
+ //
|
|
|
+ this.inspectname.DataPropertyName = "inspectname";
|
|
|
+ this.inspectname.HeaderText = "检验标准名称";
|
|
|
+ this.inspectname.Name = "inspectname";
|
|
|
+ this.inspectname.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // username
|
|
|
+ //
|
|
|
+ this.username.DataPropertyName = "username";
|
|
|
+ this.username.HeaderText = "检验人";
|
|
|
+ this.username.Name = "username";
|
|
|
+ this.username.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // Createtime
|
|
|
+ //
|
|
|
+ this.Createtime.DataPropertyName = "Createtime";
|
|
|
+ dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.Createtime.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ this.Createtime.HeaderText = "检验时间";
|
|
|
+ this.Createtime.Name = "Createtime";
|
|
|
+ this.Createtime.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // F_RPT_080114
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(834, 539);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.gbxCondition);
|
|
|
+ this.Controls.Add(this.tsrOperate);
|
|
|
+ this.Name = "F_RPT_080114";
|
|
|
+ this.Text = "QC检验数据明细表";
|
|
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080114_FormClosed);
|
|
|
+ this.Load += new System.EventHandler(this.F_RPT_080114_Load);
|
|
|
+ this.tsrOperate.ResumeLayout(false);
|
|
|
+ this.tsrOperate.PerformLayout();
|
|
|
+ this.gbxCondition.ResumeLayout(false);
|
|
|
+ this.gbxCondition.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).EndInit();
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ 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_Button btnClearCondition;
|
|
|
+ private Basics.BaseControls.C_Button btnSearch;
|
|
|
+ private Basics.BaseControls.C_Label c_Label1;
|
|
|
+ private Basics.BaseControls.C_TextBox txtBarCode;
|
|
|
+ private Basics.BaseControls.C_DataGridView dgvQCdata;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnEdit;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTBASIS;
|
|
|
+ private Basics.BaseControls.C_ComboBox cbInpectName;
|
|
|
+ private Basics.BaseControls.C_Label lblInspectName;
|
|
|
+ private Basics.BaseControls.C_Label lblCreateTime;
|
|
|
+ private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
|
|
|
+ private Basics.BaseControls.C_Label lblCreateTimeTo;
|
|
|
+ private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private Basics.BaseControls.C_DataGridView dgvBarcode;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn inspectname;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn username;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
|
|
|
+ }
|
|
|
+}
|