Employee_Data.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. namespace UAS_MES_NEW.Employee
  2. {
  3. partial class Employee_Data
  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_Data));
  29. this.Employee = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  30. this.em_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.em_sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.em_depart = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.em_email = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.em_mobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.em_code11 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.em_name11 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.em_name_label = new System.Windows.Forms.Label();
  41. this.em_code_label = new System.Windows.Forms.Label();
  42. this.pagination1 = new UAS_MES_NEW.CustomControl.Pagination.PaginationDbFind();
  43. this.em_depart1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.em_position1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.label2 = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.Employee)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // Employee
  51. //
  52. this.Employee.AllowUserToAddRows = false;
  53. this.Employee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  54. this.Employee.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  55. this.em_code,
  56. this.em_name,
  57. this.em_sex,
  58. this.em_depart,
  59. this.em_position,
  60. this.em_email,
  61. this.em_mobile});
  62. this.Employee.Location = new System.Drawing.Point(0, 70);
  63. this.Employee.Margin = new System.Windows.Forms.Padding(4);
  64. this.Employee.Name = "Employee";
  65. this.Employee.RowTemplate.Height = 23;
  66. this.Employee.Size = new System.Drawing.Size(1243, 644);
  67. this.Employee.TabIndex = 0;
  68. //
  69. // em_code
  70. //
  71. this.em_code.DataPropertyName = "em_code";
  72. this.em_code.HeaderText = "员工编号";
  73. this.em_code.Name = "em_code";
  74. this.em_code.ReadOnly = true;
  75. //
  76. // em_name
  77. //
  78. this.em_name.DataPropertyName = "em_name";
  79. this.em_name.HeaderText = "员工姓名";
  80. this.em_name.Name = "em_name";
  81. this.em_name.ReadOnly = true;
  82. //
  83. // em_sex
  84. //
  85. this.em_sex.DataPropertyName = "em_sex";
  86. this.em_sex.HeaderText = "性别";
  87. this.em_sex.Name = "em_sex";
  88. this.em_sex.ReadOnly = true;
  89. //
  90. // em_depart
  91. //
  92. this.em_depart.DataPropertyName = "em_depart";
  93. this.em_depart.HeaderText = "部门";
  94. this.em_depart.Name = "em_depart";
  95. this.em_depart.ReadOnly = true;
  96. //
  97. // em_position
  98. //
  99. this.em_position.DataPropertyName = "em_position";
  100. this.em_position.HeaderText = "岗位";
  101. this.em_position.Name = "em_position";
  102. this.em_position.ReadOnly = true;
  103. //
  104. // em_email
  105. //
  106. this.em_email.DataPropertyName = "em_email";
  107. this.em_email.HeaderText = "邮箱";
  108. this.em_email.Name = "em_email";
  109. this.em_email.ReadOnly = true;
  110. //
  111. // em_mobile
  112. //
  113. this.em_mobile.DataPropertyName = "em_mobile";
  114. this.em_mobile.HeaderText = "电话";
  115. this.em_mobile.Name = "em_mobile";
  116. this.em_mobile.ReadOnly = true;
  117. //
  118. // Screen
  119. //
  120. this.Screen.AllPower = "";
  121. this.Screen.BackColor = System.Drawing.Color.Transparent;
  122. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  123. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  124. this.Screen.IsShowBorder = true;
  125. this.Screen.Location = new System.Drawing.Point(1149, 23);
  126. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  127. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  128. this.Screen.Name = "Screen";
  129. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  130. this.Screen.Power = "";
  131. this.Screen.Size = new System.Drawing.Size(71, 29);
  132. this.Screen.TabIndex = 237;
  133. this.Screen.Text = "筛选";
  134. this.Screen.UseVisualStyleBackColor = true;
  135. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  136. //
  137. // em_code11
  138. //
  139. this.em_code11.AllPower = null;
  140. this.em_code11.BackColor = System.Drawing.Color.White;
  141. this.em_code11.ID = null;
  142. this.em_code11.Location = new System.Drawing.Point(392, 25);
  143. this.em_code11.Margin = new System.Windows.Forms.Padding(4);
  144. this.em_code11.Name = "em_code11";
  145. this.em_code11.Power = null;
  146. this.em_code11.Size = new System.Drawing.Size(150, 25);
  147. this.em_code11.Str = null;
  148. this.em_code11.Str1 = null;
  149. this.em_code11.Str2 = null;
  150. this.em_code11.TabIndex = 236;
  151. this.em_code11.Tag = "em_code";
  152. //
  153. // em_name11
  154. //
  155. this.em_name11.AllPower = null;
  156. this.em_name11.BackColor = System.Drawing.Color.White;
  157. this.em_name11.ID = null;
  158. this.em_name11.Location = new System.Drawing.Point(112, 25);
  159. this.em_name11.Margin = new System.Windows.Forms.Padding(4);
  160. this.em_name11.Name = "em_name11";
  161. this.em_name11.Power = null;
  162. this.em_name11.Size = new System.Drawing.Size(150, 25);
  163. this.em_name11.Str = null;
  164. this.em_name11.Str1 = null;
  165. this.em_name11.Str2 = null;
  166. this.em_name11.TabIndex = 235;
  167. this.em_name11.Tag = "em_name";
  168. //
  169. // em_name_label
  170. //
  171. this.em_name_label.AutoSize = true;
  172. this.em_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.em_name_label.Location = new System.Drawing.Point(8, 26);
  174. this.em_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  175. this.em_name_label.Name = "em_name_label";
  176. this.em_name_label.Size = new System.Drawing.Size(92, 27);
  177. this.em_name_label.TabIndex = 234;
  178. this.em_name_label.Text = "员工姓名";
  179. //
  180. // em_code_label
  181. //
  182. this.em_code_label.AutoSize = true;
  183. this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.em_code_label.Location = new System.Drawing.Point(285, 25);
  185. this.em_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.em_code_label.Name = "em_code_label";
  187. this.em_code_label.Size = new System.Drawing.Size(92, 27);
  188. this.em_code_label.TabIndex = 233;
  189. this.em_code_label.Text = "员工编号";
  190. //
  191. // pagination1
  192. //
  193. this.pagination1.AddEnable = false;
  194. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  195. this.pagination1.DeleteEnable = false;
  196. this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
  197. this.pagination1.Location = new System.Drawing.Point(0, 721);
  198. this.pagination1.Margin = new System.Windows.Forms.Padding(5);
  199. this.pagination1.Name = "pagination1";
  200. this.pagination1.Size = new System.Drawing.Size(1245, 40);
  201. this.pagination1.TabIndex = 238;
  202. //
  203. // em_depart1
  204. //
  205. this.em_depart1.AllPower = null;
  206. this.em_depart1.BackColor = System.Drawing.Color.White;
  207. this.em_depart1.ID = null;
  208. this.em_depart1.Location = new System.Drawing.Point(675, 25);
  209. this.em_depart1.Margin = new System.Windows.Forms.Padding(4);
  210. this.em_depart1.Name = "em_depart1";
  211. this.em_depart1.Power = null;
  212. this.em_depart1.Size = new System.Drawing.Size(150, 25);
  213. this.em_depart1.Str = null;
  214. this.em_depart1.Str1 = null;
  215. this.em_depart1.Str2 = null;
  216. this.em_depart1.TabIndex = 240;
  217. this.em_depart1.Tag = "em_depart";
  218. //
  219. // label1
  220. //
  221. this.label1.AutoSize = true;
  222. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.label1.Location = new System.Drawing.Point(569, 23);
  224. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.label1.Name = "label1";
  226. this.label1.Size = new System.Drawing.Size(92, 27);
  227. this.label1.TabIndex = 239;
  228. this.label1.Text = "员工部门";
  229. //
  230. // em_position1
  231. //
  232. this.em_position1.AllPower = null;
  233. this.em_position1.BackColor = System.Drawing.Color.White;
  234. this.em_position1.ID = null;
  235. this.em_position1.Location = new System.Drawing.Point(960, 25);
  236. this.em_position1.Margin = new System.Windows.Forms.Padding(4);
  237. this.em_position1.Name = "em_position1";
  238. this.em_position1.Power = null;
  239. this.em_position1.Size = new System.Drawing.Size(150, 25);
  240. this.em_position1.Str = null;
  241. this.em_position1.Str1 = null;
  242. this.em_position1.Str2 = null;
  243. this.em_position1.TabIndex = 242;
  244. this.em_position1.Tag = "em_position";
  245. //
  246. // label2
  247. //
  248. this.label2.AutoSize = true;
  249. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label2.Location = new System.Drawing.Point(853, 25);
  251. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  252. this.label2.Name = "label2";
  253. this.label2.Size = new System.Drawing.Size(92, 27);
  254. this.label2.TabIndex = 241;
  255. this.label2.Text = "员工岗位";
  256. //
  257. // Employee_Data
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.ClientSize = new System.Drawing.Size(1245, 761);
  262. this.Controls.Add(this.em_position1);
  263. this.Controls.Add(this.label2);
  264. this.Controls.Add(this.em_depart1);
  265. this.Controls.Add(this.label1);
  266. this.Controls.Add(this.pagination1);
  267. this.Controls.Add(this.Screen);
  268. this.Controls.Add(this.em_code11);
  269. this.Controls.Add(this.em_name11);
  270. this.Controls.Add(this.em_name_label);
  271. this.Controls.Add(this.em_code_label);
  272. this.Controls.Add(this.Employee);
  273. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  274. this.Margin = new System.Windows.Forms.Padding(4);
  275. this.Name = "Employee_Data";
  276. this.Tag = "Employee!Group";
  277. this.Text = "人员分组";
  278. this.Load += new System.EventHandler(this.人员分组_Load);
  279. this.SizeChanged += new System.EventHandler(this.人员资料_SizeChanged);
  280. ((System.ComponentModel.ISupportInitialize)(this.Employee)).EndInit();
  281. this.ResumeLayout(false);
  282. this.PerformLayout();
  283. }
  284. #endregion
  285. private CustomControl.DataGrid_View.DataGridViewWithSerialNum Employee;
  286. private CustomControl.ButtonUtil.NormalButton Screen;
  287. private CustomControl.TextBoxWithIcon.EnterTextBox em_code11;
  288. private CustomControl.TextBoxWithIcon.EnterTextBox em_name11;
  289. private System.Windows.Forms.Label em_name_label;
  290. private System.Windows.Forms.Label em_code_label;
  291. private CustomControl.Pagination.PaginationDbFind pagination1;
  292. private CustomControl.TextBoxWithIcon.EnterTextBox em_depart1;
  293. private System.Windows.Forms.Label label1;
  294. private CustomControl.TextBoxWithIcon.EnterTextBox em_position1;
  295. private System.Windows.Forms.Label label2;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
  297. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  298. private System.Windows.Forms.DataGridViewTextBoxColumn em_sex;
  299. private System.Windows.Forms.DataGridViewTextBoxColumn em_depart;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn em_email;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn em_mobile;
  303. }
  304. }