FrmCustomerCalls.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. namespace LYFZ.Software.UI.CallerWizard
  2. {
  3. partial class FrmCustomerCalls
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCustomerCalls));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.dtpDateStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.dtpDateEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbtreevClientType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.btnCall = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.btnPlayer = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.ucPager = new LYFZ.UCPager.ucPagerEx();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  60. this.flowLayoutPanel1.SuspendLayout();
  61. this.panelEx3.SuspendLayout();
  62. this.panelEx4.SuspendLayout();
  63. this.panelEx5.SuspendLayout();
  64. this.panelEx6.SuspendLayout();
  65. this.panelEx7.SuspendLayout();
  66. this.panelEx9.SuspendLayout();
  67. this.panelEx8.SuspendLayout();
  68. this.panelEx10.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // plExMainContainer
  72. //
  73. this.plExMainContainer.Controls.Add(this.panelEx2);
  74. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  75. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  76. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  77. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  78. //
  79. // btnAppFormMaximize
  80. //
  81. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  82. //
  83. // btnAppFormExit
  84. //
  85. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. //
  91. // panelEx2
  92. //
  93. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.panelEx2.BorderWidth = 1;
  96. this.panelEx2.Controls.Add(this.dgvData);
  97. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  98. this.panelEx2.Controls.Add(this.ucPager);
  99. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  101. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  102. this.panelEx2.Name = "panelEx2";
  103. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  104. this.panelEx2.Size = new System.Drawing.Size(890, 485);
  105. this.panelEx2.TabIndex = 194;
  106. //
  107. // dgvData
  108. //
  109. this.dgvData.AllowUserToAddRows = false;
  110. this.dgvData.AllowUserToDeleteRows = false;
  111. this.dgvData.AllowUserToResizeRows = false;
  112. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  113. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  114. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  115. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  116. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  119. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  120. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  121. this.dgvData.ColumnHeadersHeight = 24;
  122. this.dgvData.dgvCurrentColumnOriginalSet = "";
  123. this.dgvData.dgvCurrentColumnWidth = "";
  124. this.dgvData.dgvCurrentHideColumn = null;
  125. this.dgvData.dgvFixedHideColumn = null;
  126. this.dgvData.dgvGuidName = null;
  127. this.dgvData.dgvUserEmployeeID = null;
  128. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.dgvData.EnableHeadersVisualStyles = false;
  130. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  131. this.dgvData.ImageHeight = 15;
  132. this.dgvData.ImageWidth = 15;
  133. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  134. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  135. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  136. this.dgvData.IsCopyCellValue = true;
  137. this.dgvData.IsShowSerialNumber = false;
  138. this.dgvData.IsSortMode = false;
  139. this.dgvData.Location = new System.Drawing.Point(3, 36);
  140. this.dgvData.Name = "dgvData";
  141. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  142. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  143. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  145. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  146. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  147. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  148. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  149. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  150. this.dgvData.RowHeadersWidth = 25;
  151. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  152. this.dgvData.RowTemplate.Height = 23;
  153. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  154. this.dgvData.Size = new System.Drawing.Size(882, 420);
  155. this.dgvData.TabIndex = 227;
  156. this.dgvData.ViceCount = 1;
  157. //
  158. // flowLayoutPanel1
  159. //
  160. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  161. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  162. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  163. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  164. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  165. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  166. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  167. this.flowLayoutPanel1.Controls.Add(this.panelEx10);
  168. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  169. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  170. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  171. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  172. this.flowLayoutPanel1.Size = new System.Drawing.Size(882, 33);
  173. this.flowLayoutPanel1.TabIndex = 233;
  174. //
  175. // panelEx3
  176. //
  177. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  178. this.panelEx3.BorderWidth = 1;
  179. this.panelEx3.Controls.Add(this.dtpDateStart);
  180. this.panelEx3.Controls.Add(this.labelEx1);
  181. this.panelEx3.Controls.Add(this.dtpDateEnd);
  182. this.panelEx3.Controls.Add(this.labelEx2);
  183. this.panelEx3.Location = new System.Drawing.Point(1, 3);
  184. this.panelEx3.Margin = new System.Windows.Forms.Padding(1);
  185. this.panelEx3.Name = "panelEx3";
  186. this.panelEx3.Size = new System.Drawing.Size(265, 28);
  187. this.panelEx3.TabIndex = 233;
  188. //
  189. // dtpDateStart
  190. //
  191. this.dtpDateStart.CustomFormat = " ";
  192. this.dtpDateStart.DateValue = "";
  193. this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  194. this.dtpDateStart.IsShowTime = false;
  195. this.dtpDateStart.Location = new System.Drawing.Point(56, 3);
  196. this.dtpDateStart.Name = "dtpDateStart";
  197. this.dtpDateStart.Size = new System.Drawing.Size(90, 21);
  198. this.dtpDateStart.TabIndex = 2233;
  199. //
  200. // labelEx1
  201. //
  202. this.labelEx1.AutoSize = true;
  203. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  204. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  205. this.labelEx1.Location = new System.Drawing.Point(3, 5);
  206. this.labelEx1.Name = "labelEx1";
  207. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  208. this.labelEx1.TabIndex = 2232;
  209. this.labelEx1.Text = "日期段:";
  210. //
  211. // dtpDateEnd
  212. //
  213. this.dtpDateEnd.CustomFormat = " ";
  214. this.dtpDateEnd.DateValue = "";
  215. this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  216. this.dtpDateEnd.IsShowTime = false;
  217. this.dtpDateEnd.Location = new System.Drawing.Point(168, 3);
  218. this.dtpDateEnd.Name = "dtpDateEnd";
  219. this.dtpDateEnd.Size = new System.Drawing.Size(90, 21);
  220. this.dtpDateEnd.TabIndex = 2234;
  221. //
  222. // labelEx2
  223. //
  224. this.labelEx2.AutoSize = true;
  225. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  226. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  227. this.labelEx2.Location = new System.Drawing.Point(147, 5);
  228. this.labelEx2.Name = "labelEx2";
  229. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  230. this.labelEx2.TabIndex = 2235;
  231. this.labelEx2.Text = "—";
  232. //
  233. // panelEx4
  234. //
  235. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  236. this.panelEx4.BorderWidth = 1;
  237. this.panelEx4.Controls.Add(this.cmbtreevClientType);
  238. this.panelEx4.Controls.Add(this.labelEx4);
  239. this.panelEx4.Location = new System.Drawing.Point(268, 3);
  240. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  241. this.panelEx4.Name = "panelEx4";
  242. this.panelEx4.Size = new System.Drawing.Size(185, 28);
  243. this.panelEx4.TabIndex = 239;
  244. //
  245. // cmbtreevClientType
  246. //
  247. this.cmbtreevClientType.AfterSelectLevelFirstNode = true;
  248. this.cmbtreevClientType.DropDownHeight = 220;
  249. this.cmbtreevClientType.DropDownShow = false;
  250. this.cmbtreevClientType.FormattingEnabled = true;
  251. this.cmbtreevClientType.IntegralHeight = false;
  252. this.cmbtreevClientType.IsNodeMouseClick = true;
  253. this.cmbtreevClientType.IsSelectParentNode = false;
  254. this.cmbtreevClientType.Location = new System.Drawing.Point(46, 4);
  255. this.cmbtreevClientType.Name = "cmbtreevClientType";
  256. this.cmbtreevClientType.ReadOnly = false;
  257. this.cmbtreevClientType.SelectedNode = null;
  258. this.cmbtreevClientType.Size = new System.Drawing.Size(130, 20);
  259. this.cmbtreevClientType.StrGetName = "";
  260. this.cmbtreevClientType.StrKey = null;
  261. this.cmbtreevClientType.TabIndex = 2238;
  262. //
  263. // labelEx4
  264. //
  265. this.labelEx4.AutoSize = true;
  266. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  267. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  268. this.labelEx4.Location = new System.Drawing.Point(4, 5);
  269. this.labelEx4.Name = "labelEx4";
  270. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  271. this.labelEx4.TabIndex = 2237;
  272. this.labelEx4.Text = "类型:";
  273. //
  274. // panelEx5
  275. //
  276. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  277. this.panelEx5.BorderWidth = 1;
  278. this.panelEx5.Controls.Add(this.txtQuery);
  279. this.panelEx5.Controls.Add(this.labelEx3);
  280. this.panelEx5.Location = new System.Drawing.Point(455, 3);
  281. this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
  282. this.panelEx5.Name = "panelEx5";
  283. this.panelEx5.Size = new System.Drawing.Size(190, 28);
  284. this.panelEx5.TabIndex = 240;
  285. //
  286. // txtQuery
  287. //
  288. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  289. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  290. this.txtQuery.Icon = null;
  291. this.txtQuery.IconIsButton = false;
  292. this.txtQuery.IsPasswordChat = '\0';
  293. this.txtQuery.IsSystemPasswordChar = false;
  294. this.txtQuery.Lines = new string[0];
  295. this.txtQuery.Location = new System.Drawing.Point(56, 2);
  296. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  297. this.txtQuery.MaxLength = 100;
  298. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  299. this.txtQuery.MouseBack = null;
  300. this.txtQuery.Multiline = false;
  301. this.txtQuery.Name = "txtQuery";
  302. this.txtQuery.NormlBack = null;
  303. this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  304. this.txtQuery.ReadOnly = false;
  305. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  306. this.txtQuery.Size = new System.Drawing.Size(124, 25);
  307. this.txtQuery.TabIndex = 2231;
  308. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  309. this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  310. this.txtQuery.WaterText = "姓名、电话查询";
  311. this.txtQuery.WordWrap = true;
  312. //
  313. // labelEx3
  314. //
  315. this.labelEx3.AutoSize = true;
  316. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  317. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  318. this.labelEx3.Location = new System.Drawing.Point(4, 6);
  319. this.labelEx3.Name = "labelEx3";
  320. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  321. this.labelEx3.TabIndex = 2236;
  322. this.labelEx3.Text = "关键字:";
  323. //
  324. // panelEx6
  325. //
  326. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  327. this.panelEx6.BorderWidth = 1;
  328. this.panelEx6.Controls.Add(this.btnQuery);
  329. this.panelEx6.Location = new System.Drawing.Point(647, 3);
  330. this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
  331. this.panelEx6.Name = "panelEx6";
  332. this.panelEx6.Size = new System.Drawing.Size(87, 28);
  333. this.panelEx6.TabIndex = 238;
  334. //
  335. // btnQuery
  336. //
  337. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  338. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  339. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnQuery.ForeColor = System.Drawing.Color.White;
  342. this.btnQuery.IsCustomBackImg = false;
  343. this.btnQuery.IsShowText = true;
  344. this.btnQuery.Location = new System.Drawing.Point(3, 1);
  345. this.btnQuery.Name = "btnQuery";
  346. this.btnQuery.Size = new System.Drawing.Size(80, 26);
  347. this.btnQuery.TabIndex = 207;
  348. this.btnQuery.Text = " 查 询";
  349. this.btnQuery.UseVisualStyleBackColor = false;
  350. //
  351. // panelEx7
  352. //
  353. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  354. this.panelEx7.BorderWidth = 1;
  355. this.panelEx7.Controls.Add(this.btnDelete);
  356. this.panelEx7.Location = new System.Drawing.Point(736, 3);
  357. this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
  358. this.panelEx7.Name = "panelEx7";
  359. this.panelEx7.Size = new System.Drawing.Size(87, 28);
  360. this.panelEx7.TabIndex = 237;
  361. //
  362. // btnDelete
  363. //
  364. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  365. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  366. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  367. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  368. this.btnDelete.ForeColor = System.Drawing.Color.White;
  369. this.btnDelete.IsCustomBackImg = false;
  370. this.btnDelete.IsShowText = true;
  371. this.btnDelete.Location = new System.Drawing.Point(3, 1);
  372. this.btnDelete.Name = "btnDelete";
  373. this.btnDelete.Size = new System.Drawing.Size(80, 26);
  374. this.btnDelete.TabIndex = 204;
  375. this.btnDelete.Text = " 删 除";
  376. this.btnDelete.UseVisualStyleBackColor = false;
  377. //
  378. // panelEx9
  379. //
  380. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  381. this.panelEx9.BorderWidth = 1;
  382. this.panelEx9.Controls.Add(this.btnCall);
  383. this.panelEx9.Location = new System.Drawing.Point(1, 33);
  384. this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
  385. this.panelEx9.Name = "panelEx9";
  386. this.panelEx9.Size = new System.Drawing.Size(87, 28);
  387. this.panelEx9.TabIndex = 235;
  388. //
  389. // btnCall
  390. //
  391. this.btnCall.BackColor = System.Drawing.Color.Transparent;
  392. this.btnCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCall.BackImg")));
  393. this.btnCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  394. this.btnCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  395. this.btnCall.ForeColor = System.Drawing.Color.White;
  396. this.btnCall.IsCustomBackImg = false;
  397. this.btnCall.IsShowText = true;
  398. this.btnCall.Location = new System.Drawing.Point(3, 1);
  399. this.btnCall.Name = "btnCall";
  400. this.btnCall.Size = new System.Drawing.Size(80, 26);
  401. this.btnCall.TabIndex = 200;
  402. this.btnCall.Text = " 呼 叫";
  403. this.btnCall.UseVisualStyleBackColor = false;
  404. //
  405. // panelEx8
  406. //
  407. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  408. this.panelEx8.BorderWidth = 1;
  409. this.panelEx8.Controls.Add(this.btnPlayer);
  410. this.panelEx8.Location = new System.Drawing.Point(90, 33);
  411. this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
  412. this.panelEx8.Name = "panelEx8";
  413. this.panelEx8.Size = new System.Drawing.Size(87, 28);
  414. this.panelEx8.TabIndex = 236;
  415. //
  416. // btnPlayer
  417. //
  418. this.btnPlayer.BackColor = System.Drawing.Color.Transparent;
  419. this.btnPlayer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPlayer.BackImg")));
  420. this.btnPlayer.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  421. this.btnPlayer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  422. this.btnPlayer.ForeColor = System.Drawing.Color.White;
  423. this.btnPlayer.IsCustomBackImg = false;
  424. this.btnPlayer.IsShowText = true;
  425. this.btnPlayer.Location = new System.Drawing.Point(3, 1);
  426. this.btnPlayer.Name = "btnPlayer";
  427. this.btnPlayer.Size = new System.Drawing.Size(80, 26);
  428. this.btnPlayer.TabIndex = 205;
  429. this.btnPlayer.Text = " 录音回放";
  430. this.btnPlayer.UseVisualStyleBackColor = false;
  431. //
  432. // panelEx10
  433. //
  434. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  435. this.panelEx10.BorderWidth = 1;
  436. this.panelEx10.Controls.Add(this.btnClose);
  437. this.panelEx10.Location = new System.Drawing.Point(179, 33);
  438. this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
  439. this.panelEx10.Name = "panelEx10";
  440. this.panelEx10.Size = new System.Drawing.Size(87, 28);
  441. this.panelEx10.TabIndex = 234;
  442. //
  443. // btnClose
  444. //
  445. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  446. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  447. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  448. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  449. this.btnClose.ForeColor = System.Drawing.Color.White;
  450. this.btnClose.IsCustomBackImg = false;
  451. this.btnClose.IsShowText = true;
  452. this.btnClose.Location = new System.Drawing.Point(3, 1);
  453. this.btnClose.Name = "btnClose";
  454. this.btnClose.Size = new System.Drawing.Size(80, 26);
  455. this.btnClose.TabIndex = 206;
  456. this.btnClose.Text = " 关 闭";
  457. this.btnClose.UseVisualStyleBackColor = false;
  458. //
  459. // ucPager
  460. //
  461. this.ucPager.CurrentPageCount = 0;
  462. this.ucPager.Dock = System.Windows.Forms.DockStyle.Bottom;
  463. this.ucPager.Location = new System.Drawing.Point(3, 456);
  464. this.ucPager.Name = "ucPager";
  465. this.ucPager.NMax = 0;
  466. this.ucPager.PageCount = 0;
  467. this.ucPager.PageCurrent = 1;
  468. this.ucPager.PageSize = 20;
  469. this.ucPager.Size = new System.Drawing.Size(882, 24);
  470. this.ucPager.TabIndex = 228;
  471. this.ucPager.TbDataSource = null;
  472. //
  473. // FrmCustomerCalls
  474. //
  475. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  476. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  477. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  478. this.ClientSize = new System.Drawing.Size(910, 610);
  479. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  480. this.IsShowUcNavigationTool = true;
  481. this.Name = "FrmCustomerCalls";
  482. this.Text = "客户来电";
  483. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  484. this.plExMainContainer.ResumeLayout(false);
  485. this.plFormMainContent.ResumeLayout(false);
  486. this.panelEx2.ResumeLayout(false);
  487. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  488. this.flowLayoutPanel1.ResumeLayout(false);
  489. this.panelEx3.ResumeLayout(false);
  490. this.panelEx3.PerformLayout();
  491. this.panelEx4.ResumeLayout(false);
  492. this.panelEx4.PerformLayout();
  493. this.panelEx5.ResumeLayout(false);
  494. this.panelEx5.PerformLayout();
  495. this.panelEx6.ResumeLayout(false);
  496. this.panelEx7.ResumeLayout(false);
  497. this.panelEx9.ResumeLayout(false);
  498. this.panelEx8.ResumeLayout(false);
  499. this.panelEx10.ResumeLayout(false);
  500. this.ResumeLayout(false);
  501. }
  502. #endregion
  503. protected internal ComponentLibrary.DataGridViewEc dgvData;
  504. protected internal UCPager.ucPagerEx ucPager;
  505. private ComponentLibrary.PanelEx panelEx3;
  506. protected internal ComponentLibrary.DateTimePickerEx dtpDateStart;
  507. private ComponentLibrary.LabelEx labelEx1;
  508. protected internal ComponentLibrary.DateTimePickerEx dtpDateEnd;
  509. private ComponentLibrary.LabelEx labelEx2;
  510. private ComponentLibrary.PanelEx panelEx4;
  511. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientType;
  512. private ComponentLibrary.LabelEx labelEx4;
  513. private ComponentLibrary.PanelEx panelEx5;
  514. protected internal ComponentLibrary.TextBoxEx txtQuery;
  515. private ComponentLibrary.LabelEx labelEx3;
  516. private ComponentLibrary.PanelEx panelEx6;
  517. protected internal ComponentLibrary.ButtonEx btnQuery;
  518. private ComponentLibrary.PanelEx panelEx7;
  519. protected internal ComponentLibrary.ButtonEx btnDelete;
  520. private ComponentLibrary.PanelEx panelEx9;
  521. protected internal ComponentLibrary.ButtonEx btnCall;
  522. private ComponentLibrary.PanelEx panelEx8;
  523. protected internal ComponentLibrary.ButtonEx btnPlayer;
  524. private ComponentLibrary.PanelEx panelEx10;
  525. protected internal ComponentLibrary.ButtonEx btnClose;
  526. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  527. private ComponentLibrary.PanelEx panelEx2;
  528. }
  529. }