WorkStatisticalPhotographer.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. namespace LYFZ.Software.UI.StatisticalEmployeeWork
  2. {
  3. partial class WorkStatisticalPhotographer
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkStatisticalPhotographer));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.txtStatisticalText = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.cmbtreevperson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.cbx_SearchUser = new LYFZ.ComponentLibrary.ComboBoxEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.panelEx1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  47. this.panelEx2.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Controls.Add(this.panelEx2);
  54. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  55. this.plExMainContainer.Margin = new System.Windows.Forms.Padding(0);
  56. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  57. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  58. //
  59. // plFormMainContent
  60. //
  61. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  62. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  63. //
  64. // btnAppFormMaximize
  65. //
  66. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  67. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  68. //
  69. // btnAppFormExit
  70. //
  71. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  72. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  73. //
  74. // btnAppFormMinimize
  75. //
  76. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  77. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  78. //
  79. // panelEx1
  80. //
  81. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  82. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  83. this.panelEx1.BorderWidth = 1;
  84. this.panelEx1.Controls.Add(this.dgvData);
  85. this.panelEx1.Controls.Add(this.txtStatisticalText);
  86. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.panelEx1.Location = new System.Drawing.Point(5, 45);
  88. this.panelEx1.Name = "panelEx1";
  89. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  90. this.panelEx1.Size = new System.Drawing.Size(940, 450);
  91. this.panelEx1.TabIndex = 0;
  92. //
  93. // dgvData
  94. //
  95. this.dgvData.AllowUserToAddRows = false;
  96. this.dgvData.AllowUserToDeleteRows = false;
  97. this.dgvData.AllowUserToOrderColumns = true;
  98. this.dgvData.AllowUserToResizeRows = false;
  99. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  100. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  103. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  106. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  108. this.dgvData.ColumnHeadersHeight = 24;
  109. this.dgvData.dgvColumnHeadersHeight = 24;
  110. this.dgvData.dgvCurrentColumnOriginalSet = "";
  111. this.dgvData.dgvCurrentColumnWidth = "";
  112. this.dgvData.dgvCurrentHideColumn = null;
  113. this.dgvData.dgvFixedHideColumn = null;
  114. this.dgvData.dgvGuidName = null;
  115. this.dgvData.dgvUserEmployeeID = null;
  116. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.dgvData.EnableHeadersVisualStyles = false;
  118. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  119. this.dgvData.ImageHeight = 15;
  120. this.dgvData.ImageWidth = 15;
  121. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  122. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  123. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  124. this.dgvData.IsCompleteBonding = false;
  125. this.dgvData.IsCopyCellValue = true;
  126. this.dgvData.IsShowSerialNumber = true;
  127. this.dgvData.IsSortedRedraw = true;
  128. this.dgvData.IsSortMode = false;
  129. this.dgvData.Location = new System.Drawing.Point(3, 3);
  130. this.dgvData.Name = "dgvData";
  131. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  132. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  133. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  135. dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(41);
  136. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  140. this.dgvData.RowHeadersWidth = 30;
  141. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  142. this.dgvData.RowTemplate.Height = 23;
  143. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  144. this.dgvData.Size = new System.Drawing.Size(934, 419);
  145. this.dgvData.StrSecondStageNull = "";
  146. this.dgvData.StrValueNullColumn = "";
  147. this.dgvData.TabIndex = 25;
  148. this.dgvData.ViceCount = 1;
  149. //
  150. // txtStatisticalText
  151. //
  152. this.txtStatisticalText.BackColor = System.Drawing.Color.Transparent;
  153. this.txtStatisticalText.Dock = System.Windows.Forms.DockStyle.Bottom;
  154. this.txtStatisticalText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  155. this.txtStatisticalText.Icon = null;
  156. this.txtStatisticalText.IconIsButton = false;
  157. this.txtStatisticalText.IsPasswordChat = '\0';
  158. this.txtStatisticalText.IsSystemPasswordChar = false;
  159. this.txtStatisticalText.Lines = new string[0];
  160. this.txtStatisticalText.Location = new System.Drawing.Point(3, 422);
  161. this.txtStatisticalText.Margin = new System.Windows.Forms.Padding(0);
  162. this.txtStatisticalText.MaxLength = 32767;
  163. this.txtStatisticalText.MinimumSize = new System.Drawing.Size(0, 24);
  164. this.txtStatisticalText.MouseBack = null;
  165. this.txtStatisticalText.Multiline = false;
  166. this.txtStatisticalText.Name = "txtStatisticalText";
  167. this.txtStatisticalText.NormlBack = null;
  168. this.txtStatisticalText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  169. this.txtStatisticalText.ReadOnly = true;
  170. this.txtStatisticalText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  171. this.txtStatisticalText.Size = new System.Drawing.Size(934, 25);
  172. this.txtStatisticalText.TabIndex = 2232;
  173. this.txtStatisticalText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  174. this.txtStatisticalText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  175. this.txtStatisticalText.WaterText = "";
  176. this.txtStatisticalText.WordWrap = true;
  177. //
  178. // btnExport
  179. //
  180. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  181. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  182. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  183. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  184. this.btnExport.ForeColor = System.Drawing.Color.White;
  185. this.btnExport.IsCustomBackImg = false;
  186. this.btnExport.IsShowText = true;
  187. this.btnExport.Location = new System.Drawing.Point(650, 4);
  188. this.btnExport.Name = "btnExport";
  189. this.btnExport.Size = new System.Drawing.Size(85, 28);
  190. this.btnExport.TabIndex = 2240;
  191. this.btnExport.Text = " 导 出";
  192. this.btnExport.UseVisualStyleBackColor = false;
  193. //
  194. // btnClose
  195. //
  196. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  197. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  198. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  199. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  200. this.btnClose.ForeColor = System.Drawing.Color.White;
  201. this.btnClose.IsCustomBackImg = false;
  202. this.btnClose.IsShowText = true;
  203. this.btnClose.Location = new System.Drawing.Point(741, 4);
  204. this.btnClose.Name = "btnClose";
  205. this.btnClose.Size = new System.Drawing.Size(85, 28);
  206. this.btnClose.TabIndex = 2238;
  207. this.btnClose.Text = " 关 闭";
  208. this.btnClose.UseVisualStyleBackColor = false;
  209. //
  210. // cmbtreevperson
  211. //
  212. this.cmbtreevperson.AfterSelectLevelFirstNode = true;
  213. this.cmbtreevperson.DropDownHeight = 220;
  214. this.cmbtreevperson.DropDownShow = false;
  215. this.cmbtreevperson.FormattingEnabled = true;
  216. this.cmbtreevperson.IntegralHeight = false;
  217. this.cmbtreevperson.IsNodeMouseClick = true;
  218. this.cmbtreevperson.IsSelectParentNode = false;
  219. this.cmbtreevperson.Location = new System.Drawing.Point(384, 8);
  220. this.cmbtreevperson.Name = "cmbtreevperson";
  221. this.cmbtreevperson.ReadOnly = true;
  222. this.cmbtreevperson.SelectedNode = null;
  223. this.cmbtreevperson.Size = new System.Drawing.Size(159, 20);
  224. this.cmbtreevperson.StrGetName = "";
  225. this.cmbtreevperson.StrGetTagName = "";
  226. this.cmbtreevperson.StrKey = null;
  227. this.cmbtreevperson.TabIndex = 2239;
  228. //
  229. // btnQuery
  230. //
  231. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  232. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  233. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  234. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  235. this.btnQuery.ForeColor = System.Drawing.Color.White;
  236. this.btnQuery.IsCustomBackImg = false;
  237. this.btnQuery.IsShowText = true;
  238. this.btnQuery.Location = new System.Drawing.Point(559, 4);
  239. this.btnQuery.Name = "btnQuery";
  240. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  241. this.btnQuery.TabIndex = 2237;
  242. this.btnQuery.Text = " 查 询";
  243. this.btnQuery.UseVisualStyleBackColor = false;
  244. //
  245. // dtDataTimeStart
  246. //
  247. this.dtDataTimeStart.CustomFormat = " ";
  248. this.dtDataTimeStart.DateValue = "";
  249. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  250. this.dtDataTimeStart.IsShowTime = false;
  251. this.dtDataTimeStart.Location = new System.Drawing.Point(11, 8);
  252. this.dtDataTimeStart.Name = "dtDataTimeStart";
  253. this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21);
  254. this.dtDataTimeStart.TabIndex = 2234;
  255. //
  256. // labelEx1
  257. //
  258. this.labelEx1.AutoSize = true;
  259. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  260. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  261. this.labelEx1.Location = new System.Drawing.Point(112, 9);
  262. this.labelEx1.Name = "labelEx1";
  263. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  264. this.labelEx1.TabIndex = 2236;
  265. this.labelEx1.Text = "—";
  266. //
  267. // dtDataTimeEnd
  268. //
  269. this.dtDataTimeEnd.CustomFormat = " ";
  270. this.dtDataTimeEnd.DateValue = "";
  271. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  272. this.dtDataTimeEnd.IsShowTime = false;
  273. this.dtDataTimeEnd.Location = new System.Drawing.Point(134, 8);
  274. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  275. this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21);
  276. this.dtDataTimeEnd.TabIndex = 2235;
  277. //
  278. // panelEx2
  279. //
  280. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  281. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  282. this.panelEx2.BorderWidth = 1;
  283. this.panelEx2.Controls.Add(this.cbx_SearchUser);
  284. this.panelEx2.Controls.Add(this.btnExport);
  285. this.panelEx2.Controls.Add(this.btnQuery);
  286. this.panelEx2.Controls.Add(this.btnClose);
  287. this.panelEx2.Controls.Add(this.labelEx1);
  288. this.panelEx2.Controls.Add(this.cmbtreevperson);
  289. this.panelEx2.Controls.Add(this.dtDataTimeStart);
  290. this.panelEx2.Controls.Add(this.dtDataTimeEnd);
  291. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  292. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  293. this.panelEx2.Name = "panelEx2";
  294. this.panelEx2.Size = new System.Drawing.Size(940, 35);
  295. this.panelEx2.TabIndex = 1;
  296. //
  297. // cbx_SearchUser
  298. //
  299. this.cbx_SearchUser.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  300. this.cbx_SearchUser.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  301. this.cbx_SearchUser.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  302. this.cbx_SearchUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  303. this.cbx_SearchUser.Font = new System.Drawing.Font("宋体", 10.5F);
  304. this.cbx_SearchUser.FormattingEnabled = true;
  305. this.cbx_SearchUser.IsCustomColor = false;
  306. this.cbx_SearchUser.Items.AddRange(new object[] {
  307. "接单人",
  308. "摄影师",
  309. "客服人员"});
  310. this.cbx_SearchUser.Location = new System.Drawing.Point(274, 7);
  311. this.cbx_SearchUser.Name = "cbx_SearchUser";
  312. this.cbx_SearchUser.ReadOnly = false;
  313. this.cbx_SearchUser.Size = new System.Drawing.Size(99, 22);
  314. this.cbx_SearchUser.TabIndex = 2241;
  315. //
  316. // WorkStatisticalPhotographer
  317. //
  318. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  319. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  320. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  321. this.ClientSize = new System.Drawing.Size(950, 610);
  322. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  323. this.IsShowUcNavigationTool = true;
  324. this.IsUserControlsSize = false;
  325. this.Name = "WorkStatisticalPhotographer";
  326. this.Text = "工作统计—摄影师";
  327. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  328. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  329. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  330. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  331. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  332. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  333. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  334. this.plExMainContainer.ResumeLayout(false);
  335. this.plFormMainContent.ResumeLayout(false);
  336. this.panelEx1.ResumeLayout(false);
  337. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  338. this.panelEx2.ResumeLayout(false);
  339. this.panelEx2.PerformLayout();
  340. this.ResumeLayout(false);
  341. }
  342. #endregion
  343. private ComponentLibrary.PanelEx panelEx1;
  344. protected internal ComponentLibrary.DataGridViewEc dgvData;
  345. protected internal ComponentLibrary.TextBoxEx txtStatisticalText;
  346. protected internal ComponentLibrary.ButtonEx btnExport;
  347. protected internal ComponentLibrary.ButtonEx btnClose;
  348. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevperson;
  349. protected internal ComponentLibrary.ButtonEx btnQuery;
  350. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  351. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  352. private ComponentLibrary.LabelEx labelEx1;
  353. private ComponentLibrary.PanelEx panelEx2;
  354. protected internal ComponentLibrary.ComboBoxEx cbx_SearchUser;
  355. }
  356. }