namespace Dongke.IBOSS.PRD.Client.PAMModule
{
partial class F_PAM_0402
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0402));
this.dgvWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.WagesTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.RowIndexFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvQualityWages = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.QualityRate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.QualityReward = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.RowIndexFlag1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
this.txtPayPlanName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(this.dgvWages)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvQualityWages)).BeginInit();
this.dkGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// dgvWages
//
this.dgvWages.AllowUserToAddRows = false;
this.dgvWages.AllowUserToDeleteRows = false;
this.dgvWages.AllowUserToModifyRows = true;
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvWages.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
this.dgvWages.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvWages.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvWages.CellHeight = 23;
this.dgvWages.ChildNodeColumnName = null;
this.dgvWages.ChildNodeColumnText = null;
this.dgvWages.ColumnDeep = 1;
this.dgvWages.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvWages.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
this.dgvWages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvWages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.WagesTypeID,
this.RowIndexFlag});
this.dgvWages.ColumnTreeView = null;
this.dgvWages.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)));
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvWages.DefaultCellStyle = dataGridViewCellStyle15;
this.dgvWages.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvWages.DynamicColumnName = "";
this.dgvWages.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvWages.EnableHeadersVisualStyles = false;
this.dgvWages.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvWages.HorizontalMergeColumn = null;
this.dgvWages.IsAutoCountSum = true;
this.dgvWages.IsAutoResizeColumns = false;
this.dgvWages.IsClickF12 = false;
this.dgvWages.IsOpenMergeCellFlag = false;
this.dgvWages.IsSubTotalFlag = false;
this.dgvWages.IsTopDeep = false;
this.dgvWages.Location = new System.Drawing.Point(0, 0);
this.dgvWages.MergeColumnNames = null;
this.dgvWages.MergeDetailColumnNames = null;
this.dgvWages.MergeDetailOnlyColumn = null;
this.dgvWages.MergeOnlyColumn = null;
this.dgvWages.MultiSelect = false;
this.dgvWages.Name = "dgvWages";
this.dgvWages.ReadOnly = true;
this.dgvWages.RefreshAtHscroll = false;
this.dgvWages.RowHeadersWidth = 50;
this.dgvWages.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvWages.RowsDefaultCellStyle = dataGridViewCellStyle16;
this.dgvWages.RowTemplate.Height = 21;
this.dgvWages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvWages.Size = new System.Drawing.Size(292, 532);
this.dgvWages.SortOrderColumnName = null;
this.dgvWages.TabIndex = 12;
this.dgvWages.Tag = true;
this.dgvWages.TotalSumColumns = null;
this.dgvWages.ViewRowFilter = "";
this.dgvWages.VirtualMode = true;
this.dgvWages.SelectionChanged += new System.EventHandler(this.dgvWagesType_SelectionChanged);
this.dgvWages.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
//
// WagesTypeID
//
this.WagesTypeID.DataPropertyName = "WagesTypeID";
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.WagesTypeID.DefaultCellStyle = dataGridViewCellStyle14;
this.WagesTypeID.HeaderText = "工价分类";
this.WagesTypeID.Name = "WagesTypeID";
this.WagesTypeID.ReadOnly = true;
this.WagesTypeID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.WagesTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// RowIndexFlag
//
this.RowIndexFlag.DataPropertyName = "RowIndexFlag";
this.RowIndexFlag.HeaderText = "行索引标识";
this.RowIndexFlag.Name = "RowIndexFlag";
this.RowIndexFlag.ReadOnly = true;
this.RowIndexFlag.Visible = false;
//
// dgvQualityWages
//
this.dgvQualityWages.AllowUserToModifyRows = true;
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvQualityWages.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
this.dgvQualityWages.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvQualityWages.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvQualityWages.CellHeight = 23;
this.dgvQualityWages.ChildNodeColumnName = null;
this.dgvQualityWages.ChildNodeColumnText = null;
this.dgvQualityWages.ColumnDeep = 1;
this.dgvQualityWages.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.dgvQualityWages.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
this.dgvQualityWages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvQualityWages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.QualityRate,
this.QualityReward,
this.RowIndexFlag1});
this.dgvQualityWages.ColumnTreeView = null;
this.dgvQualityWages.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)));
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvQualityWages.DefaultCellStyle = dataGridViewCellStyle21;
this.dgvQualityWages.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvQualityWages.DynamicColumnName = "";
this.dgvQualityWages.EnableHeadersVisualStyles = false;
this.dgvQualityWages.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvQualityWages.HorizontalMergeColumn = null;
this.dgvQualityWages.IsAutoCountSum = true;
this.dgvQualityWages.IsAutoResizeColumns = false;
this.dgvQualityWages.IsClickF12 = false;
this.dgvQualityWages.IsOpenMergeCellFlag = false;
this.dgvQualityWages.IsSubTotalFlag = false;
this.dgvQualityWages.IsTopDeep = false;
this.dgvQualityWages.Location = new System.Drawing.Point(0, 0);
this.dgvQualityWages.MergeColumnNames = null;
this.dgvQualityWages.MergeDetailColumnNames = null;
this.dgvQualityWages.MergeDetailOnlyColumn = null;
this.dgvQualityWages.MergeOnlyColumn = null;
this.dgvQualityWages.MultiSelect = false;
this.dgvQualityWages.Name = "dgvQualityWages";
this.dgvQualityWages.RefreshAtHscroll = false;
this.dgvQualityWages.RowHeadersWidth = 50;
this.dgvQualityWages.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvQualityWages.RowsDefaultCellStyle = dataGridViewCellStyle22;
this.dgvQualityWages.RowTemplate.Height = 21;
this.dgvQualityWages.Size = new System.Drawing.Size(734, 532);
this.dgvQualityWages.SortOrderColumnName = null;
this.dgvQualityWages.TabIndex = 13;
this.dgvQualityWages.Tag = true;
this.dgvQualityWages.TotalSumColumns = null;
this.dgvQualityWages.ViewRowFilter = "";
this.dgvQualityWages.VirtualMode = true;
this.dgvQualityWages.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoods_CellBeginEdit);
this.dgvQualityWages.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualityWages_CellValidated);
this.dgvQualityWages.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvQualityWages_CellValidating);
this.dgvQualityWages.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
//
// QualityRate
//
this.QualityRate.DataPropertyName = "QualityRate";
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.QualityRate.DefaultCellStyle = dataGridViewCellStyle19;
this.QualityRate.HeaderText = "质量区间开始(%)";
this.QualityRate.MaxValue = new decimal(new int[] {
100,
0,
0,
0});
this.QualityRate.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.QualityRate.Name = "QualityRate";
this.QualityRate.Number = new System.Drawing.Point(3, 2);
this.QualityRate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.QualityRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// QualityReward
//
this.QualityReward.DataPropertyName = "QualityReward";
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
dataGridViewCellStyle20.Format = "#,##0.00";
this.QualityReward.DefaultCellStyle = dataGridViewCellStyle20;
this.QualityReward.HeaderText = "奖罚金额";
this.QualityReward.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.QualityReward.MinValue = new decimal(new int[] {
10000,
0,
0,
-2147483648});
this.QualityReward.Name = "QualityReward";
this.QualityReward.Number = new System.Drawing.Point(5, 2);
this.QualityReward.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.QualityReward.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// RowIndexFlag1
//
this.RowIndexFlag1.DataPropertyName = "RowIndexFlag";
this.RowIndexFlag1.HeaderText = "行标识";
this.RowIndexFlag1.Name = "RowIndexFlag1";
this.RowIndexFlag1.Visible = false;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(955, 639);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(86, 30);
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(863, 639);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(86, 30);
this.btnSave.TabIndex = 14;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
//
// dkGroupBox1
//
this.dkGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
this.dkGroupBox1.Controls.Add(this.txtPayPlanName);
this.dkGroupBox1.Controls.Add(this.c_Label3);
this.dkGroupBox1.Controls.Add(this.cmbDefectFine);
this.dkGroupBox1.Controls.Add(this.cmbPayPlan);
this.dkGroupBox1.Controls.Add(this.lblDefectFine);
this.dkGroupBox1.Controls.Add(this.lblPayPlan);
this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.dkGroupBox1.IsMustInput = false;
this.dkGroupBox1.Location = new System.Drawing.Point(15, 12);
this.dkGroupBox1.Name = "dkGroupBox1";
this.dkGroupBox1.Size = new System.Drawing.Size(1023, 83);
this.dkGroupBox1.TabIndex = 51;
this.dkGroupBox1.TabStop = false;
this.dkGroupBox1.Text = "基础信息";
//
// txtPayPlanName
//
this.txtPayPlanName.BackColor = System.Drawing.Color.Yellow;
this.txtPayPlanName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtPayPlanName.ErrorMessage = "";
this.txtPayPlanName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPayPlanName.IsMustInput = true;
this.txtPayPlanName.Location = new System.Drawing.Point(105, 52);
this.txtPayPlanName.MaxLength = 20;
this.txtPayPlanName.Name = "txtPayPlanName";
this.txtPayPlanName.Size = new System.Drawing.Size(130, 21);
this.txtPayPlanName.TabIndex = 24;
this.txtPayPlanName.TextValue = "";
//
// c_Label3
//
this.c_Label3.AutoSize = true;
this.c_Label3.BackColor = System.Drawing.Color.Transparent;
this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label3.IsMustInput = true;
this.c_Label3.Location = new System.Drawing.Point(35, 55);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(53, 12);
this.c_Label3.TabIndex = 23;
this.c_Label3.Text = "策略名称";
//
// cmbDefectFine
//
this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbDefectFine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbDefectFine.FormattingEnabled = true;
this.cmbDefectFine.Location = new System.Drawing.Point(326, 23);
this.cmbDefectFine.Name = "cmbDefectFine";
this.cmbDefectFine.Size = new System.Drawing.Size(135, 20);
this.cmbDefectFine.TabIndex = 22;
//
// 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(104, 23);
this.cmbPayPlan.Name = "cmbPayPlan";
this.cmbPayPlan.Size = new System.Drawing.Size(130, 20);
this.cmbPayPlan.TabIndex = 1;
//
// lblDefectFine
//
this.lblDefectFine.AutoSize = true;
this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDefectFine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblDefectFine.IsMustInput = true;
this.lblDefectFine.Location = new System.Drawing.Point(264, 28);
this.lblDefectFine.Name = "lblDefectFine";
this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
this.lblDefectFine.TabIndex = 0;
this.lblDefectFine.Text = "缺陷扣罚";
//
// 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(35, 26);
this.lblPayPlan.Name = "lblPayPlan";
this.lblPayPlan.Size = new System.Drawing.Size(53, 12);
this.lblPayPlan.TabIndex = 0;
this.lblPayPlan.Text = "工资方案";
//
// 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(11, 101);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dgvWages);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvQualityWages);
this.splitContainer1.Size = new System.Drawing.Size(1030, 532);
this.splitContainer1.SplitterDistance = 292;
this.splitContainer1.TabIndex = 48;
//
// F_PAM_0402
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(1054, 695);
this.Controls.Add(this.dkGroupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.splitContainer1);
this.IsSaveFormSize = false;
this.Name = "F_PAM_0402";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新建、编辑产品品质、奖励";
this.Load += new System.EventHandler(this.F_MST_0702_Load);
this.Shown += new System.EventHandler(this.F_PAM_0402_Shown);
this.Controls.SetChildIndex(this.splitContainer1, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.dkGroupBox1, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvWages)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvQualityWages)).EndInit();
this.dkGroupBox1.ResumeLayout(false);
this.dkGroupBox1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvWages;
private Basics.BaseControls.C_DataGridView dgvQualityWages;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.DKGroupBox dkGroupBox1;
private Basics.BaseControls.C_Label lblPayPlan;
private Basics.BaseControls.C_ComboBox cmbPayPlan;
private Basics.BaseControls.C_Label lblDefectFine;
private System.Windows.Forms.SplitContainer splitContainer1;
private Basics.BaseControls.C_ComboBox cmbDefectFine;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox WagesTypeID;
private System.Windows.Forms.DataGridViewTextBoxColumn RowIndexFlag;
private Basics.BaseControls.C_TextBox txtPayPlanName;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_DGV_Column_Digital QualityRate;
private Basics.BaseControls.C_DGV_Column_Digital QualityReward;
private System.Windows.Forms.DataGridViewTextBoxColumn RowIndexFlag1;
}
}