You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

706 lines
34 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class HRMembers
  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(HRMembers));
  29. this.dgvHRItem = new System.Windows.Forms.DataGridView();
  30. this.cMemberID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.cMemberName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.cEMail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.tsButtons = new System.Windows.Forms.ToolStrip();
  34. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  35. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  36. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  37. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  38. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  39. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  40. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  41. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  42. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.txtMemberID = new System.Windows.Forms.TextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.txtMemberName = new System.Windows.Forms.TextBox();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.txtSalary = new System.Windows.Forms.TextBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.txtBonus = new System.Windows.Forms.TextBox();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.txtSubsidy = new System.Windows.Forms.TextBox();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.cbHR_Class = new System.Windows.Forms.ComboBox();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.txtEffective = new System.Windows.Forms.TextBox();
  57. this.label9 = new System.Windows.Forms.Label();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.cbDepartments = new System.Windows.Forms.ComboBox();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.label13 = new System.Windows.Forms.Label();
  62. this.txtSID = new System.Windows.Forms.TextBox();
  63. this.dtpArriveDate = new System.Windows.Forms.DateTimePicker();
  64. this.dtpLeaveDate = new System.Windows.Forms.DateTimePicker();
  65. this.label6 = new System.Windows.Forms.Label();
  66. this.txtC_HealthInsuranceAmount = new System.Windows.Forms.TextBox();
  67. this.label11 = new System.Windows.Forms.Label();
  68. this.txtS_HealthInsuranceAmount = new System.Windows.Forms.TextBox();
  69. this.label14 = new System.Windows.Forms.Label();
  70. this.txtC_LaborProtection = new System.Windows.Forms.TextBox();
  71. this.label15 = new System.Windows.Forms.Label();
  72. this.txtS_LaborProtection = new System.Windows.Forms.TextBox();
  73. this.label16 = new System.Windows.Forms.Label();
  74. this.txtRetirementAmount = new System.Windows.Forms.TextBox();
  75. this.label17 = new System.Windows.Forms.Label();
  76. this.txtInsuranceLevel = new System.Windows.Forms.TextBox();
  77. this.label18 = new System.Windows.Forms.Label();
  78. this.cbCountSalary = new System.Windows.Forms.CheckBox();
  79. this.label19 = new System.Windows.Forms.Label();
  80. this.txtInsuranceSalary = new System.Windows.Forms.TextBox();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvHRItem)).BeginInit();
  82. this.tsButtons.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // dgvHRItem
  86. //
  87. this.dgvHRItem.AllowUserToAddRows = false;
  88. this.dgvHRItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  89. | System.Windows.Forms.AnchorStyles.Left)));
  90. this.dgvHRItem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  91. this.dgvHRItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  92. this.cMemberID,
  93. this.cMemberName,
  94. this.cEMail});
  95. this.dgvHRItem.Location = new System.Drawing.Point(0, 39);
  96. this.dgvHRItem.Margin = new System.Windows.Forms.Padding(5);
  97. this.dgvHRItem.Name = "dgvHRItem";
  98. this.dgvHRItem.ReadOnly = true;
  99. this.dgvHRItem.RowTemplate.Height = 24;
  100. this.dgvHRItem.Size = new System.Drawing.Size(648, 720);
  101. this.dgvHRItem.TabIndex = 0;
  102. this.dgvHRItem.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvHRItem_CellClick);
  103. this.dgvHRItem.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvHRItem_CellEnter);
  104. //
  105. // cMemberID
  106. //
  107. this.cMemberID.DataPropertyName = "MemberID";
  108. this.cMemberID.HeaderText = "人員帳號";
  109. this.cMemberID.Name = "cMemberID";
  110. this.cMemberID.ReadOnly = true;
  111. this.cMemberID.Width = 150;
  112. //
  113. // cMemberName
  114. //
  115. this.cMemberName.DataPropertyName = "MemberName";
  116. this.cMemberName.HeaderText = "人員姓名";
  117. this.cMemberName.Name = "cMemberName";
  118. this.cMemberName.ReadOnly = true;
  119. this.cMemberName.Width = 150;
  120. //
  121. // cEMail
  122. //
  123. this.cEMail.DataPropertyName = "EMail";
  124. this.cEMail.HeaderText = "E-Mail";
  125. this.cEMail.Name = "cEMail";
  126. this.cEMail.ReadOnly = true;
  127. this.cEMail.Width = 300;
  128. //
  129. // tsButtons
  130. //
  131. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  132. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  133. this.tsbSearch,
  134. this.tsbAdd,
  135. this.tsbEdit,
  136. this.tsbDelete,
  137. this.tsbSave,
  138. this.tsbOK,
  139. this.tsbCancel,
  140. this.tsbClean,
  141. this.tsbExit});
  142. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  143. this.tsButtons.Name = "tsButtons";
  144. this.tsButtons.Size = new System.Drawing.Size(1477, 32);
  145. this.tsButtons.TabIndex = 4;
  146. this.tsButtons.Text = "功能按鈕表";
  147. //
  148. // tsbSearch
  149. //
  150. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  151. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  152. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbSearch.Name = "tsbSearch";
  154. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  155. this.tsbSearch.Text = "搜尋";
  156. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  157. //
  158. // tsbAdd
  159. //
  160. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  161. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  162. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  163. this.tsbAdd.Name = "tsbAdd";
  164. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  165. this.tsbAdd.Text = "新增";
  166. this.tsbAdd.Visible = false;
  167. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  168. //
  169. // tsbEdit
  170. //
  171. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  172. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  173. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  174. this.tsbEdit.Name = "tsbEdit";
  175. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  176. this.tsbEdit.Text = "修改";
  177. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  178. //
  179. // tsbDelete
  180. //
  181. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  183. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  184. this.tsbDelete.Name = "tsbDelete";
  185. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  186. this.tsbDelete.Text = "刪除";
  187. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  188. //
  189. // tsbSave
  190. //
  191. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  192. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  193. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  194. this.tsbSave.Name = "tsbSave";
  195. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  196. this.tsbSave.Text = "儲存";
  197. this.tsbSave.Visible = false;
  198. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  199. //
  200. // tsbOK
  201. //
  202. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  203. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  204. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.tsbOK.Name = "tsbOK";
  206. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  207. this.tsbOK.Text = "確認";
  208. this.tsbOK.Visible = false;
  209. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  210. //
  211. // tsbCancel
  212. //
  213. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  214. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  215. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  216. this.tsbCancel.Name = "tsbCancel";
  217. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  218. this.tsbCancel.Text = "取消";
  219. this.tsbCancel.Visible = false;
  220. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  221. //
  222. // tsbClean
  223. //
  224. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  225. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  226. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  227. this.tsbClean.Name = "tsbClean";
  228. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  229. this.tsbClean.Text = "清除";
  230. this.tsbClean.Visible = false;
  231. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  232. //
  233. // tsbExit
  234. //
  235. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  236. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  237. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  238. this.tsbExit.Name = "tsbExit";
  239. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  240. this.tsbExit.Text = "離開";
  241. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  242. //
  243. // label1
  244. //
  245. this.label1.AutoSize = true;
  246. this.label1.Location = new System.Drawing.Point(683, 42);
  247. this.label1.Name = "label1";
  248. this.label1.Size = new System.Drawing.Size(89, 20);
  249. this.label1.TabIndex = 5;
  250. this.label1.Text = "人員帳號:";
  251. //
  252. // txtMemberID
  253. //
  254. this.txtMemberID.Location = new System.Drawing.Point(778, 39);
  255. this.txtMemberID.Name = "txtMemberID";
  256. this.txtMemberID.Size = new System.Drawing.Size(205, 29);
  257. this.txtMemberID.TabIndex = 1;
  258. //
  259. // label2
  260. //
  261. this.label2.AutoSize = true;
  262. this.label2.Location = new System.Drawing.Point(683, 77);
  263. this.label2.Name = "label2";
  264. this.label2.Size = new System.Drawing.Size(89, 20);
  265. this.label2.TabIndex = 5;
  266. this.label2.Text = "人員姓名:";
  267. //
  268. // txtMemberName
  269. //
  270. this.txtMemberName.Location = new System.Drawing.Point(778, 74);
  271. this.txtMemberName.Name = "txtMemberName";
  272. this.txtMemberName.ReadOnly = true;
  273. this.txtMemberName.Size = new System.Drawing.Size(205, 29);
  274. this.txtMemberName.TabIndex = 3;
  275. //
  276. // label3
  277. //
  278. this.label3.AutoSize = true;
  279. this.label3.Location = new System.Drawing.Point(683, 146);
  280. this.label3.Name = "label3";
  281. this.label3.Size = new System.Drawing.Size(89, 20);
  282. this.label3.TabIndex = 5;
  283. this.label3.Text = "薪 資:";
  284. //
  285. // txtSalary
  286. //
  287. this.txtSalary.Location = new System.Drawing.Point(778, 143);
  288. this.txtSalary.Name = "txtSalary";
  289. this.txtSalary.Size = new System.Drawing.Size(205, 29);
  290. this.txtSalary.TabIndex = 6;
  291. this.txtSalary.Text = "0";
  292. this.txtSalary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  293. this.txtSalary.Enter += new System.EventHandler(this.txtSalary_Enter);
  294. this.txtSalary.Leave += new System.EventHandler(this.txtSalary_Leave);
  295. //
  296. // label4
  297. //
  298. this.label4.AutoSize = true;
  299. this.label4.Location = new System.Drawing.Point(683, 181);
  300. this.label4.Name = "label4";
  301. this.label4.Size = new System.Drawing.Size(89, 20);
  302. this.label4.TabIndex = 5;
  303. this.label4.Text = "獎 金:";
  304. //
  305. // txtBonus
  306. //
  307. this.txtBonus.Location = new System.Drawing.Point(778, 178);
  308. this.txtBonus.Name = "txtBonus";
  309. this.txtBonus.Size = new System.Drawing.Size(205, 29);
  310. this.txtBonus.TabIndex = 8;
  311. this.txtBonus.Text = "0";
  312. this.txtBonus.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  313. this.txtBonus.Enter += new System.EventHandler(this.txtBonus_Enter);
  314. this.txtBonus.Leave += new System.EventHandler(this.txtBonus_Leave);
  315. //
  316. // label5
  317. //
  318. this.label5.AutoSize = true;
  319. this.label5.Location = new System.Drawing.Point(683, 216);
  320. this.label5.Name = "label5";
  321. this.label5.Size = new System.Drawing.Size(89, 20);
  322. this.label5.TabIndex = 5;
  323. this.label5.Text = "津 貼:";
  324. //
  325. // txtSubsidy
  326. //
  327. this.txtSubsidy.Location = new System.Drawing.Point(778, 213);
  328. this.txtSubsidy.Name = "txtSubsidy";
  329. this.txtSubsidy.Size = new System.Drawing.Size(205, 29);
  330. this.txtSubsidy.TabIndex = 9;
  331. this.txtSubsidy.Text = "0";
  332. this.txtSubsidy.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  333. this.txtSubsidy.Enter += new System.EventHandler(this.txtSubsidy_Enter);
  334. this.txtSubsidy.Leave += new System.EventHandler(this.txtSubsidy_Leave);
  335. //
  336. // label7
  337. //
  338. this.label7.AutoSize = true;
  339. this.label7.Location = new System.Drawing.Point(683, 250);
  340. this.label7.Name = "label7";
  341. this.label7.Size = new System.Drawing.Size(89, 20);
  342. this.label7.TabIndex = 5;
  343. this.label7.Text = "人事類別:";
  344. //
  345. // cbHR_Class
  346. //
  347. this.cbHR_Class.Enabled = false;
  348. this.cbHR_Class.FormattingEnabled = true;
  349. this.cbHR_Class.Location = new System.Drawing.Point(778, 247);
  350. this.cbHR_Class.Name = "cbHR_Class";
  351. this.cbHR_Class.Size = new System.Drawing.Size(205, 28);
  352. this.cbHR_Class.TabIndex = 10;
  353. //
  354. // label8
  355. //
  356. this.label8.AutoSize = true;
  357. this.label8.Location = new System.Drawing.Point(683, 284);
  358. this.label8.Name = "label8";
  359. this.label8.Size = new System.Drawing.Size(89, 20);
  360. this.label8.TabIndex = 5;
  361. this.label8.Text = "在職狀態:";
  362. //
  363. // txtEffective
  364. //
  365. this.txtEffective.Location = new System.Drawing.Point(778, 281);
  366. this.txtEffective.Name = "txtEffective";
  367. this.txtEffective.ReadOnly = true;
  368. this.txtEffective.Size = new System.Drawing.Size(205, 29);
  369. this.txtEffective.TabIndex = 11;
  370. this.txtEffective.Leave += new System.EventHandler(this.txtEffective_Leave);
  371. //
  372. // label9
  373. //
  374. this.label9.AutoSize = true;
  375. this.label9.Location = new System.Drawing.Point(683, 530);
  376. this.label9.Name = "label9";
  377. this.label9.Size = new System.Drawing.Size(89, 20);
  378. this.label9.TabIndex = 5;
  379. this.label9.Text = "在職期間:";
  380. //
  381. // label10
  382. //
  383. this.label10.AutoSize = true;
  384. this.label10.Location = new System.Drawing.Point(989, 524);
  385. this.label10.Name = "label10";
  386. this.label10.Size = new System.Drawing.Size(21, 20);
  387. this.label10.TabIndex = 5;
  388. this.label10.Text = "~";
  389. //
  390. // cbDepartments
  391. //
  392. this.cbDepartments.Enabled = false;
  393. this.cbDepartments.FormattingEnabled = true;
  394. this.cbDepartments.Location = new System.Drawing.Point(778, 109);
  395. this.cbDepartments.Name = "cbDepartments";
  396. this.cbDepartments.Size = new System.Drawing.Size(550, 28);
  397. this.cbDepartments.TabIndex = 5;
  398. //
  399. // label12
  400. //
  401. this.label12.AutoSize = true;
  402. this.label12.Location = new System.Drawing.Point(683, 112);
  403. this.label12.Name = "label12";
  404. this.label12.Size = new System.Drawing.Size(89, 20);
  405. this.label12.TabIndex = 5;
  406. this.label12.Text = "所屬部門:";
  407. //
  408. // label13
  409. //
  410. this.label13.AutoSize = true;
  411. this.label13.Location = new System.Drawing.Point(1012, 45);
  412. this.label13.Name = "label13";
  413. this.label13.Size = new System.Drawing.Size(105, 20);
  414. this.label13.TabIndex = 5;
  415. this.label13.Text = "身份證字號:";
  416. //
  417. // txtSID
  418. //
  419. this.txtSID.Location = new System.Drawing.Point(1123, 39);
  420. this.txtSID.MaxLength = 10;
  421. this.txtSID.Name = "txtSID";
  422. this.txtSID.Size = new System.Drawing.Size(205, 29);
  423. this.txtSID.TabIndex = 2;
  424. this.txtSID.Leave += new System.EventHandler(this.txtSID_Leave);
  425. //
  426. // dtpArriveDate
  427. //
  428. this.dtpArriveDate.Location = new System.Drawing.Point(778, 524);
  429. this.dtpArriveDate.Name = "dtpArriveDate";
  430. this.dtpArriveDate.Size = new System.Drawing.Size(205, 29);
  431. this.dtpArriveDate.TabIndex = 18;
  432. //
  433. // dtpLeaveDate
  434. //
  435. this.dtpLeaveDate.Location = new System.Drawing.Point(1016, 524);
  436. this.dtpLeaveDate.Name = "dtpLeaveDate";
  437. this.dtpLeaveDate.Size = new System.Drawing.Size(205, 29);
  438. this.dtpLeaveDate.TabIndex = 19;
  439. //
  440. // label6
  441. //
  442. this.label6.AutoSize = true;
  443. this.label6.Location = new System.Drawing.Point(667, 352);
  444. this.label6.Name = "label6";
  445. this.label6.Size = new System.Drawing.Size(105, 20);
  446. this.label6.TabIndex = 5;
  447. this.label6.Text = "公提健保費:";
  448. //
  449. // txtC_HealthInsuranceAmount
  450. //
  451. this.txtC_HealthInsuranceAmount.Location = new System.Drawing.Point(778, 349);
  452. this.txtC_HealthInsuranceAmount.Name = "txtC_HealthInsuranceAmount";
  453. this.txtC_HealthInsuranceAmount.ReadOnly = true;
  454. this.txtC_HealthInsuranceAmount.Size = new System.Drawing.Size(205, 29);
  455. this.txtC_HealthInsuranceAmount.TabIndex = 13;
  456. this.txtC_HealthInsuranceAmount.Text = "0";
  457. this.txtC_HealthInsuranceAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  458. //
  459. // label11
  460. //
  461. this.label11.AutoSize = true;
  462. this.label11.Location = new System.Drawing.Point(667, 387);
  463. this.label11.Name = "label11";
  464. this.label11.Size = new System.Drawing.Size(105, 20);
  465. this.label11.TabIndex = 5;
  466. this.label11.Text = "自提健保費:";
  467. //
  468. // txtS_HealthInsuranceAmount
  469. //
  470. this.txtS_HealthInsuranceAmount.Location = new System.Drawing.Point(778, 384);
  471. this.txtS_HealthInsuranceAmount.Name = "txtS_HealthInsuranceAmount";
  472. this.txtS_HealthInsuranceAmount.ReadOnly = true;
  473. this.txtS_HealthInsuranceAmount.Size = new System.Drawing.Size(205, 29);
  474. this.txtS_HealthInsuranceAmount.TabIndex = 14;
  475. this.txtS_HealthInsuranceAmount.Text = "0";
  476. this.txtS_HealthInsuranceAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  477. //
  478. // label14
  479. //
  480. this.label14.AutoSize = true;
  481. this.label14.Location = new System.Drawing.Point(667, 422);
  482. this.label14.Name = "label14";
  483. this.label14.Size = new System.Drawing.Size(105, 20);
  484. this.label14.TabIndex = 5;
  485. this.label14.Text = "公提勞保費:";
  486. //
  487. // txtC_LaborProtection
  488. //
  489. this.txtC_LaborProtection.Location = new System.Drawing.Point(778, 419);
  490. this.txtC_LaborProtection.Name = "txtC_LaborProtection";
  491. this.txtC_LaborProtection.ReadOnly = true;
  492. this.txtC_LaborProtection.Size = new System.Drawing.Size(205, 29);
  493. this.txtC_LaborProtection.TabIndex = 15;
  494. this.txtC_LaborProtection.Text = "0";
  495. this.txtC_LaborProtection.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  496. //
  497. // label15
  498. //
  499. this.label15.AutoSize = true;
  500. this.label15.Location = new System.Drawing.Point(667, 457);
  501. this.label15.Name = "label15";
  502. this.label15.Size = new System.Drawing.Size(105, 20);
  503. this.label15.TabIndex = 5;
  504. this.label15.Text = "自提勞保費:";
  505. //
  506. // txtS_LaborProtection
  507. //
  508. this.txtS_LaborProtection.Location = new System.Drawing.Point(778, 454);
  509. this.txtS_LaborProtection.Name = "txtS_LaborProtection";
  510. this.txtS_LaborProtection.ReadOnly = true;
  511. this.txtS_LaborProtection.Size = new System.Drawing.Size(205, 29);
  512. this.txtS_LaborProtection.TabIndex = 16;
  513. this.txtS_LaborProtection.Text = "0";
  514. this.txtS_LaborProtection.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  515. //
  516. // label16
  517. //
  518. this.label16.AutoSize = true;
  519. this.label16.Location = new System.Drawing.Point(683, 492);
  520. this.label16.Name = "label16";
  521. this.label16.Size = new System.Drawing.Size(89, 20);
  522. this.label16.TabIndex = 5;
  523. this.label16.Text = "勞退費用:";
  524. //
  525. // txtRetirementAmount
  526. //
  527. this.txtRetirementAmount.Location = new System.Drawing.Point(778, 489);
  528. this.txtRetirementAmount.Name = "txtRetirementAmount";
  529. this.txtRetirementAmount.ReadOnly = true;
  530. this.txtRetirementAmount.Size = new System.Drawing.Size(205, 29);
  531. this.txtRetirementAmount.TabIndex = 17;
  532. this.txtRetirementAmount.Text = "0";
  533. this.txtRetirementAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  534. //
  535. // label17
  536. //
  537. this.label17.AutoSize = true;
  538. this.label17.Location = new System.Drawing.Point(683, 317);
  539. this.label17.Name = "label17";
  540. this.label17.Size = new System.Drawing.Size(89, 20);
  541. this.label17.TabIndex = 5;
  542. this.label17.Text = "投保級距:";
  543. //
  544. // txtInsuranceLevel
  545. //
  546. this.txtInsuranceLevel.Location = new System.Drawing.Point(778, 314);
  547. this.txtInsuranceLevel.Name = "txtInsuranceLevel";
  548. this.txtInsuranceLevel.Size = new System.Drawing.Size(205, 29);
  549. this.txtInsuranceLevel.TabIndex = 12;
  550. this.txtInsuranceLevel.Text = "0";
  551. this.txtInsuranceLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  552. //
  553. // label18
  554. //
  555. this.label18.AutoSize = true;
  556. this.label18.Location = new System.Drawing.Point(1028, 77);
  557. this.label18.Name = "label18";
  558. this.label18.Size = new System.Drawing.Size(89, 20);
  559. this.label18.TabIndex = 5;
  560. this.label18.Text = "計算薪資:";
  561. //
  562. // cbCountSalary
  563. //
  564. this.cbCountSalary.AutoSize = true;
  565. this.cbCountSalary.Location = new System.Drawing.Point(1123, 81);
  566. this.cbCountSalary.Name = "cbCountSalary";
  567. this.cbCountSalary.Size = new System.Drawing.Size(15, 14);
  568. this.cbCountSalary.TabIndex = 4;
  569. this.cbCountSalary.UseVisualStyleBackColor = true;
  570. //
  571. // label19
  572. //
  573. this.label19.AutoSize = true;
  574. this.label19.Location = new System.Drawing.Point(1028, 146);
  575. this.label19.Name = "label19";
  576. this.label19.Size = new System.Drawing.Size(89, 20);
  577. this.label19.TabIndex = 5;
  578. this.label19.Text = "投保金額:";
  579. //
  580. // txtInsuranceSalary
  581. //
  582. this.txtInsuranceSalary.Location = new System.Drawing.Point(1123, 143);
  583. this.txtInsuranceSalary.Name = "txtInsuranceSalary";
  584. this.txtInsuranceSalary.Size = new System.Drawing.Size(205, 29);
  585. this.txtInsuranceSalary.TabIndex = 7;
  586. this.txtInsuranceSalary.Text = "0";
  587. this.txtInsuranceSalary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  588. this.txtInsuranceSalary.Enter += new System.EventHandler(this.txtInsuranceSalary_Enter);
  589. this.txtInsuranceSalary.Leave += new System.EventHandler(this.txtInsuranceSalary_Leave);
  590. //
  591. // HRMembers
  592. //
  593. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  594. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  595. this.ClientSize = new System.Drawing.Size(1477, 762);
  596. this.Controls.Add(this.cbCountSalary);
  597. this.Controls.Add(this.dtpLeaveDate);
  598. this.Controls.Add(this.dtpArriveDate);
  599. this.Controls.Add(this.cbDepartments);
  600. this.Controls.Add(this.cbHR_Class);
  601. this.Controls.Add(this.txtEffective);
  602. this.Controls.Add(this.txtMemberName);
  603. this.Controls.Add(this.label12);
  604. this.Controls.Add(this.label2);
  605. this.Controls.Add(this.txtSubsidy);
  606. this.Controls.Add(this.label10);
  607. this.Controls.Add(this.label9);
  608. this.Controls.Add(this.label8);
  609. this.Controls.Add(this.label7);
  610. this.Controls.Add(this.label5);
  611. this.Controls.Add(this.txtBonus);
  612. this.Controls.Add(this.label4);
  613. this.Controls.Add(this.txtS_HealthInsuranceAmount);
  614. this.Controls.Add(this.label11);
  615. this.Controls.Add(this.txtRetirementAmount);
  616. this.Controls.Add(this.label16);
  617. this.Controls.Add(this.txtS_LaborProtection);
  618. this.Controls.Add(this.label15);
  619. this.Controls.Add(this.txtC_LaborProtection);
  620. this.Controls.Add(this.label14);
  621. this.Controls.Add(this.txtInsuranceLevel);
  622. this.Controls.Add(this.txtC_HealthInsuranceAmount);
  623. this.Controls.Add(this.label17);
  624. this.Controls.Add(this.label6);
  625. this.Controls.Add(this.txtInsuranceSalary);
  626. this.Controls.Add(this.txtSalary);
  627. this.Controls.Add(this.label19);
  628. this.Controls.Add(this.label3);
  629. this.Controls.Add(this.txtSID);
  630. this.Controls.Add(this.txtMemberID);
  631. this.Controls.Add(this.label18);
  632. this.Controls.Add(this.label13);
  633. this.Controls.Add(this.label1);
  634. this.Controls.Add(this.tsButtons);
  635. this.Controls.Add(this.dgvHRItem);
  636. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  637. this.Margin = new System.Windows.Forms.Padding(5);
  638. this.Name = "HRMembers";
  639. this.Text = "人事基本資料檔";
  640. this.Load += new System.EventHandler(this.HRMembers_Load);
  641. ((System.ComponentModel.ISupportInitialize)(this.dgvHRItem)).EndInit();
  642. this.tsButtons.ResumeLayout(false);
  643. this.tsButtons.PerformLayout();
  644. this.ResumeLayout(false);
  645. this.PerformLayout();
  646. }
  647. #endregion
  648. private System.Windows.Forms.DataGridView dgvHRItem;
  649. private System.Windows.Forms.ToolStrip tsButtons;
  650. private System.Windows.Forms.ToolStripButton tsbSave;
  651. private System.Windows.Forms.ToolStripButton tsbAdd;
  652. private System.Windows.Forms.ToolStripButton tsbDelete;
  653. private System.Windows.Forms.Label label1;
  654. private System.Windows.Forms.TextBox txtMemberID;
  655. private System.Windows.Forms.Label label2;
  656. private System.Windows.Forms.TextBox txtMemberName;
  657. private System.Windows.Forms.ToolStripButton tsbSearch;
  658. private System.Windows.Forms.ToolStripButton tsbOK;
  659. private System.Windows.Forms.Label label3;
  660. private System.Windows.Forms.TextBox txtSalary;
  661. private System.Windows.Forms.Label label4;
  662. private System.Windows.Forms.TextBox txtBonus;
  663. private System.Windows.Forms.Label label5;
  664. private System.Windows.Forms.TextBox txtSubsidy;
  665. private System.Windows.Forms.ToolStripButton tsbEdit;
  666. private System.Windows.Forms.Label label7;
  667. private System.Windows.Forms.ComboBox cbHR_Class;
  668. private System.Windows.Forms.Label label8;
  669. private System.Windows.Forms.TextBox txtEffective;
  670. private System.Windows.Forms.Label label9;
  671. private System.Windows.Forms.Label label10;
  672. private System.Windows.Forms.ComboBox cbDepartments;
  673. private System.Windows.Forms.Label label12;
  674. private System.Windows.Forms.Label label13;
  675. private System.Windows.Forms.TextBox txtSID;
  676. private System.Windows.Forms.ToolStripButton tsbCancel;
  677. private System.Windows.Forms.DateTimePicker dtpArriveDate;
  678. private System.Windows.Forms.DateTimePicker dtpLeaveDate;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn cMemberID;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn cMemberName;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn cEMail;
  682. private System.Windows.Forms.ToolStripButton tsbExit;
  683. private System.Windows.Forms.Label label6;
  684. private System.Windows.Forms.TextBox txtC_HealthInsuranceAmount;
  685. private System.Windows.Forms.Label label11;
  686. private System.Windows.Forms.TextBox txtS_HealthInsuranceAmount;
  687. private System.Windows.Forms.Label label14;
  688. private System.Windows.Forms.TextBox txtC_LaborProtection;
  689. private System.Windows.Forms.Label label15;
  690. private System.Windows.Forms.TextBox txtS_LaborProtection;
  691. private System.Windows.Forms.Label label16;
  692. private System.Windows.Forms.TextBox txtRetirementAmount;
  693. private System.Windows.Forms.Label label17;
  694. private System.Windows.Forms.TextBox txtInsuranceLevel;
  695. private System.Windows.Forms.ToolStripButton tsbClean;
  696. private System.Windows.Forms.Label label18;
  697. private System.Windows.Forms.CheckBox cbCountSalary;
  698. private System.Windows.Forms.Label label19;
  699. private System.Windows.Forms.TextBox txtInsuranceSalary;
  700. }
  701. }