SVN r1148

SVN-Revision: r1148
This commit is contained in:
cyf
2026-03-23 01:47:22 +00:00
parent eb0522e144
commit d8ac361255
14 changed files with 188 additions and 116 deletions
+7 -29
View File
@@ -2038,6 +2038,12 @@ namespace Lskj.SweepCode
}
//页签中设置主表行(页签里可以设置主表行中的值为默认值)
if (_rowItem != null)
{
this.detailTab.SetMainRow(_rowItem);
}
IniAllControl(_rowItem, isFocus);
}
catch (Exception ex)
@@ -2381,32 +2387,4 @@ namespace Lskj.SweepCode
}
}
}
}
#endregion
#endregion
/// <summary>
/// <para>说明:明细分割条移动保存位置</para>
/// <para>创建人:龚宇超</para>
/// <para>创建日期:2018-03-06 </para>
/// <para>修改人:</para>
/// <para>修改日期:</para>
/// <para>修改备注:</para>
/// <para>版本:1.0</para>
/// </summary>
/// <param name="sender">The source of the event.</param>
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
private void OnDetailsSplitterMoved(object sender, EventArgs e)
{
if (this._isInitFinish)
{
SplitContainerControl splitContainerControl = sender as SplitContainerControl;
IniHelper.Write(string.Format("Step_splitLeftSide_{0}", this.SysModel.ModuleCode), splitContainerControl.SplitterPosition + "");
}
}
}
}