메모장에 폴더 연결 기능 추가 - 차후에 전용 폴더 뷰어를 연결해야 함
This commit is contained in:
@@ -29,6 +29,8 @@ namespace FPJ0000.JobReport
|
||||
this.tbProcess.Text = FCOMMON.info.Login.process;
|
||||
if (tbProcess.SelectedIndex < 0) tbProcess.SelectedIndex = 0;
|
||||
|
||||
this.tbMon.Text = DateTime.Now.Year.ToString();
|
||||
|
||||
refrehData();
|
||||
}
|
||||
|
||||
@@ -39,7 +41,6 @@ namespace FPJ0000.JobReport
|
||||
//this.reportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout);
|
||||
//this.reportViewer1.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.PageWidth;
|
||||
|
||||
|
||||
//그리드뷰 생성
|
||||
this.dataGridView1.AllowUserToAddRows = false;
|
||||
this.dataGridView1.AllowUserToDeleteRows = false;
|
||||
|
||||
Reference in New Issue
Block a user