금일입고 메일 전송 기능 수정
파트리스트 구매등록 오류 수정 구매신청 날짜 칸 더블클릭시 선택창 추가
This commit is contained in:
@@ -602,6 +602,7 @@
|
||||
this.dtSD.Size = new System.Drawing.Size(90, 37);
|
||||
this.dtSD.Text = "1982-11-23";
|
||||
this.dtSD.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.dtSD.DoubleClick += new System.EventHandler(this.dtSD_DoubleClick);
|
||||
//
|
||||
// lbEnd
|
||||
//
|
||||
@@ -618,6 +619,7 @@
|
||||
this.dtED.Size = new System.Drawing.Size(90, 37);
|
||||
this.dtED.Text = "1982-11-23";
|
||||
this.dtED.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.dtED.DoubleClick += new System.EventHandler(this.dtSD_DoubleClick);
|
||||
//
|
||||
// toolStripLabel4
|
||||
//
|
||||
@@ -998,6 +1000,7 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Label = "비고";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Tag = "bigo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType17;
|
||||
|
||||
Reference in New Issue
Block a user