Parcourir la source

标准库 单位 优化

cxs il y a 1 an
Parent
commit
ce13528405
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      OTSPartA_STDEditor/UI/Attributes.cs

+ 2 - 2
OTSPartA_STDEditor/UI/Attributes.cs

@@ -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));