feat: 更新业务、控件及单据功能
This commit is contained in:
@@ -4836,6 +4836,14 @@ namespace Lskj.Main.Control
|
||||
tabPage.Controls.Add(this.FirstMain);
|
||||
this.webBrowser.Show();
|
||||
this.webBrowser.BringToFront();
|
||||
// 等待页签和FirstMain完成布局后,再同步CEF原生子窗口的位置和尺寸。
|
||||
this.webBrowser.BeginInvoke(new MethodInvoker(delegate
|
||||
{
|
||||
if (!this.webBrowser.IsDisposed && !this.webBrowser.Disposing)
|
||||
{
|
||||
this.webBrowser.SyncBrowserBounds();
|
||||
}
|
||||
}));
|
||||
//if (this.webBrowser.cefBrowserSettings != null) this.webBrowser.cefBrowserSettings.Reload();
|
||||
int MemuEventType = 1;
|
||||
//左侧二级目录菜单设置为单击切换模式
|
||||
|
||||
Reference in New Issue
Block a user