...
This commit is contained in:
@@ -17,6 +17,7 @@ namespace FBS0000
|
||||
public WorkTable()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
|
||||
var sd = DateTime.Now.ToString("yyyy-MM-01");
|
||||
var ed = DateTime.Parse(sd).AddMonths(1).AddDays(-1).ToShortDateString();// DateTime.Now.AddMonths(1).ToString("yyyy-MM-01")).AddDays(-1).ToShortDateString();
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace FBS0000.Holiday
|
||||
public fErrorChk()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
|
||||
//dtSD.KeyDown += dtSD_KeyDown;
|
||||
//dtED.KeyDown += dtSD_KeyDown;
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace FBS0000
|
||||
public fHolyDayData(string sdate, string uid)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
|
||||
var dtUser = FCOMMON.DBM.getUserTable();
|
||||
|
||||
@@ -18,6 +18,7 @@ namespace FBS0000
|
||||
public fHolyday()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
fn_fpcolsize = System.IO.Path.Combine(FCOMMON.Util.CurrentPath, "formSetting", "fp_" + this.Name + "i.ini");
|
||||
this.dsMSSQL.vHoliday_uselist.TableNewRow += Holyday_TableNewRow;
|
||||
//this.dv1.CellFormatting += dv1_CellFormatting;
|
||||
|
||||
@@ -18,6 +18,7 @@ namespace FBS0000
|
||||
public fHolydayJobReport(string sd,string ed ,string uid )
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.tbSD.Text = sd;
|
||||
this.tbED.Text = ed;
|
||||
p_uid = uid;
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace FBS0000
|
||||
public fHolyday_Add(dsMSSQL.HolydayRow dr_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.dr = dr_;
|
||||
//if (idx == -1)
|
||||
//{
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace FBS0000.Holiday
|
||||
public fImpKunTae()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
}
|
||||
|
||||
private void fImpKunTae_Load(object sender, EventArgs e)
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace FBS0000
|
||||
public fWorkTableUser()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.dsMSSQL.EETGW_WorkTableUser.TableNewRow += Holyday_TableNewRow;
|
||||
//this.dv1.CellFormatting += dv1_CellFormatting;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ namespace FBS0000
|
||||
public rHolidaySummary()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user