..
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Project
|
||||
[Category("Barcode"), DisplayName("Port Name")]
|
||||
public string Barcode { get; set; }
|
||||
|
||||
public string WebServiceURL { get; set; }
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public string lastid { get; set; }
|
||||
@@ -104,14 +104,9 @@ namespace Project
|
||||
|
||||
public override void AfterLoad()
|
||||
{
|
||||
//if (wondoller < 1) wondoller = 1200;
|
||||
if (WebServiceURL.isEmpty())
|
||||
WebServiceURL = "http://127.0.0.1:7979";
|
||||
|
||||
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 str_toolbar = Xml.get_Data("enum", "HideToolbar", "0");
|
||||
this.HideToolbar = (eToolPosition)int.Parse(str_toolbar);
|
||||
|
||||
Reference in New Issue
Block a user