| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810 |
- namespace Dongke.IBOSS.PRD.Client.TATModule
- {
- partial class F_TAT_0101
- {
- /// <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_TAT_0101));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle 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.tsbtnDetail = new System.Windows.Forms.ToolStripButton();
- this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDisable = 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lbxFineType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.lbxSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.lblFineType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lbxDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- 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.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = 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.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.colDefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colDefectFineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colSalaryTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colDictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colFineType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colCoefficient = 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.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).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.tsbtnDetail,
- this.tsbtnApprover,
- this.tsbtnDisable,
- 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 = 1;
- //
- // 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);
- //
- // tsbtnDetail
- //
- this.tsbtnDetail.AutoSize = false;
- this.tsbtnDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDetail.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDetail.Name = "tsbtnDetail";
- this.tsbtnDetail.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDetail.Text = "明细(&O)";
- this.tsbtnDetail.Click += new System.EventHandler(this.tsbtnDetail_Click);
- //
- // tsbtnApprover
- //
- this.tsbtnApprover.AutoSize = false;
- this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnApprover.Name = "tsbtnApprover";
- this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
- this.tsbtnApprover.Text = "审核(&S)";
- this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
- //
- // tsbtnDisable
- //
- this.tsbtnDisable.AutoSize = false;
- this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDisable.Name = "tsbtnDisable";
- this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDisable.Text = "停用(&D)";
- this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_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);
- //
- // 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.lbxFineType);
- this.gbxCondition.Controls.Add(this.lbxSalaryType);
- this.gbxCondition.Controls.Add(this.lblFineType);
- this.gbxCondition.Controls.Add(this.lblSalaryType);
- this.gbxCondition.Controls.Add(this.lbxDefectFine);
- this.gbxCondition.Controls.Add(this.lblAuditStatus);
- this.gbxCondition.Controls.Add(this.dtpEndTimeAfter);
- this.gbxCondition.Controls.Add(this.lblEndTo);
- this.gbxCondition.Controls.Add(this.dtpEndTimeBetween);
- this.gbxCondition.Controls.Add(this.cbEndTime);
- this.gbxCondition.Controls.Add(this.cbStartTime);
- this.gbxCondition.Controls.Add(this.lbxAuditStatus);
- this.gbxCondition.Controls.Add(this.dtpStartTimeBetween);
- this.gbxCondition.Controls.Add(this.lblStartTo);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.dtpStartTimeAfter);
- this.gbxCondition.Controls.Add(this.lblDefectFine);
- this.gbxCondition.Controls.Add(this.txtDefectFineName);
- this.gbxCondition.Controls.Add(this.lblDefectFineName);
- 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(1000, 107);
- this.gbxCondition.TabIndex = 2;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lbxFineType
- //
- this.lbxFineType.BackColor = System.Drawing.SystemColors.Window;
- this.lbxFineType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.lbxFineType.DataSource = null;
- this.lbxFineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxFineType.FormattingEnabled = true;
- //
- //
- //
- this.lbxFineType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbxFineType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxFineType.ListBox.Location = new System.Drawing.Point(0, 0);
- this.lbxFineType.ListBox.Name = "";
- this.lbxFineType.ListBox.Size = new System.Drawing.Size(119, 136);
- this.lbxFineType.ListBox.TabIndex = 0;
- this.lbxFineType.Location = new System.Drawing.Point(804, 45);
- this.lbxFineType.Name = "lbxFineType";
- this.lbxFineType.Size = new System.Drawing.Size(121, 20);
- this.lbxFineType.TabIndex = 114;
- //
- // lbxSalaryType
- //
- this.lbxSalaryType.BackColor = System.Drawing.SystemColors.Window;
- this.lbxSalaryType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.lbxSalaryType.DataSource = null;
- this.lbxSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxSalaryType.FormattingEnabled = true;
- //
- //
- //
- this.lbxSalaryType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbxSalaryType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxSalaryType.ListBox.Location = new System.Drawing.Point(0, 0);
- this.lbxSalaryType.ListBox.Name = "";
- this.lbxSalaryType.ListBox.Size = new System.Drawing.Size(119, 136);
- this.lbxSalaryType.ListBox.TabIndex = 0;
- this.lbxSalaryType.Location = new System.Drawing.Point(804, 21);
- this.lbxSalaryType.Name = "lbxSalaryType";
- this.lbxSalaryType.Size = new System.Drawing.Size(121, 20);
- this.lbxSalaryType.TabIndex = 113;
- //
- // lblFineType
- //
- this.lblFineType.AutoSize = true;
- this.lblFineType.BackColor = System.Drawing.Color.Transparent;
- this.lblFineType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFineType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblFineType.Location = new System.Drawing.Point(745, 48);
- this.lblFineType.Name = "lblFineType";
- this.lblFineType.Size = new System.Drawing.Size(53, 12);
- this.lblFineType.TabIndex = 112;
- this.lblFineType.Text = "扣罚类型";
- //
- // lblSalaryType
- //
- this.lblSalaryType.AutoSize = true;
- this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
- this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblSalaryType.Location = new System.Drawing.Point(745, 24);
- this.lblSalaryType.Name = "lblSalaryType";
- this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
- this.lblSalaryType.TabIndex = 111;
- this.lblSalaryType.Text = "策略类型";
- //
- // lbxDefectFine
- //
- this.lbxDefectFine.BackColor = System.Drawing.SystemColors.Window;
- this.lbxDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
- this.lbxDefectFine.DataSource = null;
- this.lbxDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxDefectFine.FormattingEnabled = true;
- //
- //
- //
- this.lbxDefectFine.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbxDefectFine.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbxDefectFine.ListBox.Location = new System.Drawing.Point(0, 0);
- this.lbxDefectFine.ListBox.Name = "";
- this.lbxDefectFine.ListBox.Size = new System.Drawing.Size(119, 136);
- this.lbxDefectFine.ListBox.TabIndex = 0;
- this.lbxDefectFine.Location = new System.Drawing.Point(251, 21);
- this.lbxDefectFine.Name = "lbxDefectFine";
- this.lbxDefectFine.Size = new System.Drawing.Size(121, 20);
- this.lbxDefectFine.TabIndex = 110;
- //
- // 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(6, 48);
- 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(65, 45);
- 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 = "至";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- 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(905, 72);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 19;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- 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(814, 72);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 18;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_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(251, 44);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(121, 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(192, 48);
- 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;
- //
- // lblDefectFine
- //
- this.lblDefectFine.AutoSize = true;
- this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDefectFine.Location = new System.Drawing.Point(192, 24);
- this.lblDefectFine.Name = "lblDefectFine";
- this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
- this.lblDefectFine.TabIndex = 2;
- this.lblDefectFine.Text = "缺陷扣罚";
- //
- // txtDefectFineName
- //
- this.txtDefectFineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtDefectFineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDefectFineName.ErrorMessage = "";
- this.txtDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDefectFineName.Location = new System.Drawing.Point(65, 18);
- this.txtDefectFineName.MaxLength = 70;
- this.txtDefectFineName.Name = "txtDefectFineName";
- this.txtDefectFineName.Size = new System.Drawing.Size(121, 21);
- this.txtDefectFineName.TabIndex = 1;
- //
- // lblDefectFineName
- //
- this.lblDefectFineName.AutoSize = true;
- this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectFineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDefectFineName.Location = new System.Drawing.Point(6, 22);
- this.lblDefectFineName.Name = "lblDefectFineName";
- this.lblDefectFineName.Size = new System.Drawing.Size(53, 12);
- this.lblDefectFineName.TabIndex = 0;
- this.lblDefectFineName.Text = "策略名称";
- //
- // dgvDefectFine
- //
- this.dgvDefectFine.AllowUserToAddRows = false;
- this.dgvDefectFine.AllowUserToDeleteRows = false;
- this.dgvDefectFine.AllowUserToModifyRows = true;
- this.dgvDefectFine.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefectFine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDefectFine.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.dgvDefectFine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDefectFine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDefectFine.CellHeight = 23;
- this.dgvDefectFine.ChildNodeColumnName = null;
- this.dgvDefectFine.ChildNodeColumnText = null;
- this.dgvDefectFine.ColumnDeep = 1;
- this.dgvDefectFine.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.dgvDefectFine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDefectFine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefectFine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colDefectFineID,
- this.colDefectFineName,
- this.colSalaryTypeName,
- this.colDictionaryValue,
- this.colFineType,
- this.colCoefficient,
- this.colBeginAccountMonth,
- this.colEndAccountMonth,
- this.colRemarks,
- this.colAuditStatusName,
- this.colAuditStatus,
- this.colAuditor,
- this.colAuditlDate,
- this.colOPTimeStamp});
- this.dgvDefectFine.ColumnTreeView = null;
- this.dgvDefectFine.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.dgvDefectFine.DefaultCellStyle = dataGridViewCellStyle5;
- this.dgvDefectFine.DynamicColumnName = "";
- this.dgvDefectFine.EnableHeadersVisualStyles = false;
- this.dgvDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDefectFine.IsAutoCountSum = true;
- this.dgvDefectFine.IsAutoResizeColumns = false;
- this.dgvDefectFine.IsClickF12 = false;
- this.dgvDefectFine.IsSubTotalFlag = false;
- this.dgvDefectFine.Location = new System.Drawing.Point(0, 151);
- this.dgvDefectFine.MultiSelect = false;
- this.dgvDefectFine.Name = "dgvDefectFine";
- this.dgvDefectFine.ReadOnly = true;
- this.dgvDefectFine.RefreshAtHscroll = false;
- this.dgvDefectFine.RowHeadersWidth = 50;
- this.dgvDefectFine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefectFine.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDefectFine.RowTemplate.Height = 21;
- this.dgvDefectFine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDefectFine.Size = new System.Drawing.Size(1000, 297);
- this.dgvDefectFine.SortOrderColumnName = null;
- this.dgvDefectFine.TabIndex = 21;
- this.dgvDefectFine.Tag = true;
- this.dgvDefectFine.TotalSumColumns = null;
- this.dgvDefectFine.ViewRowFilter = "";
- this.dgvDefectFine.VirtualMode = true;
- this.dgvDefectFine.SelectionChanged += new System.EventHandler(this.dgvDefectFine_SelectionChanged);
- //
- // colDefectFineID
- //
- this.colDefectFineID.DataPropertyName = "DefectFineID";
- this.colDefectFineID.HeaderText = "缺陷扣罚策略ID";
- this.colDefectFineID.Name = "colDefectFineID";
- this.colDefectFineID.ReadOnly = true;
- this.colDefectFineID.Visible = false;
- //
- // colDefectFineName
- //
- this.colDefectFineName.DataPropertyName = "DefectFineName";
- this.colDefectFineName.HeaderText = "策略名称";
- this.colDefectFineName.Name = "colDefectFineName";
- this.colDefectFineName.ReadOnly = true;
- //
- // colSalaryTypeName
- //
- this.colSalaryTypeName.DataPropertyName = "SalaryTypeName";
- this.colSalaryTypeName.HeaderText = "策略类型";
- this.colSalaryTypeName.Name = "colSalaryTypeName";
- this.colSalaryTypeName.ReadOnly = true;
- //
- // colDictionaryValue
- //
- this.colDictionaryValue.DataPropertyName = "DictionaryValue";
- this.colDictionaryValue.HeaderText = "缺陷扣罚";
- this.colDictionaryValue.Name = "colDictionaryValue";
- this.colDictionaryValue.ReadOnly = true;
- this.colDictionaryValue.Visible = false;
- //
- // colFineType
- //
- this.colFineType.DataPropertyName = "FineTypeName";
- this.colFineType.HeaderText = "扣罚类型";
- this.colFineType.Name = "colFineType";
- this.colFineType.ReadOnly = true;
- this.colFineType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- //
- // colCoefficient
- //
- this.colCoefficient.DataPropertyName = "Coefficient";
- this.colCoefficient.HeaderText = "扣罚系数(%)";
- this.colCoefficient.Name = "colCoefficient";
- this.colCoefficient.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_0101
- //
- 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.dgvDefectFine);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_TAT_0101";
- this.Text = "缺陷扣罚策略";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0101_FormClosed);
- this.Load += new System.EventHandler(this.F_TAT_0101_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).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 toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_DateTimePicker dtpStartTimeAfter;
- private Basics.BaseControls.C_Label lblDefectFine;
- private Basics.BaseControls.C_TextBox txtDefectFineName;
- private Basics.BaseControls.C_Label lblDefectFineName;
- private Basics.BaseControls.C_DateTimePicker dtpStartTimeBetween;
- private Basics.BaseControls.C_Label lblStartTo;
- private Basics.BaseControls.C_DataGridView dgvDefectFine;
- private Basics.BaseControls.DKListBoxComboBox lbxAuditStatus;
- 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 lbxDefectFine;
- private System.Windows.Forms.ToolStripButton tsbtnDetail;
- private System.Windows.Forms.ToolStripButton tsbtnApprover;
- private System.Windows.Forms.ToolStripButton tsbtnDisable;
- private Basics.BaseControls.DKListBoxComboBox lbxFineType;
- private Basics.BaseControls.DKListBoxComboBox lbxSalaryType;
- private Basics.BaseControls.C_Label lblFineType;
- private Basics.BaseControls.C_Label lblSalaryType;
- private System.Windows.Forms.ToolStripButton tsbtnCopy;
- private System.Windows.Forms.DataGridViewTextBoxColumn colDefectFineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn colDefectFineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colSalaryTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colDictionaryValue;
- private System.Windows.Forms.DataGridViewTextBoxColumn colFineType;
- private System.Windows.Forms.DataGridViewTextBoxColumn colCoefficient;
- 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;
- }
- }
|