휴가 승인자 정보 추적

This commit is contained in:
chi
2024-05-08 14:53:55 +09:00
parent 7eb2dbd2cd
commit e4f8981491
201 changed files with 1355 additions and 3219 deletions

View File

@@ -1,4 +1,5 @@
using System;
using FCOMMON;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
@@ -9,7 +10,7 @@ using System.Windows.Forms;
namespace FPJ0000
{
public partial class fEBoardImport : Form
public partial class fEBoardImport : fBase
{
string setFile;
dsPRJ.EETGW_JobReport_EBoardDataTable dt = new dsPRJ.EETGW_JobReport_EBoardDataTable();
@@ -23,7 +24,7 @@ namespace FPJ0000
private void __Load(object sender, EventArgs e)
{
//this.sd.Value = DateTime.Now.AddMonths(-1);
EnsureVisibleAndUsableSize();
this.dtPdate.Value = DateTime.Now;
}

View File

@@ -1,4 +1,5 @@
using System;
using FCOMMON;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
@@ -10,7 +11,7 @@ using System.Windows.Forms;
namespace FPJ0000.EBoard
{
public partial class fEBoardReport : Form
public partial class fEBoardReport : fBase
{
public fEBoardReport()
{
@@ -19,7 +20,7 @@ namespace FPJ0000.EBoard
private void fEBoardReport_Load(object sender, EventArgs e)
{
//기본엑셀파일을 가져온다
EnsureVisibleAndUsableSize();
this.Show();
Application.DoEvents();

View File

@@ -41,6 +41,7 @@ namespace FPJ0000
private void fProjectData_Load(object sender, EventArgs e)
{
EnsureVisibleAndUsableSize();
var db = new EEEntities();
//자동완성목록 업데이트

View File

@@ -42,7 +42,7 @@ namespace FPJ0000
private void __Load(object sender, EventArgs e)
{
//프로젝트 목록을 처리함
EnsureVisibleAndUsableSize();
this.tbRequest.Text = FCOMMON.info.Login.nameK;
//this.cmbSort.SelectedIndex = 0;