| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_1201
- {
- /// <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_1201));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.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();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnAudit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpSalaryDateE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpSalaryDateS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtRemarks = new System.Windows.Forms.TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.AccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AccountDateFrom = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AccountDateTo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SettlementAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AdjustmentAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SalarySettlementID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- 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.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnAudit,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(971, 35);
- this.tsrOperate.TabIndex = 24;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "结算(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Enabled = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "调整(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnAudit
- //
- this.tsbtnAudit.AutoSize = false;
- this.tsbtnAudit.Enabled = false;
- this.tsbtnAudit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAudit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAudit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAudit.Name = "tsbtnAudit";
- this.tsbtnAudit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAudit.Text = "审核(&O)";
- this.tsbtnAudit.Click += new System.EventHandler(this.tsbtnAudit_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.lblDate);
- this.gbxCondition.Controls.Add(this.dtpSalaryDateE);
- this.gbxCondition.Controls.Add(this.lblTo);
- this.gbxCondition.Controls.Add(this.dtpSalaryDateS);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(959, 125);
- this.gbxCondition.TabIndex = 25;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lblDate
- //
- this.lblDate.AutoSize = true;
- this.lblDate.BackColor = System.Drawing.Color.Transparent;
- this.lblDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDate.Location = new System.Drawing.Point(25, 23);
- this.lblDate.Name = "lblDate";
- this.lblDate.Size = new System.Drawing.Size(41, 12);
- this.lblDate.TabIndex = 26;
- this.lblDate.Text = "结算月";
- //
- // dtpSalaryDateE
- //
- this.dtpSalaryDateE.CustomFormat = "yyyy-MM";
- this.dtpSalaryDateE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpSalaryDateE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpSalaryDateE.Location = new System.Drawing.Point(230, 20);
- this.dtpSalaryDateE.Name = "dtpSalaryDateE";
- this.dtpSalaryDateE.Size = new System.Drawing.Size(129, 21);
- this.dtpSalaryDateE.TabIndex = 25;
- //
- // lblTo
- //
- this.lblTo.AutoSize = true;
- this.lblTo.BackColor = System.Drawing.Color.Transparent;
- this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTo.Location = new System.Drawing.Point(207, 23);
- this.lblTo.Name = "lblTo";
- this.lblTo.Size = new System.Drawing.Size(17, 12);
- this.lblTo.TabIndex = 24;
- this.lblTo.Text = "至";
- //
- // dtpSalaryDateS
- //
- this.dtpSalaryDateS.CustomFormat = "yyyy-MM";
- this.dtpSalaryDateS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpSalaryDateS.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpSalaryDateS.Location = new System.Drawing.Point(72, 20);
- this.dtpSalaryDateS.Name = "dtpSalaryDateS";
- this.dtpSalaryDateS.Size = new System.Drawing.Size(129, 21);
- this.dtpSalaryDateS.TabIndex = 14;
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(777, 85);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 3;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(868, 85);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 4;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // txtRemarks
- //
- this.txtRemarks.Location = new System.Drawing.Point(72, 47);
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(511, 68);
- this.txtRemarks.TabIndex = 2;
- //
- // 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(13, 49);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(53, 12);
- this.lblRemarks.TabIndex = 10;
- this.lblRemarks.Text = "结算备注";
- //
- // dgvSettlement
- //
- this.dgvSettlement.AllowUserToAddRows = false;
- this.dgvSettlement.AllowUserToDeleteRows = false;
- this.dgvSettlement.AllowUserToModifyRows = true;
- this.dgvSettlement.AllowUserToOrderColumns = true;
- this.dgvSettlement.AllowUserToResizeRows = false;
- 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.AccountMonth,
- this.AccountDateFrom,
- this.AccountDateTo,
- this.SettlementAmount,
- this.AdjustmentAmount,
- this.TotalAmount,
- this.Remarks,
- this.SalarySettlementID});
- 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)));
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSettlement.DefaultCellStyle = dataGridViewCellStyle6;
- 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.HorizontalMergeColumn = null;
- this.dgvSettlement.IsAutoCountSum = true;
- this.dgvSettlement.IsAutoResizeColumns = false;
- this.dgvSettlement.IsClickF12 = false;
- this.dgvSettlement.IsOpenMergeCellFlag = false;
- this.dgvSettlement.IsSubTotalFlag = false;
- this.dgvSettlement.IsTopDeep = false;
- this.dgvSettlement.Location = new System.Drawing.Point(0, 171);
- this.dgvSettlement.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvSettlement.MergeColumnNames = null;
- this.dgvSettlement.MergeDetailColumnNames = null;
- this.dgvSettlement.MergeDetailOnlyColumn = null;
- this.dgvSettlement.MergeOnlyColumn = null;
- this.dgvSettlement.MultiSelect = false;
- this.dgvSettlement.Name = "dgvSettlement";
- this.dgvSettlement.ReadOnly = true;
- this.dgvSettlement.RefreshAtHscroll = false;
- this.dgvSettlement.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSettlement.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvSettlement.RowHeadersWidth = 50;
- this.dgvSettlement.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSettlement.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvSettlement.RowTemplate.Height = 21;
- this.dgvSettlement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvSettlement.Size = new System.Drawing.Size(959, 389);
- this.dgvSettlement.SortOrderColumnName = null;
- this.dgvSettlement.TabIndex = 26;
- this.dgvSettlement.Tag = true;
- this.dgvSettlement.TotalSumColumns = null;
- this.dgvSettlement.ViewRowFilter = "";
- this.dgvSettlement.SelectionChanged += new System.EventHandler(this.dgvSettlement_SelectionChanged);
- //
- // AccountMonth
- //
- this.AccountMonth.DataPropertyName = "AccountMonth";
- dataGridViewCellStyle3.Format = "yyyy-MM";
- this.AccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
- this.AccountMonth.HeaderText = "结算月";
- this.AccountMonth.Name = "AccountMonth";
- this.AccountMonth.ReadOnly = true;
- //
- // AccountDateFrom
- //
- this.AccountDateFrom.DataPropertyName = "AccountDateFrom";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
- dataGridViewCellStyle4.NullValue = null;
- this.AccountDateFrom.DefaultCellStyle = dataGridViewCellStyle4;
- this.AccountDateFrom.HeaderText = "开始日期";
- this.AccountDateFrom.Name = "AccountDateFrom";
- this.AccountDateFrom.ReadOnly = true;
- //
- // AccountDateTo
- //
- this.AccountDateTo.DataPropertyName = "AccountDateTo";
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
- dataGridViewCellStyle5.NullValue = null;
- this.AccountDateTo.DefaultCellStyle = dataGridViewCellStyle5;
- this.AccountDateTo.HeaderText = "结束日期";
- this.AccountDateTo.Name = "AccountDateTo";
- this.AccountDateTo.ReadOnly = true;
- //
- // SettlementAmount
- //
- this.SettlementAmount.DataPropertyName = "SettlementAmount";
- this.SettlementAmount.HeaderText = "结算金额";
- this.SettlementAmount.Name = "SettlementAmount";
- this.SettlementAmount.ReadOnly = true;
- //
- // AdjustmentAmount
- //
- this.AdjustmentAmount.DataPropertyName = "AdjustmentAmount";
- this.AdjustmentAmount.HeaderText = "调整金额";
- this.AdjustmentAmount.Name = "AdjustmentAmount";
- this.AdjustmentAmount.ReadOnly = true;
- //
- // TotalAmount
- //
- this.TotalAmount.DataPropertyName = "TotalAmount";
- this.TotalAmount.HeaderText = "总金额";
- this.TotalAmount.Name = "TotalAmount";
- this.TotalAmount.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // SalarySettlementID
- //
- this.SalarySettlementID.DataPropertyName = "SalarySettlementID";
- this.SalarySettlementID.HeaderText = "SalarySettlementID";
- this.SalarySettlementID.Name = "SalarySettlementID";
- this.SalarySettlementID.ReadOnly = true;
- this.SalarySettlementID.Visible = false;
- //
- // F_HR_1201
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(971, 562);
- this.Controls.Add(this.dgvSettlement);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_HR_1201";
- this.Text = "工资结算";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1201_FormClosed);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_DateTimePicker dtpSalaryDateE;
- private Basics.BaseControls.C_Label lblTo;
- private Basics.BaseControls.C_DateTimePicker dtpSalaryDateS;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_Label lblDate;
- private Basics.BaseControls.C_DataGridView dgvSettlement;
- private System.Windows.Forms.ToolStripButton tsbtnAudit;
- private System.Windows.Forms.DataGridViewTextBoxColumn AccountMonth;
- private System.Windows.Forms.DataGridViewTextBoxColumn AccountDateFrom;
- private System.Windows.Forms.DataGridViewTextBoxColumn AccountDateTo;
- private System.Windows.Forms.DataGridViewTextBoxColumn SettlementAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn AdjustmentAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn SalarySettlementID;
- }
- }
|