sfi count 등록 및 추가

This commit is contained in:
ChiKyun Kim
2025-09-04 09:19:01 +09:00
parent b28fe84e6b
commit 777fcd5d89
19 changed files with 1164 additions and 806 deletions

View File

@@ -607,7 +607,6 @@ namespace FCOMMON
this.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
this.Name = "fSFI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fSFI";
this.Load += new System.EventHandler(this.fSFI_Load);
this.panel1.ResumeLayout(false);
@@ -660,7 +659,6 @@ namespace FCOMMON
public System.Windows.Forms.NumericUpDown nudMSaveCnt;
public System.Windows.Forms.NumericUpDown nudMsavetime;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.NumericUpDown nudCnt;
private System.Windows.Forms.Label label17;
public System.Windows.Forms.NumericUpDown nudShiftCnt;
private System.Windows.Forms.Label label19;
@@ -670,5 +668,6 @@ namespace FCOMMON
private System.Windows.Forms.NumericUpDown nudCSFIMFG;
private System.Windows.Forms.Label label16;
public System.Windows.Forms.NumericUpDown nudSFIMFG;
public System.Windows.Forms.NumericUpDown nudCnt;
}
}