| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_1202
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1202));
- 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.tsbtnSettlement = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.cgbBase = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.btnSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.cgbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtOrg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblOrg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtSRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblSRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dgvSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.AuditStatus = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.StaffSalaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BasicSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WagesSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProgressSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AdminSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ManagerSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TATManagersID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SettlementAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AdjustmentAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.tsrOperate.SuspendLayout();
- this.cgbBase.SuspendLayout();
- this.cgbSelect.SuspendLayout();
- this.c_GroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.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.tsbtnSettlement,
- 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(993, 35);
- this.tsrOperate.TabIndex = 3;
- //
- // tsbtnSettlement
- //
- this.tsbtnSettlement.AutoSize = false;
- this.tsbtnSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSettlement.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSettlement.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSettlement.Name = "tsbtnSettlement";
- this.tsbtnSettlement.Size = new System.Drawing.Size(90, 25);
- this.tsbtnSettlement.Text = "结算or筛选(&J)";
- this.tsbtnSettlement.Click += new System.EventHandler(this.tsbtnSettlement_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);
- //
- // cgbBase
- //
- this.cgbBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cgbBase.BackColor = System.Drawing.Color.Transparent;
- this.cgbBase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cgbBase.BackgroundImage")));
- this.cgbBase.CanExpand = false;
- this.cgbBase.Controls.Add(this.btnSettlement);
- this.cgbBase.Controls.Add(this.lblStartTime);
- this.cgbBase.Controls.Add(this.dtpStartTime);
- this.cgbBase.Controls.Add(this.txtRemarks);
- this.cgbBase.Controls.Add(this.lblRemarks);
- this.cgbBase.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cgbBase.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cgbBase.IsMustInput = false;
- this.cgbBase.Location = new System.Drawing.Point(12, 38);
- this.cgbBase.Name = "cgbBase";
- this.cgbBase.OriginalHeight = -1;
- this.cgbBase.Size = new System.Drawing.Size(969, 107);
- this.cgbBase.TabIndex = 4;
- this.cgbBase.TabStop = false;
- this.cgbBase.Text = "基础信息 ▼";
- //
- // btnSettlement
- //
- this.btnSettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSettlement.BackColor = System.Drawing.Color.Transparent;
- this.btnSettlement.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSettlement.BackgroundImage")));
- this.btnSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSettlement.ForeColor = System.Drawing.Color.White;
- this.btnSettlement.Location = new System.Drawing.Point(878, 68);
- this.btnSettlement.Name = "btnSettlement";
- this.btnSettlement.Size = new System.Drawing.Size(85, 33);
- this.btnSettlement.TabIndex = 121;
- this.btnSettlement.Text = "结算(&E)";
- this.btnSettlement.UseVisualStyleBackColor = false;
- this.btnSettlement.Click += new System.EventHandler(this.btnSettlement_Click);
- //
- // 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(6, 22);
- this.lblStartTime.Name = "lblStartTime";
- this.lblStartTime.Size = new System.Drawing.Size(53, 12);
- this.lblStartTime.TabIndex = 116;
- this.lblStartTime.Text = "开始时间";
- //
- // dtpStartTime
- //
- this.dtpStartTime.CustomFormat = "yyyy-MM";
- this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartTime.Location = new System.Drawing.Point(65, 18);
- this.dtpStartTime.Name = "dtpStartTime";
- this.dtpStartTime.Size = new System.Drawing.Size(121, 21);
- this.dtpStartTime.TabIndex = 23;
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(65, 45);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(657, 56);
- this.txtRemarks.TabIndex = 16;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(6, 48);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(53, 12);
- this.lblRemarks.TabIndex = 15;
- this.lblRemarks.Text = "策略备注";
- //
- // cgbSelect
- //
- this.cgbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cgbSelect.BackColor = System.Drawing.Color.Transparent;
- this.cgbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cgbSelect.BackgroundImage")));
- this.cgbSelect.CanExpand = false;
- this.cgbSelect.Controls.Add(this.txtOrg);
- this.cgbSelect.Controls.Add(this.btnSelect);
- this.cgbSelect.Controls.Add(this.lblOrg);
- this.cgbSelect.Controls.Add(this.txtName);
- this.cgbSelect.Controls.Add(this.lblName);
- this.cgbSelect.Controls.Add(this.txtSRemarks);
- this.cgbSelect.Controls.Add(this.lblSRemarks);
- this.cgbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cgbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cgbSelect.IsMustInput = false;
- this.cgbSelect.Location = new System.Drawing.Point(12, 38);
- this.cgbSelect.Name = "cgbSelect";
- this.cgbSelect.OriginalHeight = -1;
- this.cgbSelect.Size = new System.Drawing.Size(969, 107);
- this.cgbSelect.TabIndex = 117;
- this.cgbSelect.TabStop = false;
- this.cgbSelect.Text = "条件筛选 ▼";
- this.cgbSelect.Visible = false;
- //
- // txtOrg
- //
- this.txtOrg.BackColor = System.Drawing.SystemColors.Window;
- this.txtOrg.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOrg.ErrorMessage = "";
- this.txtOrg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOrg.Location = new System.Drawing.Point(280, 19);
- this.txtOrg.Name = "txtOrg";
- this.txtOrg.Size = new System.Drawing.Size(150, 21);
- this.txtOrg.TabIndex = 123;
- this.txtOrg.TextValue = "";
- //
- // btnSelect
- //
- this.btnSelect.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
- this.btnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.Location = new System.Drawing.Point(878, 68);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(85, 33);
- this.btnSelect.TabIndex = 122;
- this.btnSelect.Text = "筛选(&X)";
- this.btnSelect.UseVisualStyleBackColor = false;
- this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
- //
- // lblOrg
- //
- this.lblOrg.AutoSize = true;
- this.lblOrg.BackColor = System.Drawing.Color.Transparent;
- this.lblOrg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrg.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrg.Location = new System.Drawing.Point(221, 22);
- this.lblOrg.Name = "lblOrg";
- this.lblOrg.Size = new System.Drawing.Size(53, 12);
- this.lblOrg.TabIndex = 120;
- this.lblOrg.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(65, 19);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(150, 21);
- this.txtName.TabIndex = 117;
- this.txtName.TextValue = "";
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.BackColor = System.Drawing.Color.Transparent;
- this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblName.Location = new System.Drawing.Point(6, 22);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(53, 12);
- this.lblName.TabIndex = 116;
- this.lblName.Text = "员工姓名";
- //
- // txtSRemarks
- //
- this.txtSRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtSRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtSRemarks.ErrorMessage = "";
- this.txtSRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSRemarks.Location = new System.Drawing.Point(65, 45);
- this.txtSRemarks.MaxLength = 500;
- this.txtSRemarks.Multiline = true;
- this.txtSRemarks.Name = "txtSRemarks";
- this.txtSRemarks.Size = new System.Drawing.Size(657, 56);
- this.txtSRemarks.TabIndex = 16;
- //
- // lblSRemarks
- //
- this.lblSRemarks.AutoSize = true;
- this.lblSRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblSRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblSRemarks.Location = new System.Drawing.Point(6, 48);
- this.lblSRemarks.Name = "lblSRemarks";
- this.lblSRemarks.Size = new System.Drawing.Size(53, 12);
- this.lblSRemarks.TabIndex = 15;
- this.lblSRemarks.Text = "结算备注";
- //
- // c_GroupBox2
- //
- this.c_GroupBox2.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.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.dgvSettlement);
- 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, 151);
- this.c_GroupBox2.Name = "c_GroupBox2";
- this.c_GroupBox2.OriginalHeight = -1;
- this.c_GroupBox2.Size = new System.Drawing.Size(969, 345);
- this.c_GroupBox2.TabIndex = 118;
- this.c_GroupBox2.TabStop = false;
- this.c_GroupBox2.Text = "结算结果 ▼";
- //
- // dgvSettlement
- //
- this.dgvSettlement.AllowUserToAddRows = false;
- this.dgvSettlement.AllowUserToDeleteRows = false;
- this.dgvSettlement.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSettlement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSettlement.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.dgvSettlement.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSettlement.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSettlement.CellHeight = 23;
- this.dgvSettlement.ChildNodeColumnName = null;
- this.dgvSettlement.ChildNodeColumnText = null;
- this.dgvSettlement.ColumnDeep = 1;
- this.dgvSettlement.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.dgvSettlement.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSettlement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSettlement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.AuditStatus,
- this.StaffSalaryID,
- this.StaffID,
- this.StaffName,
- this.OrganizationName,
- this.PostName,
- this.TotalAmount,
- this.BasicSalary,
- this.WagesSalary,
- this.ScrapFine,
- this.ProgressSalary,
- this.AdminSalary,
- this.DefectFine,
- this.ManagerSalary,
- this.TATManagersID,
- this.SettlementAmount,
- this.AdjustmentAmount,
- this.Remarks});
- this.dgvSettlement.ColumnTreeView = null;
- this.dgvSettlement.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)));
- 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.dgvSettlement.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvSettlement.DynamicColumnName = "";
- this.dgvSettlement.EnableHeadersVisualStyles = false;
- this.dgvSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSettlement.IsAutoCountSum = true;
- this.dgvSettlement.IsAutoResizeColumns = false;
- this.dgvSettlement.IsClickF12 = false;
- this.dgvSettlement.IsSubTotalFlag = false;
- this.dgvSettlement.Location = new System.Drawing.Point(8, 20);
- this.dgvSettlement.MultiSelect = false;
- this.dgvSettlement.Name = "dgvSettlement";
- this.dgvSettlement.RefreshAtHscroll = false;
- this.dgvSettlement.RowHeadersWidth = 50;
- this.dgvSettlement.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSettlement.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvSettlement.RowTemplate.Height = 21;
- this.dgvSettlement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvSettlement.Size = new System.Drawing.Size(955, 319);
- this.dgvSettlement.SortOrderColumnName = null;
- this.dgvSettlement.TabIndex = 23;
- this.dgvSettlement.Tag = true;
- this.dgvSettlement.TotalSumColumns = null;
- this.dgvSettlement.ViewRowFilter = "";
- this.dgvSettlement.VirtualMode = true;
- this.dgvSettlement.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSettlement_CellDoubleClick);
- this.dgvSettlement.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSettlement_CellValueChanged);
- //
- // AuditStatus
- //
- this.AuditStatus.DataPropertyName = "AuditStatus";
- this.AuditStatus.FalseValue = "0";
- this.AuditStatus.HeaderText = "审批";
- this.AuditStatus.Name = "AuditStatus";
- this.AuditStatus.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.AuditStatus.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.AuditStatus.TrueValue = "1";
- this.AuditStatus.Visible = false;
- //
- // StaffSalaryID
- //
- this.StaffSalaryID.DataPropertyName = "StaffSalaryID";
- this.StaffSalaryID.HeaderText = "StaffSalaryID";
- this.StaffSalaryID.Name = "StaffSalaryID";
- this.StaffSalaryID.Visible = false;
- //
- // StaffID
- //
- this.StaffID.DataPropertyName = "StaffID";
- this.StaffID.HeaderText = "StaffID";
- this.StaffID.Name = "StaffID";
- this.StaffID.Visible = false;
- //
- // StaffName
- //
- this.StaffName.DataPropertyName = "StaffName";
- this.StaffName.HeaderText = "员工姓名";
- this.StaffName.Name = "StaffName";
- this.StaffName.ReadOnly = true;
- //
- // OrganizationName
- //
- this.OrganizationName.DataPropertyName = "OrganizationName";
- this.OrganizationName.HeaderText = "所属部门";
- this.OrganizationName.Name = "OrganizationName";
- this.OrganizationName.ReadOnly = true;
- //
- // PostName
- //
- this.PostName.DataPropertyName = "PostName";
- this.PostName.HeaderText = "职务";
- this.PostName.Name = "PostName";
- this.PostName.ReadOnly = true;
- //
- // TotalAmount
- //
- this.TotalAmount.DataPropertyName = "TotalAmount";
- this.TotalAmount.HeaderText = "月薪总额";
- this.TotalAmount.Name = "TotalAmount";
- this.TotalAmount.ReadOnly = true;
- //
- // BasicSalary
- //
- this.BasicSalary.DataPropertyName = "BasicSalary";
- this.BasicSalary.HeaderText = "基本工资";
- this.BasicSalary.Name = "BasicSalary";
- this.BasicSalary.ReadOnly = true;
- //
- // WagesSalary
- //
- this.WagesSalary.DataPropertyName = "WagesSalary";
- this.WagesSalary.HeaderText = "计件工资";
- this.WagesSalary.Name = "WagesSalary";
- this.WagesSalary.ReadOnly = true;
- //
- // ScrapFine
- //
- this.ScrapFine.DataPropertyName = "ScrapFine";
- this.ScrapFine.HeaderText = "损坯扣罚";
- this.ScrapFine.Name = "ScrapFine";
- this.ScrapFine.ReadOnly = true;
- //
- // ProgressSalary
- //
- this.ProgressSalary.DataPropertyName = "ProgressSalary";
- this.ProgressSalary.HeaderText = "进度考核";
- this.ProgressSalary.Name = "ProgressSalary";
- this.ProgressSalary.ReadOnly = true;
- //
- // AdminSalary
- //
- this.AdminSalary.DataPropertyName = "AdminSalary";
- this.AdminSalary.HeaderText = "行政考核";
- this.AdminSalary.Name = "AdminSalary";
- this.AdminSalary.ReadOnly = true;
- //
- // DefectFine
- //
- this.DefectFine.DataPropertyName = "DefectFine";
- this.DefectFine.HeaderText = "缺陷扣罚";
- this.DefectFine.Name = "DefectFine";
- this.DefectFine.ReadOnly = true;
- //
- // ManagerSalary
- //
- this.ManagerSalary.DataPropertyName = "ManagerSalary";
- this.ManagerSalary.HeaderText = "管理工资";
- this.ManagerSalary.Name = "ManagerSalary";
- this.ManagerSalary.ReadOnly = true;
- //
- // TATManagersID
- //
- this.TATManagersID.DataPropertyName = "TATManagersID";
- this.TATManagersID.HeaderText = "TATManagersID";
- this.TATManagersID.Name = "TATManagersID";
- this.TATManagersID.Visible = false;
- //
- // SettlementAmount
- //
- this.SettlementAmount.DataPropertyName = "SettlementAmount";
- this.SettlementAmount.HeaderText = "结算金额";
- this.SettlementAmount.Name = "SettlementAmount";
- this.SettlementAmount.ReadOnly = true;
- //
- // AdjustmentAmount
- //
- this.AdjustmentAmount.DataPropertyName = "AdjustmentAmount";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.AdjustmentAmount.DefaultCellStyle = dataGridViewCellStyle3;
- this.AdjustmentAmount.HeaderText = "调整金额";
- this.AdjustmentAmount.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.AdjustmentAmount.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.AdjustmentAmount.Name = "AdjustmentAmount";
- this.AdjustmentAmount.Number = new System.Drawing.Point(4, 2);
- this.AdjustmentAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.AdjustmentAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- //
- // btnSubmit
- //
- this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(805, 502);
- 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)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(896, 502);
- 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);
- //
- // F_HR_1202
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(993, 557);
- this.Controls.Add(this.cgbSelect);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.c_GroupBox2);
- this.Controls.Add(this.cgbBase);
- this.Controls.Add(this.tsrOperate);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_HR_1202";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "结算";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_HR_1202_Load);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.cgbBase, 0);
- this.Controls.SetChildIndex(this.c_GroupBox2, 0);
- this.Controls.SetChildIndex(this.btnSubmit, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.cgbSelect, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.cgbBase.ResumeLayout(false);
- this.cgbBase.PerformLayout();
- this.cgbSelect.ResumeLayout(false);
- this.cgbSelect.PerformLayout();
- this.c_GroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnSettlement;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_GroupBox cgbBase;
- private Basics.BaseControls.C_Label lblStartTime;
- private Basics.BaseControls.C_DateTimePicker dtpStartTime;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_GroupBox c_GroupBox2;
- private Basics.BaseControls.C_DataGridView dgvSettlement;
- private Basics.BaseControls.C_Button btnSubmit;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_GroupBox cgbSelect;
- private Basics.BaseControls.C_Label lblName;
- private Basics.BaseControls.C_TextBox txtSRemarks;
- private Basics.BaseControls.C_Label lblSRemarks;
- private Basics.BaseControls.C_Label lblOrg;
- private Basics.BaseControls.C_TextBox txtName;
- private Basics.BaseControls.C_Button btnSettlement;
- private Basics.BaseControls.C_Button btnSelect;
- private Basics.BaseControls.C_TextBox txtOrg;
- private System.Windows.Forms.DataGridViewCheckBoxColumn AuditStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffSalaryID;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
- private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
- private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn BasicSalary;
- private System.Windows.Forms.DataGridViewTextBoxColumn WagesSalary;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapFine;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProgressSalary;
- private System.Windows.Forms.DataGridViewTextBoxColumn AdminSalary;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectFine;
- private System.Windows.Forms.DataGridViewTextBoxColumn ManagerSalary;
- private System.Windows.Forms.DataGridViewTextBoxColumn TATManagersID;
- private System.Windows.Forms.DataGridViewTextBoxColumn SettlementAmount;
- private Basics.BaseControls.C_DGV_Column_Digital AdjustmentAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- }
- }
|