namespace Dongke.IBOSS.PRD.Client.PAMModule { partial class F_PAM_0301 { /// /// 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_PAM_0301)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = 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.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceTacticsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceTacticsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PieceCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DamageFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.DamageCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnqualifiedFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.UnqualifiedCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.QualifiedFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.QualifiedCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.QualityBaseProcedure = 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.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit(); this.tsrOperate.SuspendLayout(); this.SuspendLayout(); // // 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.cmbPayPlan); this.gbxCondition.Controls.Add(this.lblPayPlan); this.gbxCondition.Controls.Add(this.txtName); this.gbxCondition.Controls.Add(this.c_Label1); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); 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, 38); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(883, 51); this.gbxCondition.TabIndex = 24; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // cmbPayPlan // this.cmbPayPlan.BackColor = System.Drawing.SystemColors.Window; this.cmbPayPlan.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbPayPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbPayPlan.FormattingEnabled = true; this.cmbPayPlan.Location = new System.Drawing.Point(328, 20); this.cmbPayPlan.Name = "cmbPayPlan"; this.cmbPayPlan.Size = new System.Drawing.Size(130, 20); this.cmbPayPlan.TabIndex = 9; // // lblPayPlan // this.lblPayPlan.AutoSize = true; this.lblPayPlan.BackColor = System.Drawing.Color.Transparent; this.lblPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPayPlan.Location = new System.Drawing.Point(259, 23); this.lblPayPlan.Name = "lblPayPlan"; this.lblPayPlan.Size = new System.Drawing.Size(53, 12); this.lblPayPlan.TabIndex = 8; this.lblPayPlan.Text = "工资方案"; // // 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(84, 21); this.txtName.MaxLength = 20; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(142, 21); this.txtName.TabIndex = 7; this.txtName.TextValue = ""; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.Location = new System.Drawing.Point(24, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 6; this.c_Label1.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(795, 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 = 5; 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(704, 14); 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 = 4; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvJobsPayPlan // this.dgvJobsPayPlan.AllowUserToAddRows = false; this.dgvJobsPayPlan.AllowUserToDeleteRows = false; this.dgvJobsPayPlan.AllowUserToModifyRows = true; this.dgvJobsPayPlan.AllowUserToOrderColumns = true; dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17; this.dgvJobsPayPlan.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.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvJobsPayPlan.CellHeight = 23; this.dgvJobsPayPlan.ChildNodeColumnName = null; this.dgvJobsPayPlan.ChildNodeColumnText = null; this.dgvJobsPayPlan.ColumnDeep = 1; this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18; this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PayPlanName, this.PieceTacticsName, this.PieceTacticsID, this.PieceTypeName, this.PieceProcedure, this.PieceCoefficient, this.DamageFlag, this.DamageCoefficient, this.UnqualifiedFlag, this.UnqualifiedCoefficient, this.QualifiedFlag, this.QualifiedCoefficient, this.QualityBaseProcedure}); this.dgvJobsPayPlan.ColumnTreeView = null; this.dgvJobsPayPlan.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))); dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle19; this.dgvJobsPayPlan.DynamicColumnName = ""; this.dgvJobsPayPlan.EnableHeadersVisualStyles = false; this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvJobsPayPlan.IsAutoCountSum = true; this.dgvJobsPayPlan.IsAutoResizeColumns = false; this.dgvJobsPayPlan.IsClickF12 = false; this.dgvJobsPayPlan.IsSubTotalFlag = false; this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95); this.dgvJobsPayPlan.MultiSelect = false; this.dgvJobsPayPlan.Name = "dgvJobsPayPlan"; this.dgvJobsPayPlan.ReadOnly = true; this.dgvJobsPayPlan.RefreshAtHscroll = false; this.dgvJobsPayPlan.RowHeadersWidth = 50; this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle20; this.dgvJobsPayPlan.RowTemplate.Height = 21; this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvJobsPayPlan.Size = new System.Drawing.Size(895, 396); this.dgvJobsPayPlan.SortOrderColumnName = null; this.dgvJobsPayPlan.TabIndex = 25; this.dgvJobsPayPlan.Tag = true; this.dgvJobsPayPlan.TotalSumColumns = null; this.dgvJobsPayPlan.ViewRowFilter = ""; this.dgvJobsPayPlan.VirtualMode = true; // // PayPlanName // this.PayPlanName.DataPropertyName = "PayPlanName"; this.PayPlanName.HeaderText = "工资方案名称"; this.PayPlanName.Name = "PayPlanName"; this.PayPlanName.ReadOnly = true; // // PieceTacticsName // this.PieceTacticsName.DataPropertyName = "PieceTacticsName"; this.PieceTacticsName.HeaderText = "策略名称"; this.PieceTacticsName.Name = "PieceTacticsName"; this.PieceTacticsName.ReadOnly = true; // // PieceTacticsID // this.PieceTacticsID.DataPropertyName = "PieceTacticsID"; this.PieceTacticsID.HeaderText = "计件工资策略ID"; this.PieceTacticsID.Name = "PieceTacticsID"; this.PieceTacticsID.ReadOnly = true; this.PieceTacticsID.Visible = false; // // PieceTypeName // this.PieceTypeName.DataPropertyName = "PieceTypeName"; this.PieceTypeName.HeaderText = "计件工序类型"; this.PieceTypeName.Name = "PieceTypeName"; this.PieceTypeName.ReadOnly = true; // // PieceProcedure // this.PieceProcedure.DataPropertyName = "PieceProcedure"; this.PieceProcedure.HeaderText = "计件工序"; this.PieceProcedure.Name = "PieceProcedure"; this.PieceProcedure.ReadOnly = true; // // PieceCoefficient // this.PieceCoefficient.DataPropertyName = "PieceCoefficient"; this.PieceCoefficient.HeaderText = "计件系数"; this.PieceCoefficient.Name = "PieceCoefficient"; this.PieceCoefficient.ReadOnly = true; // // DamageFlag // this.DamageFlag.DataPropertyName = "DamageFlag"; this.DamageFlag.FalseValue = "0"; this.DamageFlag.HeaderText = "损坯计算标识"; this.DamageFlag.Name = "DamageFlag"; this.DamageFlag.ReadOnly = true; this.DamageFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DamageFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.DamageFlag.TrueValue = "1"; // // DamageCoefficient // this.DamageCoefficient.DataPropertyName = "DamageCoefficient"; this.DamageCoefficient.HeaderText = "损坯系数"; this.DamageCoefficient.Name = "DamageCoefficient"; this.DamageCoefficient.ReadOnly = true; // // UnqualifiedFlag // this.UnqualifiedFlag.DataPropertyName = "UnqualifiedFlag"; this.UnqualifiedFlag.FalseValue = "0"; this.UnqualifiedFlag.HeaderText = "次品计算标识"; this.UnqualifiedFlag.Name = "UnqualifiedFlag"; this.UnqualifiedFlag.ReadOnly = true; this.UnqualifiedFlag.TrueValue = "1"; // // UnqualifiedCoefficient // this.UnqualifiedCoefficient.DataPropertyName = "UnqualifiedCoefficient"; this.UnqualifiedCoefficient.HeaderText = "次品系数"; this.UnqualifiedCoefficient.Name = "UnqualifiedCoefficient"; this.UnqualifiedCoefficient.ReadOnly = true; // // QualifiedFlag // this.QualifiedFlag.DataPropertyName = "QualifiedFlag"; this.QualifiedFlag.FalseValue = "0"; this.QualifiedFlag.HeaderText = "副品计算标识"; this.QualifiedFlag.Name = "QualifiedFlag"; this.QualifiedFlag.ReadOnly = true; this.QualifiedFlag.TrueValue = "1"; // // QualifiedCoefficient // this.QualifiedCoefficient.DataPropertyName = "QualifiedCoefficient"; this.QualifiedCoefficient.HeaderText = "副品系数"; this.QualifiedCoefficient.Name = "QualifiedCoefficient"; this.QualifiedCoefficient.ReadOnly = true; // // QualityBaseProcedure // this.QualityBaseProcedure.DataPropertyName = "QualityBaseProcedure"; this.QualityBaseProcedure.HeaderText = "质量基数工序"; this.QualityBaseProcedure.Name = "QualityBaseProcedure"; this.QualityBaseProcedure.ReadOnly = true; // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.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.tsbtnAdd, this.tsbtnEdit, 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(895, 35); this.tsrOperate.TabIndex = 27; 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 = "新建(&N)"; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_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.tsbtnEdit_Click_1); // // 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 = "自适应列宽(&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); // // F_PAM_0301 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(895, 493); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.dgvJobsPayPlan); this.Controls.Add(this.gbxCondition); this.Name = "F_PAM_0301"; this.Text = "计件工资策略"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed); this.Load += new System.EventHandler(this.F_PAM_0201_Load); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvJobsPayPlan; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtName; private Basics.BaseControls.C_ComboBox cmbPayPlan; private Basics.BaseControls.C_Label lblPayPlan; private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName; private System.Windows.Forms.DataGridViewTextBoxColumn PieceTacticsName; private System.Windows.Forms.DataGridViewTextBoxColumn PieceTacticsID; private System.Windows.Forms.DataGridViewTextBoxColumn PieceTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn PieceProcedure; private System.Windows.Forms.DataGridViewTextBoxColumn PieceCoefficient; private System.Windows.Forms.DataGridViewCheckBoxColumn DamageFlag; private System.Windows.Forms.DataGridViewTextBoxColumn DamageCoefficient; private System.Windows.Forms.DataGridViewCheckBoxColumn UnqualifiedFlag; private System.Windows.Forms.DataGridViewTextBoxColumn UnqualifiedCoefficient; private System.Windows.Forms.DataGridViewCheckBoxColumn QualifiedFlag; private System.Windows.Forms.DataGridViewTextBoxColumn QualifiedCoefficient; private System.Windows.Forms.DataGridViewTextBoxColumn QualityBaseProcedure; 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; } }