namespace Dongke.IBOSS.PRD.Client.PAMModule
{
partial class F_PAM_0101
{
///
/// 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_0101));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnSave = 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.dgvPayPlanSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.SettingCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SettingName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SettingValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.SettingValueOrg = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPayPlanSetting)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
this.tsrOperate.Dock = System.Windows.Forms.DockStyle.None;
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.tsbtnSave,
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(944, 35);
this.tsrOperate.TabIndex = 1;
//
// tsbtnSave
//
this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSave.Name = "tsbtnSave";
this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
this.tsbtnSave.Text = "保存";
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_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);
//
// dgvPayPlanSetting
//
this.dgvPayPlanSetting.AllowUserToAddRows = false;
this.dgvPayPlanSetting.AllowUserToDeleteRows = false;
this.dgvPayPlanSetting.AllowUserToModifyRows = true;
this.dgvPayPlanSetting.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvPayPlanSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvPayPlanSetting.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.dgvPayPlanSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvPayPlanSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvPayPlanSetting.CellHeight = 23;
this.dgvPayPlanSetting.ChildNodeColumnName = null;
this.dgvPayPlanSetting.ChildNodeColumnText = null;
this.dgvPayPlanSetting.ColumnDeep = 1;
this.dgvPayPlanSetting.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.dgvPayPlanSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvPayPlanSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPayPlanSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SettingCode,
this.SettingName,
this.PayPlanName,
this.SettingValue,
this.SettingValueOrg});
this.dgvPayPlanSetting.ColumnTreeView = null;
this.dgvPayPlanSetting.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPayPlanSetting.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvPayPlanSetting.DynamicColumnName = "";
this.dgvPayPlanSetting.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvPayPlanSetting.EnableHeadersVisualStyles = false;
this.dgvPayPlanSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvPayPlanSetting.IsAutoCountSum = false;
this.dgvPayPlanSetting.IsAutoResizeColumns = false;
this.dgvPayPlanSetting.IsClickF12 = false;
this.dgvPayPlanSetting.IsSubTotalFlag = false;
this.dgvPayPlanSetting.Location = new System.Drawing.Point(0, 33);
this.dgvPayPlanSetting.MultiSelect = false;
this.dgvPayPlanSetting.Name = "dgvPayPlanSetting";
this.dgvPayPlanSetting.RefreshAtHscroll = false;
this.dgvPayPlanSetting.RowHeadersWidth = 50;
this.dgvPayPlanSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvPayPlanSetting.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvPayPlanSetting.RowTemplate.Height = 21;
this.dgvPayPlanSetting.Size = new System.Drawing.Size(944, 454);
this.dgvPayPlanSetting.SortOrderColumnName = null;
this.dgvPayPlanSetting.TabIndex = 3;
this.dgvPayPlanSetting.Tag = true;
this.dgvPayPlanSetting.TotalSumColumns = null;
this.dgvPayPlanSetting.ViewRowFilter = "";
this.dgvPayPlanSetting.VirtualMode = true;
this.dgvPayPlanSetting.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvPayPlanSetting_CurrentCellDirtyStateChanged);
//
// SettingCode
//
this.SettingCode.DataPropertyName = "SettingCode";
this.SettingCode.HeaderText = "参数编码";
this.SettingCode.Name = "SettingCode";
this.SettingCode.ReadOnly = true;
this.SettingCode.Visible = false;
//
// SettingName
//
this.SettingName.DataPropertyName = "SettingName";
this.SettingName.HeaderText = "参数名称";
this.SettingName.Name = "SettingName";
this.SettingName.ReadOnly = true;
//
// PayPlanName
//
this.PayPlanName.DataPropertyName = "PayPlanName";
this.PayPlanName.HeaderText = "工资方案";
this.PayPlanName.Name = "PayPlanName";
this.PayPlanName.ReadOnly = true;
//
// SettingValue
//
this.SettingValue.DataPropertyName = "SettingValue";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.SettingValue.DefaultCellStyle = dataGridViewCellStyle3;
this.SettingValue.HasComma = false;
this.SettingValue.HeaderText = "参数值";
this.SettingValue.MaxValue = new decimal(new int[] {
99,
0,
0,
0});
this.SettingValue.MinValue = new decimal(new int[] {
99,
0,
0,
-2147483648});
this.SettingValue.Name = "SettingValue";
this.SettingValue.Number = new System.Drawing.Point(2, 0);
this.SettingValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// SettingValueOrg
//
this.SettingValueOrg.DataPropertyName = "SettingValueOrg";
this.SettingValueOrg.HeaderText = "参数值原值";
this.SettingValueOrg.Name = "SettingValueOrg";
this.SettingValueOrg.Visible = false;
//
// F_PAM_0101
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(944, 487);
this.Controls.Add(this.dgvPayPlanSetting);
this.Controls.Add(this.tsrOperate);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "F_PAM_0101";
this.Text = "工资方案参数设定";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0101_FormClosed);
this.Load += new System.EventHandler(this.F_PAM_0101_Load);
this.Shown += new System.EventHandler(this.F_PAM_0101_Shown);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPayPlanSetting)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_DataGridView dgvPayPlanSetting;
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.DataGridViewTextBoxColumn SettingCode;
private System.Windows.Forms.DataGridViewTextBoxColumn SettingName;
private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
private Basics.BaseControls.C_DGV_Column_Digital SettingValue;
private System.Windows.Forms.DataGridViewTextBoxColumn SettingValueOrg;
}
}