| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- namespace Dongke.IBOSS.PRD.Client.PAMModule
- {
- partial class F_PAM_0103
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0103));
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.PayPlanID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.JobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PayPlanID1 = 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();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
- this.SuspendLayout();
- //
- // 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(12, 12);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvPayPlan);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvJobs);
- this.splitContainer1.Size = new System.Drawing.Size(649, 355);
- this.splitContainer1.SplitterDistance = 323;
- this.splitContainer1.TabIndex = 48;
- //
- // dgvPayPlan
- //
- this.dgvPayPlan.AllowUserToAddRows = false;
- this.dgvPayPlan.AllowUserToDeleteRows = false;
- this.dgvPayPlan.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvPayPlan.CellHeight = 23;
- this.dgvPayPlan.ChildNodeColumnName = null;
- this.dgvPayPlan.ChildNodeColumnText = null;
- this.dgvPayPlan.ColumnDeep = 1;
- this.dgvPayPlan.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.dgvPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.PayPlanID,
- this.PayPlanName});
- this.dgvPayPlan.ColumnTreeView = null;
- this.dgvPayPlan.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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvPayPlan.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvPayPlan.DynamicColumnName = "";
- this.dgvPayPlan.EnableHeadersVisualStyles = false;
- this.dgvPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvPayPlan.HorizontalMergeColumn = null;
- this.dgvPayPlan.IsAutoCountSum = true;
- this.dgvPayPlan.IsAutoResizeColumns = false;
- this.dgvPayPlan.IsClickF12 = false;
- this.dgvPayPlan.IsOpenMergeCellFlag = false;
- this.dgvPayPlan.IsSubTotalFlag = false;
- this.dgvPayPlan.IsTopDeep = false;
- this.dgvPayPlan.Location = new System.Drawing.Point(0, 0);
- this.dgvPayPlan.MergeColumnNames = null;
- this.dgvPayPlan.MergeDetailColumnNames = null;
- this.dgvPayPlan.MergeDetailOnlyColumn = null;
- this.dgvPayPlan.MergeOnlyColumn = null;
- this.dgvPayPlan.MultiSelect = false;
- this.dgvPayPlan.Name = "dgvPayPlan";
- this.dgvPayPlan.ReadOnly = true;
- this.dgvPayPlan.RefreshAtHscroll = false;
- this.dgvPayPlan.RowHeadersWidth = 50;
- this.dgvPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvPayPlan.RowTemplate.Height = 21;
- this.dgvPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvPayPlan.Size = new System.Drawing.Size(323, 355);
- this.dgvPayPlan.SortOrderColumnName = null;
- this.dgvPayPlan.TabIndex = 0;
- this.dgvPayPlan.Tag = true;
- this.dgvPayPlan.TotalSumColumns = null;
- this.dgvPayPlan.ViewRowFilter = "";
- this.dgvPayPlan.VirtualMode = true;
- this.dgvPayPlan.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptSProcedure_CellValueChanged);
- this.dgvPayPlan.SelectionChanged += new System.EventHandler(this.dgvPayPlan_SelectionChanged);
- //
- // PayPlanID
- //
- this.PayPlanID.DataPropertyName = "PayPlanID";
- this.PayPlanID.HeaderText = "工资方案ID";
- this.PayPlanID.Name = "PayPlanID";
- this.PayPlanID.ReadOnly = true;
- this.PayPlanID.Visible = false;
- //
- // PayPlanName
- //
- this.PayPlanName.DataPropertyName = "PayPlanName";
- this.PayPlanName.HeaderText = "工资方案名称";
- this.PayPlanName.Name = "PayPlanName";
- this.PayPlanName.ReadOnly = true;
- //
- // dgvJobs
- //
- this.dgvJobs.AllowUserToAddRows = false;
- this.dgvJobs.AllowUserToModifyRows = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvJobs.CellHeight = 23;
- this.dgvJobs.ChildNodeColumnName = null;
- this.dgvJobs.ChildNodeColumnText = null;
- this.dgvJobs.ColumnDeep = 1;
- this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.JobsID,
- this.JobsCode,
- this.JobsName,
- this.PayPlanID1});
- this.dgvJobs.ColumnTreeView = null;
- this.dgvJobs.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)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvJobs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvJobs.DynamicColumnName = "";
- this.dgvJobs.EnableHeadersVisualStyles = false;
- this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvJobs.HorizontalMergeColumn = null;
- this.dgvJobs.IsAutoCountSum = true;
- this.dgvJobs.IsAutoResizeColumns = false;
- this.dgvJobs.IsClickF12 = false;
- this.dgvJobs.IsOpenMergeCellFlag = false;
- this.dgvJobs.IsSubTotalFlag = false;
- this.dgvJobs.IsTopDeep = false;
- this.dgvJobs.Location = new System.Drawing.Point(0, 0);
- this.dgvJobs.MergeColumnNames = null;
- this.dgvJobs.MergeDetailColumnNames = null;
- this.dgvJobs.MergeDetailOnlyColumn = null;
- this.dgvJobs.MergeOnlyColumn = null;
- this.dgvJobs.MultiSelect = false;
- this.dgvJobs.Name = "dgvJobs";
- this.dgvJobs.RefreshAtHscroll = false;
- this.dgvJobs.RowHeadersWidth = 50;
- this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvJobs.RowTemplate.Height = 21;
- this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvJobs.Size = new System.Drawing.Size(322, 355);
- this.dgvJobs.SortOrderColumnName = null;
- this.dgvJobs.TabIndex = 41;
- this.dgvJobs.Tag = true;
- this.dgvJobs.TotalSumColumns = null;
- this.dgvJobs.ViewRowFilter = "";
- this.dgvJobs.VirtualMode = true;
- this.dgvJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvJobs_CellBeginEdit);
- this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptTProcedure_CellValueChanged);
- this.dgvJobs.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvJobs_UserDeletingRow);
- //
- // JobsID
- //
- this.JobsID.DataPropertyName = "JobsID";
- this.JobsID.HeaderText = "工种ID";
- this.JobsID.Name = "JobsID";
- this.JobsID.ReadOnly = true;
- this.JobsID.Visible = false;
- //
- // JobsCode
- //
- this.JobsCode.DataPropertyName = "JobsCode";
- this.JobsCode.HeaderText = "工种编码";
- this.JobsCode.Name = "JobsCode";
- //
- // JobsName
- //
- this.JobsName.DataPropertyName = "JobsName";
- this.JobsName.HeaderText = "工种名称";
- this.JobsName.Name = "JobsName";
- this.JobsName.ReadOnly = true;
- //
- // PayPlanID1
- //
- this.PayPlanID1.DataPropertyName = "PayPlanID";
- this.PayPlanID1.HeaderText = "PayPlanID";
- this.PayPlanID1.Name = "PayPlanID1";
- this.PayPlanID1.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(574, 372);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(86, 30);
- this.btnCancel.TabIndex = 50;
- 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(482, 372);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(86, 30);
- this.btnSave.TabIndex = 49;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
- //
- // F_PAM_0103
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(673, 428);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.splitContainer1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PAM_0103";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "新建、编辑工种工资方案";
- this.Load += new System.EventHandler(this.F_MST_0702_Load);
- this.Controls.SetChildIndex(this.splitContainer1, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvPayPlan;
- private Basics.BaseControls.C_DataGridView dgvJobs;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID1;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID;
- private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
- }
- }
|