..
This commit is contained in:
@@ -47,6 +47,25 @@ namespace AR
|
||||
#endregion
|
||||
|
||||
|
||||
[Category("Door Safty"),DisplayName("Disable Front - Left")]
|
||||
|
||||
public Boolean Disable_safty_F0 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Center")]
|
||||
|
||||
public Boolean Disable_safty_F1 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Right")]
|
||||
|
||||
public Boolean Disable_safty_F2 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Left")]
|
||||
|
||||
public Boolean Disable_safty_R0 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Center")]
|
||||
|
||||
public Boolean Disable_safty_R1 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Right")]
|
||||
|
||||
public Boolean Disable_safty_R2 { get; set; }
|
||||
|
||||
public SystemSetting()
|
||||
{
|
||||
this.filename = UTIL.CurrentPath + "system.xml";
|
||||
|
||||
Reference in New Issue
Block a user