namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0803
{
///
/// 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_0803));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvPunishMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.FinesRulesID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BeginAbsentDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.EndAbsentDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PunishAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblRestmMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRestDays = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblPunishMode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblPunishSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.palSalaryType = new System.Windows.Forms.Panel();
this.cbday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.cbWeek = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.txtday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
this.SelWeek = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
this.panel1 = new System.Windows.Forms.Panel();
this.cbPunishSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
this.cbBasicSalaryScale = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
((System.ComponentModel.ISupportInitialize)(this.dgvPunishMode)).BeginInit();
this.palSalaryType.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnSubmit
//
this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSubmit.ForeColor = System.Drawing.Color.White;
this.btnSubmit.Location = new System.Drawing.Point(288, 351);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(85, 30);
this.btnSubmit.TabIndex = 27;
this.btnSubmit.Text = "提交(&S)";
this.btnSubmit.UseVisualStyleBackColor = false;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// btnClose
//
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(379, 351);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 28;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// dgvPunishMode
//
this.dgvPunishMode.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvPunishMode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvPunishMode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvPunishMode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvPunishMode.CellHeight = 25;
this.dgvPunishMode.ChildNodeColumnName = null;
this.dgvPunishMode.ChildNodeColumnText = null;
this.dgvPunishMode.ColumnDeep = 1;
this.dgvPunishMode.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.dgvPunishMode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvPunishMode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPunishMode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.FinesRulesID,
this.BeginAbsentDays,
this.EndAbsentDays,
this.PunishAmount,
this.isHave});
this.dgvPunishMode.ColumnTreeView = null;
this.dgvPunishMode.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.dgvPunishMode.DynamicColumnName = "";
this.dgvPunishMode.EnableHeadersVisualStyles = false;
this.dgvPunishMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvPunishMode.IsAutoCountSum = true;
this.dgvPunishMode.IsAutoResizeColumns = false;
this.dgvPunishMode.IsClickF12 = false;
this.dgvPunishMode.IsSubTotalFlag = false;
this.dgvPunishMode.Location = new System.Drawing.Point(71, 186);
this.dgvPunishMode.Name = "dgvPunishMode";
this.dgvPunishMode.RefreshAtHscroll = false;
this.dgvPunishMode.RowHeadersWidth = 50;
this.dgvPunishMode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvPunishMode.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvPunishMode.RowTemplate.Height = 25;
this.dgvPunishMode.Size = new System.Drawing.Size(393, 159);
this.dgvPunishMode.SortOrderColumnName = null;
this.dgvPunishMode.TabIndex = 29;
this.dgvPunishMode.Tag = true;
this.dgvPunishMode.TotalSumColumns = null;
this.dgvPunishMode.ViewRowFilter = "";
//
// FinesRulesID
//
this.FinesRulesID.DataPropertyName = "FinesRulesID";
this.FinesRulesID.HeaderText = "扣罚ID";
this.FinesRulesID.Name = "FinesRulesID";
this.FinesRulesID.Visible = false;
//
// BeginAbsentDays
//
this.BeginAbsentDays.DataPropertyName = "BeginAbsentDays";
this.BeginAbsentDays.HeaderText = "开始缺勤天数";
this.BeginAbsentDays.Name = "BeginAbsentDays";
this.BeginAbsentDays.Width = 110;
//
// EndAbsentDays
//
this.EndAbsentDays.DataPropertyName = "EndAbsentDays";
this.EndAbsentDays.HeaderText = "结束缺勤天数";
this.EndAbsentDays.Name = "EndAbsentDays";
this.EndAbsentDays.Width = 110;
//
// PunishAmount
//
this.PunishAmount.DataPropertyName = "PunishAmount";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.PunishAmount.DefaultCellStyle = dataGridViewCellStyle3;
this.PunishAmount.HeaderText = "扣罚金额";
this.PunishAmount.MaxValue = new decimal(new int[] {
0,
0,
0,
0});
this.PunishAmount.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.PunishAmount.Name = "PunishAmount";
this.PunishAmount.Number = new System.Drawing.Point(0, 0);
//
// isHave
//
this.isHave.DataPropertyName = "isHave";
this.isHave.HeaderText = "isHave";
this.isHave.Name = "isHave";
this.isHave.Visible = false;
//
// lblRestmMode
//
this.lblRestmMode.AutoSize = true;
this.lblRestmMode.BackColor = System.Drawing.Color.Transparent;
this.lblRestmMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRestmMode.Location = new System.Drawing.Point(15, 17);
this.lblRestmMode.Name = "lblRestmMode";
this.lblRestmMode.Size = new System.Drawing.Size(53, 12);
this.lblRestmMode.TabIndex = 30;
this.lblRestmMode.Text = "休息方式";
//
// lblRestDays
//
this.lblRestDays.AutoSize = true;
this.lblRestDays.BackColor = System.Drawing.Color.Transparent;
this.lblRestDays.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRestDays.Location = new System.Drawing.Point(222, 16);
this.lblRestDays.Name = "lblRestDays";
this.lblRestDays.Size = new System.Drawing.Size(53, 12);
this.lblRestDays.TabIndex = 31;
this.lblRestDays.Text = "休息天数";
//
// lblPunishMode
//
this.lblPunishMode.AutoSize = true;
this.lblPunishMode.BackColor = System.Drawing.Color.Transparent;
this.lblPunishMode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPunishMode.Location = new System.Drawing.Point(222, 49);
this.lblPunishMode.Name = "lblPunishMode";
this.lblPunishMode.Size = new System.Drawing.Size(53, 12);
this.lblPunishMode.TabIndex = 33;
this.lblPunishMode.Text = "扣罚方式";
//
// lblPunishSetting
//
this.lblPunishSetting.AutoSize = true;
this.lblPunishSetting.BackColor = System.Drawing.Color.Transparent;
this.lblPunishSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPunishSetting.Location = new System.Drawing.Point(12, 186);
this.lblPunishSetting.Name = "lblPunishSetting";
this.lblPunishSetting.Size = new System.Drawing.Size(53, 12);
this.lblPunishSetting.TabIndex = 34;
this.lblPunishSetting.Text = "阶梯扣罚";
//
// palSalaryType
//
this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
this.palSalaryType.Controls.Add(this.cbday);
this.palSalaryType.Controls.Add(this.cbWeek);
this.palSalaryType.Location = new System.Drawing.Point(71, 12);
this.palSalaryType.Name = "palSalaryType";
this.palSalaryType.Size = new System.Drawing.Size(145, 21);
this.palSalaryType.TabIndex = 131;
//
// cbday
//
this.cbday.AutoSize = true;
this.cbday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbday.Location = new System.Drawing.Point(68, 2);
this.cbday.Name = "cbday";
this.cbday.Size = new System.Drawing.Size(59, 16);
this.cbday.TabIndex = 8;
this.cbday.TabStop = true;
this.cbday.Text = "按天数";
this.cbday.UseVisualStyleBackColor = true;
this.cbday.Click += new System.EventHandler(this.cbday_Click);
//
// cbWeek
//
this.cbWeek.AutoSize = true;
this.cbWeek.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbWeek.Location = new System.Drawing.Point(3, 3);
this.cbWeek.Name = "cbWeek";
this.cbWeek.Size = new System.Drawing.Size(59, 16);
this.cbWeek.TabIndex = 7;
this.cbWeek.TabStop = true;
this.cbWeek.Text = "按星期";
this.cbWeek.UseVisualStyleBackColor = true;
this.cbWeek.Click += new System.EventHandler(this.cbWeek_Click);
//
// txtday
//
this.txtday.BackColor = System.Drawing.SystemColors.Window;
this.txtday.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtday.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtday.ErrorMessage = "";
this.txtday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtday.Location = new System.Drawing.Point(281, 12);
this.txtday.Name = "txtday";
this.txtday.Size = new System.Drawing.Size(183, 21);
this.txtday.TabIndex = 132;
this.txtday.TextValue = "";
//
// SelWeek
//
this.SelWeek.BackColor = System.Drawing.SystemColors.Window;
this.SelWeek.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SelWeek.BackgroundImage")));
this.SelWeek.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
this.SelWeek.DataSource = null;
this.SelWeek.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SelWeek.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
this.SelWeek.Location = new System.Drawing.Point(24, 49);
this.SelWeek.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SelWeek.Name = "SelWeek";
this.SelWeek.SelectedIndex = -1;
this.SelWeek.SelectedValues = new object[0];
this.SelWeek.Size = new System.Drawing.Size(192, 119);
this.SelWeek.TabIndex = 133;
this.SelWeek.Title = "选中出勤";
this.SelWeek.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
this.SelWeek.ValueMember = "StaffStatusID";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.cbPunishSetting);
this.panel1.Controls.Add(this.cbBasicSalaryScale);
this.panel1.Location = new System.Drawing.Point(281, 46);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(183, 21);
this.panel1.TabIndex = 134;
//
// cbPunishSetting
//
this.cbPunishSetting.AutoSize = true;
this.cbPunishSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbPunishSetting.Location = new System.Drawing.Point(104, 2);
this.cbPunishSetting.Name = "cbPunishSetting";
this.cbPunishSetting.Size = new System.Drawing.Size(71, 16);
this.cbPunishSetting.TabIndex = 8;
this.cbPunishSetting.TabStop = true;
this.cbPunishSetting.Text = "阶梯扣罚";
this.cbPunishSetting.UseVisualStyleBackColor = true;
this.cbPunishSetting.Click += new System.EventHandler(this.cbPunishSetting_Click);
//
// cbBasicSalaryScale
//
this.cbBasicSalaryScale.AutoSize = true;
this.cbBasicSalaryScale.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbBasicSalaryScale.Location = new System.Drawing.Point(3, 3);
this.cbBasicSalaryScale.Name = "cbBasicSalaryScale";
this.cbBasicSalaryScale.Size = new System.Drawing.Size(95, 16);
this.cbBasicSalaryScale.TabIndex = 7;
this.cbBasicSalaryScale.TabStop = true;
this.cbBasicSalaryScale.Text = "基本工资比例";
this.cbBasicSalaryScale.UseVisualStyleBackColor = true;
this.cbBasicSalaryScale.Click += new System.EventHandler(this.cbBasicSalaryScale_Click);
//
// F_TAT_0803
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 409);
this.Controls.Add(this.panel1);
this.Controls.Add(this.SelWeek);
this.Controls.Add(this.txtday);
this.Controls.Add(this.palSalaryType);
this.Controls.Add(this.lblPunishSetting);
this.Controls.Add(this.lblPunishMode);
this.Controls.Add(this.lblRestDays);
this.Controls.Add(this.lblRestmMode);
this.Controls.Add(this.dgvPunishMode);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSubmit);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_TAT_0803";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "出勤考核扣款明细";
this.Load += new System.EventHandler(this.F_TAT_0803_Load);
this.Controls.SetChildIndex(this.btnSubmit, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.dgvPunishMode, 0);
this.Controls.SetChildIndex(this.lblRestmMode, 0);
this.Controls.SetChildIndex(this.lblRestDays, 0);
this.Controls.SetChildIndex(this.lblPunishMode, 0);
this.Controls.SetChildIndex(this.lblPunishSetting, 0);
this.Controls.SetChildIndex(this.palSalaryType, 0);
this.Controls.SetChildIndex(this.txtday, 0);
this.Controls.SetChildIndex(this.SelWeek, 0);
this.Controls.SetChildIndex(this.panel1, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvPunishMode)).EndInit();
this.palSalaryType.ResumeLayout(false);
this.palSalaryType.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnSubmit;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_DataGridView dgvPunishMode;
private Basics.BaseControls.C_Label lblRestmMode;
private Basics.BaseControls.C_Label lblRestDays;
private Basics.BaseControls.C_Label lblPunishMode;
private Basics.BaseControls.C_Label lblPunishSetting;
private System.Windows.Forms.Panel palSalaryType;
private Basics.BaseControls.C_RadioButton cbday;
private Basics.BaseControls.C_RadioButton cbWeek;
private Basics.BaseControls.C_TXT_Code txtday;
private Basics.BaseControls.C_ValidCheckedBoxList SelWeek;
private System.Windows.Forms.Panel panel1;
private Basics.BaseControls.C_RadioButton cbPunishSetting;
private Basics.BaseControls.C_RadioButton cbBasicSalaryScale;
private System.Windows.Forms.DataGridViewTextBoxColumn FinesRulesID;
private System.Windows.Forms.DataGridViewTextBoxColumn BeginAbsentDays;
private System.Windows.Forms.DataGridViewTextBoxColumn EndAbsentDays;
private Basics.BaseControls.C_DGV_Column_Digital PunishAmount;
private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
}
}