This commit is contained in:
chi
2020-10-12 13:27:25 +09:00
parent 5473f0f10c
commit 9fd97e8877
13 changed files with 1926 additions and 47 deletions

View File

@@ -60,7 +60,7 @@ namespace Project
[Browsable(false)]
public string lastid { get; set; }
[Browsable(false)]
public string lastdept { get; set; }
public string lastdpt { get; set; }
public int CamIndex { get; set; }
[DisplayName("Tool Bar")]
@@ -85,7 +85,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파트";
//if (lastdept == "") lastdept = "제조본부 장비기술팀 K4장비기술1파트";
var str_toolbar = Xml.get_Data("enum", "HideToolbar", "0");
this.HideToolbar = (eToolPosition)int.Parse(str_toolbar);