namespace Dongke.IBOSS.PRD.Client.TATModule
{
partial class F_TAT_0702
{
///
/// 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_0702));
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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.dgvManagers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ManagersID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Manager = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.SalaryPercent = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnOther = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.c_GroupBox1.SuspendLayout();
this.c_GroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).BeginInit();
this.tsrOperate.SuspendLayout();
this.SuspendLayout();
//
// c_GroupBox1
//
this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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.lblStartTime);
this.c_GroupBox1.Controls.Add(this.dtpStartTime);
this.c_GroupBox1.Controls.Add(this.txtRemarks);
this.c_GroupBox1.Controls.Add(this.lblRemarks);
this.c_GroupBox1.Controls.Add(this.txtManagerSalaryName);
this.c_GroupBox1.Controls.Add(this.lblManagerSalaryName);
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(12, 38);
this.c_GroupBox1.Name = "c_GroupBox1";
this.c_GroupBox1.OriginalHeight = -1;
this.c_GroupBox1.Size = new System.Drawing.Size(824, 107);
this.c_GroupBox1.TabIndex = 30;
this.c_GroupBox1.TabStop = false;
this.c_GroupBox1.Text = "基础信息 ▼";
//
// lblStartTime
//
this.lblStartTime.AutoSize = true;
this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblStartTime.Location = new System.Drawing.Point(249, 25);
this.lblStartTime.Name = "lblStartTime";
this.lblStartTime.Size = new System.Drawing.Size(53, 12);
this.lblStartTime.TabIndex = 116;
this.lblStartTime.Text = "开始时间";
//
// dtpStartTime
//
this.dtpStartTime.CustomFormat = "yyyy-MM";
this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartTime.Location = new System.Drawing.Point(308, 20);
this.dtpStartTime.Name = "dtpStartTime";
this.dtpStartTime.Size = new System.Drawing.Size(121, 21);
this.dtpStartTime.TabIndex = 23;
//
// 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, 45);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(753, 56);
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, 48);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(53, 12);
this.lblRemarks.TabIndex = 15;
this.lblRemarks.Text = "策略备注";
//
// 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, 20);
this.txtManagerSalaryName.MaxLength = 20;
this.txtManagerSalaryName.Name = "txtManagerSalaryName";
this.txtManagerSalaryName.Size = new System.Drawing.Size(178, 21);
this.txtManagerSalaryName.TabIndex = 1;
//
// lblManagerSalaryName
//
this.lblManagerSalaryName.AutoSize = true;
this.lblManagerSalaryName.BackColor = System.Drawing.Color.Transparent;
this.lblManagerSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblManagerSalaryName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblManagerSalaryName.Location = new System.Drawing.Point(6, 24);
this.lblManagerSalaryName.Name = "lblManagerSalaryName";
this.lblManagerSalaryName.Size = new System.Drawing.Size(53, 12);
this.lblManagerSalaryName.TabIndex = 0;
this.lblManagerSalaryName.Text = "策略名称";
//
// c_GroupBox2
//
this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
this.c_GroupBox2.CanExpand = false;
this.c_GroupBox2.Controls.Add(this.dgvManagers);
this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_GroupBox2.IsMustInput = false;
this.c_GroupBox2.Location = new System.Drawing.Point(12, 151);
this.c_GroupBox2.Name = "c_GroupBox2";
this.c_GroupBox2.OriginalHeight = -1;
this.c_GroupBox2.Size = new System.Drawing.Size(824, 353);
this.c_GroupBox2.TabIndex = 118;
this.c_GroupBox2.TabStop = false;
this.c_GroupBox2.Text = "管理人员 ▼";
//
// dgvManagers
//
this.dgvManagers.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvManagers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvManagers.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.dgvManagers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvManagers.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvManagers.CellHeight = 23;
this.dgvManagers.ChildNodeColumnName = null;
this.dgvManagers.ChildNodeColumnText = null;
this.dgvManagers.ColumnDeep = 1;
this.dgvManagers.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.dgvManagers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvManagers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvManagers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ManagersID,
this.Manager,
this.StaffCode,
this.StaffName,
this.OrganizationName,
this.PostName,
this.SalaryType,
this.SalaryPercent,
this.isHave});
this.dgvManagers.ColumnTreeView = null;
this.dgvManagers.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)));
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvManagers.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvManagers.DynamicColumnName = "";
this.dgvManagers.EnableHeadersVisualStyles = false;
this.dgvManagers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvManagers.IsAutoCountSum = true;
this.dgvManagers.IsAutoResizeColumns = false;
this.dgvManagers.IsClickF12 = false;
this.dgvManagers.IsSubTotalFlag = false;
this.dgvManagers.Location = new System.Drawing.Point(8, 20);
this.dgvManagers.MultiSelect = false;
this.dgvManagers.Name = "dgvManagers";
this.dgvManagers.RefreshAtHscroll = false;
this.dgvManagers.RowHeadersWidth = 50;
this.dgvManagers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvManagers.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvManagers.RowTemplate.Height = 21;
this.dgvManagers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvManagers.Size = new System.Drawing.Size(810, 327);
this.dgvManagers.SortOrderColumnName = null;
this.dgvManagers.TabIndex = 23;
this.dgvManagers.Tag = true;
this.dgvManagers.TotalSumColumns = null;
this.dgvManagers.ViewRowFilter = "";
this.dgvManagers.VirtualMode = true;
this.dgvManagers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvManagers_CellValueChanged);
//
// ManagersID
//
this.ManagersID.DataPropertyName = "ManagersID";
this.ManagersID.HeaderText = "管理岗位人员ID";
this.ManagersID.Name = "ManagersID";
this.ManagersID.Visible = false;
//
// Manager
//
this.Manager.DataPropertyName = "StaffId";
this.Manager.HeaderText = "管理人员工ID";
this.Manager.Name = "Manager";
this.Manager.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.Manager.Visible = false;
this.Manager.Width = 120;
//
// StaffCode
//
this.StaffCode.DataPropertyName = "StaffCode";
this.StaffCode.HeaderText = "管理人编码";
this.StaffCode.Name = "StaffCode";
this.StaffCode.ReadOnly = true;
this.StaffCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.StaffCode.Width = 120;
//
// StaffName
//
this.StaffName.DataPropertyName = "StaffName";
this.StaffName.HeaderText = "管理人姓名";
this.StaffName.Name = "StaffName";
this.StaffName.ReadOnly = true;
this.StaffName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.StaffName.Width = 120;
//
// OrganizationName
//
this.OrganizationName.DataPropertyName = "OrganizationName";
this.OrganizationName.HeaderText = "所属部门";
this.OrganizationName.Name = "OrganizationName";
this.OrganizationName.ReadOnly = true;
this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.OrganizationName.Width = 120;
//
// PostName
//
this.PostName.DataPropertyName = "PostName";
this.PostName.HeaderText = "部门职务";
this.PostName.Name = "PostName";
this.PostName.ReadOnly = true;
this.PostName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.PostName.Width = 120;
//
// SalaryType
//
this.SalaryType.DataPropertyName = "SalaryType";
this.SalaryType.HeaderText = "工资类型";
this.SalaryType.Name = "SalaryType";
this.SalaryType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.SalaryType.Width = 120;
//
// SalaryPercent
//
this.SalaryPercent.DataPropertyName = "SalaryPercent";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.SalaryPercent.DefaultCellStyle = dataGridViewCellStyle3;
this.SalaryPercent.HeaderText = "工资百分比";
this.SalaryPercent.MaxValue = new decimal(new int[] {
999999,
0,
0,
0});
this.SalaryPercent.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.SalaryPercent.Name = "SalaryPercent";
this.SalaryPercent.Number = new System.Drawing.Point(3, 2);
this.SalaryPercent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.SalaryPercent.Width = 120;
//
// isHave
//
this.isHave.DataPropertyName = "isHave";
this.isHave.HeaderText = "isHave";
this.isHave.Name = "isHave";
this.isHave.Visible = false;
//
// btnPass
//
this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnPass.BackColor = System.Drawing.Color.Transparent;
this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPass.ForeColor = System.Drawing.Color.White;
this.btnPass.Location = new System.Drawing.Point(20, 510);
this.btnPass.Name = "btnPass";
this.btnPass.Size = new System.Drawing.Size(85, 30);
this.btnPass.TabIndex = 132;
this.btnPass.Text = "审批通过(&S)";
this.btnPass.UseVisualStyleBackColor = false;
this.btnPass.Visible = false;
this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
//
// 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(654, 510);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(85, 30);
this.btnSubmit.TabIndex = 133;
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(745, 510);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 134;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnReturn
//
this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnReturn.BackColor = System.Drawing.Color.Transparent;
this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReturn.ForeColor = System.Drawing.Color.White;
this.btnReturn.Location = new System.Drawing.Point(111, 510);
this.btnReturn.Name = "btnReturn";
this.btnReturn.Size = new System.Drawing.Size(85, 30);
this.btnReturn.TabIndex = 135;
this.btnReturn.Text = "审批驳回(&S)";
this.btnReturn.UseVisualStyleBackColor = false;
this.btnReturn.Visible = false;
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
//
// 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.tsbtnOther,
this.toolStripSeparator3,
this.tsbtnAdaptive});
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(848, 35);
this.tsrOperate.TabIndex = 136;
//
// tsbtnOther
//
this.tsbtnOther.AutoSize = false;
this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnOther.Name = "tsbtnOther";
this.tsbtnOther.Size = new System.Drawing.Size(100, 25);
this.tsbtnOther.Text = "管理组内成员(&O)";
this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_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);
//
// F_TAT_0702
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(848, 565);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.btnReturn);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSubmit);
this.Controls.Add(this.btnPass);
this.Controls.Add(this.c_GroupBox2);
this.Controls.Add(this.c_GroupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_TAT_0702";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_TAT_0702";
this.Load += new System.EventHandler(this.F_TAT_0702_Load);
this.Controls.SetChildIndex(this.c_GroupBox1, 0);
this.Controls.SetChildIndex(this.c_GroupBox2, 0);
this.Controls.SetChildIndex(this.btnPass, 0);
this.Controls.SetChildIndex(this.btnSubmit, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnReturn, 0);
this.Controls.SetChildIndex(this.tsrOperate, 0);
this.c_GroupBox1.ResumeLayout(false);
this.c_GroupBox1.PerformLayout();
this.c_GroupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).EndInit();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_GroupBox c_GroupBox1;
private Basics.BaseControls.C_Label lblStartTime;
private Basics.BaseControls.C_DateTimePicker dtpStartTime;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_TextBox txtManagerSalaryName;
private Basics.BaseControls.C_Label lblManagerSalaryName;
private Basics.BaseControls.C_GroupBox c_GroupBox2;
private Basics.BaseControls.C_DataGridView dgvManagers;
private Basics.BaseControls.C_Button btnPass;
private Basics.BaseControls.C_Button btnSubmit;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Button btnReturn;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnOther;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.DataGridViewTextBoxColumn ManagersID;
private System.Windows.Forms.DataGridViewTextBoxColumn Manager;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox SalaryType;
private Basics.BaseControls.C_DGV_Column_Digital SalaryPercent;
private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
}
}