FrmOutgoingCalls.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. namespace LYFZ.Software.UI.CallerWizard
  2. {
  3. partial class FrmOutgoingCalls
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOutgoingCalls));
  39. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  41. this.tabPage_ClientOrder = new System.Windows.Forms.TabPage();
  42. this.dgvData_ClientOrder = new LYFZ.ComponentLibrary.DataGridViewEc();
  43. this.ucPager_ClientOrder = new LYFZ.UCPager.ucPagerEx();
  44. this.tabPage_ClientOld = new System.Windows.Forms.TabPage();
  45. this.dgvData_ClientOld = new LYFZ.ComponentLibrary.DataGridViewEc();
  46. this.ucPager_ClientOld = new LYFZ.UCPager.ucPagerEx();
  47. this.tabPage_ClientIntent = new System.Windows.Forms.TabPage();
  48. this.dgvData_ClientIntent = new LYFZ.ComponentLibrary.DataGridViewEc();
  49. this.ucPager_ClientIntent = new LYFZ.UCPager.ucPagerEx();
  50. this.tabPage_ClientOther = new System.Windows.Forms.TabPage();
  51. this.dgvData_ClientOther = new LYFZ.ComponentLibrary.DataGridViewEc();
  52. this.ucPager_ClientOther = new LYFZ.UCPager.ucPagerEx();
  53. this.tabPage_ClientUser = new System.Windows.Forms.TabPage();
  54. this.dgvData_ClientUser = new LYFZ.ComponentLibrary.DataGridViewEc();
  55. this.ucPager_ClientUser = new LYFZ.UCPager.ucPagerEx();
  56. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  57. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnCall = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  61. this.btnPlayer = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx2.SuspendLayout();
  65. this.tabControlEx1.SuspendLayout();
  66. this.tabPage_ClientOrder.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOrder)).BeginInit();
  68. this.tabPage_ClientOld.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOld)).BeginInit();
  70. this.tabPage_ClientIntent.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientIntent)).BeginInit();
  72. this.tabPage_ClientOther.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOther)).BeginInit();
  74. this.tabPage_ClientUser.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientUser)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // plExMainContainer
  79. //
  80. this.plExMainContainer.Controls.Add(this.panelEx2);
  81. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  82. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  83. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  84. //
  85. // plFormMainContent
  86. //
  87. this.plFormMainContent.Controls.Add(this.txtQuery);
  88. this.plFormMainContent.Controls.Add(this.btnQuery);
  89. this.plFormMainContent.Controls.Add(this.btnCall);
  90. this.plFormMainContent.Controls.Add(this.btnDelete);
  91. this.plFormMainContent.Controls.Add(this.btnClose);
  92. this.plFormMainContent.Controls.Add(this.btnPlayer);
  93. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  94. this.plFormMainContent.Controls.SetChildIndex(this.btnPlayer, 0);
  95. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  96. this.plFormMainContent.Controls.SetChildIndex(this.btnDelete, 0);
  97. this.plFormMainContent.Controls.SetChildIndex(this.btnCall, 0);
  98. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  99. this.plFormMainContent.Controls.SetChildIndex(this.txtQuery, 0);
  100. //
  101. // btnAppFormMaximize
  102. //
  103. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  104. //
  105. // btnAppFormExit
  106. //
  107. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  108. //
  109. // btnAppFormMinimize
  110. //
  111. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  112. //
  113. // panelEx2
  114. //
  115. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.panelEx2.BorderWidth = 1;
  118. this.panelEx2.Controls.Add(this.tabControlEx1);
  119. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  121. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  122. this.panelEx2.Name = "panelEx2";
  123. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  124. this.panelEx2.Size = new System.Drawing.Size(890, 485);
  125. this.panelEx2.TabIndex = 195;
  126. //
  127. // tabControlEx1
  128. //
  129. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  130. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  131. this.tabControlEx1.Controls.Add(this.tabPage_ClientOrder);
  132. this.tabControlEx1.Controls.Add(this.tabPage_ClientOld);
  133. this.tabControlEx1.Controls.Add(this.tabPage_ClientIntent);
  134. this.tabControlEx1.Controls.Add(this.tabPage_ClientOther);
  135. this.tabControlEx1.Controls.Add(this.tabPage_ClientUser);
  136. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 30);
  138. this.tabControlEx1.Location = new System.Drawing.Point(3, 3);
  139. this.tabControlEx1.Name = "tabControlEx1";
  140. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  141. this.tabControlEx1.SelectedIndex = 0;
  142. this.tabControlEx1.Size = new System.Drawing.Size(882, 477);
  143. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  144. this.tabControlEx1.TabIndex = 226;
  145. //
  146. // tabPage_ClientOrder
  147. //
  148. this.tabPage_ClientOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  149. this.tabPage_ClientOrder.Controls.Add(this.dgvData_ClientOrder);
  150. this.tabPage_ClientOrder.Controls.Add(this.ucPager_ClientOrder);
  151. this.tabPage_ClientOrder.Location = new System.Drawing.Point(4, 34);
  152. this.tabPage_ClientOrder.Name = "tabPage_ClientOrder";
  153. this.tabPage_ClientOrder.Padding = new System.Windows.Forms.Padding(3);
  154. this.tabPage_ClientOrder.Size = new System.Drawing.Size(874, 439);
  155. this.tabPage_ClientOrder.TabIndex = 0;
  156. this.tabPage_ClientOrder.Text = "订单客户";
  157. //
  158. // dgvData_ClientOrder
  159. //
  160. this.dgvData_ClientOrder.AllowUserToAddRows = false;
  161. this.dgvData_ClientOrder.AllowUserToDeleteRows = false;
  162. this.dgvData_ClientOrder.AllowUserToResizeRows = false;
  163. this.dgvData_ClientOrder.BackgroundColor = System.Drawing.Color.White;
  164. this.dgvData_ClientOrder.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  165. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  166. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  167. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  169. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  170. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  171. this.dgvData_ClientOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  172. this.dgvData_ClientOrder.ColumnHeadersHeight = 24;
  173. this.dgvData_ClientOrder.dgvCurrentColumnOriginalSet = "";
  174. this.dgvData_ClientOrder.dgvCurrentColumnWidth = "";
  175. this.dgvData_ClientOrder.dgvCurrentHideColumn = null;
  176. this.dgvData_ClientOrder.dgvFixedHideColumn = null;
  177. this.dgvData_ClientOrder.dgvGuidName = null;
  178. this.dgvData_ClientOrder.dgvUserEmployeeID = null;
  179. this.dgvData_ClientOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.dgvData_ClientOrder.EnableHeadersVisualStyles = false;
  181. this.dgvData_ClientOrder.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  182. this.dgvData_ClientOrder.ImageHeight = 15;
  183. this.dgvData_ClientOrder.ImageWidth = 15;
  184. this.dgvData_ClientOrder.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOrder.ImgCollapse")));
  185. this.dgvData_ClientOrder.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOrder.ImgExpand")));
  186. this.dgvData_ClientOrder.IsAutomaticDrawSingleOrDoubleRow = false;
  187. this.dgvData_ClientOrder.IsCopyCellValue = true;
  188. this.dgvData_ClientOrder.IsShowSerialNumber = false;
  189. this.dgvData_ClientOrder.IsSortMode = false;
  190. this.dgvData_ClientOrder.Location = new System.Drawing.Point(3, 3);
  191. this.dgvData_ClientOrder.Name = "dgvData_ClientOrder";
  192. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  193. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
  194. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
  196. dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(41);
  197. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  198. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  199. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  200. this.dgvData_ClientOrder.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
  201. this.dgvData_ClientOrder.RowHeadersWidth = 25;
  202. this.dgvData_ClientOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  203. this.dgvData_ClientOrder.RowTemplate.Height = 23;
  204. this.dgvData_ClientOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  205. this.dgvData_ClientOrder.Size = new System.Drawing.Size(868, 409);
  206. this.dgvData_ClientOrder.TabIndex = 208;
  207. this.dgvData_ClientOrder.ViceCount = 1;
  208. //
  209. // ucPager_ClientOrder
  210. //
  211. this.ucPager_ClientOrder.CurrentPageCount = 0;
  212. this.ucPager_ClientOrder.Dock = System.Windows.Forms.DockStyle.Bottom;
  213. this.ucPager_ClientOrder.Location = new System.Drawing.Point(3, 412);
  214. this.ucPager_ClientOrder.Name = "ucPager_ClientOrder";
  215. this.ucPager_ClientOrder.NMax = 0;
  216. this.ucPager_ClientOrder.PageCount = 0;
  217. this.ucPager_ClientOrder.PageCurrent = 1;
  218. this.ucPager_ClientOrder.PageSize = 20;
  219. this.ucPager_ClientOrder.Size = new System.Drawing.Size(868, 24);
  220. this.ucPager_ClientOrder.TabIndex = 226;
  221. this.ucPager_ClientOrder.TbDataSource = null;
  222. //
  223. // tabPage_ClientOld
  224. //
  225. this.tabPage_ClientOld.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  226. this.tabPage_ClientOld.Controls.Add(this.dgvData_ClientOld);
  227. this.tabPage_ClientOld.Controls.Add(this.ucPager_ClientOld);
  228. this.tabPage_ClientOld.Location = new System.Drawing.Point(4, 34);
  229. this.tabPage_ClientOld.Name = "tabPage_ClientOld";
  230. this.tabPage_ClientOld.Padding = new System.Windows.Forms.Padding(3);
  231. this.tabPage_ClientOld.Size = new System.Drawing.Size(874, 439);
  232. this.tabPage_ClientOld.TabIndex = 1;
  233. this.tabPage_ClientOld.Text = "老客户";
  234. //
  235. // dgvData_ClientOld
  236. //
  237. this.dgvData_ClientOld.AllowUserToAddRows = false;
  238. this.dgvData_ClientOld.AllowUserToDeleteRows = false;
  239. this.dgvData_ClientOld.AllowUserToResizeRows = false;
  240. this.dgvData_ClientOld.BackgroundColor = System.Drawing.Color.White;
  241. this.dgvData_ClientOld.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  242. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  243. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  244. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  246. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  247. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  248. this.dgvData_ClientOld.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  249. this.dgvData_ClientOld.ColumnHeadersHeight = 24;
  250. this.dgvData_ClientOld.dgvCurrentColumnOriginalSet = "";
  251. this.dgvData_ClientOld.dgvCurrentColumnWidth = "";
  252. this.dgvData_ClientOld.dgvCurrentHideColumn = null;
  253. this.dgvData_ClientOld.dgvFixedHideColumn = null;
  254. this.dgvData_ClientOld.dgvGuidName = null;
  255. this.dgvData_ClientOld.dgvUserEmployeeID = null;
  256. this.dgvData_ClientOld.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.dgvData_ClientOld.EnableHeadersVisualStyles = false;
  258. this.dgvData_ClientOld.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  259. this.dgvData_ClientOld.ImageHeight = 15;
  260. this.dgvData_ClientOld.ImageWidth = 15;
  261. this.dgvData_ClientOld.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOld.ImgCollapse")));
  262. this.dgvData_ClientOld.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOld.ImgExpand")));
  263. this.dgvData_ClientOld.IsAutomaticDrawSingleOrDoubleRow = false;
  264. this.dgvData_ClientOld.IsCopyCellValue = true;
  265. this.dgvData_ClientOld.IsShowSerialNumber = false;
  266. this.dgvData_ClientOld.IsSortMode = false;
  267. this.dgvData_ClientOld.Location = new System.Drawing.Point(3, 3);
  268. this.dgvData_ClientOld.Name = "dgvData_ClientOld";
  269. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  270. dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
  271. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
  273. dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(41);
  274. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  275. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  276. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  277. this.dgvData_ClientOld.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  278. this.dgvData_ClientOld.RowHeadersWidth = 25;
  279. this.dgvData_ClientOld.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  280. this.dgvData_ClientOld.RowTemplate.Height = 23;
  281. this.dgvData_ClientOld.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  282. this.dgvData_ClientOld.Size = new System.Drawing.Size(868, 409);
  283. this.dgvData_ClientOld.TabIndex = 209;
  284. this.dgvData_ClientOld.ViceCount = 1;
  285. //
  286. // ucPager_ClientOld
  287. //
  288. this.ucPager_ClientOld.CurrentPageCount = 0;
  289. this.ucPager_ClientOld.Dock = System.Windows.Forms.DockStyle.Bottom;
  290. this.ucPager_ClientOld.Location = new System.Drawing.Point(3, 412);
  291. this.ucPager_ClientOld.Name = "ucPager_ClientOld";
  292. this.ucPager_ClientOld.NMax = 0;
  293. this.ucPager_ClientOld.PageCount = 0;
  294. this.ucPager_ClientOld.PageCurrent = 1;
  295. this.ucPager_ClientOld.PageSize = 20;
  296. this.ucPager_ClientOld.Size = new System.Drawing.Size(868, 24);
  297. this.ucPager_ClientOld.TabIndex = 227;
  298. this.ucPager_ClientOld.TbDataSource = null;
  299. //
  300. // tabPage_ClientIntent
  301. //
  302. this.tabPage_ClientIntent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  303. this.tabPage_ClientIntent.Controls.Add(this.dgvData_ClientIntent);
  304. this.tabPage_ClientIntent.Controls.Add(this.ucPager_ClientIntent);
  305. this.tabPage_ClientIntent.Location = new System.Drawing.Point(4, 34);
  306. this.tabPage_ClientIntent.Name = "tabPage_ClientIntent";
  307. this.tabPage_ClientIntent.Padding = new System.Windows.Forms.Padding(3);
  308. this.tabPage_ClientIntent.Size = new System.Drawing.Size(874, 439);
  309. this.tabPage_ClientIntent.TabIndex = 2;
  310. this.tabPage_ClientIntent.Text = "意向客户";
  311. //
  312. // dgvData_ClientIntent
  313. //
  314. this.dgvData_ClientIntent.AllowUserToAddRows = false;
  315. this.dgvData_ClientIntent.AllowUserToDeleteRows = false;
  316. this.dgvData_ClientIntent.AllowUserToResizeRows = false;
  317. this.dgvData_ClientIntent.BackgroundColor = System.Drawing.Color.White;
  318. this.dgvData_ClientIntent.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  319. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  320. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  321. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
  323. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  324. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  325. this.dgvData_ClientIntent.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  326. this.dgvData_ClientIntent.ColumnHeadersHeight = 24;
  327. this.dgvData_ClientIntent.dgvCurrentColumnOriginalSet = "";
  328. this.dgvData_ClientIntent.dgvCurrentColumnWidth = "";
  329. this.dgvData_ClientIntent.dgvCurrentHideColumn = null;
  330. this.dgvData_ClientIntent.dgvFixedHideColumn = null;
  331. this.dgvData_ClientIntent.dgvGuidName = null;
  332. this.dgvData_ClientIntent.dgvUserEmployeeID = null;
  333. this.dgvData_ClientIntent.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.dgvData_ClientIntent.EnableHeadersVisualStyles = false;
  335. this.dgvData_ClientIntent.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  336. this.dgvData_ClientIntent.ImageHeight = 15;
  337. this.dgvData_ClientIntent.ImageWidth = 15;
  338. this.dgvData_ClientIntent.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientIntent.ImgCollapse")));
  339. this.dgvData_ClientIntent.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientIntent.ImgExpand")));
  340. this.dgvData_ClientIntent.IsAutomaticDrawSingleOrDoubleRow = false;
  341. this.dgvData_ClientIntent.IsCopyCellValue = true;
  342. this.dgvData_ClientIntent.IsShowSerialNumber = false;
  343. this.dgvData_ClientIntent.IsSortMode = false;
  344. this.dgvData_ClientIntent.Location = new System.Drawing.Point(3, 3);
  345. this.dgvData_ClientIntent.Name = "dgvData_ClientIntent";
  346. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  347. dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
  348. dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
  350. dataGridViewCellStyle16.Padding = new System.Windows.Forms.Padding(41);
  351. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  352. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  353. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  354. this.dgvData_ClientIntent.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
  355. this.dgvData_ClientIntent.RowHeadersWidth = 25;
  356. this.dgvData_ClientIntent.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  357. this.dgvData_ClientIntent.RowTemplate.Height = 23;
  358. this.dgvData_ClientIntent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  359. this.dgvData_ClientIntent.Size = new System.Drawing.Size(868, 409);
  360. this.dgvData_ClientIntent.TabIndex = 209;
  361. this.dgvData_ClientIntent.ViceCount = 1;
  362. //
  363. // ucPager_ClientIntent
  364. //
  365. this.ucPager_ClientIntent.CurrentPageCount = 0;
  366. this.ucPager_ClientIntent.Dock = System.Windows.Forms.DockStyle.Bottom;
  367. this.ucPager_ClientIntent.Location = new System.Drawing.Point(3, 412);
  368. this.ucPager_ClientIntent.Name = "ucPager_ClientIntent";
  369. this.ucPager_ClientIntent.NMax = 0;
  370. this.ucPager_ClientIntent.PageCount = 0;
  371. this.ucPager_ClientIntent.PageCurrent = 1;
  372. this.ucPager_ClientIntent.PageSize = 20;
  373. this.ucPager_ClientIntent.Size = new System.Drawing.Size(868, 24);
  374. this.ucPager_ClientIntent.TabIndex = 227;
  375. this.ucPager_ClientIntent.TbDataSource = null;
  376. //
  377. // tabPage_ClientOther
  378. //
  379. this.tabPage_ClientOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  380. this.tabPage_ClientOther.Controls.Add(this.dgvData_ClientOther);
  381. this.tabPage_ClientOther.Controls.Add(this.ucPager_ClientOther);
  382. this.tabPage_ClientOther.Location = new System.Drawing.Point(4, 34);
  383. this.tabPage_ClientOther.Name = "tabPage_ClientOther";
  384. this.tabPage_ClientOther.Padding = new System.Windows.Forms.Padding(3);
  385. this.tabPage_ClientOther.Size = new System.Drawing.Size(874, 439);
  386. this.tabPage_ClientOther.TabIndex = 3;
  387. this.tabPage_ClientOther.Text = "其他电话";
  388. //
  389. // dgvData_ClientOther
  390. //
  391. this.dgvData_ClientOther.AllowUserToAddRows = false;
  392. this.dgvData_ClientOther.AllowUserToDeleteRows = false;
  393. this.dgvData_ClientOther.AllowUserToResizeRows = false;
  394. this.dgvData_ClientOther.BackgroundColor = System.Drawing.Color.White;
  395. this.dgvData_ClientOther.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  396. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  397. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  398. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  400. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  401. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  402. this.dgvData_ClientOther.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  403. this.dgvData_ClientOther.ColumnHeadersHeight = 24;
  404. this.dgvData_ClientOther.dgvCurrentColumnOriginalSet = "";
  405. this.dgvData_ClientOther.dgvCurrentColumnWidth = "";
  406. this.dgvData_ClientOther.dgvCurrentHideColumn = null;
  407. this.dgvData_ClientOther.dgvFixedHideColumn = null;
  408. this.dgvData_ClientOther.dgvGuidName = null;
  409. this.dgvData_ClientOther.dgvUserEmployeeID = null;
  410. this.dgvData_ClientOther.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.dgvData_ClientOther.EnableHeadersVisualStyles = false;
  412. this.dgvData_ClientOther.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  413. this.dgvData_ClientOther.ImageHeight = 15;
  414. this.dgvData_ClientOther.ImageWidth = 15;
  415. this.dgvData_ClientOther.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOther.ImgCollapse")));
  416. this.dgvData_ClientOther.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientOther.ImgExpand")));
  417. this.dgvData_ClientOther.IsAutomaticDrawSingleOrDoubleRow = false;
  418. this.dgvData_ClientOther.IsCopyCellValue = true;
  419. this.dgvData_ClientOther.IsShowSerialNumber = false;
  420. this.dgvData_ClientOther.IsSortMode = false;
  421. this.dgvData_ClientOther.Location = new System.Drawing.Point(3, 3);
  422. this.dgvData_ClientOther.Name = "dgvData_ClientOther";
  423. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  424. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
  425. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
  427. dataGridViewCellStyle18.Padding = new System.Windows.Forms.Padding(41);
  428. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  429. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  430. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  431. this.dgvData_ClientOther.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
  432. this.dgvData_ClientOther.RowHeadersWidth = 25;
  433. this.dgvData_ClientOther.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  434. this.dgvData_ClientOther.RowTemplate.Height = 23;
  435. this.dgvData_ClientOther.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  436. this.dgvData_ClientOther.Size = new System.Drawing.Size(868, 409);
  437. this.dgvData_ClientOther.TabIndex = 209;
  438. this.dgvData_ClientOther.ViceCount = 1;
  439. //
  440. // ucPager_ClientOther
  441. //
  442. this.ucPager_ClientOther.CurrentPageCount = 0;
  443. this.ucPager_ClientOther.Dock = System.Windows.Forms.DockStyle.Bottom;
  444. this.ucPager_ClientOther.Location = new System.Drawing.Point(3, 412);
  445. this.ucPager_ClientOther.Name = "ucPager_ClientOther";
  446. this.ucPager_ClientOther.NMax = 0;
  447. this.ucPager_ClientOther.PageCount = 0;
  448. this.ucPager_ClientOther.PageCurrent = 1;
  449. this.ucPager_ClientOther.PageSize = 20;
  450. this.ucPager_ClientOther.Size = new System.Drawing.Size(868, 24);
  451. this.ucPager_ClientOther.TabIndex = 227;
  452. this.ucPager_ClientOther.TbDataSource = null;
  453. //
  454. // tabPage_ClientUser
  455. //
  456. this.tabPage_ClientUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  457. this.tabPage_ClientUser.Controls.Add(this.dgvData_ClientUser);
  458. this.tabPage_ClientUser.Controls.Add(this.ucPager_ClientUser);
  459. this.tabPage_ClientUser.Location = new System.Drawing.Point(4, 34);
  460. this.tabPage_ClientUser.Name = "tabPage_ClientUser";
  461. this.tabPage_ClientUser.Padding = new System.Windows.Forms.Padding(3);
  462. this.tabPage_ClientUser.Size = new System.Drawing.Size(874, 439);
  463. this.tabPage_ClientUser.TabIndex = 5;
  464. this.tabPage_ClientUser.Text = "员工来电";
  465. //
  466. // dgvData_ClientUser
  467. //
  468. this.dgvData_ClientUser.AllowUserToAddRows = false;
  469. this.dgvData_ClientUser.AllowUserToDeleteRows = false;
  470. this.dgvData_ClientUser.AllowUserToResizeRows = false;
  471. this.dgvData_ClientUser.BackgroundColor = System.Drawing.Color.White;
  472. this.dgvData_ClientUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  473. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  474. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  475. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
  477. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  478. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  479. this.dgvData_ClientUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
  480. this.dgvData_ClientUser.ColumnHeadersHeight = 24;
  481. this.dgvData_ClientUser.dgvCurrentColumnOriginalSet = "";
  482. this.dgvData_ClientUser.dgvCurrentColumnWidth = "";
  483. this.dgvData_ClientUser.dgvCurrentHideColumn = null;
  484. this.dgvData_ClientUser.dgvFixedHideColumn = null;
  485. this.dgvData_ClientUser.dgvGuidName = null;
  486. this.dgvData_ClientUser.dgvUserEmployeeID = null;
  487. this.dgvData_ClientUser.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.dgvData_ClientUser.EnableHeadersVisualStyles = false;
  489. this.dgvData_ClientUser.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  490. this.dgvData_ClientUser.ImageHeight = 15;
  491. this.dgvData_ClientUser.ImageWidth = 15;
  492. this.dgvData_ClientUser.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientUser.ImgCollapse")));
  493. this.dgvData_ClientUser.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData_ClientUser.ImgExpand")));
  494. this.dgvData_ClientUser.IsAutomaticDrawSingleOrDoubleRow = false;
  495. this.dgvData_ClientUser.IsCopyCellValue = true;
  496. this.dgvData_ClientUser.IsShowSerialNumber = false;
  497. this.dgvData_ClientUser.IsSortMode = false;
  498. this.dgvData_ClientUser.Location = new System.Drawing.Point(3, 3);
  499. this.dgvData_ClientUser.Name = "dgvData_ClientUser";
  500. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  501. dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
  502. dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
  504. dataGridViewCellStyle20.Padding = new System.Windows.Forms.Padding(41);
  505. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  506. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  507. dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  508. this.dgvData_ClientUser.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
  509. this.dgvData_ClientUser.RowHeadersWidth = 25;
  510. this.dgvData_ClientUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  511. this.dgvData_ClientUser.RowTemplate.Height = 23;
  512. this.dgvData_ClientUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  513. this.dgvData_ClientUser.Size = new System.Drawing.Size(868, 409);
  514. this.dgvData_ClientUser.TabIndex = 209;
  515. this.dgvData_ClientUser.ViceCount = 1;
  516. //
  517. // ucPager_ClientUser
  518. //
  519. this.ucPager_ClientUser.CurrentPageCount = 0;
  520. this.ucPager_ClientUser.Dock = System.Windows.Forms.DockStyle.Bottom;
  521. this.ucPager_ClientUser.Location = new System.Drawing.Point(3, 412);
  522. this.ucPager_ClientUser.Name = "ucPager_ClientUser";
  523. this.ucPager_ClientUser.NMax = 0;
  524. this.ucPager_ClientUser.PageCount = 0;
  525. this.ucPager_ClientUser.PageCurrent = 1;
  526. this.ucPager_ClientUser.PageSize = 20;
  527. this.ucPager_ClientUser.Size = new System.Drawing.Size(868, 24);
  528. this.ucPager_ClientUser.TabIndex = 227;
  529. this.ucPager_ClientUser.TbDataSource = null;
  530. //
  531. // txtQuery
  532. //
  533. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  534. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  535. this.txtQuery.Icon = null;
  536. this.txtQuery.IconIsButton = false;
  537. this.txtQuery.IsPasswordChat = '\0';
  538. this.txtQuery.IsSystemPasswordChar = false;
  539. this.txtQuery.Lines = new string[0];
  540. this.txtQuery.Location = new System.Drawing.Point(227, 8);
  541. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  542. this.txtQuery.MaxLength = 100;
  543. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  544. this.txtQuery.MouseBack = null;
  545. this.txtQuery.Multiline = false;
  546. this.txtQuery.Name = "txtQuery";
  547. this.txtQuery.NormlBack = null;
  548. this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  549. this.txtQuery.ReadOnly = false;
  550. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  551. this.txtQuery.Size = new System.Drawing.Size(150, 25);
  552. this.txtQuery.TabIndex = 2237;
  553. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  554. this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  555. this.txtQuery.WaterText = "";
  556. this.txtQuery.WordWrap = true;
  557. //
  558. // btnQuery
  559. //
  560. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  561. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  562. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  563. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  564. this.btnQuery.ForeColor = System.Drawing.Color.White;
  565. this.btnQuery.IsCustomBackImg = false;
  566. this.btnQuery.IsShowText = true;
  567. this.btnQuery.Location = new System.Drawing.Point(386, 8);
  568. this.btnQuery.Name = "btnQuery";
  569. this.btnQuery.Size = new System.Drawing.Size(80, 26);
  570. this.btnQuery.TabIndex = 2236;
  571. this.btnQuery.Text = " 查 询";
  572. this.btnQuery.UseVisualStyleBackColor = false;
  573. //
  574. // btnCall
  575. //
  576. this.btnCall.BackColor = System.Drawing.Color.Transparent;
  577. this.btnCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCall.BackImg")));
  578. this.btnCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  579. this.btnCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  580. this.btnCall.ForeColor = System.Drawing.Color.White;
  581. this.btnCall.IsCustomBackImg = false;
  582. this.btnCall.IsShowText = true;
  583. this.btnCall.Location = new System.Drawing.Point(644, 8);
  584. this.btnCall.Name = "btnCall";
  585. this.btnCall.Size = new System.Drawing.Size(80, 26);
  586. this.btnCall.TabIndex = 2232;
  587. this.btnCall.Text = " 呼 叫";
  588. this.btnCall.UseVisualStyleBackColor = false;
  589. //
  590. // btnDelete
  591. //
  592. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  593. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  594. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  595. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  596. this.btnDelete.ForeColor = System.Drawing.Color.White;
  597. this.btnDelete.IsCustomBackImg = false;
  598. this.btnDelete.IsShowText = true;
  599. this.btnDelete.Location = new System.Drawing.Point(472, 8);
  600. this.btnDelete.Name = "btnDelete";
  601. this.btnDelete.Size = new System.Drawing.Size(80, 26);
  602. this.btnDelete.TabIndex = 2233;
  603. this.btnDelete.Text = " 删 除";
  604. this.btnDelete.UseVisualStyleBackColor = false;
  605. //
  606. // btnClose
  607. //
  608. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  609. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  610. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  611. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  612. this.btnClose.ForeColor = System.Drawing.Color.White;
  613. this.btnClose.IsCustomBackImg = false;
  614. this.btnClose.IsShowText = true;
  615. this.btnClose.Location = new System.Drawing.Point(730, 8);
  616. this.btnClose.Name = "btnClose";
  617. this.btnClose.Size = new System.Drawing.Size(80, 26);
  618. this.btnClose.TabIndex = 2235;
  619. this.btnClose.Text = " 关 闭";
  620. this.btnClose.UseVisualStyleBackColor = false;
  621. //
  622. // btnPlayer
  623. //
  624. this.btnPlayer.BackColor = System.Drawing.Color.Transparent;
  625. this.btnPlayer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPlayer.BackImg")));
  626. this.btnPlayer.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  627. this.btnPlayer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  628. this.btnPlayer.ForeColor = System.Drawing.Color.White;
  629. this.btnPlayer.IsCustomBackImg = false;
  630. this.btnPlayer.IsShowText = true;
  631. this.btnPlayer.Location = new System.Drawing.Point(558, 8);
  632. this.btnPlayer.Name = "btnPlayer";
  633. this.btnPlayer.Size = new System.Drawing.Size(80, 26);
  634. this.btnPlayer.TabIndex = 2234;
  635. this.btnPlayer.Text = " 录音回放";
  636. this.btnPlayer.UseVisualStyleBackColor = false;
  637. //
  638. // FrmOutgoingCalls
  639. //
  640. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  641. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  642. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  643. this.ClientSize = new System.Drawing.Size(910, 610);
  644. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  645. this.IsShowUcNavigationTool = true;
  646. this.Name = "FrmOutgoingCalls";
  647. this.Text = "拨出电话";
  648. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  649. this.plExMainContainer.ResumeLayout(false);
  650. this.plFormMainContent.ResumeLayout(false);
  651. this.panelEx2.ResumeLayout(false);
  652. this.tabControlEx1.ResumeLayout(false);
  653. this.tabPage_ClientOrder.ResumeLayout(false);
  654. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOrder)).EndInit();
  655. this.tabPage_ClientOld.ResumeLayout(false);
  656. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOld)).EndInit();
  657. this.tabPage_ClientIntent.ResumeLayout(false);
  658. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientIntent)).EndInit();
  659. this.tabPage_ClientOther.ResumeLayout(false);
  660. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientOther)).EndInit();
  661. this.tabPage_ClientUser.ResumeLayout(false);
  662. ((System.ComponentModel.ISupportInitialize)(this.dgvData_ClientUser)).EndInit();
  663. this.ResumeLayout(false);
  664. }
  665. #endregion
  666. private ComponentLibrary.PanelEx panelEx2;
  667. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  668. protected internal System.Windows.Forms.TabPage tabPage_ClientOrder;
  669. protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOrder;
  670. protected internal UCPager.ucPagerEx ucPager_ClientOrder;
  671. protected internal System.Windows.Forms.TabPage tabPage_ClientOld;
  672. protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOld;
  673. protected internal UCPager.ucPagerEx ucPager_ClientOld;
  674. protected internal System.Windows.Forms.TabPage tabPage_ClientIntent;
  675. protected internal ComponentLibrary.DataGridViewEc dgvData_ClientIntent;
  676. protected internal UCPager.ucPagerEx ucPager_ClientIntent;
  677. protected internal System.Windows.Forms.TabPage tabPage_ClientOther;
  678. protected internal ComponentLibrary.DataGridViewEc dgvData_ClientOther;
  679. protected internal UCPager.ucPagerEx ucPager_ClientOther;
  680. protected internal System.Windows.Forms.TabPage tabPage_ClientUser;
  681. protected internal ComponentLibrary.DataGridViewEc dgvData_ClientUser;
  682. protected internal UCPager.ucPagerEx ucPager_ClientUser;
  683. protected internal ComponentLibrary.TextBoxEx txtQuery;
  684. protected internal ComponentLibrary.ButtonEx btnQuery;
  685. protected internal ComponentLibrary.ButtonEx btnCall;
  686. protected internal ComponentLibrary.ButtonEx btnDelete;
  687. protected internal ComponentLibrary.ButtonEx btnClose;
  688. protected internal ComponentLibrary.ButtonEx btnPlayer;
  689. }
  690. }