26CPWindow2::CPWindow2(
void) {
29 SetClass(lxT(
"CPWindow"));
30 SetName(lxT(
"window2"));
40 SetTitle(lxT(
"PICSimLab - Help"));
41 SetOverrideRedirect(0);
43 EvOnShow = EVONSHOW & CPWindow2::_EvOnShow;
45 html1.SetFOwner(
this);
46 html1.SetClass(lxT(
"CHtml"));
47 html1.SetName(lxT(
"html1"));
53 html1.SetHint(lxT(
""));
56 html1.SetColor(lxT(
"#000001"));
57 html1.SetPopupMenu(NULL);
58 html1.SetLoadText(lxT(
""));
59 html1.SetLoadUrl(lxT(
""));
60 html1.SetLoadFile(lxT(
""));
63 button1.SetFOwner(
this);
64 button1.SetClass(lxT(
"CButton"));
65 button1.SetName(lxT(
"button1"));
70 button1.SetHeight(28);
71 button1.SetHint(lxT(
""));
73 button1.SetVisible(1);
74 button1.SetColor(lxT(
"#000001"));
75 button1.SetPopupMenu(NULL);
76 button1.EvMouseButtonClick = EVMOUSEBUTTONCLICK & CPWindow2::button1_EvMouseButtonClick;
77 button1.SetText(lxT(
"Back"));
78 CreateChild(&button1);