namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_1603
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1603));
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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dropSemiTestType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblSemiTestDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblSemiTestDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpSemiTestDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dtpSemiTestDateStart = 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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dgvSemiTestDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.SemiTestDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvSemiTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.SemiTestID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TestDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SemiTestType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvSemiTest)).BeginInit();
this.SuspendLayout();
//
// 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);
//
// 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.tsbtnApprover,
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(1131, 35);
this.tsrOperate.TabIndex = 34;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnApprover
//
this.tsbtnApprover.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbtnApprover.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnApprover.Image")));
this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnApprover.Name = "tsbtnApprover";
this.tsbtnApprover.Size = new System.Drawing.Size(33, 32);
this.tsbtnApprover.Text = "审批";
this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_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);
//
// 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.lblUser);
this.gbxCondition.Controls.Add(this.scbUser);
this.gbxCondition.Controls.Add(this.dropSemiTestType);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.txtRemarks);
this.gbxCondition.Controls.Add(this.lblRemarks);
this.gbxCondition.Controls.Add(this.lblSemiTestDateStart);
this.gbxCondition.Controls.Add(this.lblSemiTestDateEnd);
this.gbxCondition.Controls.Add(this.dtpSemiTestDateEnd);
this.gbxCondition.Controls.Add(this.dtpSemiTestDateStart);
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, 42);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(1119, 92);
this.gbxCondition.TabIndex = 35;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// dropSemiTestType
//
this.dropSemiTestType.BackColor = System.Drawing.SystemColors.Window;
this.dropSemiTestType.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropSemiTestType.DataSource = null;
this.dropSemiTestType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropSemiTestType.FormattingEnabled = true;
//
//
//
this.dropSemiTestType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.dropSemiTestType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropSemiTestType.ListBox.IntegralHeight = false;
this.dropSemiTestType.ListBox.Location = new System.Drawing.Point(0, 0);
this.dropSemiTestType.ListBox.Name = "";
this.dropSemiTestType.ListBox.Size = new System.Drawing.Size(152, 136);
this.dropSemiTestType.ListBox.TabIndex = 0;
this.dropSemiTestType.Location = new System.Drawing.Point(742, 25);
this.dropSemiTestType.Name = "dropSemiTestType";
this.dropSemiTestType.Size = new System.Drawing.Size(154, 20);
this.dropSemiTestType.TabIndex = 29;
//
// 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(683, 29);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 28;
this.c_Label1.Text = "半检类别";
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(89, 50);
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(588, 31);
this.txtRemarks.TabIndex = 15;
this.txtRemarks.TextValue = "";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.Location = new System.Drawing.Point(54, 53);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 14;
this.lblRemarks.Text = "备注";
//
// lblSemiTestDateStart
//
this.lblSemiTestDateStart.AutoSize = true;
this.lblSemiTestDateStart.BackColor = System.Drawing.Color.Transparent;
this.lblSemiTestDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSemiTestDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSemiTestDateStart.Location = new System.Drawing.Point(30, 29);
this.lblSemiTestDateStart.Name = "lblSemiTestDateStart";
this.lblSemiTestDateStart.Size = new System.Drawing.Size(53, 12);
this.lblSemiTestDateStart.TabIndex = 4;
this.lblSemiTestDateStart.Text = "开始日期";
//
// lblSemiTestDateEnd
//
this.lblSemiTestDateEnd.AutoSize = true;
this.lblSemiTestDateEnd.BackColor = System.Drawing.Color.Transparent;
this.lblSemiTestDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSemiTestDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSemiTestDateEnd.Location = new System.Drawing.Point(251, 29);
this.lblSemiTestDateEnd.Name = "lblSemiTestDateEnd";
this.lblSemiTestDateEnd.Size = new System.Drawing.Size(53, 12);
this.lblSemiTestDateEnd.TabIndex = 6;
this.lblSemiTestDateEnd.Text = "结束日期";
//
// dtpSemiTestDateEnd
//
this.dtpSemiTestDateEnd.CustomFormat = "yyyy-MM-dd";
this.dtpSemiTestDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpSemiTestDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSemiTestDateEnd.Location = new System.Drawing.Point(310, 25);
this.dtpSemiTestDateEnd.Name = "dtpSemiTestDateEnd";
this.dtpSemiTestDateEnd.Size = new System.Drawing.Size(156, 21);
this.dtpSemiTestDateEnd.TabIndex = 7;
//
// dtpSemiTestDateStart
//
this.dtpSemiTestDateStart.CustomFormat = "yyyy-MM-dd";
this.dtpSemiTestDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpSemiTestDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSemiTestDateStart.Location = new System.Drawing.Point(89, 25);
this.dtpSemiTestDateStart.Name = "dtpSemiTestDateStart";
this.dtpSemiTestDateStart.Size = new System.Drawing.Size(156, 21);
this.dtpSemiTestDateStart.TabIndex = 5;
//
// 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(1022, 51);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 11;
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(931, 51);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 10;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(0, 462);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1119, 280);
this.tabControl1.TabIndex = 36;
//
// tabPage1
//
this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
this.tabPage1.Controls.Add(this.dgvSemiTestDetail);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1111, 254);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "半检明细";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dgvSemiTestDetail
//
this.dgvSemiTestDetail.AllowUserToAddRows = false;
this.dgvSemiTestDetail.AllowUserToDeleteRows = false;
this.dgvSemiTestDetail.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvSemiTestDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvSemiTestDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvSemiTestDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvSemiTestDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvSemiTestDetail.CellHeight = 23;
this.dgvSemiTestDetail.ChildNodeColumnName = null;
this.dgvSemiTestDetail.ChildNodeColumnText = null;
this.dgvSemiTestDetail.ColumnDeep = 1;
this.dgvSemiTestDetail.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.dgvSemiTestDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvSemiTestDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvSemiTestDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SemiTestDate,
this.GroutingUserCode,
this.GoodsCode,
this.GoodsName,
this.GoodsSpecification,
this.GoodsModel,
this.GoodsTypeName,
this.dictionaryvalue});
this.dgvSemiTestDetail.ColumnTreeView = null;
this.dgvSemiTestDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
this.dgvSemiTestDetail.DynamicColumnName = "";
this.dgvSemiTestDetail.EnableHeadersVisualStyles = false;
this.dgvSemiTestDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSemiTestDetail.FormatQuantityColumns = null;
this.dgvSemiTestDetail.HorizontalMergeColumn = null;
this.dgvSemiTestDetail.IsAutoCountSum = true;
this.dgvSemiTestDetail.IsAutoResizeColumns = false;
this.dgvSemiTestDetail.IsClickF12 = false;
this.dgvSemiTestDetail.IsOpenMergeCellFlag = false;
this.dgvSemiTestDetail.IsSubTotalFlag = false;
this.dgvSemiTestDetail.IsTopDeep = false;
this.dgvSemiTestDetail.Location = new System.Drawing.Point(0, 3);
this.dgvSemiTestDetail.MergeColumnNames = null;
this.dgvSemiTestDetail.MergeDetailColumnNames = null;
this.dgvSemiTestDetail.MergeDetailOnlyColumn = null;
this.dgvSemiTestDetail.MergeOnlyColumn = null;
this.dgvSemiTestDetail.Name = "dgvSemiTestDetail";
this.dgvSemiTestDetail.ReadOnly = true;
this.dgvSemiTestDetail.RefreshAtHscroll = false;
this.dgvSemiTestDetail.RowHeadersWidth = 50;
this.dgvSemiTestDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvSemiTestDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvSemiTestDetail.RowTemplate.Height = 21;
this.dgvSemiTestDetail.Size = new System.Drawing.Size(1108, 245);
this.dgvSemiTestDetail.SortOrderColumnName = null;
this.dgvSemiTestDetail.TabIndex = 38;
this.dgvSemiTestDetail.Tag = true;
this.dgvSemiTestDetail.TotalSumColumns = null;
this.dgvSemiTestDetail.ViewRowFilter = "";
//
// SemiTestDate
//
this.SemiTestDate.DataPropertyName = "SemiTestDate";
this.SemiTestDate.HeaderText = "检验日期";
this.SemiTestDate.Name = "SemiTestDate";
this.SemiTestDate.ReadOnly = true;
//
// GroutingUserCode
//
this.GroutingUserCode.DataPropertyName = "UserCode";
this.GroutingUserCode.HeaderText = "成型工号";
this.GroutingUserCode.Name = "GroutingUserCode";
this.GroutingUserCode.ReadOnly = true;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
//
// GoodsSpecification
//
this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
this.GoodsSpecification.HeaderText = "规格";
this.GoodsSpecification.Name = "GoodsSpecification";
this.GoodsSpecification.ReadOnly = true;
//
// GoodsModel
//
this.GoodsModel.DataPropertyName = "GoodsModel";
this.GoodsModel.HeaderText = "型号";
this.GoodsModel.Name = "GoodsModel";
this.GoodsModel.ReadOnly = true;
//
// GoodsTypeName
//
this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
this.GoodsTypeName.HeaderText = "类别";
this.GoodsTypeName.Name = "GoodsTypeName";
this.GoodsTypeName.ReadOnly = true;
//
// dictionaryvalue
//
this.dictionaryvalue.DataPropertyName = "dictionaryvalue";
this.dictionaryvalue.HeaderText = "缺陷";
this.dictionaryvalue.Name = "dictionaryvalue";
this.dictionaryvalue.ReadOnly = true;
//
// dgvSemiTest
//
this.dgvSemiTest.AllowUserToAddRows = false;
this.dgvSemiTest.AllowUserToDeleteRows = false;
this.dgvSemiTest.AllowUserToModifyRows = true;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvSemiTest.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvSemiTest.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.dgvSemiTest.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvSemiTest.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvSemiTest.CellHeight = 23;
this.dgvSemiTest.ChildNodeColumnName = null;
this.dgvSemiTest.ChildNodeColumnText = null;
this.dgvSemiTest.ColumnDeep = 1;
this.dgvSemiTest.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.dgvSemiTest.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvSemiTest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvSemiTest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SemiTestID,
this.UserCode,
this.TestDate,
this.SemiTestType,
this.Remarks,
this.OPTimeStamp});
this.dgvSemiTest.ColumnTreeView = null;
this.dgvSemiTest.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.dgvSemiTest.DynamicColumnName = "";
this.dgvSemiTest.EnableHeadersVisualStyles = false;
this.dgvSemiTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSemiTest.FormatQuantityColumns = null;
this.dgvSemiTest.HorizontalMergeColumn = null;
this.dgvSemiTest.IsAutoCountSum = true;
this.dgvSemiTest.IsAutoResizeColumns = false;
this.dgvSemiTest.IsClickF12 = false;
this.dgvSemiTest.IsOpenMergeCellFlag = false;
this.dgvSemiTest.IsSubTotalFlag = false;
this.dgvSemiTest.IsTopDeep = false;
this.dgvSemiTest.Location = new System.Drawing.Point(0, 140);
this.dgvSemiTest.MergeColumnNames = null;
this.dgvSemiTest.MergeDetailColumnNames = null;
this.dgvSemiTest.MergeDetailOnlyColumn = null;
this.dgvSemiTest.MergeOnlyColumn = null;
this.dgvSemiTest.Name = "dgvSemiTest";
this.dgvSemiTest.ReadOnly = true;
this.dgvSemiTest.RefreshAtHscroll = false;
this.dgvSemiTest.RowHeadersWidth = 50;
this.dgvSemiTest.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvSemiTest.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvSemiTest.RowTemplate.Height = 21;
this.dgvSemiTest.Size = new System.Drawing.Size(1119, 316);
this.dgvSemiTest.SortOrderColumnName = null;
this.dgvSemiTest.TabIndex = 37;
this.dgvSemiTest.Tag = true;
this.dgvSemiTest.TotalSumColumns = null;
this.dgvSemiTest.ViewRowFilter = "";
this.dgvSemiTest.SelectionChanged += new System.EventHandler(this.dgvSemiTest_SelectionChanged);
//
// SemiTestID
//
this.SemiTestID.DataPropertyName = "SemiTestID";
this.SemiTestID.HeaderText = "SemiTestID";
this.SemiTestID.Name = "SemiTestID";
this.SemiTestID.ReadOnly = true;
this.SemiTestID.Visible = false;
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "检验工号";
this.UserCode.Name = "UserCode";
this.UserCode.ReadOnly = true;
this.UserCode.Width = 120;
//
// TestDate
//
this.TestDate.DataPropertyName = "TestDate";
this.TestDate.HeaderText = "检验日期";
this.TestDate.Name = "TestDate";
this.TestDate.ReadOnly = true;
this.TestDate.Width = 120;
//
// SemiTestType
//
this.SemiTestType.DataPropertyName = "SemiTestType";
this.SemiTestType.HeaderText = "半检类别";
this.SemiTestType.Name = "SemiTestType";
this.SemiTestType.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
this.Remarks.Width = 600;
//
// OPTimeStamp
//
this.OPTimeStamp.DataPropertyName = "OPTimeStamp";
this.OPTimeStamp.HeaderText = "OPTimeStamp";
this.OPTimeStamp.Name = "OPTimeStamp";
this.OPTimeStamp.ReadOnly = true;
this.OPTimeStamp.Visible = false;
//
// lblUser
//
this.lblUser.AutoSize = true;
this.lblUser.BackColor = System.Drawing.Color.Transparent;
this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUser.Location = new System.Drawing.Point(472, 29);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(53, 12);
this.lblUser.TabIndex = 53;
this.lblUser.Text = "检验工号";
//
// scbUser
//
this.scbUser.CheckedData = null;
this.scbUser.IsWorker = false;
this.scbUser.Location = new System.Drawing.Point(531, 25);
this.scbUser.Name = "scbUser";
this.scbUser.Size = new System.Drawing.Size(146, 21);
this.scbUser.TabIndex = 52;
//
// F_PM_1603
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 742);
this.Controls.Add(this.dgvSemiTest);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.gbxCondition);
this.Name = "F_PM_1603";
this.Text = "F_PM_1603";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1603_FormClosed);
this.Load += new System.EventHandler(this.F_PM_1603_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvSemiTest)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Label lblSemiTestDateStart;
private Basics.BaseControls.C_Label lblSemiTestDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateStart;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_TextBox txtRemarks;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private Basics.BaseControls.C_DataGridView dgvSemiTest;
private System.Windows.Forms.ToolStripButton tsbtnApprover;
private Basics.BaseControls.C_DataGridView dgvSemiTestDetail;
private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestDate;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue;
private Basics.BaseControls.DKListBoxComboBox dropSemiTestType;
private Basics.BaseControls.C_Label c_Label1;
private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestID;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn TestDate;
private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestType;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewTextBoxColumn OPTimeStamp;
private Basics.BaseControls.C_Label lblUser;
private Controls.SearchBox.ScbUser scbUser;
}
}