휴가 승인자 정보 추적
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using FarPoint.Win;
|
||||
using FCOMMON;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
@@ -10,7 +11,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace FPJ0000.JobReport_
|
||||
{
|
||||
public partial class rJobReportUser : Form
|
||||
public partial class rJobReportUser : fBase
|
||||
{
|
||||
Boolean binit = false;
|
||||
public rJobReportUser()
|
||||
@@ -23,7 +24,7 @@ namespace FPJ0000.JobReport_
|
||||
|
||||
private void rJobReport_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
EnsureVisibleAndUsableSize();
|
||||
this.fpSpread1_Sheet2.AddSelection(2, 3, 4, 3);
|
||||
// fpSpread1_Sheet2.Columns[1, 0].AllowAutoSort = true;
|
||||
//this.fpSpread1_Sheet2.ColumnHeader.AutoTextIndex = 1;
|
||||
|
||||
Reference in New Issue
Block a user