namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0701
{
///
/// 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_TAT_0701));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.tsbtnAudit = new System.Windows.Forms.ToolStripButton();
this.tsbtnDelete = 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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpEndTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblEndTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpEndTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.lbxAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
this.dtpStartTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblStartTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClear = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpStartTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvManagerSalary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.colManagerSalaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colManagerSalaryName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colBeginAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colEndAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAuditor = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colOPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.c_GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManagerSalary)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.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.tsbtnCopy,
this.tsbtnEdit,
this.tsbtnAudit,
this.tsbtnDelete,
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(1012, 35);
this.tsrOperate.TabIndex = 2;
//
// 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);
//
// tsbtnCopy
//
this.tsbtnCopy.AutoSize = false;
this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCopy.Name = "tsbtnCopy";
this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
this.tsbtnCopy.Text = "复制(&P)";
this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
//
// tsbtnEdit
//
this.tsbtnEdit.AutoSize = 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.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 = "审批(&S)";
this.tsbtnAudit.Click += new System.EventHandler(this.tsbtnAudit_Click);
//
// tsbtnDelete
//
this.tsbtnDelete.AutoSize = false;
this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDelete.Name = "tsbtnDelete";
this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
this.tsbtnDelete.Text = "停用(&D)";
this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_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);
//
// c_GroupBox1
//
this.c_GroupBox1.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_GroupBox1.BackColor = System.Drawing.Color.Transparent;
this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
this.c_GroupBox1.Controls.Add(this.lblAuditStatus);
this.c_GroupBox1.Controls.Add(this.dtpEndTimeAfter);
this.c_GroupBox1.Controls.Add(this.lblEndTo);
this.c_GroupBox1.Controls.Add(this.dtpEndTimeBetween);
this.c_GroupBox1.Controls.Add(this.cbEndTime);
this.c_GroupBox1.Controls.Add(this.cbStartTime);
this.c_GroupBox1.Controls.Add(this.lbxAuditStatus);
this.c_GroupBox1.Controls.Add(this.dtpStartTimeBetween);
this.c_GroupBox1.Controls.Add(this.lblStartTo);
this.c_GroupBox1.Controls.Add(this.btnClear);
this.c_GroupBox1.Controls.Add(this.btnSelect);
this.c_GroupBox1.Controls.Add(this.txtRemarks);
this.c_GroupBox1.Controls.Add(this.lblRemarks);
this.c_GroupBox1.Controls.Add(this.dtpStartTimeAfter);
this.c_GroupBox1.Controls.Add(this.txtManagerSalaryName);
this.c_GroupBox1.Controls.Add(this.lblWagesName);
this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_GroupBox1.IsMustInput = false;
this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
this.c_GroupBox1.Name = "c_GroupBox1";
this.c_GroupBox1.OriginalHeight = -1;
this.c_GroupBox1.Size = new System.Drawing.Size(1000, 78);
this.c_GroupBox1.TabIndex = 4;
this.c_GroupBox1.TabStop = false;
this.c_GroupBox1.Text = "查询条件 ▼";
//
// lblAuditStatus
//
this.lblAuditStatus.AutoSize = true;
this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblAuditStatus.Location = new System.Drawing.Point(192, 22);
this.lblAuditStatus.Name = "lblAuditStatus";
this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
this.lblAuditStatus.TabIndex = 109;
this.lblAuditStatus.Text = "审核状态";
//
// dtpEndTimeAfter
//
this.dtpEndTimeAfter.CustomFormat = "yyyy-MM";
this.dtpEndTimeAfter.Enabled = false;
this.dtpEndTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpEndTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEndTimeAfter.Location = new System.Drawing.Point(618, 45);
this.dtpEndTimeAfter.Name = "dtpEndTimeAfter";
this.dtpEndTimeAfter.Size = new System.Drawing.Size(121, 21);
this.dtpEndTimeAfter.TabIndex = 108;
//
// lblEndTo
//
this.lblEndTo.AutoSize = true;
this.lblEndTo.BackColor = System.Drawing.Color.Transparent;
this.lblEndTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblEndTo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblEndTo.Location = new System.Drawing.Point(595, 49);
this.lblEndTo.Name = "lblEndTo";
this.lblEndTo.Size = new System.Drawing.Size(17, 12);
this.lblEndTo.TabIndex = 107;
this.lblEndTo.Text = "至";
//
// dtpEndTimeBetween
//
this.dtpEndTimeBetween.CustomFormat = "yyyy-MM";
this.dtpEndTimeBetween.Enabled = false;
this.dtpEndTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpEndTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEndTimeBetween.Location = new System.Drawing.Point(468, 43);
this.dtpEndTimeBetween.Name = "dtpEndTimeBetween";
this.dtpEndTimeBetween.Size = new System.Drawing.Size(121, 21);
this.dtpEndTimeBetween.TabIndex = 106;
//
// cbEndTime
//
this.cbEndTime.AutoSize = true;
this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbEndTime.Location = new System.Drawing.Point(378, 48);
this.cbEndTime.Name = "cbEndTime";
this.cbEndTime.Size = new System.Drawing.Size(84, 16);
this.cbEndTime.TabIndex = 105;
this.cbEndTime.Text = "结束账务月";
this.cbEndTime.UseVisualStyleBackColor = true;
this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
//
// cbStartTime
//
this.cbStartTime.AutoSize = true;
this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbStartTime.Location = new System.Drawing.Point(378, 23);
this.cbStartTime.Name = "cbStartTime";
this.cbStartTime.Size = new System.Drawing.Size(84, 16);
this.cbStartTime.TabIndex = 104;
this.cbStartTime.Text = "开始账务月";
this.cbStartTime.UseVisualStyleBackColor = true;
this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
//
// lbxAuditStatus
//
this.lbxAuditStatus.BackColor = System.Drawing.SystemColors.Window;
this.lbxAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
this.lbxAuditStatus.DataSource = null;
this.lbxAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbxAuditStatus.FormattingEnabled = true;
//
//
//
this.lbxAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbxAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbxAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
this.lbxAuditStatus.ListBox.Name = "";
this.lbxAuditStatus.ListBox.Size = new System.Drawing.Size(119, 136);
this.lbxAuditStatus.ListBox.TabIndex = 0;
this.lbxAuditStatus.Location = new System.Drawing.Point(251, 19);
this.lbxAuditStatus.Name = "lbxAuditStatus";
this.lbxAuditStatus.Size = new System.Drawing.Size(121, 20);
this.lbxAuditStatus.TabIndex = 103;
//
// dtpStartTimeBetween
//
this.dtpStartTimeBetween.CustomFormat = "yyyy-MM";
this.dtpStartTimeBetween.Enabled = false;
this.dtpStartTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpStartTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartTimeBetween.Location = new System.Drawing.Point(468, 18);
this.dtpStartTimeBetween.Name = "dtpStartTimeBetween";
this.dtpStartTimeBetween.Size = new System.Drawing.Size(121, 21);
this.dtpStartTimeBetween.TabIndex = 23;
//
// lblStartTo
//
this.lblStartTo.AutoSize = true;
this.lblStartTo.BackColor = System.Drawing.Color.Transparent;
this.lblStartTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStartTo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblStartTo.Location = new System.Drawing.Point(595, 22);
this.lblStartTo.Name = "lblStartTo";
this.lblStartTo.Size = new System.Drawing.Size(17, 12);
this.lblStartTo.TabIndex = 22;
this.lblStartTo.Text = "至";
//
// btnClear
//
this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClear.BackColor = System.Drawing.Color.Gray;
this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage")));
this.btnClear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClear.ForeColor = System.Drawing.Color.White;
this.btnClear.Location = new System.Drawing.Point(911, 37);
this.btnClear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(85, 30);
this.btnClear.TabIndex = 19;
this.btnClear.Text = "清空条件(&C)";
this.btnClear.UseVisualStyleBackColor = false;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btnSelect
//
this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSelect.BackColor = System.Drawing.Color.Gray;
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(820, 37);
this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(85, 30);
this.btnSelect.TabIndex = 18;
this.btnSelect.Text = "查询(&Q)";
this.btnSelect.UseVisualStyleBackColor = false;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// 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, 46);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(307, 21);
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, 51);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(53, 12);
this.lblRemarks.TabIndex = 15;
this.lblRemarks.Text = "策略备注";
//
// dtpStartTimeAfter
//
this.dtpStartTimeAfter.CustomFormat = "yyyy-MM";
this.dtpStartTimeAfter.Enabled = false;
this.dtpStartTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpStartTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartTimeAfter.Location = new System.Drawing.Point(618, 18);
this.dtpStartTimeAfter.Name = "dtpStartTimeAfter";
this.dtpStartTimeAfter.Size = new System.Drawing.Size(121, 21);
this.dtpStartTimeAfter.TabIndex = 6;
//
// txtManagerSalaryName
//
this.txtManagerSalaryName.BackColor = System.Drawing.SystemColors.Window;
this.txtManagerSalaryName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtManagerSalaryName.ErrorMessage = "";
this.txtManagerSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtManagerSalaryName.Location = new System.Drawing.Point(65, 18);
this.txtManagerSalaryName.MaxLength = 70;
this.txtManagerSalaryName.Name = "txtManagerSalaryName";
this.txtManagerSalaryName.Size = new System.Drawing.Size(121, 21);
this.txtManagerSalaryName.TabIndex = 1;
//
// lblWagesName
//
this.lblWagesName.AutoSize = true;
this.lblWagesName.BackColor = System.Drawing.Color.Transparent;
this.lblWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWagesName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblWagesName.Location = new System.Drawing.Point(6, 22);
this.lblWagesName.Name = "lblWagesName";
this.lblWagesName.Size = new System.Drawing.Size(53, 12);
this.lblWagesName.TabIndex = 0;
this.lblWagesName.Text = "策略名称";
//
// dgvManagerSalary
//
this.dgvManagerSalary.AllowUserToAddRows = false;
this.dgvManagerSalary.AllowUserToDeleteRows = false;
this.dgvManagerSalary.AllowUserToModifyRows = true;
this.dgvManagerSalary.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvManagerSalary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvManagerSalary.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.dgvManagerSalary.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvManagerSalary.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvManagerSalary.CellHeight = 23;
this.dgvManagerSalary.ChildNodeColumnName = null;
this.dgvManagerSalary.ChildNodeColumnText = null;
this.dgvManagerSalary.ColumnDeep = 1;
this.dgvManagerSalary.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.dgvManagerSalary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvManagerSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvManagerSalary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colManagerSalaryID,
this.colManagerSalaryName,
this.colBeginAccountMonth,
this.colEndAccountMonth,
this.colRemarks,
this.colAuditStatusName,
this.colAuditStatus,
this.colAuditor,
this.colAuditlDate,
this.colOPTimeStamp});
this.dgvManagerSalary.ColumnTreeView = null;
this.dgvManagerSalary.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)));
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvManagerSalary.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvManagerSalary.DynamicColumnName = "";
this.dgvManagerSalary.EnableHeadersVisualStyles = false;
this.dgvManagerSalary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvManagerSalary.IsAutoCountSum = true;
this.dgvManagerSalary.IsAutoResizeColumns = false;
this.dgvManagerSalary.IsClickF12 = false;
this.dgvManagerSalary.IsSubTotalFlag = false;
this.dgvManagerSalary.Location = new System.Drawing.Point(0, 122);
this.dgvManagerSalary.MultiSelect = false;
this.dgvManagerSalary.Name = "dgvManagerSalary";
this.dgvManagerSalary.ReadOnly = true;
this.dgvManagerSalary.RefreshAtHscroll = false;
this.dgvManagerSalary.RowHeadersWidth = 50;
this.dgvManagerSalary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvManagerSalary.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvManagerSalary.RowTemplate.Height = 21;
this.dgvManagerSalary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvManagerSalary.Size = new System.Drawing.Size(1000, 326);
this.dgvManagerSalary.SortOrderColumnName = null;
this.dgvManagerSalary.TabIndex = 23;
this.dgvManagerSalary.Tag = true;
this.dgvManagerSalary.TotalSumColumns = null;
this.dgvManagerSalary.ViewRowFilter = "";
this.dgvManagerSalary.VirtualMode = true;
this.dgvManagerSalary.SelectionChanged += new System.EventHandler(this.dgvManagerSalary_SelectionChanged);
//
// colManagerSalaryID
//
this.colManagerSalaryID.DataPropertyName = "ManagerSalaryID";
this.colManagerSalaryID.HeaderText = "缺陷扣罚策略ID";
this.colManagerSalaryID.Name = "colManagerSalaryID";
this.colManagerSalaryID.ReadOnly = true;
this.colManagerSalaryID.Visible = false;
//
// colManagerSalaryName
//
this.colManagerSalaryName.DataPropertyName = "ManagerSalaryName";
this.colManagerSalaryName.HeaderText = "策略名称";
this.colManagerSalaryName.Name = "colManagerSalaryName";
this.colManagerSalaryName.ReadOnly = true;
//
// colBeginAccountMonth
//
this.colBeginAccountMonth.DataPropertyName = "BeginAccountMonth";
dataGridViewCellStyle3.Format = "yyyy-MM";
this.colBeginAccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
this.colBeginAccountMonth.HeaderText = "开始账务月";
this.colBeginAccountMonth.Name = "colBeginAccountMonth";
this.colBeginAccountMonth.ReadOnly = true;
//
// colEndAccountMonth
//
this.colEndAccountMonth.DataPropertyName = "EndAccountMonth";
dataGridViewCellStyle4.Format = "yyyy-MM";
this.colEndAccountMonth.DefaultCellStyle = dataGridViewCellStyle4;
this.colEndAccountMonth.HeaderText = "结束账务月";
this.colEndAccountMonth.Name = "colEndAccountMonth";
this.colEndAccountMonth.ReadOnly = true;
//
// colRemarks
//
this.colRemarks.DataPropertyName = "Remarks";
this.colRemarks.HeaderText = "策略备注";
this.colRemarks.Name = "colRemarks";
this.colRemarks.ReadOnly = true;
this.colRemarks.Width = 200;
//
// colAuditStatusName
//
this.colAuditStatusName.DataPropertyName = "AuditStatusName";
this.colAuditStatusName.HeaderText = "审核状态";
this.colAuditStatusName.Name = "colAuditStatusName";
this.colAuditStatusName.ReadOnly = true;
//
// colAuditStatus
//
this.colAuditStatus.DataPropertyName = "AuditStatus";
this.colAuditStatus.HeaderText = "审核状态(int)";
this.colAuditStatus.Name = "colAuditStatus";
this.colAuditStatus.ReadOnly = true;
this.colAuditStatus.Visible = false;
//
// colAuditor
//
this.colAuditor.DataPropertyName = "UserName";
this.colAuditor.HeaderText = "审核人";
this.colAuditor.Name = "colAuditor";
this.colAuditor.ReadOnly = true;
//
// colAuditlDate
//
this.colAuditlDate.DataPropertyName = "AuditlDate";
this.colAuditlDate.HeaderText = "审核日期";
this.colAuditlDate.Name = "colAuditlDate";
this.colAuditlDate.ReadOnly = true;
//
// colOPTimeStamp
//
this.colOPTimeStamp.DataPropertyName = "OPTimeStamp";
this.colOPTimeStamp.HeaderText = "OPTimeStamp";
this.colOPTimeStamp.Name = "colOPTimeStamp";
this.colOPTimeStamp.ReadOnly = true;
this.colOPTimeStamp.Visible = false;
//
// F_TAT_0701
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1012, 460);
this.Controls.Add(this.dgvManagerSalary);
this.Controls.Add(this.c_GroupBox1);
this.Controls.Add(this.tsrOperate);
this.Name = "F_TAT_0701";
this.Text = "F_TAT_0701";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0701_FormClosed);
this.Load += new System.EventHandler(this.F_TAT_0701_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.c_GroupBox1.ResumeLayout(false);
this.c_GroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManagerSalary)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnCopy;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnAudit;
private System.Windows.Forms.ToolStripButton tsbtnDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox c_GroupBox1;
private Basics.BaseControls.C_Label lblAuditStatus;
private Basics.BaseControls.C_DateTimePicker dtpEndTimeAfter;
private Basics.BaseControls.C_Label lblEndTo;
private Basics.BaseControls.C_DateTimePicker dtpEndTimeBetween;
private Basics.BaseControls.C_CheckBox cbEndTime;
private Basics.BaseControls.C_CheckBox cbStartTime;
private Basics.BaseControls.DKListBoxComboBox lbxAuditStatus;
private Basics.BaseControls.C_DateTimePicker dtpStartTimeBetween;
private Basics.BaseControls.C_Label lblStartTo;
private Basics.BaseControls.C_Button btnClear;
private Basics.BaseControls.C_Button btnSelect;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_DateTimePicker dtpStartTimeAfter;
private Basics.BaseControls.C_TextBox txtManagerSalaryName;
private Basics.BaseControls.C_Label lblWagesName;
private Basics.BaseControls.C_DataGridView dgvManagerSalary;
private System.Windows.Forms.DataGridViewTextBoxColumn colManagerSalaryID;
private System.Windows.Forms.DataGridViewTextBoxColumn colManagerSalaryName;
private System.Windows.Forms.DataGridViewTextBoxColumn colBeginAccountMonth;
private System.Windows.Forms.DataGridViewTextBoxColumn colEndAccountMonth;
private System.Windows.Forms.DataGridViewTextBoxColumn colRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatusName;
private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn colAuditor;
private System.Windows.Forms.DataGridViewTextBoxColumn colAuditlDate;
private System.Windows.Forms.DataGridViewTextBoxColumn colOPTimeStamp;
}
}