namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_MST_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_MST_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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 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(); 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.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.txtEntruckingCode = 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.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvEntrucKing = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.EntruckingCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TruckSize = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Batch = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dgvEntrucKingDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.BARCODEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BATCHDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DOFUNCTIONDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PROCEDUREIDDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.REMARKSDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERCODEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATETIMEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKingDetail)).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.tsbtnAdd, 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(1396, 33); this.tsrOperate.TabIndex = 1; // // 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 = "新建(&N)"; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click); // // 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.txtEntruckingCode); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.lblEntruckingCode); 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, 36); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1396, 55); this.gbxCondition.TabIndex = 21; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // txtEntruckingCode // this.txtEntruckingCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtEntruckingCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtEntruckingCode.Location = new System.Drawing.Point(70, 20); this.txtEntruckingCode.MaxLength = 20; this.txtEntruckingCode.Name = "txtEntruckingCode"; this.txtEntruckingCode.Size = new System.Drawing.Size(97, 21); this.txtEntruckingCode.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(1305, 14); 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(1214, 15); 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); // // lblEntruckingCode // this.lblEntruckingCode.AutoSize = true; this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent; this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblEntruckingCode.Location = new System.Drawing.Point(11, 24); this.lblEntruckingCode.Name = "lblEntruckingCode"; this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12); this.lblEntruckingCode.TabIndex = 1; this.lblEntruckingCode.Text = "装具条码"; // // dgvEntrucKing // this.dgvEntrucKing.AllowUserToAddRows = false; this.dgvEntrucKing.AllowUserToDeleteRows = false; this.dgvEntrucKing.AllowUserToModifyRows = true; this.dgvEntrucKing.AllowUserToOrderColumns = true; this.dgvEntrucKing.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.dgvEntrucKing.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvEntrucKing.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvEntrucKing.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvEntrucKing.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvEntrucKing.CellHeight = 23; this.dgvEntrucKing.ChildNodeColumnName = null; this.dgvEntrucKing.ChildNodeColumnText = null; this.dgvEntrucKing.ColumnDeep = 1; this.dgvEntrucKing.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.dgvEntrucKing.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvEntrucKing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvEntrucKing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.EntruckingCode, this.Status, this.TruckSize, this.Batch, this.Remarks, this.ValueFlag}); this.dgvEntrucKing.ColumnTreeView = null; this.dgvEntrucKing.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.dgvEntrucKing.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvEntrucKing.DynamicColumnName = ""; this.dgvEntrucKing.EnableHeadersVisualStyles = false; this.dgvEntrucKing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvEntrucKing.FormatQuantityColumns = null; this.dgvEntrucKing.HorizontalMergeColumn = null; this.dgvEntrucKing.IsAutoCountSum = true; this.dgvEntrucKing.IsAutoResizeColumns = false; this.dgvEntrucKing.IsClickF12 = false; this.dgvEntrucKing.IsOpenMergeCellFlag = false; this.dgvEntrucKing.IsSubTotalFlag = false; this.dgvEntrucKing.IsTopDeep = false; this.dgvEntrucKing.Location = new System.Drawing.Point(0, 0); this.dgvEntrucKing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvEntrucKing.MergeColumnNames = null; this.dgvEntrucKing.MergeDetailColumnNames = null; this.dgvEntrucKing.MergeDetailOnlyColumn = null; this.dgvEntrucKing.MergeOnlyColumn = null; this.dgvEntrucKing.MultiSelect = false; this.dgvEntrucKing.Name = "dgvEntrucKing"; this.dgvEntrucKing.ReadOnly = true; this.dgvEntrucKing.RefreshAtHscroll = false; this.dgvEntrucKing.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvEntrucKing.RowHeadersWidth = 50; this.dgvEntrucKing.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvEntrucKing.RowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvEntrucKing.RowTemplate.Height = 21; this.dgvEntrucKing.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvEntrucKing.Size = new System.Drawing.Size(1396, 209); this.dgvEntrucKing.SortOrderColumnName = null; this.dgvEntrucKing.TabIndex = 23; this.dgvEntrucKing.Tag = true; this.dgvEntrucKing.TotalSumColumns = null; this.dgvEntrucKing.ViewRowFilter = ""; this.dgvEntrucKing.SelectionChanged += new System.EventHandler(this.dgvEntrucKing_SelectionChanged); // // EntruckingCode // this.EntruckingCode.DataPropertyName = "EntruckingCode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; this.EntruckingCode.DefaultCellStyle = dataGridViewCellStyle3; this.EntruckingCode.HeaderText = "装具条码"; this.EntruckingCode.MaxInputLength = 20; this.EntruckingCode.Name = "EntruckingCode"; this.EntruckingCode.ReadOnly = true; this.EntruckingCode.Width = 80; // // Status // this.Status.DataPropertyName = "Status"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; this.Status.DefaultCellStyle = dataGridViewCellStyle4; this.Status.HeaderText = "状态"; this.Status.MaxInputLength = 20; this.Status.Name = "Status"; this.Status.ReadOnly = true; this.Status.Width = 80; // // TruckSize // this.TruckSize.DataPropertyName = "TruckSize"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; this.TruckSize.DefaultCellStyle = dataGridViewCellStyle5; this.TruckSize.HeaderText = "容量"; this.TruckSize.MaxInputLength = 20; this.TruckSize.Name = "TruckSize"; this.TruckSize.ReadOnly = true; this.TruckSize.Width = 80; // // Batch // this.Batch.DataPropertyName = "Batch"; this.Batch.HeaderText = "批次"; this.Batch.Name = "Batch"; this.Batch.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; dataGridViewCellStyle6.BackColor = System.Drawing.Color.White; this.Remarks.DefaultCellStyle = dataGridViewCellStyle6; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 255; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; this.Remarks.Width = 120; // // ValueFlag // this.ValueFlag.DataPropertyName = "ValueFlag"; this.ValueFlag.FalseValue = "0"; this.ValueFlag.HeaderText = "有效标识"; this.ValueFlag.Name = "ValueFlag"; this.ValueFlag.ReadOnly = true; this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ValueFlag.TrueValue = "1"; // // 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, 97); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvEntrucKing); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl1); this.splitContainer1.Size = new System.Drawing.Size(1396, 566); this.splitContainer1.SplitterDistance = 209; this.splitContainer1.TabIndex = 39; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1396, 353); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.dgvEntrucKingDetail); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1388, 327); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "装具明细"; this.tabPage1.UseVisualStyleBackColor = true; // // dgvEntrucKingDetail // this.dgvEntrucKingDetail.AllowUserToAddRows = false; this.dgvEntrucKingDetail.AllowUserToDeleteRows = false; this.dgvEntrucKingDetail.AllowUserToModifyRows = true; this.dgvEntrucKingDetail.AllowUserToOrderColumns = true; this.dgvEntrucKingDetail.AllowUserToResizeRows = false; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvEntrucKingDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvEntrucKingDetail.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvEntrucKingDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvEntrucKingDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvEntrucKingDetail.CellHeight = 23; this.dgvEntrucKingDetail.ChildNodeColumnName = null; this.dgvEntrucKingDetail.ChildNodeColumnText = null; this.dgvEntrucKingDetail.ColumnDeep = 1; this.dgvEntrucKingDetail.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.dgvEntrucKingDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvEntrucKingDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvEntrucKingDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.BARCODEDETAIL, this.BATCHDETAIL, this.DOFUNCTIONDETAIL, this.PROCEDUREIDDETAIL, this.REMARKSDETAIL, this.USERCODEDETAIL, this.CREATETIMEDETAIL}); this.dgvEntrucKingDetail.ColumnTreeView = null; this.dgvEntrucKingDetail.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.dgvEntrucKingDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvEntrucKingDetail.DynamicColumnName = ""; this.dgvEntrucKingDetail.EnableHeadersVisualStyles = false; this.dgvEntrucKingDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvEntrucKingDetail.FormatQuantityColumns = null; this.dgvEntrucKingDetail.HorizontalMergeColumn = null; this.dgvEntrucKingDetail.IsAutoCountSum = true; this.dgvEntrucKingDetail.IsAutoResizeColumns = false; this.dgvEntrucKingDetail.IsClickF12 = false; this.dgvEntrucKingDetail.IsOpenMergeCellFlag = false; this.dgvEntrucKingDetail.IsSubTotalFlag = false; this.dgvEntrucKingDetail.IsTopDeep = false; this.dgvEntrucKingDetail.Location = new System.Drawing.Point(3, 3); this.dgvEntrucKingDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvEntrucKingDetail.MergeColumnNames = null; this.dgvEntrucKingDetail.MergeDetailColumnNames = null; this.dgvEntrucKingDetail.MergeDetailOnlyColumn = null; this.dgvEntrucKingDetail.MergeOnlyColumn = null; this.dgvEntrucKingDetail.MultiSelect = false; this.dgvEntrucKingDetail.Name = "dgvEntrucKingDetail"; this.dgvEntrucKingDetail.ReadOnly = true; this.dgvEntrucKingDetail.RefreshAtHscroll = false; this.dgvEntrucKingDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvEntrucKingDetail.RowHeadersWidth = 50; this.dgvEntrucKingDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvEntrucKingDetail.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvEntrucKingDetail.RowTemplate.Height = 21; this.dgvEntrucKingDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvEntrucKingDetail.Size = new System.Drawing.Size(1382, 321); this.dgvEntrucKingDetail.SortOrderColumnName = null; this.dgvEntrucKingDetail.TabIndex = 24; this.dgvEntrucKingDetail.Tag = true; this.dgvEntrucKingDetail.TotalSumColumns = null; this.dgvEntrucKingDetail.ViewRowFilter = ""; // // BARCODEDETAIL // this.BARCODEDETAIL.DataPropertyName = "BARCODEDETAIL"; this.BARCODEDETAIL.HeaderText = "产品条码"; this.BARCODEDETAIL.Name = "BARCODEDETAIL"; this.BARCODEDETAIL.ReadOnly = true; // // BATCHDETAIL // this.BATCHDETAIL.DataPropertyName = "BATCHDETAIL"; this.BATCHDETAIL.HeaderText = "批次"; this.BATCHDETAIL.Name = "BATCHDETAIL"; this.BATCHDETAIL.ReadOnly = true; // // DOFUNCTIONDETAIL // this.DOFUNCTIONDETAIL.DataPropertyName = "DOFUNCTIONDETAIL"; this.DOFUNCTIONDETAIL.HeaderText = "操作功能"; this.DOFUNCTIONDETAIL.Name = "DOFUNCTIONDETAIL"; this.DOFUNCTIONDETAIL.ReadOnly = true; // // PROCEDUREIDDETAIL // this.PROCEDUREIDDETAIL.DataPropertyName = "PROCEDUREIDDETAIL"; this.PROCEDUREIDDETAIL.HeaderText = "当前工序"; this.PROCEDUREIDDETAIL.Name = "PROCEDUREIDDETAIL"; this.PROCEDUREIDDETAIL.ReadOnly = true; // // REMARKSDETAIL // this.REMARKSDETAIL.DataPropertyName = "REMARKSDETAIL"; this.REMARKSDETAIL.HeaderText = "备注"; this.REMARKSDETAIL.Name = "REMARKSDETAIL"; this.REMARKSDETAIL.ReadOnly = true; // // USERCODEDETAIL // this.USERCODEDETAIL.DataPropertyName = "USERCODEDETAIL"; this.USERCODEDETAIL.HeaderText = "生产工号"; this.USERCODEDETAIL.Name = "USERCODEDETAIL"; this.USERCODEDETAIL.ReadOnly = true; // // CREATETIMEDETAIL // this.CREATETIMEDETAIL.DataPropertyName = "CREATETIMEDETAIL"; this.CREATETIMEDETAIL.HeaderText = "创建时间"; this.CREATETIMEDETAIL.Name = "CREATETIMEDETAIL"; this.CREATETIMEDETAIL.ReadOnly = true; // // F_MST_1301 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1396, 664); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_MST_1301"; this.Text = "装具管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed); this.Load += new System.EventHandler(this.F_MST_1301_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKingDetail)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdd; 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 txtEntruckingCode; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Label lblEntruckingCode; private Basics.BaseControls.C_DataGridView dgvEntrucKing; private System.Windows.Forms.DataGridViewTextBoxColumn EntruckingCode; private System.Windows.Forms.DataGridViewTextBoxColumn Status; private System.Windows.Forms.DataGridViewTextBoxColumn TruckSize; private System.Windows.Forms.DataGridViewTextBoxColumn Batch; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private Basics.BaseControls.C_DataGridView dgvEntrucKingDetail; private System.Windows.Forms.DataGridViewTextBoxColumn BARCODEDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn BATCHDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn DOFUNCTIONDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREIDDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn REMARKSDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn USERCODEDETAIL; private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIMEDETAIL; } }