Exemple #1
0
CSVWholeview::CSVWholeview(WContainerWidget *parent, string szIDCUser, string szIDCPwd):
WTable(parent)
{
    m_szIDCUser = szIDCUser;
    m_szIDCPwd  = szIDCPwd;

    m_szUserID  = "";
    m_bFirstLoad   = true;

    m_pTime     = NULL;
    m_pContent  = NULL;
    m_pSVUser   = NULL;


	//new WText("<div id='view_panel' class='panel_view'>",elementAt(0, 0));

    new WText("\n<SCRIPT language='JavaScript' src='/basic.js'></SCRIPT>", elementAt(0, 0));


    loadStrings();
    //initForm();
	NewInitForm();


	//new WText("</div>", elementAt(0, 0));

	//AddJsParam("uistyle", "viewpan");
	//AddJsParam("fullstyle", "true");
	//AddJsParam("bGeneral", "false");
	//new WText("<SCRIPT language='JavaScript' src='/Script.js'></SCRIPT>", elementAt(0, 0));

}
Exemple #2
0
SVDeviceTest::SVDeviceTest(WContainerWidget *parent)
:WContainerWidget(parent)
{
    m_hThread = NULL;
    m_pState = NULL;
    m_pContentTable = NULL;
    m_pSubContent = NULL;
    m_pHideButton = NULL;
    m_pClose = NULL;
    m_pApp = NULL;
    m_bFirst = true;
	m_pFinish = NULL;
	m_pWait  = NULL;

    //setStyleClass("t5");
    loadString();
    //initForm();
	NewInitForm();
}