휴가신청화면에서 메세지가 날짜에 맞게 자동 변경되게함.
시작일자가 종료일자보다 클때에는 종료일자는 시작일자에 맞추게 함
This commit is contained in:
@@ -112,6 +112,7 @@ namespace FPJ0000.OtConfirm
|
||||
this.tbSD.Name = "tbSD";
|
||||
this.tbSD.Size = new System.Drawing.Size(381, 38);
|
||||
this.tbSD.TabIndex = 3;
|
||||
this.tbSD.ValueChanged += new System.EventHandler(this.tbSD_ValueChanged);
|
||||
//
|
||||
// tbED
|
||||
//
|
||||
@@ -434,7 +435,6 @@ namespace FPJ0000.OtConfirm
|
||||
// dSKuntae
|
||||
//
|
||||
this.dSKuntae.DataSetName = "DSKuntae";
|
||||
this.dSKuntae.Namespace = "http://tempuri.org/DSKuntae.xsd";
|
||||
this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// rad2
|
||||
|
||||
Reference in New Issue
Block a user