
修改Class\Info\method\workspaceWindowCreated; void workspaceWindowCreated(int _hWnd)
{
// Put workspace window specific initialization here. str curtxt;
SysSqlSystemInfo systemInfo = SysSqlSystemInfo::construct();
; curtxt = WinAPI::getWindowText(_hwnd);
curtxt = strfmt("(%1) %2",systemInfo.getLoginDatabase(), curtxt)
WinAPI::setWindowText(_hwnd, curtxt);
}
实现效果