mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-27 02:36:34 +08:00
传输优化
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ViewWindow.Config
|
||||
set { this._radius = value; }
|
||||
}
|
||||
|
||||
private string color = "yellow";
|
||||
private string color = "blue";
|
||||
[XmlElement(ElementName = "Color")]
|
||||
public string Color
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace ViewROI.Config
|
||||
set { this._extentPhi = value; }
|
||||
}
|
||||
|
||||
private string color = "yellow";
|
||||
private string color = "blue";
|
||||
[XmlElement(ElementName = "Color")]
|
||||
public string Color
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace ViewWindow.Config
|
||||
get { return this._columnEnd; }
|
||||
set { this._columnEnd = value; }
|
||||
}
|
||||
private string color = "yellow";
|
||||
private string color = "blue";
|
||||
[XmlElement(ElementName = "Color")]
|
||||
public string Color
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace ViewWindow.Config
|
||||
get { return this._column2; }
|
||||
set { this._column2 = value; }
|
||||
}
|
||||
private string color = "yellow";
|
||||
private string color = "blue";
|
||||
[XmlElement(ElementName = "Color")]
|
||||
public string Color
|
||||
{
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace ViewWindow.Config
|
||||
get { return this._lenth2; }
|
||||
set { this._lenth2 = value; }
|
||||
}
|
||||
private string color = "yellow";
|
||||
private string color = "blue";
|
||||
|
||||
[XmlElement(ElementName = "Color")]
|
||||
public string Color
|
||||
|
||||
Reference in New Issue
Block a user