|
@@ -212,8 +212,8 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
|
|
|
sampleData1.iItemValType = OTS_ITEM_TYPES.COMBO;
|
|
|
sampleData1.bReadOnly = false;
|
|
|
sampleData1.sDescriptionInfo = "Survey Chart Type";
|
|
|
- sampleData1.itemVal = "去背景显示";
|
|
|
- sampleData1.comboDownList = new List<string>() { "去背景显示", sSCaptionName13,"原图显示","原图颗粒分布" };//bse,颗粒分类图
|
|
|
+ sampleData1.itemVal = "BSE";
|
|
|
+ sampleData1.comboDownList = new List<string>() { "BSE", sSCaptionName13, "Original", "原图颗粒分布" };//bse,颗粒分类图
|
|
|
list.Add(sampleData1);
|
|
|
|
|
|
//测量图类型
|