123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699 |
- namespace LYFZ.Software.UI.CallerWizard
- {
- partial class FrmOutgoingCalls
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOutgoingCalls));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage_ClientOrder = new System.Windows.Forms.TabPage();
- this.dgvData_ClientOrder = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPager_ClientOrder = new LYFZ.UCPager.ucPagerEx();
- this.tabPage_ClientOld = new System.Windows.Forms.TabPage();
- this.dgvData_ClientOld = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPager_ClientOld = new LYFZ.UCPager.ucPagerEx();
- this.tabPage_ClientIntent = new System.Windows.Forms.TabPage();
- this.dgvData_ClientIntent = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPager_ClientIntent = new LYFZ.UCPager.ucPagerEx();
- this.tabPage_ClientOther = new System.Windows.Forms.TabPage();
- this.dgvData_ClientOther = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPager_ClientOther = new LYFZ.UCPager.ucPagerEx();
- this.tabPage_ClientUser = new System.Windows.Forms.TabPage();
- this.dgvData_ClientUser = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPager_ClientUser = new LYFZ.UCPager.ucPagerEx();
- this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCall = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPlayer = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage_ClientOrder.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOrder)).BeginInit();
- this.tabPage_ClientOld.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOld)).BeginInit();
- this.tabPage_ClientIntent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientIntent)).BeginInit();
- this.tabPage_ClientOther.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOther)).BeginInit();
- this.tabPage_ClientUser.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientUser)).BeginInit();
- 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);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.txtQuery);
- this.plFormMainContent.Controls.Add(this.btnQuery);
- this.plFormMainContent.Controls.Add(this.btnCall);
- this.plFormMainContent.Controls.Add(this.btnDelete);
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.btnPlayer);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnPlayer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnDelete, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnCall, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.txtQuery, 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.tabControlEx1);
- 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 = 195;
- //
- // 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_ClientOrder);
- this.tabControlEx1.Controls.Add(this.tabPage_ClientOld);
- this.tabControlEx1.Controls.Add(this.tabPage_ClientIntent);
- this.tabControlEx1.Controls.Add(this.tabPage_ClientOther);
- this.tabControlEx1.Controls.Add(this.tabPage_ClientUser);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 30);
- this.tabControlEx1.Location = new System.Drawing.Point(3, 3);
- 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(882, 477);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 226;
- //
- // tabPage_ClientOrder
- //
- this.tabPage_ClientOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ClientOrder.Controls.Add(this.dgvData_ClientOrder);
- this.tabPage_ClientOrder.Controls.Add(this.ucPager_ClientOrder);
- this.tabPage_ClientOrder.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ClientOrder.Name = "tabPage_ClientOrder";
- this.tabPage_ClientOrder.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClientOrder.Size = new System.Drawing.Size(874, 439);
- this.tabPage_ClientOrder.TabIndex = 0;
- this.tabPage_ClientOrder.Text = "订单客户";
- //
- // dgvData_ClientOrder
- //
- this.dgvData_ClientOrder.AllowUserToAddRows = false;
- this.dgvData_ClientOrder.AllowUserToDeleteRows = false;
- this.dgvData_ClientOrder.AllowUserToResizeRows = false;
- this.dgvData_ClientOrder.BackgroundColor = System.Drawing.Color.White;
- this.dgvData_ClientOrder.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData_ClientOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvData_ClientOrder.ColumnHeadersHeight = 24;
- this.dgvData_ClientOrder.dgvCurrentColumnOriginalSet = "";
- this.dgvData_ClientOrder.dgvCurrentColumnWidth = "";
- this.dgvData_ClientOrder.dgvCurrentHideColumn = null;
- this.dgvData_ClientOrder.dgvFixedHideColumn = null;
- this.dgvData_ClientOrder.dgvGuidName = null;
- this.dgvData_ClientOrder.dgvUserEmployeeID = null;
- this.dgvData_ClientOrder.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData_ClientOrder.EnableHeadersVisualStyles = false;
- this.dgvData_ClientOrder.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData_ClientOrder.ImageHeight = 15;
- this.dgvData_ClientOrder.ImageWidth = 15;
- this.dgvData_ClientOrder.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOrder.ImgCollapse")));
- this.dgvData_ClientOrder.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOrder.ImgExpand")));
- this.dgvData_ClientOrder.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData_ClientOrder.IsCopyCellValue = true;
- this.dgvData_ClientOrder.IsShowSerialNumber = false;
- this.dgvData_ClientOrder.IsSortMode = false;
- this.dgvData_ClientOrder.Location = new System.Drawing.Point(3, 3);
- this.dgvData_ClientOrder.Name = "dgvData_ClientOrder";
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData_ClientOrder.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvData_ClientOrder.RowHeadersWidth = 25;
- this.dgvData_ClientOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData_ClientOrder.RowTemplate.Height = 23;
- this.dgvData_ClientOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData_ClientOrder.Size = new System.Drawing.Size(868, 409);
- this.dgvData_ClientOrder.TabIndex = 208;
- this.dgvData_ClientOrder.ViceCount = 1;
- //
- // ucPager_ClientOrder
- //
- this.ucPager_ClientOrder.CurrentPageCount = 0;
- this.ucPager_ClientOrder.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPager_ClientOrder.Location = new System.Drawing.Point(3, 412);
- this.ucPager_ClientOrder.Name = "ucPager_ClientOrder";
- this.ucPager_ClientOrder.NMax = 0;
- this.ucPager_ClientOrder.PageCount = 0;
- this.ucPager_ClientOrder.PageCurrent = 1;
- this.ucPager_ClientOrder.PageSize = 20;
- this.ucPager_ClientOrder.Size = new System.Drawing.Size(868, 24);
- this.ucPager_ClientOrder.TabIndex = 226;
- this.ucPager_ClientOrder.TbDataSource = null;
- //
- // tabPage_ClientOld
- //
- this.tabPage_ClientOld.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ClientOld.Controls.Add(this.dgvData_ClientOld);
- this.tabPage_ClientOld.Controls.Add(this.ucPager_ClientOld);
- this.tabPage_ClientOld.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ClientOld.Name = "tabPage_ClientOld";
- this.tabPage_ClientOld.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClientOld.Size = new System.Drawing.Size(874, 439);
- this.tabPage_ClientOld.TabIndex = 1;
- this.tabPage_ClientOld.Text = "老客户";
- //
- // dgvData_ClientOld
- //
- this.dgvData_ClientOld.AllowUserToAddRows = false;
- this.dgvData_ClientOld.AllowUserToDeleteRows = false;
- this.dgvData_ClientOld.AllowUserToResizeRows = false;
- this.dgvData_ClientOld.BackgroundColor = System.Drawing.Color.White;
- this.dgvData_ClientOld.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData_ClientOld.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
- this.dgvData_ClientOld.ColumnHeadersHeight = 24;
- this.dgvData_ClientOld.dgvCurrentColumnOriginalSet = "";
- this.dgvData_ClientOld.dgvCurrentColumnWidth = "";
- this.dgvData_ClientOld.dgvCurrentHideColumn = null;
- this.dgvData_ClientOld.dgvFixedHideColumn = null;
- this.dgvData_ClientOld.dgvGuidName = null;
- this.dgvData_ClientOld.dgvUserEmployeeID = null;
- this.dgvData_ClientOld.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData_ClientOld.EnableHeadersVisualStyles = false;
- this.dgvData_ClientOld.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData_ClientOld.ImageHeight = 15;
- this.dgvData_ClientOld.ImageWidth = 15;
- this.dgvData_ClientOld.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOld.ImgCollapse")));
- this.dgvData_ClientOld.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOld.ImgExpand")));
- this.dgvData_ClientOld.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData_ClientOld.IsCopyCellValue = true;
- this.dgvData_ClientOld.IsShowSerialNumber = false;
- this.dgvData_ClientOld.IsSortMode = false;
- this.dgvData_ClientOld.Location = new System.Drawing.Point(3, 3);
- this.dgvData_ClientOld.Name = "dgvData_ClientOld";
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData_ClientOld.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
- this.dgvData_ClientOld.RowHeadersWidth = 25;
- this.dgvData_ClientOld.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData_ClientOld.RowTemplate.Height = 23;
- this.dgvData_ClientOld.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData_ClientOld.Size = new System.Drawing.Size(868, 409);
- this.dgvData_ClientOld.TabIndex = 209;
- this.dgvData_ClientOld.ViceCount = 1;
- //
- // ucPager_ClientOld
- //
- this.ucPager_ClientOld.CurrentPageCount = 0;
- this.ucPager_ClientOld.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPager_ClientOld.Location = new System.Drawing.Point(3, 412);
- this.ucPager_ClientOld.Name = "ucPager_ClientOld";
- this.ucPager_ClientOld.NMax = 0;
- this.ucPager_ClientOld.PageCount = 0;
- this.ucPager_ClientOld.PageCurrent = 1;
- this.ucPager_ClientOld.PageSize = 20;
- this.ucPager_ClientOld.Size = new System.Drawing.Size(868, 24);
- this.ucPager_ClientOld.TabIndex = 227;
- this.ucPager_ClientOld.TbDataSource = null;
- //
- // tabPage_ClientIntent
- //
- this.tabPage_ClientIntent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ClientIntent.Controls.Add(this.dgvData_ClientIntent);
- this.tabPage_ClientIntent.Controls.Add(this.ucPager_ClientIntent);
- this.tabPage_ClientIntent.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ClientIntent.Name = "tabPage_ClientIntent";
- this.tabPage_ClientIntent.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClientIntent.Size = new System.Drawing.Size(874, 439);
- this.tabPage_ClientIntent.TabIndex = 2;
- this.tabPage_ClientIntent.Text = "意向客户";
- //
- // dgvData_ClientIntent
- //
- this.dgvData_ClientIntent.AllowUserToAddRows = false;
- this.dgvData_ClientIntent.AllowUserToDeleteRows = false;
- this.dgvData_ClientIntent.AllowUserToResizeRows = false;
- this.dgvData_ClientIntent.BackgroundColor = System.Drawing.Color.White;
- this.dgvData_ClientIntent.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData_ClientIntent.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
- this.dgvData_ClientIntent.ColumnHeadersHeight = 24;
- this.dgvData_ClientIntent.dgvCurrentColumnOriginalSet = "";
- this.dgvData_ClientIntent.dgvCurrentColumnWidth = "";
- this.dgvData_ClientIntent.dgvCurrentHideColumn = null;
- this.dgvData_ClientIntent.dgvFixedHideColumn = null;
- this.dgvData_ClientIntent.dgvGuidName = null;
- this.dgvData_ClientIntent.dgvUserEmployeeID = null;
- this.dgvData_ClientIntent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData_ClientIntent.EnableHeadersVisualStyles = false;
- this.dgvData_ClientIntent.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData_ClientIntent.ImageHeight = 15;
- this.dgvData_ClientIntent.ImageWidth = 15;
- this.dgvData_ClientIntent.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientIntent.ImgCollapse")));
- this.dgvData_ClientIntent.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientIntent.ImgExpand")));
- this.dgvData_ClientIntent.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData_ClientIntent.IsCopyCellValue = true;
- this.dgvData_ClientIntent.IsShowSerialNumber = false;
- this.dgvData_ClientIntent.IsSortMode = false;
- this.dgvData_ClientIntent.Location = new System.Drawing.Point(3, 3);
- this.dgvData_ClientIntent.Name = "dgvData_ClientIntent";
- dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle16.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData_ClientIntent.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
- this.dgvData_ClientIntent.RowHeadersWidth = 25;
- this.dgvData_ClientIntent.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData_ClientIntent.RowTemplate.Height = 23;
- this.dgvData_ClientIntent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData_ClientIntent.Size = new System.Drawing.Size(868, 409);
- this.dgvData_ClientIntent.TabIndex = 209;
- this.dgvData_ClientIntent.ViceCount = 1;
- //
- // ucPager_ClientIntent
- //
- this.ucPager_ClientIntent.CurrentPageCount = 0;
- this.ucPager_ClientIntent.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPager_ClientIntent.Location = new System.Drawing.Point(3, 412);
- this.ucPager_ClientIntent.Name = "ucPager_ClientIntent";
- this.ucPager_ClientIntent.NMax = 0;
- this.ucPager_ClientIntent.PageCount = 0;
- this.ucPager_ClientIntent.PageCurrent = 1;
- this.ucPager_ClientIntent.PageSize = 20;
- this.ucPager_ClientIntent.Size = new System.Drawing.Size(868, 24);
- this.ucPager_ClientIntent.TabIndex = 227;
- this.ucPager_ClientIntent.TbDataSource = null;
- //
- // tabPage_ClientOther
- //
- this.tabPage_ClientOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ClientOther.Controls.Add(this.dgvData_ClientOther);
- this.tabPage_ClientOther.Controls.Add(this.ucPager_ClientOther);
- this.tabPage_ClientOther.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ClientOther.Name = "tabPage_ClientOther";
- this.tabPage_ClientOther.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClientOther.Size = new System.Drawing.Size(874, 439);
- this.tabPage_ClientOther.TabIndex = 3;
- this.tabPage_ClientOther.Text = "其他电话";
- //
- // dgvData_ClientOther
- //
- this.dgvData_ClientOther.AllowUserToAddRows = false;
- this.dgvData_ClientOther.AllowUserToDeleteRows = false;
- this.dgvData_ClientOther.AllowUserToResizeRows = false;
- this.dgvData_ClientOther.BackgroundColor = System.Drawing.Color.White;
- this.dgvData_ClientOther.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData_ClientOther.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
- this.dgvData_ClientOther.ColumnHeadersHeight = 24;
- this.dgvData_ClientOther.dgvCurrentColumnOriginalSet = "";
- this.dgvData_ClientOther.dgvCurrentColumnWidth = "";
- this.dgvData_ClientOther.dgvCurrentHideColumn = null;
- this.dgvData_ClientOther.dgvFixedHideColumn = null;
- this.dgvData_ClientOther.dgvGuidName = null;
- this.dgvData_ClientOther.dgvUserEmployeeID = null;
- this.dgvData_ClientOther.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData_ClientOther.EnableHeadersVisualStyles = false;
- this.dgvData_ClientOther.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData_ClientOther.ImageHeight = 15;
- this.dgvData_ClientOther.ImageWidth = 15;
- this.dgvData_ClientOther.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOther.ImgCollapse")));
- this.dgvData_ClientOther.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOther.ImgExpand")));
- this.dgvData_ClientOther.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData_ClientOther.IsCopyCellValue = true;
- this.dgvData_ClientOther.IsShowSerialNumber = false;
- this.dgvData_ClientOther.IsSortMode = false;
- this.dgvData_ClientOther.Location = new System.Drawing.Point(3, 3);
- this.dgvData_ClientOther.Name = "dgvData_ClientOther";
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle18.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData_ClientOther.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
- this.dgvData_ClientOther.RowHeadersWidth = 25;
- this.dgvData_ClientOther.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData_ClientOther.RowTemplate.Height = 23;
- this.dgvData_ClientOther.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData_ClientOther.Size = new System.Drawing.Size(868, 409);
- this.dgvData_ClientOther.TabIndex = 209;
- this.dgvData_ClientOther.ViceCount = 1;
- //
- // ucPager_ClientOther
- //
- this.ucPager_ClientOther.CurrentPageCount = 0;
- this.ucPager_ClientOther.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPager_ClientOther.Location = new System.Drawing.Point(3, 412);
- this.ucPager_ClientOther.Name = "ucPager_ClientOther";
- this.ucPager_ClientOther.NMax = 0;
- this.ucPager_ClientOther.PageCount = 0;
- this.ucPager_ClientOther.PageCurrent = 1;
- this.ucPager_ClientOther.PageSize = 20;
- this.ucPager_ClientOther.Size = new System.Drawing.Size(868, 24);
- this.ucPager_ClientOther.TabIndex = 227;
- this.ucPager_ClientOther.TbDataSource = null;
- //
- // tabPage_ClientUser
- //
- this.tabPage_ClientUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ClientUser.Controls.Add(this.dgvData_ClientUser);
- this.tabPage_ClientUser.Controls.Add(this.ucPager_ClientUser);
- this.tabPage_ClientUser.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ClientUser.Name = "tabPage_ClientUser";
- this.tabPage_ClientUser.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClientUser.Size = new System.Drawing.Size(874, 439);
- this.tabPage_ClientUser.TabIndex = 5;
- this.tabPage_ClientUser.Text = "员工来电";
- //
- // dgvData_ClientUser
- //
- this.dgvData_ClientUser.AllowUserToAddRows = false;
- this.dgvData_ClientUser.AllowUserToDeleteRows = false;
- this.dgvData_ClientUser.AllowUserToResizeRows = false;
- this.dgvData_ClientUser.BackgroundColor = System.Drawing.Color.White;
- this.dgvData_ClientUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData_ClientUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
- this.dgvData_ClientUser.ColumnHeadersHeight = 24;
- this.dgvData_ClientUser.dgvCurrentColumnOriginalSet = "";
- this.dgvData_ClientUser.dgvCurrentColumnWidth = "";
- this.dgvData_ClientUser.dgvCurrentHideColumn = null;
- this.dgvData_ClientUser.dgvFixedHideColumn = null;
- this.dgvData_ClientUser.dgvGuidName = null;
- this.dgvData_ClientUser.dgvUserEmployeeID = null;
- this.dgvData_ClientUser.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData_ClientUser.EnableHeadersVisualStyles = false;
- this.dgvData_ClientUser.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData_ClientUser.ImageHeight = 15;
- this.dgvData_ClientUser.ImageWidth = 15;
- this.dgvData_ClientUser.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientUser.ImgCollapse")));
- this.dgvData_ClientUser.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientUser.ImgExpand")));
- this.dgvData_ClientUser.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData_ClientUser.IsCopyCellValue = true;
- this.dgvData_ClientUser.IsShowSerialNumber = false;
- this.dgvData_ClientUser.IsSortMode = false;
- this.dgvData_ClientUser.Location = new System.Drawing.Point(3, 3);
- this.dgvData_ClientUser.Name = "dgvData_ClientUser";
- dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle20.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData_ClientUser.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
- this.dgvData_ClientUser.RowHeadersWidth = 25;
- this.dgvData_ClientUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData_ClientUser.RowTemplate.Height = 23;
- this.dgvData_ClientUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData_ClientUser.Size = new System.Drawing.Size(868, 409);
- this.dgvData_ClientUser.TabIndex = 209;
- this.dgvData_ClientUser.ViceCount = 1;
- //
- // ucPager_ClientUser
- //
- this.ucPager_ClientUser.CurrentPageCount = 0;
- this.ucPager_ClientUser.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPager_ClientUser.Location = new System.Drawing.Point(3, 412);
- this.ucPager_ClientUser.Name = "ucPager_ClientUser";
- this.ucPager_ClientUser.NMax = 0;
- this.ucPager_ClientUser.PageCount = 0;
- this.ucPager_ClientUser.PageCurrent = 1;
- this.ucPager_ClientUser.PageSize = 20;
- this.ucPager_ClientUser.Size = new System.Drawing.Size(868, 24);
- this.ucPager_ClientUser.TabIndex = 227;
- this.ucPager_ClientUser.TbDataSource = null;
- //
- // 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(227, 8);
- 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(150, 25);
- this.txtQuery.TabIndex = 2237;
- 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;
- //
- // 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(386, 8);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(80, 26);
- this.btnQuery.TabIndex = 2236;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // 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(644, 8);
- this.btnCall.Name = "btnCall";
- this.btnCall.Size = new System.Drawing.Size(80, 26);
- this.btnCall.TabIndex = 2232;
- this.btnCall.Text = " 呼 叫";
- this.btnCall.UseVisualStyleBackColor = false;
- //
- // 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(472, 8);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(80, 26);
- this.btnDelete.TabIndex = 2233;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // 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(730, 8);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 26);
- this.btnClose.TabIndex = 2235;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // 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(558, 8);
- this.btnPlayer.Name = "btnPlayer";
- this.btnPlayer.Size = new System.Drawing.Size(80, 26);
- this.btnPlayer.TabIndex = 2234;
- this.btnPlayer.Text = " 录音回放";
- this.btnPlayer.UseVisualStyleBackColor = false;
- //
- // FrmOutgoingCalls
- //
- 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 = "FrmOutgoingCalls";
- this.Text = "拨出电话";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage_ClientOrder.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOrder)).EndInit();
- this.tabPage_ClientOld.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOld)).EndInit();
- this.tabPage_ClientIntent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientIntent)).EndInit();
- this.tabPage_ClientOther.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOther)).EndInit();
- this.tabPage_ClientUser.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientUser)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.TabControlEx tabControlEx1;
- protected internal System.Windows.Forms.TabPage tabPage_ClientOrder;
- protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOrder;
- protected internal UCPager.ucPagerEx ucPager_ClientOrder;
- protected internal System.Windows.Forms.TabPage tabPage_ClientOld;
- protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOld;
- protected internal UCPager.ucPagerEx ucPager_ClientOld;
- protected internal System.Windows.Forms.TabPage tabPage_ClientIntent;
- protected internal ComponentLibrary.DataGridViewEc dgvData_ClientIntent;
- protected internal UCPager.ucPagerEx ucPager_ClientIntent;
- protected internal System.Windows.Forms.TabPage tabPage_ClientOther;
- protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOther;
- protected internal UCPager.ucPagerEx ucPager_ClientOther;
- protected internal System.Windows.Forms.TabPage tabPage_ClientUser;
- protected internal ComponentLibrary.DataGridViewEc dgvData_ClientUser;
- protected internal UCPager.ucPagerEx ucPager_ClientUser;
- protected internal ComponentLibrary.TextBoxEx txtQuery;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.ButtonEx btnCall;
- protected internal ComponentLibrary.ButtonEx btnDelete;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnPlayer;
- }
- }
|