namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_PC_1301
{
///
/// 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_PC_1301));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
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.txtSOPType = new System.Windows.Forms.TextBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblSOPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvSOPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.splLine = new System.Windows.Forms.SplitContainer();
this.dgvProcedureDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.Check1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dictionaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSOPType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
this.splLine.Panel1.SuspendLayout();
this.splLine.Panel2.SuspendLayout();
this.splLine.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvProcedureDetail)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.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.tsbtnEdit,
this.toolStripSeparator3,
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(1016, 33);
this.tsrOperate.TabIndex = 1;
//
// tsbtnEdit
//
this.tsbtnEdit.AutoSize = false;
this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
this.tsbtnEdit.Text = "设置(&E)";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.AutoSize = false;
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.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 = "自适应列宽(&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.txtSOPType);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.lblSOPType);
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(12, 36);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(992, 58);
this.gbxCondition.TabIndex = 21;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// txtSOPType
//
this.txtSOPType.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSOPType.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtSOPType.Location = new System.Drawing.Point(106, 21);
this.txtSOPType.MaxLength = 20;
this.txtSOPType.Name = "txtSOPType";
this.txtSOPType.Size = new System.Drawing.Size(97, 21);
this.txtSOPType.TabIndex = 2;
//
// 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(901, 20);
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 = 10;
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(809, 20);
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 = 9;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// lblSOPType
//
this.lblSOPType.AutoSize = true;
this.lblSOPType.BackColor = System.Drawing.Color.Transparent;
this.lblSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSOPType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSOPType.Location = new System.Drawing.Point(11, 24);
this.lblSOPType.Name = "lblSOPType";
this.lblSOPType.Size = new System.Drawing.Size(89, 12);
this.lblSOPType.TabIndex = 1;
this.lblSOPType.Text = "作业指导书类型";
//
// dgvSOPType
//
this.dgvSOPType.AllowUserToAddRows = false;
this.dgvSOPType.AllowUserToDeleteRows = false;
this.dgvSOPType.AllowUserToModifyRows = true;
this.dgvSOPType.AllowUserToOrderColumns = true;
this.dgvSOPType.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSOPType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvSOPType.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvSOPType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvSOPType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvSOPType.CellHeight = 23;
this.dgvSOPType.ChildNodeColumnName = null;
this.dgvSOPType.ChildNodeColumnText = null;
this.dgvSOPType.ColumnDeep = 1;
this.dgvSOPType.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.dgvSOPType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvSOPType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvSOPType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dictionaryvalue,
this.dictionaryID});
this.dgvSOPType.ColumnTreeView = null;
this.dgvSOPType.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.dgvSOPType.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSOPType.DynamicColumnName = "";
this.dgvSOPType.EnableHeadersVisualStyles = false;
this.dgvSOPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSOPType.FormatQuantityColumns = null;
this.dgvSOPType.HasNode = false;
this.dgvSOPType.HorizontalMergeColumn = null;
this.dgvSOPType.IsAutoCountSum = true;
this.dgvSOPType.IsAutoResizeColumns = false;
this.dgvSOPType.IsClickF12 = false;
this.dgvSOPType.IsOpenMergeCellFlag = false;
this.dgvSOPType.IsSubTotalFlag = false;
this.dgvSOPType.IsTopDeep = false;
this.dgvSOPType.Location = new System.Drawing.Point(0, 0);
this.dgvSOPType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvSOPType.MergeColumnNames = null;
this.dgvSOPType.MergeDetailColumnNames = null;
this.dgvSOPType.MergeDetailOnlyColumn = null;
this.dgvSOPType.MergeOnlyColumn = null;
this.dgvSOPType.MultiSelect = false;
this.dgvSOPType.Name = "dgvSOPType";
this.dgvSOPType.ReadOnly = true;
this.dgvSOPType.RefreshAtHscroll = false;
this.dgvSOPType.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvSOPType.RowHeadersWidth = 50;
this.dgvSOPType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvSOPType.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvSOPType.RowTemplate.Height = 21;
this.dgvSOPType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSOPType.Size = new System.Drawing.Size(216, 436);
this.dgvSOPType.SortOrderColumnName = null;
this.dgvSOPType.TabIndex = 22;
this.dgvSOPType.Tag = true;
this.dgvSOPType.TotalSumColumns = null;
this.dgvSOPType.ViewRowFilter = "";
this.dgvSOPType.VirtualNodes = false;
this.dgvSOPType.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSOPType_CellDoubleClick);
this.dgvSOPType.SelectionChanged += new System.EventHandler(this.dgvSOPType_SelectionChanged);
//
// splLine
//
this.splLine.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.splLine.Location = new System.Drawing.Point(12, 100);
this.splLine.Name = "splLine";
//
// splLine.Panel1
//
this.splLine.Panel1.Controls.Add(this.dgvSOPType);
//
// splLine.Panel2
//
this.splLine.Panel2.Controls.Add(this.dgvProcedureDetail);
this.splLine.Size = new System.Drawing.Size(992, 436);
this.splLine.SplitterDistance = 216;
this.splLine.TabIndex = 106;
//
// dgvProcedureDetail
//
this.dgvProcedureDetail.AllowUserToAddRows = false;
this.dgvProcedureDetail.AllowUserToDeleteRows = false;
this.dgvProcedureDetail.AllowUserToModifyRows = true;
this.dgvProcedureDetail.AllowUserToOrderColumns = true;
this.dgvProcedureDetail.AllowUserToResizeRows = false;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvProcedureDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvProcedureDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvProcedureDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvProcedureDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvProcedureDetail.CellHeight = 23;
this.dgvProcedureDetail.ChildNodeColumnName = null;
this.dgvProcedureDetail.ChildNodeColumnText = null;
this.dgvProcedureDetail.ColumnDeep = 1;
this.dgvProcedureDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProcedureDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvProcedureDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvProcedureDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Check1,
this.PROCEDUREID,
this.PROCEDURENAME});
this.dgvProcedureDetail.ColumnTreeView = null;
this.dgvProcedureDetail.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.dgvProcedureDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvProcedureDetail.DynamicColumnName = "";
this.dgvProcedureDetail.EnableHeadersVisualStyles = false;
this.dgvProcedureDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvProcedureDetail.FormatQuantityColumns = null;
this.dgvProcedureDetail.HasNode = false;
this.dgvProcedureDetail.HorizontalMergeColumn = null;
this.dgvProcedureDetail.IsAutoCountSum = true;
this.dgvProcedureDetail.IsAutoResizeColumns = false;
this.dgvProcedureDetail.IsClickF12 = false;
this.dgvProcedureDetail.IsOpenMergeCellFlag = false;
this.dgvProcedureDetail.IsSubTotalFlag = false;
this.dgvProcedureDetail.IsTopDeep = false;
this.dgvProcedureDetail.Location = new System.Drawing.Point(0, 0);
this.dgvProcedureDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvProcedureDetail.MergeColumnNames = null;
this.dgvProcedureDetail.MergeDetailColumnNames = null;
this.dgvProcedureDetail.MergeDetailOnlyColumn = null;
this.dgvProcedureDetail.MergeOnlyColumn = null;
this.dgvProcedureDetail.MultiSelect = false;
this.dgvProcedureDetail.Name = "dgvProcedureDetail";
this.dgvProcedureDetail.ReadOnly = true;
this.dgvProcedureDetail.RefreshAtHscroll = false;
this.dgvProcedureDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvProcedureDetail.RowHeadersWidth = 50;
this.dgvProcedureDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvProcedureDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvProcedureDetail.RowTemplate.Height = 21;
this.dgvProcedureDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvProcedureDetail.Size = new System.Drawing.Size(772, 436);
this.dgvProcedureDetail.SortOrderColumnName = null;
this.dgvProcedureDetail.TabIndex = 23;
this.dgvProcedureDetail.Tag = true;
this.dgvProcedureDetail.TotalSumColumns = null;
this.dgvProcedureDetail.ViewRowFilter = "";
this.dgvProcedureDetail.VirtualNodes = false;
//
// Check1
//
this.Check1.DataPropertyName = "Check1";
this.Check1.HeaderText = "选择";
this.Check1.Name = "Check1";
this.Check1.ReadOnly = true;
//
// PROCEDUREID
//
this.PROCEDUREID.HeaderText = "PROCEDUREID";
this.PROCEDUREID.Name = "PROCEDUREID";
this.PROCEDUREID.ReadOnly = true;
this.PROCEDUREID.Visible = false;
//
// PROCEDURENAME
//
this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
this.PROCEDURENAME.HeaderText = "工序";
this.PROCEDURENAME.MaxInputLength = 20;
this.PROCEDURENAME.Name = "PROCEDURENAME";
this.PROCEDURENAME.ReadOnly = true;
//
// dictionaryvalue
//
this.dictionaryvalue.DataPropertyName = "dictionaryvalue";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
this.dictionaryvalue.DefaultCellStyle = dataGridViewCellStyle3;
this.dictionaryvalue.HeaderText = "作业指导书类型";
this.dictionaryvalue.MaxInputLength = 20;
this.dictionaryvalue.Name = "dictionaryvalue";
this.dictionaryvalue.ReadOnly = true;
this.dictionaryvalue.Width = 120;
//
// dictionaryID
//
this.dictionaryID.DataPropertyName = "dictionaryID";
this.dictionaryID.HeaderText = "SOPTYPEID";
this.dictionaryID.Name = "dictionaryID";
this.dictionaryID.ReadOnly = true;
this.dictionaryID.Visible = false;
//
// F_PC_1301
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1016, 548);
this.Controls.Add(this.splLine);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_PC_1301";
this.Text = "F_PC_1301";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1301_FormClosed);
this.Load += new System.EventHandler(this.F_PC_1301_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSOPType)).EndInit();
this.splLine.Panel1.ResumeLayout(false);
this.splLine.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
this.splLine.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvProcedureDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox gbxCondition;
private System.Windows.Forms.TextBox txtSOPType;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblSOPType;
private Basics.BaseControls.C_DataGridView dgvSOPType;
private System.Windows.Forms.SplitContainer splLine;
private Basics.BaseControls.C_DataGridView dgvProcedureDetail;
private System.Windows.Forms.DataGridViewCheckBoxColumn Check1;
private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID;
private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryID;
}
}