휴가 승인자 정보 추적
This commit is contained in:
@@ -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 FCM0000
|
||||
{
|
||||
public partial class fHolidaytable : Form
|
||||
public partial class fHolidaytable : fBase
|
||||
{
|
||||
public string Title { get; set; }
|
||||
// DataTable dt;
|
||||
@@ -28,16 +29,13 @@ namespace FCM0000
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void fLovItem_Load(object sender, EventArgs e)
|
||||
{
|
||||
EnsureVisibleAndUsableSize();
|
||||
this.textBox1.Text = DateTime.Now.ToString("yyyy-MM");
|
||||
refreshData();
|
||||
|
||||
//if(dv.Columns.Count > 1)
|
||||
// this.dv.Columns[1].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||||
//else
|
||||
// this.dv.Columns[0].AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||||
}
|
||||
void refreshData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user