..
This commit is contained in:
@@ -11,9 +11,11 @@ namespace FPJ0000.JobReport
|
||||
{
|
||||
public partial class fJobChartMenu : Form
|
||||
{
|
||||
public fJobChartMenu()
|
||||
public fJobChartMenu(string name, string no)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.tbName.Text = name;
|
||||
this.tbUID.Text = no;
|
||||
}
|
||||
|
||||
private void btOK_Click(object sender, EventArgs e)
|
||||
@@ -24,8 +26,8 @@ namespace FPJ0000.JobReport
|
||||
|
||||
private void fJobChartMenu_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.tbUID.Text = FCOMMON.info.Login.no;
|
||||
this.tbName.Text = FCOMMON.info.Login.nameK;
|
||||
// this.tbUID.Text = FCOMMON.info.Login.no;
|
||||
//this.tbName.Text = FCOMMON.info.Login.nameK;
|
||||
this.dateTimePicker1.Value = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-01"));
|
||||
this.dateTimePicker2.Value = this.dateTimePicker1.Value.AddMonths(1).AddDays(-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user