Employee_ChooseUserToGroup.Designer.cs 25 KB

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