namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_0104_1
{
///
/// 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_0104_1));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = 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();
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.cbSelectAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.gbxConditions = new System.Windows.Forms.GroupBox();
this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dgvGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.GUUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GUUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colGMouldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastGroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.NoGroutingRreason = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.UserCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
this.gbxConditions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingUser)).BeginInit();
this.SuspendLayout();
//
// lblGroutingLineCode
//
this.lblGroutingLineCode.AutoSize = true;
this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 23);
this.lblGroutingLineCode.Name = "lblGroutingLineCode";
this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLineCode.TabIndex = 0;
this.lblGroutingLineCode.Text = "成型线编码";
//
// txtGroutingLineCode
//
this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGroutingLineCode.ErrorMessage = "";
this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
this.txtGroutingLineCode.MaxLength = 30;
this.txtGroutingLineCode.Name = "txtGroutingLineCode";
this.txtGroutingLineCode.Size = new System.Drawing.Size(124, 21);
this.txtGroutingLineCode.TabIndex = 1;
//
// lblGroutingLineName
//
this.lblGroutingLineName.AutoSize = true;
this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
this.lblGroutingLineName.Location = new System.Drawing.Point(6, 49);
this.lblGroutingLineName.Name = "lblGroutingLineName";
this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLineName.TabIndex = 4;
this.lblGroutingLineName.Text = "成型线名称";
//
// txtGroutingLineName
//
this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineName.ErrorMessage = "";
this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingLineName.Location = new System.Drawing.Point(77, 45);
this.txtGroutingLineName.MaxLength = 50;
this.txtGroutingLineName.Name = "txtGroutingLineName";
this.txtGroutingLineName.Size = new System.Drawing.Size(124, 21);
this.txtGroutingLineName.TabIndex = 5;
//
// dgvGroutingLine
//
this.dgvGroutingLine.AllowUserToAddRows = false;
this.dgvGroutingLine.AllowUserToDeleteRows = false;
this.dgvGroutingLine.AllowUserToModifyRows = true;
this.dgvGroutingLine.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGroutingLine.CellHeight = 23;
this.dgvGroutingLine.ChildNodeColumnName = null;
this.dgvGroutingLine.ChildNodeColumnText = null;
this.dgvGroutingLine.ColumnDeep = 1;
this.dgvGroutingLine.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.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GroutingLineID,
this.sel,
this.GroutingLineCode,
this.GroutingLineName,
this.colGMouldType,
this.GMouldStatus,
this.MouldQuantity,
this.colGoodsCode,
this.GroutingUserID,
this.GroutingUserCode,
this.LastGroutingDate,
this.LastGroutingBatchNo,
this.GroutingNum,
this.NoGroutingRreason,
this.UserCount,
this.CanManyTimes});
this.dgvGroutingLine.ColumnTreeView = null;
this.dgvGroutingLine.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle6;
this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvGroutingLine.DynamicColumnName = "";
this.dgvGroutingLine.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvGroutingLine.EnableHeadersVisualStyles = false;
this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGroutingLine.IsAutoCountSum = true;
this.dgvGroutingLine.IsAutoResizeColumns = false;
this.dgvGroutingLine.IsClickF12 = false;
this.dgvGroutingLine.IsSubTotalFlag = false;
this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvGroutingLine.MultiSelect = false;
this.dgvGroutingLine.Name = "dgvGroutingLine";
this.dgvGroutingLine.RefreshAtHscroll = false;
this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvGroutingLine.RowTemplate.Height = 21;
this.dgvGroutingLine.Size = new System.Drawing.Size(560, 408);
this.dgvGroutingLine.SortOrderColumnName = null;
this.dgvGroutingLine.TabIndex = 0;
this.dgvGroutingLine.Tag = "";
this.dgvGroutingLine.TotalSumColumns = null;
this.dgvGroutingLine.ViewRowFilter = "";
this.dgvGroutingLine.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLine_CellValueChanged);
this.dgvGroutingLine.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvGroutingLine_CurrentCellDirtyStateChanged);
this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
this.dgvGroutingLine.Sorted += new System.EventHandler(this.dgvGroutingLine_Sorted);
//
// 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);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(635, 39);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 8;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(653, 507);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(744, 507);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
//
// cbSelectAll
//
this.cbSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbSelectAll.AutoSize = true;
this.cbSelectAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbSelectAll.Location = new System.Drawing.Point(12, 507);
this.cbSelectAll.Name = "cbSelectAll";
this.cbSelectAll.Size = new System.Drawing.Size(48, 16);
this.cbSelectAll.TabIndex = 3;
this.cbSelectAll.Text = "全选";
this.cbSelectAll.UseVisualStyleBackColor = true;
this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
//
// lblUserCode
//
this.lblUserCode.AutoSize = true;
this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
this.lblUserCode.Location = new System.Drawing.Point(207, 23);
this.lblUserCode.Name = "lblUserCode";
this.lblUserCode.Size = new System.Drawing.Size(53, 12);
this.lblUserCode.TabIndex = 2;
this.lblUserCode.Text = "成型工号";
//
// txtUserCode
//
this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtUserCode.ErrorMessage = "";
this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtUserCode.Location = new System.Drawing.Point(266, 19);
this.txtUserCode.MaxLength = 20;
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(124, 21);
this.txtUserCode.TabIndex = 3;
//
// gbxConditions
//
this.gbxConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxConditions.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
this.gbxConditions.Controls.Add(this.btnClearCondition);
this.gbxConditions.Controls.Add(this.dtpGroutingDate);
this.gbxConditions.Controls.Add(this.txtUserCode);
this.gbxConditions.Controls.Add(this.lblUserCode);
this.gbxConditions.Controls.Add(this.lblGroutingDate);
this.gbxConditions.Controls.Add(this.btnSearch);
this.gbxConditions.Controls.Add(this.lblGroutingLineCode);
this.gbxConditions.Controls.Add(this.txtGroutingLineCode);
this.gbxConditions.Controls.Add(this.txtGroutingLineName);
this.gbxConditions.Controls.Add(this.lblGroutingLineName);
this.gbxConditions.Location = new System.Drawing.Point(12, 12);
this.gbxConditions.Name = "gbxConditions";
this.gbxConditions.Size = new System.Drawing.Size(817, 75);
this.gbxConditions.TabIndex = 0;
this.gbxConditions.TabStop = false;
this.gbxConditions.Text = "查询条件";
//
// dtpGroutingDate
//
this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpGroutingDate.Location = new System.Drawing.Point(266, 45);
this.dtpGroutingDate.Name = "dtpGroutingDate";
this.dtpGroutingDate.Size = new System.Drawing.Size(124, 21);
this.dtpGroutingDate.TabIndex = 7;
//
// lblGroutingDate
//
this.lblGroutingDate.AutoSize = true;
this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingDate.Location = new System.Drawing.Point(207, 49);
this.lblGroutingDate.Name = "lblGroutingDate";
this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
this.lblGroutingDate.TabIndex = 6;
this.lblGroutingDate.Text = "注浆日期";
//
// splitContainer1
//
this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(12, 93);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvGroutingLine);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvGroutingUser);
this.splitContainer1.Size = new System.Drawing.Size(817, 408);
this.splitContainer1.SplitterDistance = 560;
this.splitContainer1.TabIndex = 2;
//
// dgvGroutingUser
//
this.dgvGroutingUser.AllowUserToAddRows = false;
this.dgvGroutingUser.AllowUserToDeleteRows = false;
this.dgvGroutingUser.AllowUserToModifyRows = true;
this.dgvGroutingUser.AllowUserToOrderColumns = true;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGroutingUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvGroutingUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGroutingUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGroutingUser.CellHeight = 23;
this.dgvGroutingUser.ChildNodeColumnName = null;
this.dgvGroutingUser.ChildNodeColumnText = null;
this.dgvGroutingUser.ColumnDeep = 1;
this.dgvGroutingUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvGroutingUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvGroutingUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGroutingUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GUUserID,
this.GUUserCode,
this.Remarks});
this.dgvGroutingUser.ColumnTreeView = null;
this.dgvGroutingUser.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGroutingUser.DefaultCellStyle = dataGridViewCellStyle10;
this.dgvGroutingUser.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvGroutingUser.DynamicColumnName = "";
this.dgvGroutingUser.EnableHeadersVisualStyles = false;
this.dgvGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGroutingUser.IsAutoCountSum = true;
this.dgvGroutingUser.IsAutoResizeColumns = false;
this.dgvGroutingUser.IsClickF12 = false;
this.dgvGroutingUser.IsSubTotalFlag = false;
this.dgvGroutingUser.Location = new System.Drawing.Point(0, 0);
this.dgvGroutingUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvGroutingUser.MultiSelect = false;
this.dgvGroutingUser.Name = "dgvGroutingUser";
this.dgvGroutingUser.ReadOnly = true;
this.dgvGroutingUser.RefreshAtHscroll = false;
this.dgvGroutingUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGroutingUser.RowsDefaultCellStyle = dataGridViewCellStyle11;
this.dgvGroutingUser.RowTemplate.Height = 21;
this.dgvGroutingUser.Size = new System.Drawing.Size(253, 408);
this.dgvGroutingUser.SortOrderColumnName = null;
this.dgvGroutingUser.TabIndex = 0;
this.dgvGroutingUser.Tag = "";
this.dgvGroutingUser.TotalSumColumns = null;
this.dgvGroutingUser.ViewRowFilter = "";
this.dgvGroutingUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingUser_CellDoubleClick);
//
// GUUserID
//
this.GUUserID.DataPropertyName = "GroutingUserID";
this.GUUserID.HeaderText = "GroutingUserID";
this.GUUserID.Name = "GUUserID";
this.GUUserID.ReadOnly = true;
this.GUUserID.Visible = false;
//
// GUUserCode
//
this.GUUserCode.DataPropertyName = "GroutingUserCode";
this.GUUserCode.HeaderText = "成型工号";
this.GUUserCode.Name = "GUUserCode";
this.GUUserCode.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
//
// btnAdaptive
//
this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F);
this.btnAdaptive.ForeColor = System.Drawing.Color.White;
this.btnAdaptive.Location = new System.Drawing.Point(66, 507);
this.btnAdaptive.Name = "btnAdaptive";
this.btnAdaptive.Size = new System.Drawing.Size(86, 30);
this.btnAdaptive.TabIndex = 4;
this.btnAdaptive.Text = "自适应列宽";
this.btnAdaptive.UseVisualStyleBackColor = true;
this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
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(726, 39);
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 26;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// GroutingLineID
//
this.GroutingLineID.DataPropertyName = "GroutingLineID";
this.GroutingLineID.HeaderText = "GroutingLineID";
this.GroutingLineID.Name = "GroutingLineID";
this.GroutingLineID.ReadOnly = true;
this.GroutingLineID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.GroutingLineID.Visible = false;
//
// sel
//
this.sel.DataPropertyName = "SEL";
this.sel.FalseValue = "0";
this.sel.HeaderText = "选择";
this.sel.IndeterminateValue = "0";
this.sel.Name = "sel";
this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.sel.TrueValue = "1";
this.sel.Width = 50;
//
// GroutingLineCode
//
this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
this.GroutingLineCode.FillWeight = 120F;
this.GroutingLineCode.HeaderText = "成型线编码";
this.GroutingLineCode.Name = "GroutingLineCode";
this.GroutingLineCode.ReadOnly = true;
//
// GroutingLineName
//
this.GroutingLineName.DataPropertyName = "GroutingLineName";
this.GroutingLineName.FillWeight = 120F;
this.GroutingLineName.HeaderText = "成型线名称";
this.GroutingLineName.Name = "GroutingLineName";
this.GroutingLineName.ReadOnly = true;
//
// colGMouldType
//
this.colGMouldType.DataPropertyName = "GMouldTypeName";
this.colGMouldType.HeaderText = "成型线类型";
this.colGMouldType.Name = "colGMouldType";
this.colGMouldType.ReadOnly = true;
//
// GMouldStatus
//
this.GMouldStatus.DataPropertyName = "GMouldStatusName";
this.GMouldStatus.HeaderText = "成型线状态";
this.GMouldStatus.Name = "GMouldStatus";
this.GMouldStatus.ReadOnly = true;
//
// MouldQuantity
//
this.MouldQuantity.DataPropertyName = "MouldQuantity";
this.MouldQuantity.HeaderText = "模具数";
this.MouldQuantity.Name = "MouldQuantity";
this.MouldQuantity.ReadOnly = true;
//
// colGoodsCode
//
this.colGoodsCode.DataPropertyName = "GoodsCode";
this.colGoodsCode.HeaderText = "产品编码";
this.colGoodsCode.Name = "colGoodsCode";
this.colGoodsCode.ReadOnly = true;
//
// GroutingUserID
//
this.GroutingUserID.DataPropertyName = "GroutingUserID";
this.GroutingUserID.HeaderText = "GroutingUserID";
this.GroutingUserID.Name = "GroutingUserID";
this.GroutingUserID.ReadOnly = true;
this.GroutingUserID.Visible = false;
//
// GroutingUserCode
//
this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
this.GroutingUserCode.HeaderText = "成型工号";
this.GroutingUserCode.Name = "GroutingUserCode";
this.GroutingUserCode.ReadOnly = true;
//
// LastGroutingDate
//
this.LastGroutingDate.DataPropertyName = "LastGroutingDate";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Format = "yyyy-MM-dd";
this.LastGroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
this.LastGroutingDate.HeaderText = "已注浆日期";
this.LastGroutingDate.Name = "LastGroutingDate";
this.LastGroutingDate.ReadOnly = true;
//
// LastGroutingBatchNo
//
this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle4;
this.LastGroutingBatchNo.HeaderText = "已注浆批次";
this.LastGroutingBatchNo.Name = "LastGroutingBatchNo";
this.LastGroutingBatchNo.ReadOnly = true;
//
// GroutingNum
//
this.GroutingNum.AllowNegative = false;
this.GroutingNum.AllowZero = false;
this.GroutingNum.DataPropertyName = "GroutingNum";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
this.GroutingNum.HeaderText = "注浆次数";
this.GroutingNum.MaxValue = new decimal(new int[] {
100,
0,
0,
0});
this.GroutingNum.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.GroutingNum.Name = "GroutingNum";
this.GroutingNum.Number = new System.Drawing.Point(2, 0);
this.GroutingNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.GroutingNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// NoGroutingRreason
//
this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
this.NoGroutingRreason.HeaderText = "未注浆原因";
this.NoGroutingRreason.Name = "NoGroutingRreason";
this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.NoGroutingRreason.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// UserCount
//
this.UserCount.DataPropertyName = "UserCount";
this.UserCount.HeaderText = "UserCount";
this.UserCount.Name = "UserCount";
this.UserCount.ReadOnly = true;
this.UserCount.Visible = false;
//
// CanManyTimes
//
this.CanManyTimes.DataPropertyName = "CanManyTimes";
this.CanManyTimes.HeaderText = "CanManyTimes";
this.CanManyTimes.Name = "CanManyTimes";
this.CanManyTimes.ReadOnly = true;
this.CanManyTimes.Visible = false;
//
// F_PM_0104_1
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(841, 562);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.gbxConditions);
this.Controls.Add(this.cbSelectAll);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnAdaptive);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(600, 600);
this.Name = "F_PM_0104_1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "选择成型线";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.F_PM_0104_Load);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnAdaptive, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.cbSelectAll, 0);
this.Controls.SetChildIndex(this.gbxConditions, 0);
this.Controls.SetChildIndex(this.splitContainer1, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
this.gbxConditions.ResumeLayout(false);
this.gbxConditions.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingUser)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblGroutingLineCode;
private Basics.BaseControls.C_TextBox txtGroutingLineCode;
private Basics.BaseControls.C_Label lblGroutingLineName;
private Basics.BaseControls.C_TextBox txtGroutingLineName;
private Basics.BaseControls.C_DataGridView dgvGroutingLine;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Button btnOK;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_CheckBox cbSelectAll;
private Basics.BaseControls.C_Label lblUserCode;
private Basics.BaseControls.C_TextBox txtUserCode;
private System.Windows.Forms.GroupBox gbxConditions;
private Basics.BaseControls.C_Label lblGroutingDate;
private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
private System.Windows.Forms.SplitContainer splitContainer1;
private Basics.BaseControls.C_DataGridView dgvGroutingUser;
private System.Windows.Forms.DataGridViewTextBoxColumn GUUserID;
private System.Windows.Forms.DataGridViewTextBoxColumn GUUserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private Basics.BaseControls.C_Button btnAdaptive;
private Basics.BaseControls.C_Button btnClearCondition;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldType;
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserID;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingDate;
private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo;
private Basics.BaseControls.C_DGV_Column_Digital GroutingNum;
private System.Windows.Forms.DataGridViewComboBoxColumn NoGroutingRreason;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCount;
private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes;
}
}