namespace LYFZ.Software.UI.CallerWizard
{
partial class FrmCustomerCalls
{
///
/// 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(FrmCustomerCalls));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.dtpDateStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.dtpDateEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevClientType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
this.btnCall = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
this.btnPlayer = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.ucPager = new LYFZ.UCPager.ucPagerEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx4.SuspendLayout();
this.panelEx5.SuspendLayout();
this.panelEx6.SuspendLayout();
this.panelEx7.SuspendLayout();
this.panelEx9.SuspendLayout();
this.panelEx8.SuspendLayout();
this.panelEx10.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dgvData);
this.panelEx2.Controls.Add(this.flowLayoutPanel1);
this.panelEx2.Controls.Add(this.ucPager);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(10, 10);
this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
this.panelEx2.Size = new System.Drawing.Size(890, 485);
this.panelEx2.TabIndex = 194;
//
// 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.dgvCurrentColumnOriginalSet = "";
this.dgvData.dgvCurrentColumnWidth = "";
this.dgvData.dgvCurrentHideColumn = null;
this.dgvData.dgvFixedHideColumn = null;
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.IsCopyCellValue = true;
this.dgvData.IsShowSerialNumber = false;
this.dgvData.IsSortMode = false;
this.dgvData.Location = new System.Drawing.Point(3, 36);
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 = 25;
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(882, 420);
this.dgvData.TabIndex = 227;
this.dgvData.ViceCount = 1;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelEx3);
this.flowLayoutPanel1.Controls.Add(this.panelEx4);
this.flowLayoutPanel1.Controls.Add(this.panelEx5);
this.flowLayoutPanel1.Controls.Add(this.panelEx6);
this.flowLayoutPanel1.Controls.Add(this.panelEx7);
this.flowLayoutPanel1.Controls.Add(this.panelEx9);
this.flowLayoutPanel1.Controls.Add(this.panelEx8);
this.flowLayoutPanel1.Controls.Add(this.panelEx10);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
this.flowLayoutPanel1.Size = new System.Drawing.Size(882, 33);
this.flowLayoutPanel1.TabIndex = 233;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.dtpDateStart);
this.panelEx3.Controls.Add(this.labelEx1);
this.panelEx3.Controls.Add(this.dtpDateEnd);
this.panelEx3.Controls.Add(this.labelEx2);
this.panelEx3.Location = new System.Drawing.Point(1, 3);
this.panelEx3.Margin = new System.Windows.Forms.Padding(1);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(265, 28);
this.panelEx3.TabIndex = 233;
//
// dtpDateStart
//
this.dtpDateStart.CustomFormat = " ";
this.dtpDateStart.DateValue = "";
this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpDateStart.IsShowTime = false;
this.dtpDateStart.Location = new System.Drawing.Point(56, 3);
this.dtpDateStart.Name = "dtpDateStart";
this.dtpDateStart.Size = new System.Drawing.Size(90, 21);
this.dtpDateStart.TabIndex = 2233;
//
// 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, 5);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 2232;
this.labelEx1.Text = "日期段:";
//
// dtpDateEnd
//
this.dtpDateEnd.CustomFormat = " ";
this.dtpDateEnd.DateValue = "";
this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpDateEnd.IsShowTime = false;
this.dtpDateEnd.Location = new System.Drawing.Point(168, 3);
this.dtpDateEnd.Name = "dtpDateEnd";
this.dtpDateEnd.Size = new System.Drawing.Size(90, 21);
this.dtpDateEnd.TabIndex = 2234;
//
// 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(147, 5);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(21, 17);
this.labelEx2.TabIndex = 2235;
this.labelEx2.Text = "—";
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.cmbtreevClientType);
this.panelEx4.Controls.Add(this.labelEx4);
this.panelEx4.Location = new System.Drawing.Point(268, 3);
this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(185, 28);
this.panelEx4.TabIndex = 239;
//
// cmbtreevClientType
//
this.cmbtreevClientType.AfterSelectLevelFirstNode = true;
this.cmbtreevClientType.DropDownHeight = 220;
this.cmbtreevClientType.DropDownShow = false;
this.cmbtreevClientType.FormattingEnabled = true;
this.cmbtreevClientType.IntegralHeight = false;
this.cmbtreevClientType.IsNodeMouseClick = true;
this.cmbtreevClientType.IsSelectParentNode = false;
this.cmbtreevClientType.Location = new System.Drawing.Point(46, 4);
this.cmbtreevClientType.Name = "cmbtreevClientType";
this.cmbtreevClientType.ReadOnly = false;
this.cmbtreevClientType.SelectedNode = null;
this.cmbtreevClientType.Size = new System.Drawing.Size(130, 20);
this.cmbtreevClientType.StrGetName = "";
this.cmbtreevClientType.StrKey = null;
this.cmbtreevClientType.TabIndex = 2238;
//
// 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(4, 5);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(44, 17);
this.labelEx4.TabIndex = 2237;
this.labelEx4.Text = "类型:";
//
// panelEx5
//
this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx5.BorderWidth = 1;
this.panelEx5.Controls.Add(this.txtQuery);
this.panelEx5.Controls.Add(this.labelEx3);
this.panelEx5.Location = new System.Drawing.Point(455, 3);
this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(190, 28);
this.panelEx5.TabIndex = 240;
//
// txtQuery
//
this.txtQuery.BackColor = System.Drawing.Color.Transparent;
this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtQuery.Icon = null;
this.txtQuery.IconIsButton = false;
this.txtQuery.IsPasswordChat = '\0';
this.txtQuery.IsSystemPasswordChar = false;
this.txtQuery.Lines = new string[0];
this.txtQuery.Location = new System.Drawing.Point(56, 2);
this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
this.txtQuery.MaxLength = 100;
this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
this.txtQuery.MouseBack = null;
this.txtQuery.Multiline = false;
this.txtQuery.Name = "txtQuery";
this.txtQuery.NormlBack = null;
this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
this.txtQuery.ReadOnly = false;
this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtQuery.Size = new System.Drawing.Size(124, 25);
this.txtQuery.TabIndex = 2231;
this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.txtQuery.WaterText = "姓名、电话查询";
this.txtQuery.WordWrap = true;
//
// 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(4, 6);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(56, 17);
this.labelEx3.TabIndex = 2236;
this.labelEx3.Text = "关键字:";
//
// panelEx6
//
this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx6.BorderWidth = 1;
this.panelEx6.Controls.Add(this.btnQuery);
this.panelEx6.Location = new System.Drawing.Point(647, 3);
this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
this.panelEx6.Name = "panelEx6";
this.panelEx6.Size = new System.Drawing.Size(87, 28);
this.panelEx6.TabIndex = 238;
//
// 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(3, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(80, 26);
this.btnQuery.TabIndex = 207;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// panelEx7
//
this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx7.BorderWidth = 1;
this.panelEx7.Controls.Add(this.btnDelete);
this.panelEx7.Location = new System.Drawing.Point(736, 3);
this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
this.panelEx7.Name = "panelEx7";
this.panelEx7.Size = new System.Drawing.Size(87, 28);
this.panelEx7.TabIndex = 237;
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.Transparent;
this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.IsCustomBackImg = false;
this.btnDelete.IsShowText = true;
this.btnDelete.Location = new System.Drawing.Point(3, 1);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(80, 26);
this.btnDelete.TabIndex = 204;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// panelEx9
//
this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx9.BorderWidth = 1;
this.panelEx9.Controls.Add(this.btnCall);
this.panelEx9.Location = new System.Drawing.Point(1, 33);
this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
this.panelEx9.Name = "panelEx9";
this.panelEx9.Size = new System.Drawing.Size(87, 28);
this.panelEx9.TabIndex = 235;
//
// btnCall
//
this.btnCall.BackColor = System.Drawing.Color.Transparent;
this.btnCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCall.BackImg")));
this.btnCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCall.ForeColor = System.Drawing.Color.White;
this.btnCall.IsCustomBackImg = false;
this.btnCall.IsShowText = true;
this.btnCall.Location = new System.Drawing.Point(3, 1);
this.btnCall.Name = "btnCall";
this.btnCall.Size = new System.Drawing.Size(80, 26);
this.btnCall.TabIndex = 200;
this.btnCall.Text = " 呼 叫";
this.btnCall.UseVisualStyleBackColor = false;
//
// panelEx8
//
this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx8.BorderWidth = 1;
this.panelEx8.Controls.Add(this.btnPlayer);
this.panelEx8.Location = new System.Drawing.Point(90, 33);
this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
this.panelEx8.Name = "panelEx8";
this.panelEx8.Size = new System.Drawing.Size(87, 28);
this.panelEx8.TabIndex = 236;
//
// btnPlayer
//
this.btnPlayer.BackColor = System.Drawing.Color.Transparent;
this.btnPlayer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPlayer.BackImg")));
this.btnPlayer.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnPlayer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnPlayer.ForeColor = System.Drawing.Color.White;
this.btnPlayer.IsCustomBackImg = false;
this.btnPlayer.IsShowText = true;
this.btnPlayer.Location = new System.Drawing.Point(3, 1);
this.btnPlayer.Name = "btnPlayer";
this.btnPlayer.Size = new System.Drawing.Size(80, 26);
this.btnPlayer.TabIndex = 205;
this.btnPlayer.Text = " 录音回放";
this.btnPlayer.UseVisualStyleBackColor = false;
//
// panelEx10
//
this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx10.BorderWidth = 1;
this.panelEx10.Controls.Add(this.btnClose);
this.panelEx10.Location = new System.Drawing.Point(179, 33);
this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
this.panelEx10.Name = "panelEx10";
this.panelEx10.Size = new System.Drawing.Size(87, 28);
this.panelEx10.TabIndex = 234;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(3, 1);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(80, 26);
this.btnClose.TabIndex = 206;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// ucPager
//
this.ucPager.CurrentPageCount = 0;
this.ucPager.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ucPager.Location = new System.Drawing.Point(3, 456);
this.ucPager.Name = "ucPager";
this.ucPager.NMax = 0;
this.ucPager.PageCount = 0;
this.ucPager.PageCurrent = 1;
this.ucPager.PageSize = 20;
this.ucPager.Size = new System.Drawing.Size(882, 24);
this.ucPager.TabIndex = 228;
this.ucPager.TbDataSource = null;
//
// FrmCustomerCalls
//
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 = "FrmCustomerCalls";
this.Text = "客户来电";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.panelEx5.ResumeLayout(false);
this.panelEx5.PerformLayout();
this.panelEx6.ResumeLayout(false);
this.panelEx7.ResumeLayout(false);
this.panelEx9.ResumeLayout(false);
this.panelEx8.ResumeLayout(false);
this.panelEx10.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected internal ComponentLibrary.DataGridViewEc dgvData;
protected internal UCPager.ucPagerEx ucPager;
private ComponentLibrary.PanelEx panelEx3;
protected internal ComponentLibrary.DateTimePickerEx dtpDateStart;
private ComponentLibrary.LabelEx labelEx1;
protected internal ComponentLibrary.DateTimePickerEx dtpDateEnd;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.PanelEx panelEx4;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientType;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.PanelEx panelEx5;
protected internal ComponentLibrary.TextBoxEx txtQuery;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.PanelEx panelEx6;
protected internal ComponentLibrary.ButtonEx btnQuery;
private ComponentLibrary.PanelEx panelEx7;
protected internal ComponentLibrary.ButtonEx btnDelete;
private ComponentLibrary.PanelEx panelEx9;
protected internal ComponentLibrary.ButtonEx btnCall;
private ComponentLibrary.PanelEx panelEx8;
protected internal ComponentLibrary.ButtonEx btnPlayer;
private ComponentLibrary.PanelEx panelEx10;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private ComponentLibrary.PanelEx panelEx2;
}
}