Employee_Data.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. namespace UAS_MES.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.em_name_label = new System.Windows.Forms.Label();
  30. this.em_code_label = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.em_status = new System.Windows.Forms.TextBox();
  34. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  35. this.normalButton2 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  36. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  37. this.CLEAR = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  38. this.or_name = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.jo_name = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.pagination1 = new UAS_MES.CustomControl.Pagination.PaginationDbFind();
  41. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  42. this.em_code11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.em_name11 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.Employee = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.em_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.em_password = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.em_sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.em_defaultorname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.em_position = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.em_email = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.em_mobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. ((System.ComponentModel.ISupportInitialize)(this.Employee)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // em_name_label
  57. //
  58. this.em_name_label.AutoSize = true;
  59. this.em_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.em_name_label.Location = new System.Drawing.Point(6, 42);
  61. this.em_name_label.Name = "em_name_label";
  62. this.em_name_label.Size = new System.Drawing.Size(74, 21);
  63. this.em_name_label.TabIndex = 234;
  64. this.em_name_label.Text = "员工姓名";
  65. //
  66. // em_code_label
  67. //
  68. this.em_code_label.AutoSize = true;
  69. this.em_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.em_code_label.Location = new System.Drawing.Point(214, 41);
  71. this.em_code_label.Name = "em_code_label";
  72. this.em_code_label.Size = new System.Drawing.Size(74, 21);
  73. this.em_code_label.TabIndex = 233;
  74. this.em_code_label.Text = "员工编号";
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label1.Location = new System.Drawing.Point(421, 40);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(74, 21);
  83. this.label1.TabIndex = 239;
  84. this.label1.Text = "员工组织";
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label2.Location = new System.Drawing.Point(649, 40);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(74, 21);
  93. this.label2.TabIndex = 241;
  94. this.label2.Text = "员工岗位";
  95. //
  96. // em_status
  97. //
  98. this.em_status.Location = new System.Drawing.Point(734, 583);
  99. this.em_status.Name = "em_status";
  100. this.em_status.Size = new System.Drawing.Size(100, 21);
  101. this.em_status.TabIndex = 243;
  102. this.em_status.Tag = "em_status";
  103. this.em_status.Text = "已审核";
  104. this.em_status.Visible = false;
  105. //
  106. // normalButton2
  107. //
  108. this.normalButton2.AllPower = null;
  109. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  110. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  111. this.normalButton2.Image = null;
  112. this.normalButton2.IsShowBorder = true;
  113. this.normalButton2.Location = new System.Drawing.Point(12, 6);
  114. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  115. this.normalButton2.Name = "normalButton2";
  116. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  117. this.normalButton2.Power = null;
  118. this.normalButton2.Size = new System.Drawing.Size(75, 28);
  119. this.normalButton2.TabIndex = 249;
  120. this.normalButton2.Text = "导出全部";
  121. this.normalButton2.UseVisualStyleBackColor = false;
  122. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  123. //
  124. // normalButton1
  125. //
  126. this.normalButton1.AllPower = null;
  127. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  128. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  129. this.normalButton1.Image = null;
  130. this.normalButton1.IsShowBorder = true;
  131. this.normalButton1.Location = new System.Drawing.Point(113, 7);
  132. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  133. this.normalButton1.Name = "normalButton1";
  134. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  135. this.normalButton1.Power = null;
  136. this.normalButton1.Size = new System.Drawing.Size(75, 28);
  137. this.normalButton1.TabIndex = 248;
  138. this.normalButton1.Text = "导出当前页";
  139. this.normalButton1.UseVisualStyleBackColor = false;
  140. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  141. //
  142. // CLEAR
  143. //
  144. this.CLEAR.AllPower = null;
  145. this.CLEAR.BackColor = System.Drawing.Color.Transparent;
  146. this.CLEAR.DownImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.DownImage")));
  147. this.CLEAR.Image = null;
  148. this.CLEAR.IsShowBorder = true;
  149. this.CLEAR.Location = new System.Drawing.Point(218, 7);
  150. this.CLEAR.MoveImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.MoveImage")));
  151. this.CLEAR.Name = "CLEAR";
  152. this.CLEAR.NormalImage = ((System.Drawing.Image)(resources.GetObject("CLEAR.NormalImage")));
  153. this.CLEAR.Power = null;
  154. this.CLEAR.Size = new System.Drawing.Size(84, 28);
  155. this.CLEAR.TabIndex = 247;
  156. this.CLEAR.Text = "清空录入信息";
  157. this.CLEAR.UseVisualStyleBackColor = false;
  158. this.CLEAR.Click += new System.EventHandler(this.CLEAR_Click);
  159. //
  160. // or_name
  161. //
  162. this.or_name.AllPower = null;
  163. this.or_name.Caller = null;
  164. this.or_name.Condition = null;
  165. this.or_name.DBTitle = null;
  166. this.or_name.FormName = null;
  167. this.or_name.Location = new System.Drawing.Point(498, 41);
  168. this.or_name.Name = "or_name";
  169. this.or_name.Power = null;
  170. this.or_name.ReturnData = null;
  171. this.or_name.SelectField = null;
  172. this.or_name.SetValueField = null;
  173. this.or_name.Size = new System.Drawing.Size(147, 21);
  174. this.or_name.TabIndex = 246;
  175. this.or_name.TableName = null;
  176. this.or_name.Tag = "em_defaultorname";
  177. this.or_name.TextBoxEnable = true;
  178. //
  179. // jo_name
  180. //
  181. this.jo_name.AllPower = null;
  182. this.jo_name.Caller = null;
  183. this.jo_name.Condition = null;
  184. this.jo_name.DBTitle = null;
  185. this.jo_name.FormName = null;
  186. this.jo_name.Location = new System.Drawing.Point(728, 42);
  187. this.jo_name.Name = "jo_name";
  188. this.jo_name.Power = null;
  189. this.jo_name.ReturnData = null;
  190. this.jo_name.SelectField = null;
  191. this.jo_name.SetValueField = null;
  192. this.jo_name.Size = new System.Drawing.Size(135, 21);
  193. this.jo_name.TabIndex = 245;
  194. this.jo_name.TableName = null;
  195. this.jo_name.Tag = "em_position";
  196. this.jo_name.TextBoxEnable = true;
  197. //
  198. // pagination1
  199. //
  200. this.pagination1.AddEnable = false;
  201. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  202. this.pagination1.DeleteEnable = false;
  203. this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
  204. this.pagination1.Location = new System.Drawing.Point(0, 577);
  205. this.pagination1.Margin = new System.Windows.Forms.Padding(4);
  206. this.pagination1.Name = "pagination1";
  207. this.pagination1.Size = new System.Drawing.Size(934, 32);
  208. this.pagination1.TabIndex = 238;
  209. //
  210. // Screen
  211. //
  212. this.Screen.AllPower = "";
  213. this.Screen.BackColor = System.Drawing.Color.Transparent;
  214. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  215. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  216. this.Screen.IsShowBorder = true;
  217. this.Screen.Location = new System.Drawing.Point(869, 40);
  218. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  219. this.Screen.Name = "Screen";
  220. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  221. this.Screen.Power = "";
  222. this.Screen.Size = new System.Drawing.Size(53, 23);
  223. this.Screen.TabIndex = 237;
  224. this.Screen.Text = "筛选";
  225. this.Screen.UseVisualStyleBackColor = true;
  226. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  227. //
  228. // em_code11
  229. //
  230. this.em_code11.AllPower = null;
  231. this.em_code11.BackColor = System.Drawing.Color.White;
  232. this.em_code11.ID = null;
  233. this.em_code11.Location = new System.Drawing.Point(294, 41);
  234. this.em_code11.Name = "em_code11";
  235. this.em_code11.Power = null;
  236. this.em_code11.Size = new System.Drawing.Size(114, 21);
  237. this.em_code11.Str = null;
  238. this.em_code11.Str1 = null;
  239. this.em_code11.Str2 = null;
  240. this.em_code11.TabIndex = 236;
  241. this.em_code11.Tag = "em_code";
  242. //
  243. // em_name11
  244. //
  245. this.em_name11.AllPower = null;
  246. this.em_name11.BackColor = System.Drawing.Color.White;
  247. this.em_name11.ID = null;
  248. this.em_name11.Location = new System.Drawing.Point(84, 41);
  249. this.em_name11.Name = "em_name11";
  250. this.em_name11.Power = null;
  251. this.em_name11.Size = new System.Drawing.Size(114, 21);
  252. this.em_name11.Str = null;
  253. this.em_name11.Str1 = null;
  254. this.em_name11.Str2 = null;
  255. this.em_name11.TabIndex = 235;
  256. this.em_name11.Tag = "em_name";
  257. //
  258. // Employee
  259. //
  260. this.Employee.AllowUserToAddRows = false;
  261. this.Employee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  262. this.Employee.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  263. this.em_code,
  264. this.em_password,
  265. this.em_name,
  266. this.em_sex,
  267. this.em_defaultorname,
  268. this.em_position,
  269. this.em_email,
  270. this.em_mobile});
  271. this.Employee.EnableContentClick = true;
  272. this.Employee.Location = new System.Drawing.Point(0, 77);
  273. this.Employee.Name = "Employee";
  274. this.Employee.RowTemplate.Height = 23;
  275. this.Employee.Size = new System.Drawing.Size(932, 494);
  276. this.Employee.TabIndex = 0;
  277. //
  278. // em_code
  279. //
  280. this.em_code.DataPropertyName = "em_code";
  281. this.em_code.HeaderText = "员工编号";
  282. this.em_code.Name = "em_code";
  283. this.em_code.ReadOnly = true;
  284. //
  285. // em_password
  286. //
  287. this.em_password.DataPropertyName = "em_password";
  288. this.em_password.HeaderText = "密码";
  289. this.em_password.Name = "em_password";
  290. this.em_password.Visible = false;
  291. //
  292. // em_name
  293. //
  294. this.em_name.DataPropertyName = "em_name";
  295. this.em_name.HeaderText = "员工姓名";
  296. this.em_name.Name = "em_name";
  297. this.em_name.ReadOnly = true;
  298. //
  299. // em_sex
  300. //
  301. this.em_sex.DataPropertyName = "em_sex";
  302. this.em_sex.HeaderText = "性别";
  303. this.em_sex.Name = "em_sex";
  304. this.em_sex.ReadOnly = true;
  305. //
  306. // em_defaultorname
  307. //
  308. this.em_defaultorname.DataPropertyName = "em_defaultorname";
  309. this.em_defaultorname.HeaderText = "组织";
  310. this.em_defaultorname.Name = "em_defaultorname";
  311. this.em_defaultorname.ReadOnly = true;
  312. //
  313. // em_position
  314. //
  315. this.em_position.DataPropertyName = "em_position";
  316. this.em_position.HeaderText = "岗位";
  317. this.em_position.Name = "em_position";
  318. this.em_position.ReadOnly = true;
  319. //
  320. // em_email
  321. //
  322. this.em_email.DataPropertyName = "em_email";
  323. this.em_email.HeaderText = "邮箱";
  324. this.em_email.Name = "em_email";
  325. this.em_email.ReadOnly = true;
  326. //
  327. // em_mobile
  328. //
  329. this.em_mobile.DataPropertyName = "em_mobile";
  330. this.em_mobile.HeaderText = "电话";
  331. this.em_mobile.Name = "em_mobile";
  332. this.em_mobile.ReadOnly = true;
  333. //
  334. // Employee_Data
  335. //
  336. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  337. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  338. this.ClientSize = new System.Drawing.Size(934, 609);
  339. this.Controls.Add(this.normalButton2);
  340. this.Controls.Add(this.normalButton1);
  341. this.Controls.Add(this.CLEAR);
  342. this.Controls.Add(this.or_name);
  343. this.Controls.Add(this.jo_name);
  344. this.Controls.Add(this.em_status);
  345. this.Controls.Add(this.label2);
  346. this.Controls.Add(this.label1);
  347. this.Controls.Add(this.pagination1);
  348. this.Controls.Add(this.Screen);
  349. this.Controls.Add(this.em_code11);
  350. this.Controls.Add(this.em_name11);
  351. this.Controls.Add(this.em_name_label);
  352. this.Controls.Add(this.em_code_label);
  353. this.Controls.Add(this.Employee);
  354. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  355. this.Name = "Employee_Data";
  356. this.Tag = "Employee!Group";
  357. this.Text = "人员分组";
  358. this.Load += new System.EventHandler(this.人员分组_Load);
  359. this.SizeChanged += new System.EventHandler(this.人员资料_SizeChanged);
  360. ((System.ComponentModel.ISupportInitialize)(this.Employee)).EndInit();
  361. this.ResumeLayout(false);
  362. this.PerformLayout();
  363. }
  364. #endregion
  365. private CustomControl.DataGrid_View.DataGridViewWithSerialNum Employee;
  366. private CustomControl.ButtonUtil.NormalButton Screen;
  367. private CustomControl.TextBoxWithIcon.EnterTextBox em_code11;
  368. private CustomControl.TextBoxWithIcon.EnterTextBox em_name11;
  369. private System.Windows.Forms.Label em_name_label;
  370. private System.Windows.Forms.Label em_code_label;
  371. private CustomControl.Pagination.PaginationDbFind pagination1;
  372. private System.Windows.Forms.Label label1;
  373. private System.Windows.Forms.Label label2;
  374. private System.Windows.Forms.TextBox em_status;
  375. private CustomControl.TextBoxWithIcon.SearchTextBox jo_name;
  376. private CustomControl.TextBoxWithIcon.SearchTextBox or_name;
  377. private CustomControl.ButtonUtil.NormalButton CLEAR;
  378. private CustomControl.ButtonUtil.NormalButton normalButton1;
  379. private CustomControl.ButtonUtil.NormalButton normalButton2;
  380. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn em_code;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn em_password;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn em_sex;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn em_defaultorname;
  386. private System.Windows.Forms.DataGridViewTextBoxColumn em_position;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn em_email;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn em_mobile;
  389. }
  390. }