From 9aa97ec161905202bf6125ad8a450381ca532f42 Mon Sep 17 00:00:00 2001 From: lh <2334563547@qq.com> Date: Mon, 17 Aug 2026 10:32:21 +0800 Subject: [PATCH] =?UTF-8?q?style(nmNum):=20=E7=BB=9F=E4=B8=80=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=88=86=E7=BB=84=E8=BE=93=E5=85=A5=E5=80=BC=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 井参数“位置与井筒”分组输入值改为右对齐 - 断层和裂缝“几何参数”分组输入值改为右对齐 - 保持右侧分组及通栏居中分组原有对齐方式 --- Src/nmNum/nmSubWxs/nmReservoirParameterCatalog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/nmNum/nmSubWxs/nmReservoirParameterCatalog.cpp b/Src/nmNum/nmSubWxs/nmReservoirParameterCatalog.cpp index d9f8beb..dc8265d 100644 --- a/Src/nmNum/nmSubWxs/nmReservoirParameterCatalog.cpp +++ b/Src/nmNum/nmSubWxs/nmReservoirParameterCatalog.cpp @@ -189,6 +189,7 @@ void createWellGroups(nmReservoirPropertyObjectInfo& oInfo, { nmReservoirParameterGroupInfo oPosition = parameterGroup("Position and wellbore", 0, 0, 1); + oPosition.m_bValueRightAligned = true; oPosition.m_listFields << numericField(prefixed(oInfo.m_sObjectCode, "W_X"), "W_X") << numericField(prefixed(oInfo.m_sObjectCode, "W_Y"), "W_Y") @@ -575,6 +576,7 @@ nmReservoirParameterCatalog::createObjectInfos( nmReservoirParameterGroupInfo oGeometry = parameterGroup("Geometry", 0, 0, 1); + oGeometry.m_bValueRightAligned = true; oGeometry.m_listFields << numericField(prefixed( oInfo.m_sObjectCode, "FT_X0"), "FT_X0") @@ -626,6 +628,7 @@ nmReservoirParameterCatalog::createObjectInfos( nmReservoirParameterGroupInfo oGeometry = parameterGroup("Geometry", 0, 0, 1); + oGeometry.m_bValueRightAligned = true; oGeometry.m_listFields << numericField(prefixed( oInfo.m_sObjectCode, "F_X0"), "F_X0")