frmCallCenterList.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmCallCenterList
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCallCenterList));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvGridview = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  44. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.comboBoxType = new LYFZ.ComponentLibrary.ComboBoxEx();
  46. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.cbxConcreteMatters = new LYFZ.ComponentLibrary.ComboBoxEx();
  49. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.cbxTalkMode = new LYFZ.ComponentLibrary.ComboBoxEx();
  52. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.cbtCustomerSupportStaff = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  55. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.dateTimePickerStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  58. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.dateTimePickerEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  61. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  62. this.txtKey = new LYFZ.ComponentLibrary.TextBoxEx();
  63. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  65. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  67. this.btnAudioPlayback = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.panelColse = new LYFZ.ComponentLibrary.PanelEx();
  69. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  71. this.labelTotalCount = new LYFZ.ComponentLibrary.LabelEx();
  72. this.plExMainContainer.SuspendLayout();
  73. this.plFormMainContent.SuspendLayout();
  74. this.panelEx1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvGridview)).BeginInit();
  76. this.flowLayoutPanel1.SuspendLayout();
  77. this.panelEx2.SuspendLayout();
  78. this.panelEx3.SuspendLayout();
  79. this.panelEx4.SuspendLayout();
  80. this.panelEx7.SuspendLayout();
  81. this.panelEx6.SuspendLayout();
  82. this.panelEx8.SuspendLayout();
  83. this.panelEx9.SuspendLayout();
  84. this.panelEx10.SuspendLayout();
  85. this.panelColse.SuspendLayout();
  86. this.panelEx5.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // plExMainContainer
  90. //
  91. this.plExMainContainer.Controls.Add(this.panelEx1);
  92. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  93. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  94. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  95. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  96. //
  97. // btnAppFormMaximize
  98. //
  99. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  100. //
  101. // btnAppFormExit
  102. //
  103. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  104. //
  105. // btnAppFormMinimize
  106. //
  107. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  108. //
  109. // panelEx1
  110. //
  111. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  112. this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.panelEx1.BorderWidth = 1;
  114. this.panelEx1.Controls.Add(this.dgvGridview);
  115. this.panelEx1.Controls.Add(this.panelEx5);
  116. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  117. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  119. this.panelEx1.Name = "panelEx1";
  120. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  121. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  122. this.panelEx1.TabIndex = 0;
  123. //
  124. // dgvGridview
  125. //
  126. this.dgvGridview.AllowUserToAddRows = false;
  127. this.dgvGridview.AllowUserToDeleteRows = false;
  128. this.dgvGridview.AllowUserToResizeRows = false;
  129. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  130. this.dgvGridview.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  131. this.dgvGridview.BackgroundColor = System.Drawing.Color.White;
  132. this.dgvGridview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  133. this.dgvGridview.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  134. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  135. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  136. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  139. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  140. this.dgvGridview.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  141. this.dgvGridview.ColumnHeadersHeight = 25;
  142. this.dgvGridview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  143. this.dgvGridview.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  144. this.Column1,
  145. this.Column2,
  146. this.Column3,
  147. this.Column4,
  148. this.Column5,
  149. this.Column6,
  150. this.Column7,
  151. this.Column8,
  152. this.Column9});
  153. this.dgvGridview.dgvColumnHeadersHeight = 24;
  154. this.dgvGridview.dgvCurrentColumnOriginalSet = "";
  155. this.dgvGridview.dgvCurrentColumnWidth = "";
  156. this.dgvGridview.dgvCurrentHideColumn = null;
  157. this.dgvGridview.dgvFixedHideColumn = null;
  158. this.dgvGridview.dgvGuidName = null;
  159. this.dgvGridview.dgvUserEmployeeID = null;
  160. this.dgvGridview.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.dgvGridview.EnableHeadersVisualStyles = false;
  162. this.dgvGridview.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  163. this.dgvGridview.ImageHeight = 15;
  164. this.dgvGridview.ImageWidth = 15;
  165. this.dgvGridview.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvGridview.ImgCollapse")));
  166. this.dgvGridview.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvGridview.ImgExpand")));
  167. this.dgvGridview.IsAutomaticDrawSingleOrDoubleRow = false;
  168. this.dgvGridview.IsCompleteBonding = false;
  169. this.dgvGridview.IsCopyCellValue = true;
  170. this.dgvGridview.IsShowSerialNumber = false;
  171. this.dgvGridview.IsSortedRedraw = true;
  172. this.dgvGridview.IsSortMode = false;
  173. this.dgvGridview.Location = new System.Drawing.Point(5, 38);
  174. this.dgvGridview.Margin = new System.Windows.Forms.Padding(0);
  175. this.dgvGridview.Name = "dgvGridview";
  176. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  177. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  178. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  180. dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(41);
  181. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  182. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  183. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  184. this.dgvGridview.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  185. this.dgvGridview.RowHeadersVisible = false;
  186. this.dgvGridview.RowHeadersWidth = 25;
  187. this.dgvGridview.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  188. this.dgvGridview.RowTemplate.Height = 23;
  189. this.dgvGridview.RowTemplate.ReadOnly = true;
  190. this.dgvGridview.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  191. this.dgvGridview.Size = new System.Drawing.Size(888, 415);
  192. this.dgvGridview.StrSecondStageNull = "";
  193. this.dgvGridview.StrValueNullColumn = "";
  194. this.dgvGridview.TabIndex = 25;
  195. this.dgvGridview.ViceCount = 1;
  196. //
  197. // Column1
  198. //
  199. this.Column1.HeaderText = "客户";
  200. this.Column1.Name = "Column1";
  201. this.Column1.ReadOnly = true;
  202. this.Column1.Width = 120;
  203. //
  204. // Column2
  205. //
  206. this.Column2.HeaderText = "电话";
  207. this.Column2.Name = "Column2";
  208. this.Column2.ReadOnly = true;
  209. this.Column2.Width = 160;
  210. //
  211. // Column3
  212. //
  213. this.Column3.HeaderText = "呼入/呼出";
  214. this.Column3.Name = "Column3";
  215. this.Column3.ReadOnly = true;
  216. this.Column3.Width = 200;
  217. //
  218. // Column4
  219. //
  220. this.Column4.HeaderText = "通话日期";
  221. this.Column4.Name = "Column4";
  222. this.Column4.ReadOnly = true;
  223. this.Column4.Width = 120;
  224. //
  225. // Column5
  226. //
  227. this.Column5.HeaderText = "通话类型";
  228. this.Column5.Name = "Column5";
  229. this.Column5.ReadOnly = true;
  230. this.Column5.Width = 120;
  231. //
  232. // Column6
  233. //
  234. this.Column6.HeaderText = "具体事项";
  235. this.Column6.Name = "Column6";
  236. this.Column6.ReadOnly = true;
  237. this.Column6.Width = 120;
  238. //
  239. // Column7
  240. //
  241. this.Column7.HeaderText = "通话方式";
  242. this.Column7.Name = "Column7";
  243. this.Column7.ReadOnly = true;
  244. this.Column7.Width = 120;
  245. //
  246. // Column8
  247. //
  248. this.Column8.HeaderText = "客户人员";
  249. this.Column8.Name = "Column8";
  250. this.Column8.ReadOnly = true;
  251. this.Column8.Width = 120;
  252. //
  253. // Column9
  254. //
  255. this.Column9.HeaderText = "通话备注";
  256. this.Column9.Name = "Column9";
  257. this.Column9.ReadOnly = true;
  258. //
  259. // flowLayoutPanel1
  260. //
  261. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  262. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  263. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  264. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  265. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  266. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  267. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  268. this.flowLayoutPanel1.Controls.Add(this.panelEx10);
  269. this.flowLayoutPanel1.Controls.Add(this.panelColse);
  270. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  271. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
  272. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  273. this.flowLayoutPanel1.Size = new System.Drawing.Size(888, 33);
  274. this.flowLayoutPanel1.TabIndex = 31;
  275. //
  276. // panelEx2
  277. //
  278. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  279. this.panelEx2.BorderWidth = 1;
  280. this.panelEx2.Controls.Add(this.comboBoxType);
  281. this.panelEx2.Controls.Add(this.labelEx1);
  282. this.panelEx2.Location = new System.Drawing.Point(1, 1);
  283. this.panelEx2.Margin = new System.Windows.Forms.Padding(1);
  284. this.panelEx2.Name = "panelEx2";
  285. this.panelEx2.Size = new System.Drawing.Size(220, 29);
  286. this.panelEx2.TabIndex = 32;
  287. //
  288. // comboBoxType
  289. //
  290. this.comboBoxType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  291. this.comboBoxType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  292. this.comboBoxType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  293. this.comboBoxType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.comboBoxType.FormattingEnabled = true;
  295. this.comboBoxType.IsCustomColor = false;
  296. this.comboBoxType.Items.AddRange(new object[] {
  297. "",
  298. "流程把控",
  299. "流程按排",
  300. "业务咨询",
  301. "满意度调查",
  302. "意向跟踪",
  303. "关系维护"});
  304. this.comboBoxType.Location = new System.Drawing.Point(72, 2);
  305. this.comboBoxType.Name = "comboBoxType";
  306. this.comboBoxType.ReadOnly = true;
  307. this.comboBoxType.Size = new System.Drawing.Size(145, 25);
  308. this.comboBoxType.TabIndex = 20;
  309. //
  310. // labelEx1
  311. //
  312. this.labelEx1.AutoSize = true;
  313. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  314. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  315. this.labelEx1.Location = new System.Drawing.Point(5, 6);
  316. this.labelEx1.Name = "labelEx1";
  317. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  318. this.labelEx1.TabIndex = 21;
  319. this.labelEx1.Text = "沟通类型:";
  320. //
  321. // panelEx3
  322. //
  323. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  324. this.panelEx3.BorderWidth = 1;
  325. this.panelEx3.Controls.Add(this.cbxConcreteMatters);
  326. this.panelEx3.Controls.Add(this.labelEx3);
  327. this.panelEx3.Location = new System.Drawing.Point(223, 1);
  328. this.panelEx3.Margin = new System.Windows.Forms.Padding(1);
  329. this.panelEx3.Name = "panelEx3";
  330. this.panelEx3.Size = new System.Drawing.Size(190, 29);
  331. this.panelEx3.TabIndex = 33;
  332. //
  333. // cbxConcreteMatters
  334. //
  335. this.cbxConcreteMatters.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  336. this.cbxConcreteMatters.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  337. this.cbxConcreteMatters.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  338. this.cbxConcreteMatters.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.cbxConcreteMatters.FormattingEnabled = true;
  340. this.cbxConcreteMatters.IsCustomColor = false;
  341. this.cbxConcreteMatters.Location = new System.Drawing.Point(72, 2);
  342. this.cbxConcreteMatters.Name = "cbxConcreteMatters";
  343. this.cbxConcreteMatters.ReadOnly = true;
  344. this.cbxConcreteMatters.Size = new System.Drawing.Size(115, 25);
  345. this.cbxConcreteMatters.TabIndex = 20;
  346. //
  347. // labelEx3
  348. //
  349. this.labelEx3.AutoSize = true;
  350. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  351. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  352. this.labelEx3.Location = new System.Drawing.Point(5, 6);
  353. this.labelEx3.Name = "labelEx3";
  354. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  355. this.labelEx3.TabIndex = 21;
  356. this.labelEx3.Text = "具体事项:";
  357. //
  358. // panelEx4
  359. //
  360. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  361. this.panelEx4.BorderWidth = 1;
  362. this.panelEx4.Controls.Add(this.cbxTalkMode);
  363. this.panelEx4.Controls.Add(this.labelEx4);
  364. this.panelEx4.Location = new System.Drawing.Point(415, 1);
  365. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  366. this.panelEx4.Name = "panelEx4";
  367. this.panelEx4.Size = new System.Drawing.Size(175, 29);
  368. this.panelEx4.TabIndex = 33;
  369. //
  370. // cbxTalkMode
  371. //
  372. this.cbxTalkMode.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  373. this.cbxTalkMode.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  374. this.cbxTalkMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  375. this.cbxTalkMode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.cbxTalkMode.FormattingEnabled = true;
  377. this.cbxTalkMode.IsCustomColor = false;
  378. this.cbxTalkMode.Items.AddRange(new object[] {
  379. "",
  380. "电话",
  381. "微信",
  382. "QQ",
  383. "邮件",
  384. "短信",
  385. "面谈",
  386. "其它"});
  387. this.cbxTalkMode.Location = new System.Drawing.Point(72, 2);
  388. this.cbxTalkMode.Name = "cbxTalkMode";
  389. this.cbxTalkMode.ReadOnly = true;
  390. this.cbxTalkMode.Size = new System.Drawing.Size(100, 25);
  391. this.cbxTalkMode.TabIndex = 20;
  392. //
  393. // labelEx4
  394. //
  395. this.labelEx4.AutoSize = true;
  396. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  397. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  398. this.labelEx4.Location = new System.Drawing.Point(5, 6);
  399. this.labelEx4.Name = "labelEx4";
  400. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  401. this.labelEx4.TabIndex = 21;
  402. this.labelEx4.Text = "沟通方式:";
  403. //
  404. // panelEx7
  405. //
  406. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  407. this.panelEx7.BorderWidth = 1;
  408. this.panelEx7.Controls.Add(this.cbtCustomerSupportStaff);
  409. this.panelEx7.Controls.Add(this.labelEx2);
  410. this.panelEx7.Location = new System.Drawing.Point(592, 1);
  411. this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
  412. this.panelEx7.Name = "panelEx7";
  413. this.panelEx7.Size = new System.Drawing.Size(230, 29);
  414. this.panelEx7.TabIndex = 33;
  415. //
  416. // cbtCustomerSupportStaff
  417. //
  418. this.cbtCustomerSupportStaff.AfterSelectLevelFirstNode = true;
  419. this.cbtCustomerSupportStaff.DropDownHeight = 220;
  420. this.cbtCustomerSupportStaff.DropDownShow = false;
  421. this.cbtCustomerSupportStaff.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.cbtCustomerSupportStaff.FormattingEnabled = true;
  423. this.cbtCustomerSupportStaff.IntegralHeight = false;
  424. this.cbtCustomerSupportStaff.IsNodeMouseClick = true;
  425. this.cbtCustomerSupportStaff.IsSelectParentNode = false;
  426. this.cbtCustomerSupportStaff.Location = new System.Drawing.Point(72, 2);
  427. this.cbtCustomerSupportStaff.Name = "cbtCustomerSupportStaff";
  428. this.cbtCustomerSupportStaff.ReadOnly = false;
  429. this.cbtCustomerSupportStaff.SelectedNode = null;
  430. this.cbtCustomerSupportStaff.Size = new System.Drawing.Size(155, 25);
  431. this.cbtCustomerSupportStaff.StrGetName = "";
  432. this.cbtCustomerSupportStaff.StrGetTagName = "";
  433. this.cbtCustomerSupportStaff.StrKey = null;
  434. this.cbtCustomerSupportStaff.TabIndex = 28;
  435. //
  436. // labelEx2
  437. //
  438. this.labelEx2.AutoSize = true;
  439. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  440. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  441. this.labelEx2.Location = new System.Drawing.Point(5, 6);
  442. this.labelEx2.Name = "labelEx2";
  443. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  444. this.labelEx2.TabIndex = 27;
  445. this.labelEx2.Text = "跟踪人员:";
  446. //
  447. // panelEx6
  448. //
  449. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  450. this.panelEx6.BorderWidth = 1;
  451. this.panelEx6.Controls.Add(this.dateTimePickerStart);
  452. this.panelEx6.Controls.Add(this.labelEx6);
  453. this.panelEx6.Controls.Add(this.labelEx7);
  454. this.panelEx6.Controls.Add(this.dateTimePickerEnd);
  455. this.panelEx6.Location = new System.Drawing.Point(1, 32);
  456. this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
  457. this.panelEx6.Name = "panelEx6";
  458. this.panelEx6.Size = new System.Drawing.Size(280, 29);
  459. this.panelEx6.TabIndex = 33;
  460. //
  461. // dateTimePickerStart
  462. //
  463. this.dateTimePickerStart.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.dateTimePickerStart.CustomFormat = " ";
  465. this.dateTimePickerStart.DateValue = "";
  466. this.dateTimePickerStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.dateTimePickerStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  468. this.dateTimePickerStart.IsShowTime = false;
  469. this.dateTimePickerStart.Location = new System.Drawing.Point(72, 3);
  470. this.dateTimePickerStart.Name = "dateTimePickerStart";
  471. this.dateTimePickerStart.Size = new System.Drawing.Size(90, 23);
  472. this.dateTimePickerStart.TabIndex = 29;
  473. //
  474. // labelEx6
  475. //
  476. this.labelEx6.AutoSize = true;
  477. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  478. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  479. this.labelEx6.Location = new System.Drawing.Point(5, 6);
  480. this.labelEx6.Name = "labelEx6";
  481. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  482. this.labelEx6.TabIndex = 27;
  483. this.labelEx6.Text = "起始时间:";
  484. //
  485. // labelEx7
  486. //
  487. this.labelEx7.AutoSize = true;
  488. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  489. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.labelEx7.Location = new System.Drawing.Point(164, 6);
  491. this.labelEx7.Name = "labelEx7";
  492. this.labelEx7.Size = new System.Drawing.Size(21, 17);
  493. this.labelEx7.TabIndex = 27;
  494. this.labelEx7.Text = "—";
  495. //
  496. // dateTimePickerEnd
  497. //
  498. this.dateTimePickerEnd.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.dateTimePickerEnd.CustomFormat = " ";
  500. this.dateTimePickerEnd.DateValue = "";
  501. this.dateTimePickerEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  503. this.dateTimePickerEnd.IsShowTime = false;
  504. this.dateTimePickerEnd.Location = new System.Drawing.Point(186, 3);
  505. this.dateTimePickerEnd.Name = "dateTimePickerEnd";
  506. this.dateTimePickerEnd.Size = new System.Drawing.Size(90, 23);
  507. this.dateTimePickerEnd.TabIndex = 29;
  508. //
  509. // panelEx8
  510. //
  511. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  512. this.panelEx8.BorderWidth = 1;
  513. this.panelEx8.Controls.Add(this.txtKey);
  514. this.panelEx8.Controls.Add(this.labelEx8);
  515. this.panelEx8.Location = new System.Drawing.Point(283, 32);
  516. this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
  517. this.panelEx8.Name = "panelEx8";
  518. this.panelEx8.Size = new System.Drawing.Size(205, 29);
  519. this.panelEx8.TabIndex = 33;
  520. //
  521. // txtKey
  522. //
  523. this.txtKey.BackColor = System.Drawing.Color.Transparent;
  524. this.txtKey.Icon = null;
  525. this.txtKey.IconIsButton = false;
  526. this.txtKey.IsPasswordChat = '\0';
  527. this.txtKey.IsSystemPasswordChar = false;
  528. this.txtKey.Lines = new string[0];
  529. this.txtKey.Location = new System.Drawing.Point(58, 1);
  530. this.txtKey.Margin = new System.Windows.Forms.Padding(0);
  531. this.txtKey.MaxLength = 32767;
  532. this.txtKey.MinimumSize = new System.Drawing.Size(0, 26);
  533. this.txtKey.MouseBack = null;
  534. this.txtKey.Multiline = false;
  535. this.txtKey.Name = "txtKey";
  536. this.txtKey.NormlBack = null;
  537. this.txtKey.Padding = new System.Windows.Forms.Padding(5);
  538. this.txtKey.ReadOnly = false;
  539. this.txtKey.ScrollBars = System.Windows.Forms.ScrollBars.None;
  540. this.txtKey.Size = new System.Drawing.Size(145, 26);
  541. this.txtKey.TabIndex = 30;
  542. this.txtKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  543. this.txtKey.WaterColor = System.Drawing.Color.DarkGray;
  544. this.txtKey.WaterText = "客户姓名、客户电话";
  545. this.txtKey.WordWrap = true;
  546. //
  547. // labelEx8
  548. //
  549. this.labelEx8.AutoSize = true;
  550. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  551. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  552. this.labelEx8.Location = new System.Drawing.Point(4, 6);
  553. this.labelEx8.Name = "labelEx8";
  554. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  555. this.labelEx8.TabIndex = 27;
  556. this.labelEx8.Text = "关键字:";
  557. //
  558. // panelEx9
  559. //
  560. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  561. this.panelEx9.BorderWidth = 1;
  562. this.panelEx9.Controls.Add(this.btnSelect);
  563. this.panelEx9.Location = new System.Drawing.Point(490, 32);
  564. this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
  565. this.panelEx9.Name = "panelEx9";
  566. this.panelEx9.Size = new System.Drawing.Size(90, 29);
  567. this.panelEx9.TabIndex = 33;
  568. //
  569. // btnSelect
  570. //
  571. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  572. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  573. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  574. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  575. this.btnSelect.ForeColor = System.Drawing.Color.White;
  576. this.btnSelect.IsCustomBackImg = false;
  577. this.btnSelect.IsShowText = true;
  578. this.btnSelect.Location = new System.Drawing.Point(1, 1);
  579. this.btnSelect.Name = "btnSelect";
  580. this.btnSelect.Size = new System.Drawing.Size(85, 27);
  581. this.btnSelect.TabIndex = 23;
  582. this.btnSelect.Text = " 查 询";
  583. this.btnSelect.UseVisualStyleBackColor = false;
  584. //
  585. // panelEx10
  586. //
  587. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  588. this.panelEx10.BorderWidth = 1;
  589. this.panelEx10.Controls.Add(this.btnAudioPlayback);
  590. this.panelEx10.Location = new System.Drawing.Point(582, 32);
  591. this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
  592. this.panelEx10.Name = "panelEx10";
  593. this.panelEx10.Size = new System.Drawing.Size(90, 29);
  594. this.panelEx10.TabIndex = 33;
  595. //
  596. // btnAudioPlayback
  597. //
  598. this.btnAudioPlayback.BackColor = System.Drawing.Color.Transparent;
  599. this.btnAudioPlayback.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAudioPlayback.BackImg")));
  600. this.btnAudioPlayback.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  601. this.btnAudioPlayback.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  602. this.btnAudioPlayback.ForeColor = System.Drawing.Color.White;
  603. this.btnAudioPlayback.IsCustomBackImg = false;
  604. this.btnAudioPlayback.IsShowText = true;
  605. this.btnAudioPlayback.Location = new System.Drawing.Point(1, 1);
  606. this.btnAudioPlayback.Name = "btnAudioPlayback";
  607. this.btnAudioPlayback.Size = new System.Drawing.Size(85, 27);
  608. this.btnAudioPlayback.TabIndex = 22;
  609. this.btnAudioPlayback.Text = " 录音回放";
  610. this.btnAudioPlayback.UseVisualStyleBackColor = false;
  611. //
  612. // panelColse
  613. //
  614. this.panelColse.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  615. this.panelColse.BorderWidth = 1;
  616. this.panelColse.Controls.Add(this.btnClose);
  617. this.panelColse.Location = new System.Drawing.Point(674, 32);
  618. this.panelColse.Margin = new System.Windows.Forms.Padding(1);
  619. this.panelColse.Name = "panelColse";
  620. this.panelColse.Size = new System.Drawing.Size(90, 29);
  621. this.panelColse.TabIndex = 33;
  622. //
  623. // btnClose
  624. //
  625. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  626. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  627. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  628. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  629. this.btnClose.ForeColor = System.Drawing.Color.White;
  630. this.btnClose.IsCustomBackImg = false;
  631. this.btnClose.IsShowText = true;
  632. this.btnClose.Location = new System.Drawing.Point(1, 1);
  633. this.btnClose.Name = "btnClose";
  634. this.btnClose.Size = new System.Drawing.Size(85, 27);
  635. this.btnClose.TabIndex = 22;
  636. this.btnClose.Text = " 关 闭";
  637. this.btnClose.UseVisualStyleBackColor = false;
  638. //
  639. // panelEx5
  640. //
  641. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  642. this.panelEx5.BorderWidth = 1;
  643. this.panelEx5.Controls.Add(this.labelTotalCount);
  644. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  645. this.panelEx5.Location = new System.Drawing.Point(5, 453);
  646. this.panelEx5.Name = "panelEx5";
  647. this.panelEx5.Size = new System.Drawing.Size(888, 25);
  648. this.panelEx5.TabIndex = 32;
  649. //
  650. // labelTotalCount
  651. //
  652. this.labelTotalCount.AutoSize = true;
  653. this.labelTotalCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  654. this.labelTotalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  655. this.labelTotalCount.Location = new System.Drawing.Point(4, 4);
  656. this.labelTotalCount.Name = "labelTotalCount";
  657. this.labelTotalCount.Size = new System.Drawing.Size(63, 17);
  658. this.labelTotalCount.TabIndex = 0;
  659. this.labelTotalCount.Text = "总条数:0";
  660. //
  661. // frmCallCenterList
  662. //
  663. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  664. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  665. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  666. this.ClientSize = new System.Drawing.Size(910, 610);
  667. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  668. this.IsShowUcNavigationTool = true;
  669. this.Name = "frmCallCenterList";
  670. this.Text = "通话中心";
  671. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  672. this.plExMainContainer.ResumeLayout(false);
  673. this.plFormMainContent.ResumeLayout(false);
  674. this.panelEx1.ResumeLayout(false);
  675. ((System.ComponentModel.ISupportInitialize)(this.dgvGridview)).EndInit();
  676. this.flowLayoutPanel1.ResumeLayout(false);
  677. this.panelEx2.ResumeLayout(false);
  678. this.panelEx2.PerformLayout();
  679. this.panelEx3.ResumeLayout(false);
  680. this.panelEx3.PerformLayout();
  681. this.panelEx4.ResumeLayout(false);
  682. this.panelEx4.PerformLayout();
  683. this.panelEx7.ResumeLayout(false);
  684. this.panelEx7.PerformLayout();
  685. this.panelEx6.ResumeLayout(false);
  686. this.panelEx6.PerformLayout();
  687. this.panelEx8.ResumeLayout(false);
  688. this.panelEx8.PerformLayout();
  689. this.panelEx9.ResumeLayout(false);
  690. this.panelEx10.ResumeLayout(false);
  691. this.panelColse.ResumeLayout(false);
  692. this.panelEx5.ResumeLayout(false);
  693. this.panelEx5.PerformLayout();
  694. this.ResumeLayout(false);
  695. }
  696. #endregion
  697. private ComponentLibrary.PanelEx panelEx1;
  698. protected internal ComponentLibrary.ButtonEx btnSelect;
  699. protected internal ComponentLibrary.ButtonEx btnClose;
  700. protected internal ComponentLibrary.ComboBoxEx comboBoxType;
  701. private ComponentLibrary.LabelEx labelEx1;
  702. protected internal ComponentLibrary.DataGridViewEc dgvGridview;
  703. protected internal ComponentLibrary.ComboBoxTreeViewEx cbtCustomerSupportStaff;
  704. private ComponentLibrary.LabelEx labelEx2;
  705. protected internal ComponentLibrary.ComboBoxEx cbxTalkMode;
  706. private ComponentLibrary.LabelEx labelEx4;
  707. private ComponentLibrary.LabelEx labelEx3;
  708. protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEnd;
  709. protected internal ComponentLibrary.DateTimePickerEx dateTimePickerStart;
  710. private ComponentLibrary.LabelEx labelEx6;
  711. protected internal ComponentLibrary.ButtonEx btnAudioPlayback;
  712. private ComponentLibrary.LabelEx labelEx7;
  713. private ComponentLibrary.LabelEx labelEx8;
  714. protected internal ComponentLibrary.TextBoxEx txtKey;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  724. public ComponentLibrary.ComboBoxEx cbxConcreteMatters;
  725. private ComponentLibrary.PanelEx panelEx10;
  726. private ComponentLibrary.PanelEx panelEx8;
  727. private ComponentLibrary.PanelEx panelEx7;
  728. private ComponentLibrary.PanelEx panelEx6;
  729. private ComponentLibrary.PanelEx panelEx4;
  730. private ComponentLibrary.PanelEx panelEx3;
  731. private ComponentLibrary.PanelEx panelEx2;
  732. private ComponentLibrary.PanelEx panelEx9;
  733. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  734. protected internal ComponentLibrary.PanelEx panelColse;
  735. private ComponentLibrary.PanelEx panelEx5;
  736. protected internal ComponentLibrary.LabelEx labelTotalCount;
  737. }
  738. }