|
@@ -120,8 +120,8 @@ namespace OTSPartA_STDEditor
|
|
|
Grid_Attributes[2, 0] = new SourceGrid.Cells.Cell("规则名称 ", typeof(string));
|
|
|
Grid_Attributes[3, 0] = new SourceGrid.Cells.Cell("颜色", typeof(string));
|
|
|
Grid_Attributes[4, 0] = new SourceGrid.Cells.Cell("是否元素分析 ", typeof(string));
|
|
|
- Grid_Attributes[5, 0] = new SourceGrid.Cells.Cell("硬度(N/mm2)", typeof(string));
|
|
|
- Grid_Attributes[6, 0] = new SourceGrid.Cells.Cell("密度(kg/m³)", typeof(string));
|
|
|
+ Grid_Attributes[5, 0] = new SourceGrid.Cells.Cell("硬度(HV)", typeof(string));
|
|
|
+ Grid_Attributes[6, 0] = new SourceGrid.Cells.Cell("密度(g/m³)", typeof(string));
|
|
|
Grid_Attributes[7, 0] = new SourceGrid.Cells.Cell("导电性(S/m)", typeof(string));
|
|
|
Grid_Attributes[8, 0] = new SourceGrid.Cells.Cell("Video", typeof(string));
|
|
|
Grid_Attributes[9, 0] = new SourceGrid.Cells.Cell("化学式", typeof(string));
|