namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1102
{
///
/// 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_MST_1102));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dkproductionLineSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.chkVNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.lblFlagValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblName = 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dgvTransfer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.PTID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.dgvTransferSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PerProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Name2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DisplayNo1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
this.gbSelect.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTransfer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).BeginInit();
this.tsrOperate.SuspendLayout();
this.SuspendLayout();
//
// gbSelect
//
this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbSelect.BackColor = System.Drawing.Color.Transparent;
this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
this.gbSelect.Controls.Add(this.dkproductionLineSearchBox1);
this.gbSelect.Controls.Add(this.txtRemarks);
this.gbSelect.Controls.Add(this.txtName);
this.gbSelect.Controls.Add(this.chkVNo);
this.gbSelect.Controls.Add(this.chkVYes);
this.gbSelect.Controls.Add(this.lblFlagValue);
this.gbSelect.Controls.Add(this.lblRemarks);
this.gbSelect.Controls.Add(this.lblName);
this.gbSelect.Controls.Add(this.btnClearCondition);
this.gbSelect.Controls.Add(this.btnSearch);
this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbSelect.IsMustInput = false;
this.gbSelect.Location = new System.Drawing.Point(0, 38);
this.gbSelect.Name = "gbSelect";
this.gbSelect.OriginalHeight = -1;
this.gbSelect.Size = new System.Drawing.Size(1119, 67);
this.gbSelect.TabIndex = 1;
this.gbSelect.TabStop = false;
this.gbSelect.Text = "查询条件 ▼";
//
// dkproductionLineSearchBox1
//
this.dkproductionLineSearchBox1.BackColor = System.Drawing.Color.Transparent;
this.dkproductionLineSearchBox1.DataSource = null;
this.dkproductionLineSearchBox1.Enabled = true;
this.dkproductionLineSearchBox1.IsEnablePurview = false;
this.dkproductionLineSearchBox1.IsMustInput = false;
this.dkproductionLineSearchBox1.Location = new System.Drawing.Point(200, 24);
this.dkproductionLineSearchBox1.Name = "dkproductionLineSearchBox1";
this.dkproductionLineSearchBox1.ProductionLineCode = "";
this.dkproductionLineSearchBox1.ProductionLineID = null;
this.dkproductionLineSearchBox1.ProductionLineIDS = null;
this.dkproductionLineSearchBox1.ProductionLineName = null;
this.dkproductionLineSearchBox1.Purview = null;
this.dkproductionLineSearchBox1.PurviewType = ((byte)(0));
this.dkproductionLineSearchBox1.Size = new System.Drawing.Size(178, 21);
this.dkproductionLineSearchBox1.TabIndex = 2;
this.dkproductionLineSearchBox1.Title = "生产线";
this.dkproductionLineSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
//
// 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(422, 24);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(175, 21);
this.txtRemarks.TabIndex = 4;
this.txtRemarks.TextValue = "";
//
// txtName
//
this.txtName.BackColor = System.Drawing.SystemColors.Window;
this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtName.ErrorMessage = "";
this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtName.Location = new System.Drawing.Point(71, 25);
this.txtName.MaxLength = 50;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(121, 21);
this.txtName.TabIndex = 1;
this.txtName.TextValue = "";
//
// chkVNo
//
this.chkVNo.AutoSize = true;
this.chkVNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkVNo.Location = new System.Drawing.Point(708, 25);
this.chkVNo.Name = "chkVNo";
this.chkVNo.Size = new System.Drawing.Size(36, 16);
this.chkVNo.TabIndex = 7;
this.chkVNo.Text = "否";
this.chkVNo.UseVisualStyleBackColor = true;
//
// chkVYes
//
this.chkVYes.AutoSize = true;
this.chkVYes.Checked = true;
this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkVYes.Location = new System.Drawing.Point(668, 25);
this.chkVYes.Name = "chkVYes";
this.chkVYes.Size = new System.Drawing.Size(36, 16);
this.chkVYes.TabIndex = 6;
this.chkVYes.Text = "是";
this.chkVYes.UseVisualStyleBackColor = true;
//
// lblFlagValue
//
this.lblFlagValue.AutoSize = true;
this.lblFlagValue.BackColor = System.Drawing.Color.Transparent;
this.lblFlagValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblFlagValue.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblFlagValue.Location = new System.Drawing.Point(609, 27);
this.lblFlagValue.Name = "lblFlagValue";
this.lblFlagValue.Size = new System.Drawing.Size(53, 12);
this.lblFlagValue.TabIndex = 5;
this.lblFlagValue.Text = "有效标识";
//
// 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.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(387, 28);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 3;
this.lblRemarks.Text = "备注";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.BackColor = System.Drawing.Color.Transparent;
this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblName.Location = new System.Drawing.Point(12, 29);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(53, 12);
this.lblName.TabIndex = 0;
this.lblName.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.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(1010, 29);
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 = 9;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
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.Gray;
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(919, 29);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 8;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// 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.Location = new System.Drawing.Point(0, 111);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvTransfer);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvTransferSetting);
this.splitContainer1.Size = new System.Drawing.Size(1117, 463);
this.splitContainer1.SplitterDistance = 266;
this.splitContainer1.TabIndex = 2;
//
// dgvTransfer
//
this.dgvTransfer.AllowUserToAddRows = false;
this.dgvTransfer.AllowUserToDeleteRows = false;
this.dgvTransfer.AllowUserToModifyRows = true;
this.dgvTransfer.AllowUserToOrderColumns = true;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvTransfer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvTransfer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvTransfer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvTransfer.CellHeight = 23;
this.dgvTransfer.ChildNodeColumnName = null;
this.dgvTransfer.ChildNodeColumnText = null;
this.dgvTransfer.ColumnDeep = 1;
this.dgvTransfer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvTransfer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.dgvTransfer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvTransfer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.PTID,
this.Name1,
this.ProductionLineName,
this.DisplayNo,
this.GroutingDateBegin,
this.Remarks,
this.ValueFlag});
this.dgvTransfer.ColumnTreeView = null;
this.dgvTransfer.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.dgvTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvTransfer.DynamicColumnName = "";
this.dgvTransfer.EnableHeadersVisualStyles = false;
this.dgvTransfer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvTransfer.HorizontalMergeColumn = null;
this.dgvTransfer.IsAutoCountSum = true;
this.dgvTransfer.IsAutoResizeColumns = false;
this.dgvTransfer.IsClickF12 = false;
this.dgvTransfer.IsOpenMergeCellFlag = false;
this.dgvTransfer.IsSubTotalFlag = false;
this.dgvTransfer.IsTopDeep = false;
this.dgvTransfer.Location = new System.Drawing.Point(0, 0);
this.dgvTransfer.Margin = new System.Windows.Forms.Padding(0);
this.dgvTransfer.MergeColumnNames = null;
this.dgvTransfer.MergeDetailColumnNames = null;
this.dgvTransfer.MergeDetailOnlyColumn = null;
this.dgvTransfer.MergeOnlyColumn = null;
this.dgvTransfer.MultiSelect = false;
this.dgvTransfer.Name = "dgvTransfer";
this.dgvTransfer.ReadOnly = true;
this.dgvTransfer.RefreshAtHscroll = false;
this.dgvTransfer.RowHeadersWidth = 50;
this.dgvTransfer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvTransfer.RowsDefaultCellStyle = dataGridViewCellStyle14;
this.dgvTransfer.RowTemplate.Height = 21;
this.dgvTransfer.Size = new System.Drawing.Size(1117, 266);
this.dgvTransfer.SortOrderColumnName = null;
this.dgvTransfer.TabIndex = 0;
this.dgvTransfer.Tag = true;
this.dgvTransfer.TotalSumColumns = null;
this.dgvTransfer.ViewRowFilter = "";
this.dgvTransfer.SelectionChanged += new System.EventHandler(this.dgvTransfer_SelectionChanged);
//
// PTID
//
this.PTID.DataPropertyName = "PTID";
this.PTID.HeaderText = "PTID";
this.PTID.Name = "PTID";
this.PTID.ReadOnly = true;
this.PTID.Visible = false;
//
// Name1
//
this.Name1.DataPropertyName = "Name";
this.Name1.HeaderText = "配置名称";
this.Name1.Name = "Name1";
this.Name1.ReadOnly = true;
//
// ProductionLineName
//
this.ProductionLineName.DataPropertyName = "ProductionLineName";
this.ProductionLineName.HeaderText = "生产线";
this.ProductionLineName.Name = "ProductionLineName";
this.ProductionLineName.ReadOnly = true;
//
// DisplayNo
//
this.DisplayNo.DataPropertyName = "DisplayNo";
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle12;
this.DisplayNo.HeaderText = "显示顺序";
this.DisplayNo.Name = "DisplayNo";
this.DisplayNo.ReadOnly = true;
//
// GroutingDateBegin
//
this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin";
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.Format = "yyyy-MM-dd";
this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle13;
this.GroutingDateBegin.HeaderText = "注浆日期(起始)";
this.GroutingDateBegin.Name = "GroutingDateBegin";
this.GroutingDateBegin.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
this.ValueFlag.FalseValue = "0";
this.ValueFlag.HeaderText = "有效标识";
this.ValueFlag.Name = "ValueFlag";
this.ValueFlag.ReadOnly = true;
this.ValueFlag.TrueValue = "1";
//
// dgvTransferSetting
//
this.dgvTransferSetting.AllowUserToAddRows = false;
this.dgvTransferSetting.AllowUserToModifyRows = true;
dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvTransferSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
this.dgvTransferSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvTransferSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvTransferSetting.CellHeight = 23;
this.dgvTransferSetting.ChildNodeColumnName = null;
this.dgvTransferSetting.ChildNodeColumnText = null;
this.dgvTransferSetting.ColumnDeep = 1;
this.dgvTransferSetting.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvTransferSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
this.dgvTransferSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvTransferSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ProcedureName,
this.PerProcedureName,
this.Name2,
this.InName,
this.DisplayNo1});
this.dgvTransferSetting.ColumnTreeView = null;
this.dgvTransferSetting.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.dgvTransferSetting.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvTransferSetting.DynamicColumnName = "";
this.dgvTransferSetting.EnableHeadersVisualStyles = false;
this.dgvTransferSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvTransferSetting.HorizontalMergeColumn = null;
this.dgvTransferSetting.IsAutoCountSum = true;
this.dgvTransferSetting.IsAutoResizeColumns = false;
this.dgvTransferSetting.IsClickF12 = false;
this.dgvTransferSetting.IsOpenMergeCellFlag = false;
this.dgvTransferSetting.IsSubTotalFlag = false;
this.dgvTransferSetting.IsTopDeep = false;
this.dgvTransferSetting.Location = new System.Drawing.Point(0, 0);
this.dgvTransferSetting.Margin = new System.Windows.Forms.Padding(0);
this.dgvTransferSetting.MergeColumnNames = null;
this.dgvTransferSetting.MergeDetailColumnNames = null;
this.dgvTransferSetting.MergeDetailOnlyColumn = null;
this.dgvTransferSetting.MergeOnlyColumn = null;
this.dgvTransferSetting.MultiSelect = false;
this.dgvTransferSetting.Name = "dgvTransferSetting";
this.dgvTransferSetting.ReadOnly = true;
this.dgvTransferSetting.RefreshAtHscroll = false;
this.dgvTransferSetting.RowHeadersWidth = 50;
this.dgvTransferSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvTransferSetting.RowsDefaultCellStyle = dataGridViewCellStyle18;
this.dgvTransferSetting.RowTemplate.Height = 25;
this.dgvTransferSetting.Size = new System.Drawing.Size(1117, 193);
this.dgvTransferSetting.SortOrderColumnName = null;
this.dgvTransferSetting.TabIndex = 0;
this.dgvTransferSetting.Tag = true;
this.dgvTransferSetting.TotalSumColumns = null;
this.dgvTransferSetting.ViewRowFilter = "";
//
// ProcedureName
//
this.ProcedureName.DataPropertyName = "ProcedureName";
this.ProcedureName.HeaderText = "工序名称";
this.ProcedureName.Name = "ProcedureName";
this.ProcedureName.ReadOnly = true;
//
// PerProcedureName
//
this.PerProcedureName.DataPropertyName = "PerProcedureName";
this.PerProcedureName.HeaderText = "前工序名称";
this.PerProcedureName.Name = "PerProcedureName";
this.PerProcedureName.ReadOnly = true;
//
// Name2
//
this.Name2.DataPropertyName = "Name";
this.Name2.HeaderText = "工艺部门(出)";
this.Name2.Name = "Name2";
this.Name2.ReadOnly = true;
//
// InName
//
this.InName.DataPropertyName = "InName";
this.InName.HeaderText = "工艺部门(入)";
this.InName.Name = "InName";
this.InName.ReadOnly = true;
//
// DisplayNo1
//
this.DisplayNo1.DataPropertyName = "DisplayNo";
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.DisplayNo1.DefaultCellStyle = dataGridViewCellStyle17;
this.DisplayNo1.HeaderText = "显示顺序";
this.DisplayNo1.Name = "DisplayNo1";
this.DisplayNo1.ReadOnly = true;
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
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.tsbtnAdd,
this.tsbtnEdit,
this.tsbtnCopy,
this.toolStripSeparator1,
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 = 0;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnAdd
//
this.tsbtnAdd.AutoSize = false;
this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
this.tsbtnAdd.Text = "新建";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// tsbtnEdit
//
this.tsbtnEdit.AutoSize = false;
this.tsbtnEdit.Enabled = false;
this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
this.tsbtnEdit.Text = "编辑";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.AutoSize = false;
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽";
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);
//
// tsbtnCopy
//
this.tsbtnCopy.AutoSize = false;
this.tsbtnCopy.Enabled = false;
this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCopy.Name = "tsbtnCopy";
this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
this.tsbtnCopy.Text = "复制";
this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
//
// F_MST_1102
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 577);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.gbSelect);
this.Name = "F_MST_1102";
this.Text = "工艺配置一览";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
this.Load += new System.EventHandler(this.F_PM_2201_Load);
this.gbSelect.ResumeLayout(false);
this.gbSelect.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.dgvTransfer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).EndInit();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_GroupBox gbSelect;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblName;
private Basics.BaseControls.C_CheckBox chkVNo;
private Basics.BaseControls.C_CheckBox chkVYes;
private Basics.BaseControls.C_Label lblFlagValue;
private System.Windows.Forms.SplitContainer splitContainer1;
private Basics.BaseControls.C_DataGridView dgvTransfer;
private Basics.BaseControls.C_DataGridView dgvTransferSetting;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_TextBox txtName;
private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox1;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
private System.Windows.Forms.DataGridViewTextBoxColumn PerProcedureName;
private System.Windows.Forms.DataGridViewTextBoxColumn Name2;
private System.Windows.Forms.DataGridViewTextBoxColumn InName;
private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo1;
private System.Windows.Forms.DataGridViewTextBoxColumn PTID;
private System.Windows.Forms.DataGridViewTextBoxColumn Name1;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.ToolStripButton tsbtnCopy;
}
}