This commit is contained in:
chikyun.kim
2019-07-26 17:28:19 +09:00
parent ae209e00af
commit 11d7c7f704
58 changed files with 3360 additions and 6285 deletions

View File

@@ -46,7 +46,10 @@ namespace Project
[Category("Barcode"), DisplayName("Port Name")]
public string Barcode { get; set; }
[Browsable(false)]
public string lastid { get; set; }
[Browsable(false)]
public string lastdept { get; set; }
public int CamIndex { get; set; }
public Setting() : this(Util.CurrentPath + "setting.xml") {}
@@ -68,6 +71,7 @@ namespace Project
if (Language.isEmpty()) Language = "Kor";
if (Password_Setup.isEmpty()) Password_Setup = "0000";
if (Password_User.isEmpty()) Password_User = "9999";
if (lastdept == "") lastdept = "제조본부 장비기술팀 K4장비기술1파트";
//시작폼가져오기
var = Xml.get_Data("startForm");