io맵 화면에서. 목록 자동 생성 기능 추가

Signed-off-by: chi <chikyun.kim@amkor.co.kr>
This commit is contained in:
chi
2020-05-06 14:23:00 +09:00
parent a5ef877231
commit 0ee23842dc
11 changed files with 3092 additions and 3026 deletions

View File

@@ -266,7 +266,6 @@
this.Controls.Add(this.tbSupplyIdx);
this.Controls.Add(this.tbUnit);
this.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.MaximizeBox = false;
this.MinimizeBox = false;

View File

@@ -95,7 +95,7 @@ namespace FCM0000.Item
}
else
{
newIDX = (int)(ta.ReadIDX(FCOMMON.info.Login.gcode, searchKey));
newIDX = (int)(ta.ReadIDX(FCOMMON.info.Login.gcode, pumName, pumModel));
DialogResult = System.Windows.Forms.DialogResult.OK;
}
}