namespace LYFZ.Software.UI.DoorCityProcess
{
partial class ClientServiceArrangementFormMain
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientServiceArrangementFormMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
this.tabPage_ExecIn = new System.Windows.Forms.TabPage();
this.tabPage_Timeout = new System.Windows.Forms.TabPage();
this.tabPage_TimeoutCompleted = new System.Windows.Forms.TabPage();
this.tabPage_Completed = new System.Windows.Forms.TabPage();
this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevTaskType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevTaskItem = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevClientServicePerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.panelDateTime = new LYFZ.ComponentLibrary.PanelEx();
this.dtDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.dtDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.btnTaskAnPai = new LYFZ.ComponentLibrary.ButtonEx();
this.btnTaskStatistics = new LYFZ.ComponentLibrary.ButtonEx();
this.btnTaskEcex = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
this.btnTaskUpdate = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.tabControlEx1.SuspendLayout();
this.panelEx8.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx4.SuspendLayout();
this.panelEx5.SuspendLayout();
this.panelDateTime.SuspendLayout();
this.panelEx7.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
//
// plFormMainContent
//
this.plFormMainContent.Controls.Add(this.panelEx7);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
this.plFormMainContent.Controls.SetChildIndex(this.panelEx7, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.dgvData);
this.panelEx1.Controls.Add(this.tabControlEx1);
this.panelEx1.Controls.Add(this.panelEx8);
this.panelEx1.Controls.Add(this.flowLayoutPanel1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(5, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
this.panelEx1.Size = new System.Drawing.Size(900, 485);
this.panelEx1.TabIndex = 0;
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.ColumnHeadersHeight = 24;
this.dgvData.dgvColumnHeadersHeight = 24;
this.dgvData.dgvCurrentColumnOriginalSet = "";
this.dgvData.dgvCurrentColumnWidth = "";
this.dgvData.dgvCurrentHideColumn = null;
this.dgvData.dgvFixedHideColumn = "";
this.dgvData.dgvGuidName = null;
this.dgvData.dgvUserEmployeeID = null;
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.ImageHeight = 15;
this.dgvData.ImageWidth = 15;
this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.IsShowSerialNumber = false;
this.dgvData.IsSortedRedraw = true;
this.dgvData.IsSortMode = true;
this.dgvData.Location = new System.Drawing.Point(5, 129);
this.dgvData.Name = "dgvData";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.RowHeadersWidth = 30;
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(890, 351);
this.dgvData.StrSecondStageNull = "";
this.dgvData.StrValueNullColumn = "";
this.dgvData.TabIndex = 1;
this.dgvData.ViceCount = 1;
//
// tabControlEx1
//
this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabControlEx1.Controls.Add(this.tabPage_ExecIn);
this.tabControlEx1.Controls.Add(this.tabPage_Timeout);
this.tabControlEx1.Controls.Add(this.tabPage_TimeoutCompleted);
this.tabControlEx1.Controls.Add(this.tabPage_Completed);
this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30);
this.tabControlEx1.Location = new System.Drawing.Point(5, 97);
this.tabControlEx1.Name = "tabControlEx1";
this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabControlEx1.SelectedIndex = 0;
this.tabControlEx1.Size = new System.Drawing.Size(890, 32);
this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControlEx1.TabIndex = 2;
//
// tabPage_ExecIn
//
this.tabPage_ExecIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabPage_ExecIn.Location = new System.Drawing.Point(4, 34);
this.tabPage_ExecIn.Name = "tabPage_ExecIn";
this.tabPage_ExecIn.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_ExecIn.Size = new System.Drawing.Size(882, 0);
this.tabPage_ExecIn.TabIndex = 0;
this.tabPage_ExecIn.Text = "进行中";
//
// tabPage_Timeout
//
this.tabPage_Timeout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabPage_Timeout.Location = new System.Drawing.Point(4, 34);
this.tabPage_Timeout.Name = "tabPage_Timeout";
this.tabPage_Timeout.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_Timeout.Size = new System.Drawing.Size(882, 0);
this.tabPage_Timeout.TabIndex = 1;
this.tabPage_Timeout.Text = "超时未完成";
//
// tabPage_TimeoutCompleted
//
this.tabPage_TimeoutCompleted.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabPage_TimeoutCompleted.Location = new System.Drawing.Point(4, 34);
this.tabPage_TimeoutCompleted.Name = "tabPage_TimeoutCompleted";
this.tabPage_TimeoutCompleted.Size = new System.Drawing.Size(882, 0);
this.tabPage_TimeoutCompleted.TabIndex = 3;
this.tabPage_TimeoutCompleted.Text = "逾期完成";
//
// tabPage_Completed
//
this.tabPage_Completed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tabPage_Completed.Location = new System.Drawing.Point(4, 34);
this.tabPage_Completed.Name = "tabPage_Completed";
this.tabPage_Completed.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_Completed.Size = new System.Drawing.Size(882, 0);
this.tabPage_Completed.TabIndex = 2;
this.tabPage_Completed.Text = "已完成";
//
// panelEx8
//
this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx8.BorderWidth = 1;
this.panelEx8.Controls.Add(this.panelEx9);
this.panelEx8.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx8.Location = new System.Drawing.Point(5, 77);
this.panelEx8.Name = "panelEx8";
this.panelEx8.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.panelEx8.Size = new System.Drawing.Size(890, 20);
this.panelEx8.TabIndex = 3;
//
// panelEx9
//
this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx9.BorderWidth = 1;
this.panelEx9.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx9.Location = new System.Drawing.Point(0, 5);
this.panelEx9.Name = "panelEx9";
this.panelEx9.Size = new System.Drawing.Size(890, 1);
this.panelEx9.TabIndex = 4;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelEx2);
this.flowLayoutPanel1.Controls.Add(this.panelEx3);
this.flowLayoutPanel1.Controls.Add(this.panelEx4);
this.flowLayoutPanel1.Controls.Add(this.panelEx5);
this.flowLayoutPanel1.Controls.Add(this.panelDateTime);
this.flowLayoutPanel1.Controls.Add(this.btnQuery);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(890, 72);
this.flowLayoutPanel1.TabIndex = 0;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.cmbQueryText);
this.panelEx2.Location = new System.Drawing.Point(2, 3);
this.panelEx2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(165, 29);
this.panelEx2.TabIndex = 3;
//
// cmbQueryText
//
this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.cmbQueryText.Icon = null;
this.cmbQueryText.IconIsButton = false;
this.cmbQueryText.IsPasswordChat = '\0';
this.cmbQueryText.IsSystemPasswordChar = false;
this.cmbQueryText.Lines = new string[0];
this.cmbQueryText.Location = new System.Drawing.Point(1, 2);
this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
this.cmbQueryText.MaxLength = 32767;
this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
this.cmbQueryText.MouseBack = null;
this.cmbQueryText.Multiline = false;
this.cmbQueryText.Name = "cmbQueryText";
this.cmbQueryText.NormlBack = null;
this.cmbQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
this.cmbQueryText.ReadOnly = false;
this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.cmbQueryText.Size = new System.Drawing.Size(160, 26);
this.cmbQueryText.TabIndex = 2231;
this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.cmbQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.cmbQueryText.WaterText = "订单号、客户姓名、电话";
this.cmbQueryText.WordWrap = true;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.cmbtreevTaskType);
this.panelEx3.Controls.Add(this.labelEx1);
this.panelEx3.Location = new System.Drawing.Point(171, 3);
this.panelEx3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(240, 29);
this.panelEx3.TabIndex = 4;
//
// cmbtreevTaskType
//
this.cmbtreevTaskType.AfterSelectLevelFirstNode = true;
this.cmbtreevTaskType.DropDownHeight = 220;
this.cmbtreevTaskType.DropDownShow = false;
this.cmbtreevTaskType.FormattingEnabled = true;
this.cmbtreevTaskType.IntegralHeight = false;
this.cmbtreevTaskType.IsNodeMouseClick = true;
this.cmbtreevTaskType.IsSelectParentNode = false;
this.cmbtreevTaskType.Location = new System.Drawing.Point(68, 5);
this.cmbtreevTaskType.Name = "cmbtreevTaskType";
this.cmbtreevTaskType.ReadOnly = true;
this.cmbtreevTaskType.SelectedNode = null;
this.cmbtreevTaskType.Size = new System.Drawing.Size(165, 20);
this.cmbtreevTaskType.StrGetName = "";
this.cmbtreevTaskType.StrGetTagName = "";
this.cmbtreevTaskType.StrKey = null;
this.cmbtreevTaskType.TabIndex = 1;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(3, 6);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "任务类型:";
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.cmbtreevTaskItem);
this.panelEx4.Controls.Add(this.labelEx2);
this.panelEx4.Location = new System.Drawing.Point(415, 3);
this.panelEx4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(225, 29);
this.panelEx4.TabIndex = 4;
//
// cmbtreevTaskItem
//
this.cmbtreevTaskItem.AfterSelectLevelFirstNode = true;
this.cmbtreevTaskItem.DropDownHeight = 220;
this.cmbtreevTaskItem.DropDownShow = false;
this.cmbtreevTaskItem.FormattingEnabled = true;
this.cmbtreevTaskItem.IntegralHeight = false;
this.cmbtreevTaskItem.IsNodeMouseClick = true;
this.cmbtreevTaskItem.IsSelectParentNode = false;
this.cmbtreevTaskItem.Location = new System.Drawing.Point(68, 5);
this.cmbtreevTaskItem.Name = "cmbtreevTaskItem";
this.cmbtreevTaskItem.ReadOnly = true;
this.cmbtreevTaskItem.SelectedNode = null;
this.cmbtreevTaskItem.Size = new System.Drawing.Size(150, 20);
this.cmbtreevTaskItem.StrGetName = "";
this.cmbtreevTaskItem.StrGetTagName = "";
this.cmbtreevTaskItem.StrKey = null;
this.cmbtreevTaskItem.TabIndex = 2;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(3, 6);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "具体任务:";
//
// panelEx5
//
this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx5.BorderWidth = 1;
this.panelEx5.Controls.Add(this.cmbtreevClientServicePerson);
this.panelEx5.Controls.Add(this.labelEx3);
this.panelEx5.Location = new System.Drawing.Point(644, 3);
this.panelEx5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(240, 29);
this.panelEx5.TabIndex = 4;
//
// cmbtreevClientServicePerson
//
this.cmbtreevClientServicePerson.AfterSelectLevelFirstNode = true;
this.cmbtreevClientServicePerson.DropDownHeight = 220;
this.cmbtreevClientServicePerson.DropDownShow = false;
this.cmbtreevClientServicePerson.FormattingEnabled = true;
this.cmbtreevClientServicePerson.IntegralHeight = false;
this.cmbtreevClientServicePerson.IsNodeMouseClick = true;
this.cmbtreevClientServicePerson.IsSelectParentNode = true;
this.cmbtreevClientServicePerson.Location = new System.Drawing.Point(68, 5);
this.cmbtreevClientServicePerson.Name = "cmbtreevClientServicePerson";
this.cmbtreevClientServicePerson.ReadOnly = true;
this.cmbtreevClientServicePerson.SelectedNode = null;
this.cmbtreevClientServicePerson.Size = new System.Drawing.Size(165, 20);
this.cmbtreevClientServicePerson.StrGetName = "";
this.cmbtreevClientServicePerson.StrGetTagName = "";
this.cmbtreevClientServicePerson.StrKey = null;
this.cmbtreevClientServicePerson.TabIndex = 3;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(3, 6);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 2;
this.labelEx3.Text = "客服人员:";
//
// panelDateTime
//
this.panelDateTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelDateTime.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelDateTime.BorderWidth = 1;
this.panelDateTime.Controls.Add(this.dtDateTimeEnd);
this.panelDateTime.Controls.Add(this.dtDateTimeStart);
this.panelDateTime.Controls.Add(this.labelEx4);
this.panelDateTime.Location = new System.Drawing.Point(2, 38);
this.panelDateTime.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelDateTime.Name = "panelDateTime";
this.panelDateTime.Size = new System.Drawing.Size(270, 29);
this.panelDateTime.TabIndex = 5;
//
// dtDateTimeEnd
//
this.dtDateTimeEnd.CustomFormat = " ";
this.dtDateTimeEnd.DateValue = "";
this.dtDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtDateTimeEnd.IsShowTime = false;
this.dtDateTimeEnd.Location = new System.Drawing.Point(168, 4);
this.dtDateTimeEnd.Name = "dtDateTimeEnd";
this.dtDateTimeEnd.Size = new System.Drawing.Size(90, 21);
this.dtDateTimeEnd.TabIndex = 2;
//
// dtDateTimeStart
//
this.dtDateTimeStart.CustomFormat = " ";
this.dtDateTimeStart.DateValue = "";
this.dtDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtDateTimeStart.IsShowTime = false;
this.dtDateTimeStart.Location = new System.Drawing.Point(56, 4);
this.dtDateTimeStart.Name = "dtDateTimeStart";
this.dtDateTimeStart.Size = new System.Drawing.Size(90, 21);
this.dtDateTimeStart.TabIndex = 1;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(3, 6);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(165, 17);
this.labelEx4.TabIndex = 0;
this.labelEx4.Text = "时间段: —";
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.Transparent;
this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnQuery.ForeColor = System.Drawing.Color.White;
this.btnQuery.IsCustomBackImg = false;
this.btnQuery.IsShowText = true;
this.btnQuery.Location = new System.Drawing.Point(277, 38);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 28);
this.btnQuery.TabIndex = 5;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// btnTaskAnPai
//
this.btnTaskAnPai.BackColor = System.Drawing.Color.Transparent;
this.btnTaskAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskAnPai.BackImg")));
this.btnTaskAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTaskAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTaskAnPai.ForeColor = System.Drawing.Color.White;
this.btnTaskAnPai.IsCustomBackImg = false;
this.btnTaskAnPai.IsShowText = true;
this.btnTaskAnPai.Location = new System.Drawing.Point(18, 1);
this.btnTaskAnPai.Name = "btnTaskAnPai";
this.btnTaskAnPai.Size = new System.Drawing.Size(85, 28);
this.btnTaskAnPai.TabIndex = 6;
this.btnTaskAnPai.Text = " 任务安排";
this.btnTaskAnPai.UseVisualStyleBackColor = false;
//
// btnTaskStatistics
//
this.btnTaskStatistics.BackColor = System.Drawing.Color.Transparent;
this.btnTaskStatistics.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskStatistics.BackImg")));
this.btnTaskStatistics.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTaskStatistics.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTaskStatistics.ForeColor = System.Drawing.Color.White;
this.btnTaskStatistics.IsCustomBackImg = false;
this.btnTaskStatistics.IsShowText = true;
this.btnTaskStatistics.Location = new System.Drawing.Point(109, 1);
this.btnTaskStatistics.Name = "btnTaskStatistics";
this.btnTaskStatistics.Size = new System.Drawing.Size(85, 28);
this.btnTaskStatistics.TabIndex = 7;
this.btnTaskStatistics.Text = " 任务统计";
this.btnTaskStatistics.UseVisualStyleBackColor = false;
//
// btnTaskEcex
//
this.btnTaskEcex.BackColor = System.Drawing.Color.Transparent;
this.btnTaskEcex.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskEcex.BackImg")));
this.btnTaskEcex.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTaskEcex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTaskEcex.ForeColor = System.Drawing.Color.White;
this.btnTaskEcex.IsCustomBackImg = false;
this.btnTaskEcex.IsShowText = true;
this.btnTaskEcex.Location = new System.Drawing.Point(291, 1);
this.btnTaskEcex.Name = "btnTaskEcex";
this.btnTaskEcex.Size = new System.Drawing.Size(85, 28);
this.btnTaskEcex.TabIndex = 8;
this.btnTaskEcex.Text = " 执行任务";
this.btnTaskEcex.UseVisualStyleBackColor = false;
//
// btnCloseed
//
this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCloseed.ForeColor = System.Drawing.Color.White;
this.btnCloseed.IsCustomBackImg = false;
this.btnCloseed.IsShowText = true;
this.btnCloseed.Location = new System.Drawing.Point(382, 1);
this.btnCloseed.Name = "btnCloseed";
this.btnCloseed.Size = new System.Drawing.Size(85, 28);
this.btnCloseed.TabIndex = 9;
this.btnCloseed.Text = " 关 闭";
this.btnCloseed.UseVisualStyleBackColor = false;
//
// panelEx7
//
this.panelEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx7.BorderWidth = 1;
this.panelEx7.Controls.Add(this.btnTaskUpdate);
this.panelEx7.Controls.Add(this.btnCloseed);
this.panelEx7.Controls.Add(this.btnTaskAnPai);
this.panelEx7.Controls.Add(this.btnTaskStatistics);
this.panelEx7.Controls.Add(this.btnTaskEcex);
this.panelEx7.Location = new System.Drawing.Point(432, 5);
this.panelEx7.Name = "panelEx7";
this.panelEx7.Size = new System.Drawing.Size(471, 30);
this.panelEx7.TabIndex = 3;
//
// btnTaskUpdate
//
this.btnTaskUpdate.BackColor = System.Drawing.Color.Transparent;
this.btnTaskUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskUpdate.BackImg")));
this.btnTaskUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTaskUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTaskUpdate.ForeColor = System.Drawing.Color.White;
this.btnTaskUpdate.IsCustomBackImg = false;
this.btnTaskUpdate.IsShowText = true;
this.btnTaskUpdate.Location = new System.Drawing.Point(200, 1);
this.btnTaskUpdate.Name = "btnTaskUpdate";
this.btnTaskUpdate.Size = new System.Drawing.Size(85, 28);
this.btnTaskUpdate.TabIndex = 10;
this.btnTaskUpdate.Text = " 任务修改";
this.btnTaskUpdate.UseVisualStyleBackColor = false;
//
// ClientServiceArrangementFormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(910, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "ClientServiceArrangementFormMain";
this.Text = "客服安排";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.tabControlEx1.ResumeLayout(false);
this.panelEx8.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.panelEx5.ResumeLayout(false);
this.panelEx5.PerformLayout();
this.panelDateTime.ResumeLayout(false);
this.panelDateTime.PerformLayout();
this.panelEx7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.PanelEx panelEx5;
private ComponentLibrary.PanelEx panelEx4;
private ComponentLibrary.PanelEx panelEx3;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
protected internal System.Windows.Forms.TabPage tabPage_ExecIn;
protected internal System.Windows.Forms.TabPage tabPage_Timeout;
protected internal System.Windows.Forms.TabPage tabPage_Completed;
protected internal ComponentLibrary.TextBoxEx cmbQueryText;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientServicePerson;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevTaskItem;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevTaskType;
protected internal ComponentLibrary.ButtonEx btnQuery;
protected internal ComponentLibrary.ButtonEx btnTaskAnPai;
protected internal ComponentLibrary.ButtonEx btnTaskStatistics;
protected internal ComponentLibrary.ButtonEx btnTaskEcex;
protected internal ComponentLibrary.ButtonEx btnCloseed;
private ComponentLibrary.LabelEx labelEx4;
protected internal ComponentLibrary.PanelEx panelDateTime;
protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEnd;
protected internal ComponentLibrary.DateTimePickerEx dtDateTimeStart;
protected internal ComponentLibrary.TabControlEx tabControlEx1;
protected internal ComponentLibrary.DataGridViewEc dgvData;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private ComponentLibrary.PanelEx panelEx7;
protected internal ComponentLibrary.ButtonEx btnTaskUpdate;
private ComponentLibrary.PanelEx panelEx8;
private ComponentLibrary.PanelEx panelEx9;
protected internal System.Windows.Forms.TabPage tabPage_TimeoutCompleted;
}
}