namespace Dongke.IBOSS.PRD.Client.PAMModule { partial class F_PAM_0603 { /// /// 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_PAM_0603)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.dtpStartTime = new System.Windows.Forms.DateTimePicker(); this.btnChange = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvPayroll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Piecework = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DamageSubsidy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RepairSubsidy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.QualityEXA = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AdminEXA = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ADAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPayroll)).BeginInit(); this.tsrOperate.SuspendLayout(); this.SuspendLayout(); // // 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.dtpStartTime); this.gbxCondition.Controls.Add(this.btnChange); this.gbxCondition.Controls.Add(this.btnSearch); 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, 41); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(883, 49); this.gbxCondition.TabIndex = 24; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "调整信息 ▼"; // // dtpStartTime // this.dtpStartTime.CustomFormat = "yyyy-MM"; this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartTime.Location = new System.Drawing.Point(30, 20); this.dtpStartTime.Name = "dtpStartTime"; this.dtpStartTime.ShowUpDown = true; this.dtpStartTime.Size = new System.Drawing.Size(134, 21); this.dtpStartTime.TabIndex = 30; this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0); // // btnChange // this.btnChange.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.btnChange.BackColor = System.Drawing.Color.Gray; this.btnChange.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnChange.BackgroundImage"))); this.btnChange.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnChange.ForeColor = System.Drawing.Color.White; this.btnChange.Location = new System.Drawing.Point(283, 15); this.btnChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnChange.Name = "btnChange"; this.btnChange.Size = new System.Drawing.Size(85, 31); this.btnChange.TabIndex = 28; this.btnChange.Text = "调整(&C)"; this.btnChange.UseVisualStyleBackColor = false; this.btnChange.Click += new System.EventHandler(this.btnSearch_Click_1); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); 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(192, 15); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 31); this.btnSearch.TabIndex = 28; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvPayroll // this.dgvPayroll.AllowUserToAddRows = false; this.dgvPayroll.AllowUserToModifyRows = true; this.dgvPayroll.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvPayroll.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPayroll.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.dgvPayroll.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvPayroll.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvPayroll.CellHeight = 23; this.dgvPayroll.ChildNodeColumnName = null; this.dgvPayroll.ChildNodeColumnText = null; this.dgvPayroll.ColumnDeep = 1; this.dgvPayroll.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 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.dgvPayroll.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvPayroll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPayroll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.YYYYMM, this.StaffID, this.StaffCode, this.STAFFNAME, this.Piecework, this.DamageSubsidy, this.RepairSubsidy, this.QualityEXA, this.AdminEXA, this.ADAmount, this.TotalAmount, this.AuditStatusName, this.Remarks, this.AuditStatus}); this.dgvPayroll.ColumnTreeView = null; this.dgvPayroll.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))); this.dgvPayroll.DynamicColumnName = ""; this.dgvPayroll.EnableHeadersVisualStyles = false; this.dgvPayroll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPayroll.HorizontalMergeColumn = null; this.dgvPayroll.IsAutoCountSum = true; this.dgvPayroll.IsAutoResizeColumns = false; this.dgvPayroll.IsClickF12 = false; this.dgvPayroll.IsOpenMergeCellFlag = false; this.dgvPayroll.IsSubTotalFlag = false; this.dgvPayroll.IsTopDeep = false; this.dgvPayroll.Location = new System.Drawing.Point(0, 99); this.dgvPayroll.Margin = new System.Windows.Forms.Padding(0); this.dgvPayroll.MergeColumnNames = null; this.dgvPayroll.MergeDetailColumnNames = null; this.dgvPayroll.MergeDetailOnlyColumn = null; this.dgvPayroll.MergeOnlyColumn = null; this.dgvPayroll.MultiSelect = false; this.dgvPayroll.Name = "dgvPayroll"; this.dgvPayroll.RefreshAtHscroll = false; this.dgvPayroll.RowHeadersWidth = 50; this.dgvPayroll.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvPayroll.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvPayroll.RowTemplate.Height = 25; this.dgvPayroll.Size = new System.Drawing.Size(883, 394); this.dgvPayroll.SortOrderColumnName = null; this.dgvPayroll.TabIndex = 0; this.dgvPayroll.Tag = true; this.dgvPayroll.TotalSumColumns = null; this.dgvPayroll.ViewRowFilter = ""; this.dgvPayroll.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPayroll_CellValidated); this.dgvPayroll.Sorted += new System.EventHandler(this.dgvPayroll_Sorted); // // YYYYMM // this.YYYYMM.DataPropertyName = "YYYYMM"; this.YYYYMM.HeaderText = "年月"; this.YYYYMM.Name = "YYYYMM"; this.YYYYMM.ReadOnly = true; // // StaffID // this.StaffID.DataPropertyName = "StaffID"; this.StaffID.HeaderText = "StaffID"; this.StaffID.Name = "StaffID"; this.StaffID.ReadOnly = true; this.StaffID.Visible = false; // // StaffCode // this.StaffCode.DataPropertyName = "StaffCode"; this.StaffCode.HeaderText = "员工编码"; this.StaffCode.Name = "StaffCode"; this.StaffCode.ReadOnly = true; // // STAFFNAME // this.STAFFNAME.DataPropertyName = "STAFFNAME"; this.STAFFNAME.HeaderText = "员工姓名"; this.STAFFNAME.Name = "STAFFNAME"; this.STAFFNAME.ReadOnly = true; // // Piecework // this.Piecework.DataPropertyName = "Piecework"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "#,##0.00"; this.Piecework.DefaultCellStyle = dataGridViewCellStyle3; this.Piecework.HeaderText = "计件工资"; this.Piecework.Name = "Piecework"; this.Piecework.ReadOnly = true; // // DamageSubsidy // this.DamageSubsidy.DataPropertyName = "DamageSubsidy"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "#,##0.00"; this.DamageSubsidy.DefaultCellStyle = dataGridViewCellStyle4; this.DamageSubsidy.HeaderText = "损坯补贴"; this.DamageSubsidy.Name = "DamageSubsidy"; this.DamageSubsidy.ReadOnly = true; // // RepairSubsidy // this.RepairSubsidy.DataPropertyName = "RepairSubsidy"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "#,##0.00"; this.RepairSubsidy.DefaultCellStyle = dataGridViewCellStyle5; this.RepairSubsidy.HeaderText = "干补补贴"; this.RepairSubsidy.Name = "RepairSubsidy"; this.RepairSubsidy.ReadOnly = true; // // QualityEXA // this.QualityEXA.DataPropertyName = "QualityEXA"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "#,##0.00"; this.QualityEXA.DefaultCellStyle = dataGridViewCellStyle6; this.QualityEXA.HeaderText = "品质考核"; this.QualityEXA.Name = "QualityEXA"; this.QualityEXA.ReadOnly = true; // // AdminEXA // this.AdminEXA.DataPropertyName = "AdminEXA"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "#,##0.00"; this.AdminEXA.DefaultCellStyle = dataGridViewCellStyle7; this.AdminEXA.HeaderText = "行政考核"; this.AdminEXA.Name = "AdminEXA"; this.AdminEXA.ReadOnly = true; // // ADAmount // this.ADAmount.DataPropertyName = "ADAmount"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle8.Format = "#,##0.00"; this.ADAmount.DefaultCellStyle = dataGridViewCellStyle8; this.ADAmount.HeaderText = "调整金额"; this.ADAmount.MaxValue = new decimal(new int[] { 1000000, 0, 0, 0}); this.ADAmount.MinValue = new decimal(new int[] { 1000000, 0, 0, -2147483648}); this.ADAmount.Name = "ADAmount"; this.ADAmount.Number = new System.Drawing.Point(4, 2); this.ADAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ADAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // TotalAmount // this.TotalAmount.DataPropertyName = "TotalAmount"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Format = "#,##0.00"; this.TotalAmount.DefaultCellStyle = dataGridViewCellStyle9; this.TotalAmount.HeaderText = "合计金额"; this.TotalAmount.Name = "TotalAmount"; this.TotalAmount.ReadOnly = true; // // AuditStatusName // this.AuditStatusName.DataPropertyName = "AuditStatusName"; this.AuditStatusName.HeaderText = "审核状态"; this.AuditStatusName.Name = "AuditStatusName"; this.AuditStatusName.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; // // AuditStatus // this.AuditStatus.DataPropertyName = "AuditStatus"; this.AuditStatus.HeaderText = "AuditStatus"; this.AuditStatus.Name = "AuditStatus"; this.AuditStatus.Visible = false; // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.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.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(895, 35); this.tsrOperate.TabIndex = 25; // // 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_1); // // 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_1); // // F_PAM_0603 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(895, 493); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.dgvPayroll); this.Controls.Add(this.gbxCondition); this.Name = "F_PAM_0603"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工资调整"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed); this.Load += new System.EventHandler(this.F_PAM_0201_Load); this.Shown += new System.EventHandler(this.F_PAM_0603_Shown); this.gbxCondition.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvPayroll)).EndInit(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_DataGridView dgvPayroll; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Button btnChange; private System.Windows.Forms.DateTimePicker dtpStartTime; private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.DataGridViewTextBoxColumn YYYYMM; private System.Windows.Forms.DataGridViewTextBoxColumn StaffID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME; private System.Windows.Forms.DataGridViewTextBoxColumn Piecework; private System.Windows.Forms.DataGridViewTextBoxColumn DamageSubsidy; private System.Windows.Forms.DataGridViewTextBoxColumn RepairSubsidy; private System.Windows.Forms.DataGridViewTextBoxColumn QualityEXA; private System.Windows.Forms.DataGridViewTextBoxColumn AdminEXA; private Basics.BaseControls.C_DGV_Column_Digital ADAmount; private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount; private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatus; } }