PICSimLab - Programmable IC Simulator Laboratory 0.9.2
PICSimLab - API
Loading...
Searching...
No Matches
picsimlab2_d.cc
1/* ########################################################################
2
3 PICSimLab - Programmable IC Simulator Laboratory
4
5 ########################################################################
6
7 Copyright (c) : 2010-2024 Luis Claudio GambĂ´a Lopes <lcgamboa@yahoo.com>
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 For e-mail suggestions : lcgamboa@yahoo.com
24 ######################################################################## */
25
26CPWindow2::CPWindow2(void) {
27 // lxrad automatic generated block start, don't edit below!
28 SetFOwner(this);
29 SetClass(lxT("CPWindow"));
30 SetName(lxT("window2"));
31 SetTag(0);
32 SetX(312);
33 SetY(167);
34 SetWidth(733);
35 SetHeight(773);
36 SetHint(lxT(""));
37 SetEnable(1);
38 SetVisible(0);
39 SetPopupMenu(NULL);
40 SetTitle(lxT("PICSimLab - Help"));
41 SetOverrideRedirect(0);
42#ifndef EXT_BROWSER
43 EvOnShow = EVONSHOW & CPWindow2::_EvOnShow;
44 // html1
45 html1.SetFOwner(this);
46 html1.SetClass(lxT("CHtml"));
47 html1.SetName(lxT("html1"));
48 html1.SetTag(0);
49 html1.SetX(18);
50 html1.SetY(32);
51 html1.SetWidth(695);
52 html1.SetHeight(713);
53 html1.SetHint(lxT(""));
54 html1.SetEnable(1);
55 html1.SetVisible(1);
56 html1.SetColor(lxT("#000001"));
57 html1.SetPopupMenu(NULL);
58 html1.SetLoadText(lxT(""));
59 html1.SetLoadUrl(lxT(""));
60 html1.SetLoadFile(lxT(""));
61 CreateChild(&html1);
62 // button1
63 button1.SetFOwner(this);
64 button1.SetClass(lxT("CButton"));
65 button1.SetName(lxT("button1"));
66 button1.SetTag(0);
67 button1.SetX(18);
68 button1.SetY(2);
69 button1.SetWidth(65);
70 button1.SetHeight(28);
71 button1.SetHint(lxT(""));
72 button1.SetEnable(1);
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);
79#endif
80 /*#Others*/
81 // lxrad automatic generated block end, don't edit above!
82};