namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0203 { /// /// 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_TAT_0203)); 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 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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnCreateGoods = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.txtJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.GoodsId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.Wages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.PublicWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.c_GroupBox1.SuspendLayout(); this.c_GroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.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.tsbtnCreateGoods, this.toolStripSeparator3, this.tsbtnAdaptive}); 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(752, 35); this.tsrOperate.TabIndex = 3; // // tsbtnCreateGoods // this.tsbtnCreateGoods.AutoSize = false; this.tsbtnCreateGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnCreateGoods.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnCreateGoods.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnCreateGoods.Name = "tsbtnCreateGoods"; this.tsbtnCreateGoods.Size = new System.Drawing.Size(100, 25); this.tsbtnCreateGoods.Text = "生成产品信息(&G)"; this.tsbtnCreateGoods.Click += new System.EventHandler(this.tsbtnCreateGoods_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); // // c_GroupBox1 // this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.txtJobsCode); this.c_GroupBox1.Controls.Add(this.lblStartTime); this.c_GroupBox1.Controls.Add(this.txtJobsName); this.c_GroupBox1.Controls.Add(this.lblJobsName); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(12, 38); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(728, 51); this.c_GroupBox1.TabIndex = 4; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "工种信息 ▼"; // // txtJobsCode // this.txtJobsCode.BackColor = System.Drawing.SystemColors.Window; this.txtJobsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtJobsCode.Enabled = false; this.txtJobsCode.ErrorMessage = ""; this.txtJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtJobsCode.Location = new System.Drawing.Point(279, 18); this.txtJobsCode.MaxLength = 70; this.txtJobsCode.Name = "txtJobsCode"; this.txtJobsCode.Size = new System.Drawing.Size(149, 21); this.txtJobsCode.TabIndex = 117; // // lblStartTime // this.lblStartTime.AutoSize = true; this.lblStartTime.BackColor = System.Drawing.Color.Transparent; this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblStartTime.Location = new System.Drawing.Point(220, 23); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(53, 12); this.lblStartTime.TabIndex = 116; this.lblStartTime.Text = "工种编码"; // // txtJobsName // this.txtJobsName.BackColor = System.Drawing.SystemColors.Window; this.txtJobsName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtJobsName.Enabled = false; this.txtJobsName.ErrorMessage = ""; this.txtJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtJobsName.Location = new System.Drawing.Point(65, 18); this.txtJobsName.MaxLength = 70; this.txtJobsName.Name = "txtJobsName"; this.txtJobsName.Size = new System.Drawing.Size(149, 21); this.txtJobsName.TabIndex = 1; // // lblJobsName // this.lblJobsName.AutoSize = true; this.lblJobsName.BackColor = System.Drawing.Color.Transparent; this.lblJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblJobsName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblJobsName.Location = new System.Drawing.Point(6, 23); this.lblJobsName.Name = "lblJobsName"; this.lblJobsName.Size = new System.Drawing.Size(53, 12); this.lblJobsName.TabIndex = 0; this.lblJobsName.Text = "工种名称"; // // c_GroupBox2 // this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage"))); this.c_GroupBox2.CanExpand = false; this.c_GroupBox2.Controls.Add(this.dgvGoods); this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox2.IsMustInput = false; this.c_GroupBox2.Location = new System.Drawing.Point(12, 95); this.c_GroupBox2.Name = "c_GroupBox2"; this.c_GroupBox2.OriginalHeight = -1; this.c_GroupBox2.Size = new System.Drawing.Size(728, 389); this.c_GroupBox2.TabIndex = 118; this.c_GroupBox2.TabStop = false; this.c_GroupBox2.Text = "对应产品 ▼"; // // dgvGoods // this.dgvGoods.AllowUserToAddRows = false; this.dgvGoods.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGoods.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.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGoods.CellHeight = 23; this.dgvGoods.ChildNodeColumnName = null; this.dgvGoods.ChildNodeColumnText = null; this.dgvGoods.ColumnDeep = 1; this.dgvGoods.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.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GoodsId, this.GoodsCode, this.GoodsName, this.PieceNum, this.Wages, this.PublicWages, this.isHave}); this.dgvGoods.ColumnTreeView = null; this.dgvGoods.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))); 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.dgvGoods.DefaultCellStyle = dataGridViewCellStyle6; this.dgvGoods.DynamicColumnName = ""; this.dgvGoods.EnableHeadersVisualStyles = false; this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGoods.IsAutoCountSum = true; this.dgvGoods.IsAutoResizeColumns = false; this.dgvGoods.IsClickF12 = false; this.dgvGoods.IsSubTotalFlag = false; this.dgvGoods.Location = new System.Drawing.Point(8, 20); this.dgvGoods.MultiSelect = false; this.dgvGoods.Name = "dgvGoods"; this.dgvGoods.RefreshAtHscroll = false; this.dgvGoods.RowHeadersWidth = 50; this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvGoods.RowTemplate.Height = 21; this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvGoods.Size = new System.Drawing.Size(714, 363); this.dgvGoods.SortOrderColumnName = null; this.dgvGoods.TabIndex = 23; this.dgvGoods.Tag = true; this.dgvGoods.TotalSumColumns = null; this.dgvGoods.ViewRowFilter = ""; this.dgvGoods.VirtualMode = true; // // btnSubmit // this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnSubmit.BackColor = System.Drawing.Color.Transparent; this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage"))); this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSubmit.ForeColor = System.Drawing.Color.White; this.btnSubmit.Location = new System.Drawing.Point(558, 490); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 119; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // btnClose // this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(649, 490); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 120; this.btnClose.Text = "关闭(&C)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // GoodsId // this.GoodsId.DataPropertyName = "GoodsId"; this.GoodsId.HeaderText = "产品ID"; this.GoodsId.Name = "GoodsId"; this.GoodsId.Visible = false; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.GoodsCode.Width = 120; // // GoodsName // this.GoodsName.DataPropertyName = "GoodsName"; this.GoodsName.HeaderText = "产品名称"; this.GoodsName.Name = "GoodsName"; this.GoodsName.ReadOnly = true; this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.GoodsName.Width = 120; // // PieceNum // this.PieceNum.DataPropertyName = "PieceNum"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.PieceNum.DefaultCellStyle = dataGridViewCellStyle3; this.PieceNum.HeaderText = "计价数量"; this.PieceNum.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.PieceNum.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.PieceNum.Name = "PieceNum"; this.PieceNum.Number = new System.Drawing.Point(5, 0); this.PieceNum.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.PieceNum.Width = 120; // // Wages // this.Wages.DataPropertyName = "Wages"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.Wages.DefaultCellStyle = dataGridViewCellStyle4; this.Wages.HeaderText = "工价"; this.Wages.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.Wages.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.Wages.Name = "Wages"; this.Wages.Number = new System.Drawing.Point(6, 6); this.Wages.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Wages.Width = 120; // // PublicWages // this.PublicWages.DataPropertyName = "PublicWages"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.PublicWages.DefaultCellStyle = dataGridViewCellStyle5; this.PublicWages.HeaderText = "公坯工价"; this.PublicWages.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.PublicWages.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.PublicWages.Name = "PublicWages"; this.PublicWages.Number = new System.Drawing.Point(6, 6); this.PublicWages.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.PublicWages.Width = 120; // // isHave // this.isHave.DataPropertyName = "isHave"; this.isHave.HeaderText = "isHave"; this.isHave.Name = "isHave"; this.isHave.Visible = false; // // F_TAT_0203 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 545); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.c_GroupBox2); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.tsrOperate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_TAT_0203"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0203"; this.Load += new System.EventHandler(this.F_TAT_0203_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.c_GroupBox2, 0); this.Controls.SetChildIndex(this.btnSubmit, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); this.c_GroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private Basics.BaseControls.C_GroupBox c_GroupBox1; private Basics.BaseControls.C_TextBox txtJobsCode; private Basics.BaseControls.C_Label lblStartTime; private Basics.BaseControls.C_TextBox txtJobsName; private Basics.BaseControls.C_Label lblJobsName; private Basics.BaseControls.C_GroupBox c_GroupBox2; private Basics.BaseControls.C_DataGridView dgvGoods; private Basics.BaseControls.C_Button btnSubmit; private Basics.BaseControls.C_Button btnClose; private System.Windows.Forms.ToolStripButton tsbtnCreateGoods; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsId; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private Basics.BaseControls.C_DGV_Column_Digital PieceNum; private Basics.BaseControls.C_DGV_Column_Digital Wages; private Basics.BaseControls.C_DGV_Column_Digital PublicWages; private System.Windows.Forms.DataGridViewTextBoxColumn isHave; } }