Employee_ChooseUserToGroup.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. namespace UAS_MES.Employee
  2. {
  3. partial class Employee_ChooseUserToGroup
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_ChooseUserToGroup));
  29. this.ug_code_title = new System.Windows.Forms.Label();
  30. this.ug_code_title_label = new System.Windows.Forms.Label();
  31. this.ug_name_title = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.em_name3_label = new System.Windows.Forms.Label();
  34. this.em_code3_label = new System.Windows.Forms.Label();
  35. this.em_name2_label = new System.Windows.Forms.Label();
  36. this.em_code2_label = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.ug_name_title_label = new System.Windows.Forms.Label();
  39. this.em_code2 = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.em_code3 = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  41. this.em_name3 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.em_name2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.ScreenOutGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  44. this.ScreenInGroup = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  45. this.OutGroupUser = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.em_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.em_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.em_depart = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.UserOut = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  51. this.UserIn = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  52. this.InGroupUser = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  53. this.em_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.eg_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.em_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.em_recorder = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. ((System.ComponentModel.ISupportInitialize)(this.OutGroupUser)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.InGroupUser)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // ug_code_title
  63. //
  64. this.ug_code_title.AutoSize = true;
  65. this.ug_code_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.ug_code_title.Location = new System.Drawing.Point(116, 10);
  67. this.ug_code_title.Name = "ug_code_title";
  68. this.ug_code_title.Size = new System.Drawing.Size(0, 21);
  69. this.ug_code_title.TabIndex = 235;
  70. //
  71. // ug_code_title_label
  72. //
  73. this.ug_code_title_label.AutoSize = true;
  74. this.ug_code_title_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.ug_code_title_label.Location = new System.Drawing.Point(23, 10);
  76. this.ug_code_title_label.Name = "ug_code_title_label";
  77. this.ug_code_title_label.Size = new System.Drawing.Size(90, 21);
  78. this.ug_code_title_label.TabIndex = 236;
  79. this.ug_code_title_label.Text = "用户组编号";
  80. //
  81. // ug_name_title
  82. //
  83. this.ug_name_title.AutoSize = true;
  84. this.ug_name_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.ug_name_title.Location = new System.Drawing.Point(116, 42);
  86. this.ug_name_title.Name = "ug_name_title";
  87. this.ug_name_title.Size = new System.Drawing.Size(0, 21);
  88. this.ug_name_title.TabIndex = 238;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label2.ForeColor = System.Drawing.Color.Blue;
  95. this.label2.Location = new System.Drawing.Point(23, 134);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(74, 21);
  98. this.label2.TabIndex = 242;
  99. this.label2.Text = "组内成员";
  100. //
  101. // em_name3_label
  102. //
  103. this.em_name3_label.AutoSize = true;
  104. this.em_name3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.em_name3_label.Location = new System.Drawing.Point(23, 104);
  106. this.em_name3_label.Name = "em_name3_label";
  107. this.em_name3_label.Size = new System.Drawing.Size(74, 21);
  108. this.em_name3_label.TabIndex = 246;
  109. this.em_name3_label.Text = "用户名称";
  110. //
  111. // em_code3_label
  112. //
  113. this.em_code3_label.AutoSize = true;
  114. this.em_code3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.em_code3_label.Location = new System.Drawing.Point(23, 72);
  116. this.em_code3_label.Name = "em_code3_label";
  117. this.em_code3_label.Size = new System.Drawing.Size(74, 21);
  118. this.em_code3_label.TabIndex = 244;
  119. this.em_code3_label.Text = "用户编号";
  120. //
  121. // em_name2_label
  122. //
  123. this.em_name2_label.AutoSize = true;
  124. this.em_name2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.em_name2_label.Location = new System.Drawing.Point(480, 104);
  126. this.em_name2_label.Name = "em_name2_label";
  127. this.em_name2_label.Size = new System.Drawing.Size(74, 21);
  128. this.em_name2_label.TabIndex = 251;
  129. this.em_name2_label.Text = "用户名称";
  130. //
  131. // em_code2_label
  132. //
  133. this.em_code2_label.AutoSize = true;
  134. this.em_code2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.em_code2_label.Location = new System.Drawing.Point(480, 72);
  136. this.em_code2_label.Name = "em_code2_label";
  137. this.em_code2_label.Size = new System.Drawing.Size(74, 21);
  138. this.em_code2_label.TabIndex = 249;
  139. this.em_code2_label.Text = "用户编号";
  140. //
  141. // label6
  142. //
  143. this.label6.AutoSize = true;
  144. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label6.ForeColor = System.Drawing.Color.Blue;
  146. this.label6.Location = new System.Drawing.Point(480, 134);
  147. this.label6.Name = "label6";
  148. this.label6.Size = new System.Drawing.Size(74, 21);
  149. this.label6.TabIndex = 248;
  150. this.label6.Text = "组外成员";
  151. //
  152. // ug_name_title_label
  153. //
  154. this.ug_name_title_label.AutoSize = true;
  155. this.ug_name_title_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ug_name_title_label.Location = new System.Drawing.Point(23, 42);
  157. this.ug_name_title_label.Name = "ug_name_title_label";
  158. this.ug_name_title_label.Size = new System.Drawing.Size(58, 21);
  159. this.ug_name_title_label.TabIndex = 257;
  160. this.ug_name_title_label.Text = "用户组";
  161. //
  162. // em_code2
  163. //
  164. this.em_code2.AllPower = null;
  165. this.em_code2.Caller = null;
  166. this.em_code2.Condition = null;
  167. this.em_code2.DBTitle = null;
  168. this.em_code2.FormName = null;
  169. this.em_code2.Location = new System.Drawing.Point(579, 72);
  170. this.em_code2.Name = "em_code2";
  171. this.em_code2.Power = null;
  172. this.em_code2.SelectField = null;
  173. this.em_code2.SetValueField = null;
  174. this.em_code2.Size = new System.Drawing.Size(164, 20);
  175. this.em_code2.TabIndex = 259;
  176. this.em_code2.TableName = null;
  177. this.em_code2.Tag = "em_code";
  178. this.em_code2.TextBoxEnable = false;
  179. //
  180. // em_code3
  181. //
  182. this.em_code3.AllPower = null;
  183. this.em_code3.Caller = null;
  184. this.em_code3.Condition = null;
  185. this.em_code3.DBTitle = null;
  186. this.em_code3.FormName = null;
  187. this.em_code3.Location = new System.Drawing.Point(115, 72);
  188. this.em_code3.Name = "em_code3";
  189. this.em_code3.Power = null;
  190. this.em_code3.SelectField = null;
  191. this.em_code3.SetValueField = null;
  192. this.em_code3.Size = new System.Drawing.Size(167, 21);
  193. this.em_code3.TabIndex = 258;
  194. this.em_code3.TableName = null;
  195. this.em_code3.Tag = "em_code";
  196. this.em_code3.TextBoxEnable = false;
  197. //
  198. // em_name3
  199. //
  200. this.em_name3.AllPower = null;
  201. this.em_name3.BackColor = System.Drawing.Color.White;
  202. this.em_name3.ID = null;
  203. this.em_name3.Location = new System.Drawing.Point(115, 108);
  204. this.em_name3.Margin = new System.Windows.Forms.Padding(2);
  205. this.em_name3.Name = "em_name3";
  206. this.em_name3.Power = null;
  207. this.em_name3.Size = new System.Drawing.Size(151, 21);
  208. this.em_name3.Str = null;
  209. this.em_name3.Str1 = null;
  210. this.em_name3.Str2 = null;
  211. this.em_name3.TabIndex = 256;
  212. this.em_name3.Tag = "em_name";
  213. //
  214. // em_name2
  215. //
  216. this.em_name2.AllPower = null;
  217. this.em_name2.BackColor = System.Drawing.Color.White;
  218. this.em_name2.ID = null;
  219. this.em_name2.Location = new System.Drawing.Point(579, 104);
  220. this.em_name2.Margin = new System.Windows.Forms.Padding(2);
  221. this.em_name2.Name = "em_name2";
  222. this.em_name2.Power = null;
  223. this.em_name2.Size = new System.Drawing.Size(148, 21);
  224. this.em_name2.Str = null;
  225. this.em_name2.Str1 = null;
  226. this.em_name2.Str2 = null;
  227. this.em_name2.TabIndex = 255;
  228. this.em_name2.Tag = "em_name";
  229. //
  230. // ScreenOutGroup
  231. //
  232. this.ScreenOutGroup.AllPower = null;
  233. this.ScreenOutGroup.BackColor = System.Drawing.Color.Transparent;
  234. this.ScreenOutGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("ScreenOutGroup.DownImage")));
  235. this.ScreenOutGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ScreenOutGroup.Image = null;
  237. this.ScreenOutGroup.IsShowBorder = true;
  238. this.ScreenOutGroup.Location = new System.Drawing.Point(782, 72);
  239. this.ScreenOutGroup.Margin = new System.Windows.Forms.Padding(2);
  240. this.ScreenOutGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("ScreenOutGroup.MoveImage")));
  241. this.ScreenOutGroup.Name = "ScreenOutGroup";
  242. this.ScreenOutGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("ScreenOutGroup.NormalImage")));
  243. this.ScreenOutGroup.Power = null;
  244. this.ScreenOutGroup.Size = new System.Drawing.Size(56, 27);
  245. this.ScreenOutGroup.TabIndex = 254;
  246. this.ScreenOutGroup.Text = "筛选";
  247. this.ScreenOutGroup.UseVisualStyleBackColor = false;
  248. this.ScreenOutGroup.Click += new System.EventHandler(this.ScreenOutGroup_Click);
  249. //
  250. // ScreenInGroup
  251. //
  252. this.ScreenInGroup.AllPower = null;
  253. this.ScreenInGroup.BackColor = System.Drawing.Color.Transparent;
  254. this.ScreenInGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("ScreenInGroup.DownImage")));
  255. this.ScreenInGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.ScreenInGroup.Image = null;
  257. this.ScreenInGroup.IsShowBorder = true;
  258. this.ScreenInGroup.Location = new System.Drawing.Point(319, 70);
  259. this.ScreenInGroup.Margin = new System.Windows.Forms.Padding(2);
  260. this.ScreenInGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("ScreenInGroup.MoveImage")));
  261. this.ScreenInGroup.Name = "ScreenInGroup";
  262. this.ScreenInGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("ScreenInGroup.NormalImage")));
  263. this.ScreenInGroup.Power = null;
  264. this.ScreenInGroup.Size = new System.Drawing.Size(56, 27);
  265. this.ScreenInGroup.TabIndex = 253;
  266. this.ScreenInGroup.Text = "筛选";
  267. this.ScreenInGroup.UseVisualStyleBackColor = false;
  268. this.ScreenInGroup.Click += new System.EventHandler(this.ScreenInGroup_Click);
  269. //
  270. // OutGroupUser
  271. //
  272. this.OutGroupUser.AllowUserToAddRows = false;
  273. this.OutGroupUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  274. this.OutGroupUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  275. this.em_code1,
  276. this.em_name1,
  277. this.em_depart,
  278. this.em_position});
  279. this.OutGroupUser.Location = new System.Drawing.Point(478, 158);
  280. this.OutGroupUser.Margin = new System.Windows.Forms.Padding(2);
  281. this.OutGroupUser.Name = "OutGroupUser";
  282. this.OutGroupUser.RowTemplate.Height = 27;
  283. this.OutGroupUser.Size = new System.Drawing.Size(375, 444);
  284. this.OutGroupUser.TabIndex = 243;
  285. //
  286. // em_code1
  287. //
  288. this.em_code1.DataPropertyName = "em_code";
  289. this.em_code1.HeaderText = "用户编号";
  290. this.em_code1.Name = "em_code1";
  291. this.em_code1.ReadOnly = true;
  292. this.em_code1.Width = 96;
  293. //
  294. // em_name1
  295. //
  296. this.em_name1.DataPropertyName = "em_name";
  297. this.em_name1.HeaderText = "用户名称";
  298. this.em_name1.Name = "em_name1";
  299. this.em_name1.ReadOnly = true;
  300. //
  301. // em_depart
  302. //
  303. this.em_depart.DataPropertyName = "em_depart";
  304. this.em_depart.HeaderText = "部门";
  305. this.em_depart.Name = "em_depart";
  306. this.em_depart.ReadOnly = true;
  307. this.em_depart.Width = 66;
  308. //
  309. // em_position
  310. //
  311. this.em_position.DataPropertyName = "em_position";
  312. this.em_position.HeaderText = "岗位";
  313. this.em_position.Name = "em_position";
  314. this.em_position.ReadOnly = true;
  315. //
  316. // UserOut
  317. //
  318. this.UserOut.Image = ((System.Drawing.Image)(resources.GetObject("UserOut.Image")));
  319. this.UserOut.Location = new System.Drawing.Point(408, 417);
  320. this.UserOut.Margin = new System.Windows.Forms.Padding(2);
  321. this.UserOut.Name = "UserOut";
  322. this.UserOut.Size = new System.Drawing.Size(56, 24);
  323. this.UserOut.TabIndex = 241;
  324. this.UserOut.UseVisualStyleBackColor = true;
  325. this.UserOut.Click += new System.EventHandler(this.UserOut_Click);
  326. //
  327. // UserIn
  328. //
  329. this.UserIn.Image = ((System.Drawing.Image)(resources.GetObject("UserIn.Image")));
  330. this.UserIn.Location = new System.Drawing.Point(408, 356);
  331. this.UserIn.Margin = new System.Windows.Forms.Padding(2);
  332. this.UserIn.Name = "UserIn";
  333. this.UserIn.Size = new System.Drawing.Size(56, 24);
  334. this.UserIn.TabIndex = 240;
  335. this.UserIn.UseVisualStyleBackColor = true;
  336. this.UserIn.Click += new System.EventHandler(this.UserIn_Click);
  337. //
  338. // InGroupUser
  339. //
  340. this.InGroupUser.AllowUserToAddRows = false;
  341. this.InGroupUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  342. this.InGroupUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  343. this.em_code,
  344. this.eg_id,
  345. this.em_name,
  346. this.em_indate,
  347. this.em_recorder});
  348. this.InGroupUser.Location = new System.Drawing.Point(20, 158);
  349. this.InGroupUser.Margin = new System.Windows.Forms.Padding(2);
  350. this.InGroupUser.Name = "InGroupUser";
  351. this.InGroupUser.RowTemplate.Height = 27;
  352. this.InGroupUser.Size = new System.Drawing.Size(375, 444);
  353. this.InGroupUser.TabIndex = 239;
  354. //
  355. // em_code
  356. //
  357. this.em_code.DataPropertyName = "em_code";
  358. this.em_code.HeaderText = "用户编号";
  359. this.em_code.Name = "em_code";
  360. this.em_code.ReadOnly = true;
  361. this.em_code.Width = 96;
  362. //
  363. // eg_id
  364. //
  365. this.eg_id.DataPropertyName = "eg_id";
  366. this.eg_id.HeaderText = "eg_id";
  367. this.eg_id.Name = "eg_id";
  368. this.eg_id.Visible = false;
  369. //
  370. // em_name
  371. //
  372. this.em_name.DataPropertyName = "em_name";
  373. this.em_name.HeaderText = "用户名称";
  374. this.em_name.Name = "em_name";
  375. this.em_name.ReadOnly = true;
  376. this.em_name.Width = 96;
  377. //
  378. // em_indate
  379. //
  380. this.em_indate.DataPropertyName = "em_indate";
  381. this.em_indate.HeaderText = "维护日期";
  382. this.em_indate.Name = "em_indate";
  383. this.em_indate.ReadOnly = true;
  384. this.em_indate.Width = 96;
  385. //
  386. // em_recorder
  387. //
  388. this.em_recorder.DataPropertyName = "em_recorder";
  389. this.em_recorder.HeaderText = "维护人";
  390. this.em_recorder.Name = "em_recorder";
  391. this.em_recorder.ReadOnly = true;
  392. this.em_recorder.Width = 81;
  393. //
  394. // Employee_ChooseUserToGroup
  395. //
  396. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  397. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  398. this.ClientSize = new System.Drawing.Size(876, 612);
  399. this.Controls.Add(this.em_code2);
  400. this.Controls.Add(this.em_code3);
  401. this.Controls.Add(this.ug_name_title_label);
  402. this.Controls.Add(this.em_name3);
  403. this.Controls.Add(this.em_name2);
  404. this.Controls.Add(this.ScreenOutGroup);
  405. this.Controls.Add(this.ScreenInGroup);
  406. this.Controls.Add(this.em_name2_label);
  407. this.Controls.Add(this.em_code2_label);
  408. this.Controls.Add(this.label6);
  409. this.Controls.Add(this.em_name3_label);
  410. this.Controls.Add(this.em_code3_label);
  411. this.Controls.Add(this.OutGroupUser);
  412. this.Controls.Add(this.label2);
  413. this.Controls.Add(this.UserOut);
  414. this.Controls.Add(this.UserIn);
  415. this.Controls.Add(this.InGroupUser);
  416. this.Controls.Add(this.ug_name_title);
  417. this.Controls.Add(this.ug_code_title_label);
  418. this.Controls.Add(this.ug_code_title);
  419. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  420. this.Name = "Employee_ChooseUserToGroup";
  421. this.Tag = "ShowDialogWindow";
  422. this.Text = "人员选择";
  423. this.Load += new System.EventHandler(this.人员选择_Load);
  424. this.SizeChanged += new System.EventHandler(this.人员选择_SizeChanged);
  425. ((System.ComponentModel.ISupportInitialize)(this.OutGroupUser)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.InGroupUser)).EndInit();
  427. this.ResumeLayout(false);
  428. this.PerformLayout();
  429. }
  430. #endregion
  431. private System.Windows.Forms.Label ug_code_title;
  432. private System.Windows.Forms.Label ug_code_title_label;
  433. private System.Windows.Forms.Label ug_name_title;
  434. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InGroupUser;
  435. private CustomControl.ButtonUtil.ArrowLeftButton UserIn;
  436. private CustomControl.ButtonUtil.ArrowRightButton UserOut;
  437. private System.Windows.Forms.Label label2;
  438. private CustomControl.DataGrid_View.DataGridViewWithSerialNum OutGroupUser;
  439. private System.Windows.Forms.Label em_name3_label;
  440. private System.Windows.Forms.Label em_code3_label;
  441. private System.Windows.Forms.Label em_name2_label;
  442. private System.Windows.Forms.Label em_code2_label;
  443. private System.Windows.Forms.Label label6;
  444. private CustomControl.ButtonUtil.NormalButton ScreenInGroup;
  445. private CustomControl.ButtonUtil.NormalButton ScreenOutGroup;
  446. private CustomControl.TextBoxWithIcon.EnterTextBox em_name2;
  447. private CustomControl.TextBoxWithIcon.EnterTextBox em_name3;
  448. private System.Windows.Forms.Label ug_name_title_label;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn em_code1;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn em_name1;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn em_depart;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn eg_id;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn em_indate;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn em_recorder;
  458. private CustomControl.TextBoxWithIcon.SearchTextBox em_code3;
  459. private CustomControl.TextBoxWithIcon.SearchTextBox em_code2;
  460. }
  461. }