namespace LYFZ.Software.UI.OAShopManagement { partial class frmCallCenterList { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCallCenterList)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvGridview = new LYFZ.ComponentLibrary.DataGridViewEc(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.comboBoxType = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.cbxConcreteMatters = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.cbxTalkMode = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx(); this.cbtCustomerSupportStaff = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx(); this.dateTimePickerStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.dateTimePickerEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx(); this.txtKey = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx(); this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx(); this.btnAudioPlayback = new LYFZ.ComponentLibrary.ButtonEx(); this.panelColse = new LYFZ.ComponentLibrary.PanelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx(); this.labelTotalCount = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGridview)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelEx7.SuspendLayout(); this.panelEx6.SuspendLayout(); this.panelEx8.SuspendLayout(); this.panelEx9.SuspendLayout(); this.panelEx10.SuspendLayout(); this.panelColse.SuspendLayout(); this.panelEx5.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); 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"))); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.dgvGridview); this.panelEx1.Controls.Add(this.panelEx5); 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; // // dgvGridview // this.dgvGridview.AllowUserToAddRows = false; this.dgvGridview.AllowUserToDeleteRows = false; this.dgvGridview.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvGridview.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGridview.BackgroundColor = System.Drawing.Color.White; this.dgvGridview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvGridview.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); 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; this.dgvGridview.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGridview.ColumnHeadersHeight = 25; this.dgvGridview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGridview.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column7, this.Column8, this.Column9}); this.dgvGridview.dgvColumnHeadersHeight = 24; this.dgvGridview.dgvCurrentColumnOriginalSet = ""; this.dgvGridview.dgvCurrentColumnWidth = ""; this.dgvGridview.dgvCurrentHideColumn = null; this.dgvGridview.dgvFixedHideColumn = null; this.dgvGridview.dgvGuidName = null; this.dgvGridview.dgvUserEmployeeID = null; this.dgvGridview.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvGridview.EnableHeadersVisualStyles = false; this.dgvGridview.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvGridview.ImageHeight = 15; this.dgvGridview.ImageWidth = 15; this.dgvGridview.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvGridview.ImgCollapse"))); this.dgvGridview.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvGridview.ImgExpand"))); this.dgvGridview.IsAutomaticDrawSingleOrDoubleRow = false; this.dgvGridview.IsCompleteBonding = false; this.dgvGridview.IsCopyCellValue = true; this.dgvGridview.IsShowSerialNumber = false; this.dgvGridview.IsSortedRedraw = true; this.dgvGridview.IsSortMode = false; this.dgvGridview.Location = new System.Drawing.Point(5, 38); this.dgvGridview.Margin = new System.Windows.Forms.Padding(0); this.dgvGridview.Name = "dgvGridview"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(41); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvGridview.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvGridview.RowHeadersVisible = false; this.dgvGridview.RowHeadersWidth = 25; this.dgvGridview.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvGridview.RowTemplate.Height = 23; this.dgvGridview.RowTemplate.ReadOnly = true; this.dgvGridview.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvGridview.Size = new System.Drawing.Size(888, 415); this.dgvGridview.StrSecondStageNull = ""; this.dgvGridview.StrValueNullColumn = ""; this.dgvGridview.TabIndex = 25; this.dgvGridview.ViceCount = 1; // // Column1 // this.Column1.HeaderText = "客户"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 120; // // Column2 // this.Column2.HeaderText = "电话"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 160; // // Column3 // this.Column3.HeaderText = "呼入/呼出"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 200; // // Column4 // this.Column4.HeaderText = "通话日期"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 120; // // Column5 // this.Column5.HeaderText = "通话类型"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 120; // // Column6 // this.Column6.HeaderText = "具体事项"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 120; // // Column7 // this.Column7.HeaderText = "通话方式"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 120; // // Column8 // this.Column8.HeaderText = "客户人员"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 120; // // Column9 // this.Column9.HeaderText = "通话备注"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelEx2); this.flowLayoutPanel1.Controls.Add(this.panelEx3); this.flowLayoutPanel1.Controls.Add(this.panelEx4); this.flowLayoutPanel1.Controls.Add(this.panelEx7); this.flowLayoutPanel1.Controls.Add(this.panelEx6); this.flowLayoutPanel1.Controls.Add(this.panelEx8); this.flowLayoutPanel1.Controls.Add(this.panelEx9); this.flowLayoutPanel1.Controls.Add(this.panelEx10); this.flowLayoutPanel1.Controls.Add(this.panelColse); 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(888, 33); this.flowLayoutPanel1.TabIndex = 31; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.comboBoxType); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Location = new System.Drawing.Point(1, 1); this.panelEx2.Margin = new System.Windows.Forms.Padding(1); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(220, 29); this.panelEx2.TabIndex = 32; // // comboBoxType // this.comboBoxType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.comboBoxType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.comboBoxType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.comboBoxType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBoxType.FormattingEnabled = true; this.comboBoxType.IsCustomColor = false; this.comboBoxType.Items.AddRange(new object[] { "", "流程把控", "流程按排", "业务咨询", "满意度调查", "意向跟踪", "关系维护"}); this.comboBoxType.Location = new System.Drawing.Point(72, 2); this.comboBoxType.Name = "comboBoxType"; this.comboBoxType.ReadOnly = true; this.comboBoxType.Size = new System.Drawing.Size(145, 25); this.comboBoxType.TabIndex = 20; // // 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(5, 6); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 21; this.labelEx1.Text = "沟通类型:"; // // 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.cbxConcreteMatters); this.panelEx3.Controls.Add(this.labelEx3); this.panelEx3.Location = new System.Drawing.Point(223, 1); this.panelEx3.Margin = new System.Windows.Forms.Padding(1); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(190, 29); this.panelEx3.TabIndex = 33; // // cbxConcreteMatters // this.cbxConcreteMatters.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbxConcreteMatters.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbxConcreteMatters.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbxConcreteMatters.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxConcreteMatters.FormattingEnabled = true; this.cbxConcreteMatters.IsCustomColor = false; this.cbxConcreteMatters.Location = new System.Drawing.Point(72, 2); this.cbxConcreteMatters.Name = "cbxConcreteMatters"; this.cbxConcreteMatters.ReadOnly = true; this.cbxConcreteMatters.Size = new System.Drawing.Size(115, 25); this.cbxConcreteMatters.TabIndex = 20; // // 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(5, 6); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(68, 17); this.labelEx3.TabIndex = 21; this.labelEx3.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.cbxTalkMode); this.panelEx4.Controls.Add(this.labelEx4); this.panelEx4.Location = new System.Drawing.Point(415, 1); this.panelEx4.Margin = new System.Windows.Forms.Padding(1); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(175, 29); this.panelEx4.TabIndex = 33; // // cbxTalkMode // this.cbxTalkMode.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbxTalkMode.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbxTalkMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbxTalkMode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxTalkMode.FormattingEnabled = true; this.cbxTalkMode.IsCustomColor = false; this.cbxTalkMode.Items.AddRange(new object[] { "", "电话", "微信", "QQ", "邮件", "短信", "面谈", "其它"}); this.cbxTalkMode.Location = new System.Drawing.Point(72, 2); this.cbxTalkMode.Name = "cbxTalkMode"; this.cbxTalkMode.ReadOnly = true; this.cbxTalkMode.Size = new System.Drawing.Size(100, 25); this.cbxTalkMode.TabIndex = 20; // // 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(5, 6); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(68, 17); this.labelEx4.TabIndex = 21; this.labelEx4.Text = "沟通方式:"; // // 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.cbtCustomerSupportStaff); this.panelEx7.Controls.Add(this.labelEx2); this.panelEx7.Location = new System.Drawing.Point(592, 1); this.panelEx7.Margin = new System.Windows.Forms.Padding(1); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(230, 29); this.panelEx7.TabIndex = 33; // // cbtCustomerSupportStaff // this.cbtCustomerSupportStaff.AfterSelectLevelFirstNode = true; this.cbtCustomerSupportStaff.DropDownHeight = 220; this.cbtCustomerSupportStaff.DropDownShow = false; this.cbtCustomerSupportStaff.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbtCustomerSupportStaff.FormattingEnabled = true; this.cbtCustomerSupportStaff.IntegralHeight = false; this.cbtCustomerSupportStaff.IsNodeMouseClick = true; this.cbtCustomerSupportStaff.IsSelectParentNode = false; this.cbtCustomerSupportStaff.Location = new System.Drawing.Point(72, 2); this.cbtCustomerSupportStaff.Name = "cbtCustomerSupportStaff"; this.cbtCustomerSupportStaff.ReadOnly = false; this.cbtCustomerSupportStaff.SelectedNode = null; this.cbtCustomerSupportStaff.Size = new System.Drawing.Size(155, 25); this.cbtCustomerSupportStaff.StrGetName = ""; this.cbtCustomerSupportStaff.StrGetTagName = ""; this.cbtCustomerSupportStaff.StrKey = null; this.cbtCustomerSupportStaff.TabIndex = 28; // // 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(5, 6); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(68, 17); this.labelEx2.TabIndex = 27; this.labelEx2.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.dateTimePickerStart); this.panelEx6.Controls.Add(this.labelEx6); this.panelEx6.Controls.Add(this.labelEx7); this.panelEx6.Controls.Add(this.dateTimePickerEnd); this.panelEx6.Location = new System.Drawing.Point(1, 32); this.panelEx6.Margin = new System.Windows.Forms.Padding(1); this.panelEx6.Name = "panelEx6"; this.panelEx6.Size = new System.Drawing.Size(280, 29); this.panelEx6.TabIndex = 33; // // dateTimePickerStart // this.dateTimePickerStart.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePickerStart.CustomFormat = " "; this.dateTimePickerStart.DateValue = ""; this.dateTimePickerStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePickerStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStart.IsShowTime = false; this.dateTimePickerStart.Location = new System.Drawing.Point(72, 3); this.dateTimePickerStart.Name = "dateTimePickerStart"; this.dateTimePickerStart.Size = new System.Drawing.Size(90, 23); this.dateTimePickerStart.TabIndex = 29; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(5, 6); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(68, 17); this.labelEx6.TabIndex = 27; this.labelEx6.Text = "起始时间:"; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(164, 6); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(21, 17); this.labelEx7.TabIndex = 27; this.labelEx7.Text = "—"; // // dateTimePickerEnd // this.dateTimePickerEnd.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePickerEnd.CustomFormat = " "; this.dateTimePickerEnd.DateValue = ""; this.dateTimePickerEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEnd.IsShowTime = false; this.dateTimePickerEnd.Location = new System.Drawing.Point(186, 3); this.dateTimePickerEnd.Name = "dateTimePickerEnd"; this.dateTimePickerEnd.Size = new System.Drawing.Size(90, 23); this.dateTimePickerEnd.TabIndex = 29; // // 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.txtKey); this.panelEx8.Controls.Add(this.labelEx8); this.panelEx8.Location = new System.Drawing.Point(283, 32); this.panelEx8.Margin = new System.Windows.Forms.Padding(1); this.panelEx8.Name = "panelEx8"; this.panelEx8.Size = new System.Drawing.Size(205, 29); this.panelEx8.TabIndex = 33; // // txtKey // this.txtKey.BackColor = System.Drawing.Color.Transparent; this.txtKey.Icon = null; this.txtKey.IconIsButton = false; this.txtKey.IsPasswordChat = '\0'; this.txtKey.IsSystemPasswordChar = false; this.txtKey.Lines = new string[0]; this.txtKey.Location = new System.Drawing.Point(58, 1); this.txtKey.Margin = new System.Windows.Forms.Padding(0); this.txtKey.MaxLength = 32767; this.txtKey.MinimumSize = new System.Drawing.Size(0, 26); this.txtKey.MouseBack = null; this.txtKey.Multiline = false; this.txtKey.Name = "txtKey"; this.txtKey.NormlBack = null; this.txtKey.Padding = new System.Windows.Forms.Padding(5); this.txtKey.ReadOnly = false; this.txtKey.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtKey.Size = new System.Drawing.Size(145, 26); this.txtKey.TabIndex = 30; this.txtKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtKey.WaterColor = System.Drawing.Color.DarkGray; this.txtKey.WaterText = "客户姓名、客户电话"; this.txtKey.WordWrap = true; // // labelEx8 // this.labelEx8.AutoSize = true; this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(4, 6); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(56, 17); this.labelEx8.TabIndex = 27; this.labelEx8.Text = "关键字:"; // // 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.btnSelect); this.panelEx9.Location = new System.Drawing.Point(490, 32); this.panelEx9.Margin = new System.Windows.Forms.Padding(1); this.panelEx9.Name = "panelEx9"; this.panelEx9.Size = new System.Drawing.Size(90, 29); this.panelEx9.TabIndex = 33; // // btnSelect // this.btnSelect.BackColor = System.Drawing.Color.Transparent; this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg"))); this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSelect.ForeColor = System.Drawing.Color.White; this.btnSelect.IsCustomBackImg = false; this.btnSelect.IsShowText = true; this.btnSelect.Location = new System.Drawing.Point(1, 1); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(85, 27); this.btnSelect.TabIndex = 23; this.btnSelect.Text = " 查 询"; this.btnSelect.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.btnAudioPlayback); this.panelEx10.Location = new System.Drawing.Point(582, 32); this.panelEx10.Margin = new System.Windows.Forms.Padding(1); this.panelEx10.Name = "panelEx10"; this.panelEx10.Size = new System.Drawing.Size(90, 29); this.panelEx10.TabIndex = 33; // // btnAudioPlayback // this.btnAudioPlayback.BackColor = System.Drawing.Color.Transparent; this.btnAudioPlayback.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAudioPlayback.BackImg"))); this.btnAudioPlayback.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAudioPlayback.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAudioPlayback.ForeColor = System.Drawing.Color.White; this.btnAudioPlayback.IsCustomBackImg = false; this.btnAudioPlayback.IsShowText = true; this.btnAudioPlayback.Location = new System.Drawing.Point(1, 1); this.btnAudioPlayback.Name = "btnAudioPlayback"; this.btnAudioPlayback.Size = new System.Drawing.Size(85, 27); this.btnAudioPlayback.TabIndex = 22; this.btnAudioPlayback.Text = " 录音回放"; this.btnAudioPlayback.UseVisualStyleBackColor = false; // // panelColse // this.panelColse.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelColse.BorderWidth = 1; this.panelColse.Controls.Add(this.btnClose); this.panelColse.Location = new System.Drawing.Point(674, 32); this.panelColse.Margin = new System.Windows.Forms.Padding(1); this.panelColse.Name = "panelColse"; this.panelColse.Size = new System.Drawing.Size(90, 29); this.panelColse.TabIndex = 33; // // 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(1, 1); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 27); this.btnClose.TabIndex = 22; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // 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.labelTotalCount); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx5.Location = new System.Drawing.Point(5, 453); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(888, 25); this.panelEx5.TabIndex = 32; // // labelTotalCount // this.labelTotalCount.AutoSize = true; this.labelTotalCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelTotalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelTotalCount.Location = new System.Drawing.Point(4, 4); this.labelTotalCount.Name = "labelTotalCount"; this.labelTotalCount.Size = new System.Drawing.Size(63, 17); this.labelTotalCount.TabIndex = 0; this.labelTotalCount.Text = "总条数:0"; // // frmCallCenterList // 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 = "frmCallCenterList"; 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.dgvGridview)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx4.PerformLayout(); this.panelEx7.ResumeLayout(false); this.panelEx7.PerformLayout(); this.panelEx6.ResumeLayout(false); this.panelEx6.PerformLayout(); this.panelEx8.ResumeLayout(false); this.panelEx8.PerformLayout(); this.panelEx9.ResumeLayout(false); this.panelEx10.ResumeLayout(false); this.panelColse.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx5.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.ButtonEx btnSelect; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.ComboBoxEx comboBoxType; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.DataGridViewEc dgvGridview; protected internal ComponentLibrary.ComboBoxTreeViewEx cbtCustomerSupportStaff; private ComponentLibrary.LabelEx labelEx2; protected internal ComponentLibrary.ComboBoxEx cbxTalkMode; private ComponentLibrary.LabelEx labelEx4; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEnd; protected internal ComponentLibrary.DateTimePickerEx dateTimePickerStart; private ComponentLibrary.LabelEx labelEx6; protected internal ComponentLibrary.ButtonEx btnAudioPlayback; private ComponentLibrary.LabelEx labelEx7; private ComponentLibrary.LabelEx labelEx8; protected internal ComponentLibrary.TextBoxEx txtKey; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; public ComponentLibrary.ComboBoxEx cbxConcreteMatters; private ComponentLibrary.PanelEx panelEx10; private ComponentLibrary.PanelEx panelEx8; private ComponentLibrary.PanelEx panelEx7; private ComponentLibrary.PanelEx panelEx6; private ComponentLibrary.PanelEx panelEx4; private ComponentLibrary.PanelEx panelEx3; private ComponentLibrary.PanelEx panelEx2; private ComponentLibrary.PanelEx panelEx9; protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected internal ComponentLibrary.PanelEx panelColse; private ComponentLibrary.PanelEx panelEx5; protected internal ComponentLibrary.LabelEx labelTotalCount; } }