휴가신청화면에서 메세지가 날짜에 맞게 자동 변경되게함.

시작일자가 종료일자보다 클때에는 종료일자는 시작일자에 맞추게 함
This commit is contained in:
backuppc
2025-12-18 15:22:54 +09:00
parent 890e6edab4
commit ab46ccb924
3 changed files with 60 additions and 28 deletions

View File

@@ -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