namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_080110
{
///
/// 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_RPT_080110));
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();
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.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.lblCreateTime = 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.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MATNR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IDNRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MEINS = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MENGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IDNRKNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IDNRKONLYCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CHARG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LGORT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RELATIONID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cbNoOnlyCodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblNoOnlyCodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.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(920, 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(90, 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.cbNoOnlyCodeFlag);
this.gbxCondition.Controls.Add(this.lblNoOnlyCodeFlag);
this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
this.gbxCondition.Controls.Add(this.lblCreateTime);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.txtIdnrkName);
this.gbxCondition.Controls.Add(this.lblIdnrkName);
this.gbxCondition.Controls.Add(this.txtBarCode);
this.gbxCondition.Controls.Add(this.txtMatnr);
this.gbxCondition.Controls.Add(this.txtIdnrk);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.lblMatnr);
this.gbxCondition.Controls.Add(this.lblIdnrk);
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(908, 83);
this.gbxCondition.TabIndex = 1;
this.gbxCondition.TabStop = false;
this.gbxCondition.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(653, 17);
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(630, 22);
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(471, 17);
this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
this.dtpCreateTimeBegin.TabIndex = 33;
//
// 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(412, 21);
this.lblCreateTime.Name = "lblCreateTime";
this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
this.lblCreateTime.TabIndex = 32;
this.lblCreateTime.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(817, 47);
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(726, 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);
//
// txtIdnrkName
//
this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIdnrkName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIdnrkName.ErrorMessage = "";
this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIdnrkName.Location = new System.Drawing.Point(267, 44);
this.txtIdnrkName.Name = "txtIdnrkName";
this.txtIdnrkName.Size = new System.Drawing.Size(139, 21);
this.txtIdnrkName.TabIndex = 27;
this.txtIdnrkName.TextValue = "";
//
// lblIdnrkName
//
this.lblIdnrkName.AutoSize = true;
this.lblIdnrkName.BackColor = System.Drawing.Color.Transparent;
this.lblIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIdnrkName.Location = new System.Drawing.Point(208, 48);
this.lblIdnrkName.Name = "lblIdnrkName";
this.lblIdnrkName.Size = new System.Drawing.Size(53, 12);
this.lblIdnrkName.TabIndex = 26;
this.lblIdnrkName.Text = "组件名称";
//
// 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 = "";
//
// txtMatnr
//
this.txtMatnr.BackColor = System.Drawing.SystemColors.Window;
this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMatnr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtMatnr.ErrorMessage = "";
this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMatnr.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtMatnr.Location = new System.Drawing.Point(267, 17);
this.txtMatnr.MaxLength = 20;
this.txtMatnr.Name = "txtMatnr";
this.txtMatnr.Size = new System.Drawing.Size(139, 21);
this.txtMatnr.TabIndex = 5;
this.txtMatnr.TextValue = "";
//
// txtIdnrk
//
this.txtIdnrk.BackColor = System.Drawing.SystemColors.Window;
this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIdnrk.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIdnrk.ErrorMessage = "";
this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIdnrk.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtIdnrk.Location = new System.Drawing.Point(68, 44);
this.txtIdnrk.MaxLength = 20;
this.txtIdnrk.Name = "txtIdnrk";
this.txtIdnrk.Size = new System.Drawing.Size(134, 21);
this.txtIdnrk.TabIndex = 12;
this.txtIdnrk.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 = "产品条码";
//
// lblMatnr
//
this.lblMatnr.AutoSize = true;
this.lblMatnr.BackColor = System.Drawing.Color.Transparent;
this.lblMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMatnr.Location = new System.Drawing.Point(208, 21);
this.lblMatnr.Name = "lblMatnr";
this.lblMatnr.Size = new System.Drawing.Size(53, 12);
this.lblMatnr.TabIndex = 4;
this.lblMatnr.Text = "物料编码";
//
// lblIdnrk
//
this.lblIdnrk.AutoSize = true;
this.lblIdnrk.BackColor = System.Drawing.Color.Transparent;
this.lblIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIdnrk.Location = new System.Drawing.Point(9, 48);
this.lblIdnrk.Name = "lblIdnrk";
this.lblIdnrk.Size = new System.Drawing.Size(53, 12);
this.lblIdnrk.TabIndex = 11;
this.lblIdnrk.Text = "组件编码";
//
// dgvBarcodeIdnrk
//
this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvBarcodeIdnrk.CellHeight = 23;
this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
this.dgvBarcodeIdnrk.ColumnDeep = 1;
this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BARCODE,
this.MATNR,
this.IDNRK,
this.MEINS,
this.MENGE,
this.IDNRKNAME,
this.IDNRKONLYCODE,
this.CHARG,
this.LGORT,
this.CREATEUSERNAME,
this.CREATETIME,
this.PROCEDURENAME,
this.RELATIONID});
this.dgvBarcodeIdnrk.ColumnTreeView = null;
this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.DynamicColumnName = "";
this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
this.dgvBarcodeIdnrk.IsAutoCountSum = true;
this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
this.dgvBarcodeIdnrk.IsClickF12 = false;
this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
this.dgvBarcodeIdnrk.IsTopDeep = false;
this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 124);
this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
this.dgvBarcodeIdnrk.MergeColumnNames = null;
this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
this.dgvBarcodeIdnrk.MultiSelect = false;
this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
this.dgvBarcodeIdnrk.ReadOnly = true;
this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(908, 415);
this.dgvBarcodeIdnrk.SortOrderColumnName = null;
this.dgvBarcodeIdnrk.TabIndex = 31;
this.dgvBarcodeIdnrk.Tag = true;
this.dgvBarcodeIdnrk.TotalSumColumns = null;
this.dgvBarcodeIdnrk.ViewRowFilter = "";
this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
//
// BARCODE
//
this.BARCODE.DataPropertyName = "BARCODE";
this.BARCODE.HeaderText = "产品条码";
this.BARCODE.Name = "BARCODE";
this.BARCODE.ReadOnly = true;
//
// MATNR
//
this.MATNR.DataPropertyName = "MATNR";
this.MATNR.HeaderText = "物料编码";
this.MATNR.Name = "MATNR";
this.MATNR.ReadOnly = true;
//
// IDNRK
//
this.IDNRK.DataPropertyName = "IDNRK";
this.IDNRK.HeaderText = "组件编码";
this.IDNRK.Name = "IDNRK";
this.IDNRK.ReadOnly = true;
//
// MEINS
//
this.MEINS.DataPropertyName = "MEINS";
this.MEINS.HeaderText = "组件单位";
this.MEINS.Name = "MEINS";
this.MEINS.ReadOnly = true;
//
// MENGE
//
this.MENGE.DataPropertyName = "MENGE";
this.MENGE.HeaderText = "组件数量";
this.MENGE.Name = "MENGE";
this.MENGE.ReadOnly = true;
//
// IDNRKNAME
//
this.IDNRKNAME.DataPropertyName = "IDNRKNAME";
this.IDNRKNAME.HeaderText = "组件名称";
this.IDNRKNAME.Name = "IDNRKNAME";
this.IDNRKNAME.ReadOnly = true;
//
// IDNRKONLYCODE
//
this.IDNRKONLYCODE.DataPropertyName = "IDNRKONLYCODE";
this.IDNRKONLYCODE.HeaderText = "组件唯一编码";
this.IDNRKONLYCODE.Name = "IDNRKONLYCODE";
this.IDNRKONLYCODE.ReadOnly = true;
//
// CHARG
//
this.CHARG.DataPropertyName = "CHARG";
this.CHARG.HeaderText = "批次";
this.CHARG.Name = "CHARG";
this.CHARG.ReadOnly = true;
//
// LGORT
//
this.LGORT.DataPropertyName = "LGORT";
this.LGORT.HeaderText = "库存地点";
this.LGORT.Name = "LGORT";
this.LGORT.ReadOnly = true;
//
// CREATEUSERNAME
//
this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
this.CREATEUSERNAME.HeaderText = "装配人";
this.CREATEUSERNAME.Name = "CREATEUSERNAME";
this.CREATEUSERNAME.ReadOnly = true;
//
// CREATETIME
//
this.CREATETIME.DataPropertyName = "CREATETIME";
this.CREATETIME.HeaderText = "装配时间";
this.CREATETIME.Name = "CREATETIME";
this.CREATETIME.ReadOnly = true;
//
// PROCEDURENAME
//
this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
this.PROCEDURENAME.HeaderText = "装配工序";
this.PROCEDURENAME.Name = "PROCEDURENAME";
this.PROCEDURENAME.ReadOnly = true;
//
// RELATIONID
//
this.RELATIONID.DataPropertyName = "RELATIONID";
this.RELATIONID.HeaderText = "RELATIONID";
this.RELATIONID.Name = "RELATIONID";
this.RELATIONID.ReadOnly = true;
this.RELATIONID.Visible = false;
//
// cbNoOnlyCodeFlag
//
this.cbNoOnlyCodeFlag.BackColor = System.Drawing.SystemColors.Window;
this.cbNoOnlyCodeFlag.BackgroundColor = System.Drawing.SystemColors.Window;
this.cbNoOnlyCodeFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbNoOnlyCodeFlag.FormattingEnabled = true;
this.cbNoOnlyCodeFlag.Location = new System.Drawing.Point(495, 45);
this.cbNoOnlyCodeFlag.Name = "cbNoOnlyCodeFlag";
this.cbNoOnlyCodeFlag.Size = new System.Drawing.Size(128, 20);
this.cbNoOnlyCodeFlag.TabIndex = 37;
//
// lblNoOnlyCodeFlag
//
this.lblNoOnlyCodeFlag.AutoSize = true;
this.lblNoOnlyCodeFlag.BackColor = System.Drawing.Color.Transparent;
this.lblNoOnlyCodeFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblNoOnlyCodeFlag.Location = new System.Drawing.Point(412, 49);
this.lblNoOnlyCodeFlag.Name = "lblNoOnlyCodeFlag";
this.lblNoOnlyCodeFlag.Size = new System.Drawing.Size(77, 12);
this.lblNoOnlyCodeFlag.TabIndex = 36;
this.lblNoOnlyCodeFlag.Text = "无唯一码组件";
//
// F_RPT_080110
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(920, 539);
this.Controls.Add(this.dgvBarcodeIdnrk);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_RPT_080110";
this.Text = "产品装配明细表";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080110_FormClosed);
this.Load += new System.EventHandler(this.F_RPT_080110_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).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_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblIdnrk;
private Basics.BaseControls.C_TextBox txtIdnrk;
private Basics.BaseControls.C_TextBox txtMatnr;
private Basics.BaseControls.C_Label lblMatnr;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtBarCode;
private Basics.BaseControls.C_TextBox txtIdnrkName;
private Basics.BaseControls.C_Label lblIdnrkName;
private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
private Basics.BaseControls.C_Label lblCreateTimeTo;
private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
private Basics.BaseControls.C_Label lblCreateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MATNR;
private System.Windows.Forms.DataGridViewTextBoxColumn IDNRK;
private System.Windows.Forms.DataGridViewTextBoxColumn MEINS;
private System.Windows.Forms.DataGridViewTextBoxColumn MENGE;
private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKONLYCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CHARG;
private System.Windows.Forms.DataGridViewTextBoxColumn LGORT;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
private System.Windows.Forms.DataGridViewTextBoxColumn RELATIONID;
private Basics.BaseControls.C_ComboBox cbNoOnlyCodeFlag;
private Basics.BaseControls.C_Label lblNoOnlyCodeFlag;
}
}