SVN r286
SVN-Revision: r286
This commit is contained in:
@@ -193,6 +193,11 @@ namespace Lskj.BaseInfo
|
||||
{
|
||||
this.splitLeft.SplitterPosition = Convert.ToInt32(splitterPosition);
|
||||
}
|
||||
string splitterMainPosition = IniHelper.Read(string.Format("base_spliterPositionMain_{0}", this.SysModel.ModuleCode));
|
||||
if (!string.IsNullOrEmpty(splitterMainPosition))
|
||||
{
|
||||
this.splitMain.SplitterPosition = Convert.ToInt32(splitterMainPosition);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -996,36 +1001,4 @@ namespace Lskj.BaseInfo
|
||||
MessageUtil.Show(ResourceKeys.ForcedSuccess);
|
||||
//暂未推送消息
|
||||
PushHelper push = new PushHelper(this.SysModel.PrimaryValue, this._stepCode, this.SysModel.ModuleCode, this._beforeUsers, this._beforeMenuName, this._beforeId);
|
||||
push.Push_Base_Oper_Message();
|
||||
this.DialogResult = DialogResult.OK;
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageUtil.Show(ResourceKeys.ForcedFail + "\r\n" + result);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void simpleButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
WebBrowserUtil.StartWebBrowser(this.SysModel.ModuleCode, mRowItem["ToolsName"] + "");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user