PICSimLab - Programmable IC Simulator Laboratory 0.9.2
PICSimLab - API
Loading...
Searching...
No Matches
picsimlab3_d.cc
1CPWindow3::CPWindow3(void) {
2 // lxrad automatic generated block start, don't edit below!
3 SetFOwner(this);
4 SetClass(lxT("CPWindow"));
5 SetName(lxT("window3"));
6 SetTag(0);
7 SetX(309);
8 SetY(188);
9 SetWidth(552);
10 SetHeight(391);
11 SetHint(lxT(""));
12 SetEnable(1);
13 SetVisible(0);
14 SetPopupMenu(NULL);
15 SetTitle(lxT("PICSimLab - Configuration"));
16 SetOverrideRedirect(0);
17 EvOnCreate = EVONCREATE & CPWindow3::_EvOnCreate;
18 EvOnShow = EVONSHOW & CPWindow3::_EvOnShow;
19 // label1
20 label1.SetFOwner(this);
21 label1.SetClass(lxT("CLabel"));
22 label1.SetName(lxT("label1"));
23 label1.SetTag(0);
24 label1.SetX(51);
25 label1.SetY(44);
26 label1.SetWidth(87);
27 label1.SetHeight(20);
28 label1.SetHint(lxT(""));
29 label1.SetEnable(1);
30 label1.SetVisible(1);
31 label1.SetPopupMenu(NULL);
32 label1.SetText(lxT("Serial Port:"));
33 label1.SetAlign(1);
34 CreateChild(&label1);
35 // label2
36 label2.SetFOwner(this);
37 label2.SetClass(lxT("CLabel"));
38 label2.SetName(lxT("label2"));
39 label2.SetTag(0);
40 label2.SetX(56);
41 label2.SetY(240);
42 label2.SetWidth(82);
43 label2.SetHeight(20);
44 label2.SetHint(lxT(""));
45 label2.SetEnable(1);
46 label2.SetVisible(1);
47 label2.SetPopupMenu(NULL);
48 label2.SetText(lxT("Prog. Port:"));
49 label2.SetAlign(1);
50 CreateChild(&label2);
51 // button1
52 button1.SetFOwner(this);
53 button1.SetClass(lxT("CButton"));
54 button1.SetName(lxT("button1"));
55 button1.SetTag(0);
56 button1.SetX(159);
57 button1.SetY(299);
58 button1.SetWidth(93);
59 button1.SetHeight(28);
60 button1.SetHint(lxT(""));
61 button1.SetEnable(1);
62 button1.SetVisible(1);
63 button1.SetPopupMenu(NULL);
64 button1.EvMouseButtonClick = EVMOUSEBUTTONCLICK & CPWindow3::button1_EvMouseButtonClick;
65 button1.SetText(lxT("Save"));
66 CreateChild(&button1);
67 // combo1
68 combo1.SetFOwner(this);
69 combo1.SetClass(lxT("CCombo"));
70 combo1.SetName(lxT("combo1"));
71 combo1.SetTag(0);
72 combo1.SetX(145);
73 combo1.SetY(36);
74 combo1.SetWidth(200);
75 combo1.SetHeight(32);
76 combo1.SetHint(lxT(""));
77 combo1.SetEnable(1);
78 combo1.SetVisible(1);
79 combo1.SetPopupMenu(NULL);
80 combo1.SetItems(lxT(""));
81 combo1.SetText(lxT(""));
82 combo1.SetReadOnly(0);
83 CreateChild(&combo1);
84 // combo2
85 combo2.SetFOwner(this);
86 combo2.SetClass(lxT("CCombo"));
87 combo2.SetName(lxT("combo2"));
88 combo2.SetTag(0);
89 combo2.SetX(145);
90 combo2.SetY(237);
91 combo2.SetWidth(200);
92 combo2.SetHeight(32);
93 combo2.SetHint(lxT(""));
94 combo2.SetEnable(0);
95 combo2.SetVisible(1);
96 combo2.SetPopupMenu(NULL);
97 combo2.SetItems(lxT(""));
98 combo2.SetText(lxT(""));
99 combo2.SetReadOnly(0);
100 CreateChild(&combo2);
101 // label3
102 label3.SetFOwner(this);
103 label3.SetClass(lxT("CLabel"));
104 label3.SetName(lxT("label3"));
105 label3.SetTag(0);
106 label3.SetX(61);
107 label3.SetY(123);
108 label3.SetWidth(77);
109 label3.SetHeight(20);
110 label3.SetHint(lxT(""));
111 label3.SetEnable(1);
112 label3.SetVisible(1);
113 label3.SetPopupMenu(NULL);
114 label3.SetText(lxT("AVR DBG:"));
115 label3.SetAlign(1);
116 CreateChild(&label3);
117 // combo3
118 combo3.SetFOwner(this);
119 combo3.SetClass(lxT("CCombo"));
120 combo3.SetName(lxT("combo3"));
121 combo3.SetTag(0);
122 combo3.SetX(145);
123 combo3.SetY(117);
124 combo3.SetWidth(200);
125 combo3.SetHeight(32);
126 combo3.SetHint(lxT(""));
127 combo3.SetEnable(1);
128 combo3.SetVisible(1);
129 combo3.SetPopupMenu(NULL);
130 combo3.SetItems(lxT("GDB,MDB,"));
131 combo3.SetText(lxT("GDB"));
132 combo3.SetReadOnly(0);
133 CreateChild(&combo3);
134 // label4
135 label4.SetFOwner(this);
136 label4.SetClass(lxT("CLabel"));
137 label4.SetName(lxT("label4"));
138 label4.SetTag(0);
139 label4.SetX(31);
140 label4.SetY(83);
141 label4.SetWidth(109);
142 label4.SetHeight(20);
143 label4.SetHint(lxT(""));
144 label4.SetEnable(1);
145 label4.SetVisible(1);
146 label4.SetPopupMenu(NULL);
147 label4.SetText(lxT("DBG TCP Port:"));
148 label4.SetAlign(1);
149 CreateChild(&label4);
150 // spin1
151 spin1.SetFOwner(this);
152 spin1.SetClass(lxT("CSpin"));
153 spin1.SetName(lxT("spin1"));
154 spin1.SetTag(0);
155 spin1.SetX(145);
156 spin1.SetY(77);
157 spin1.SetWidth(200);
158 spin1.SetHeight(32);
159 spin1.SetHint(lxT(""));
160 spin1.SetEnable(1);
161 spin1.SetVisible(1);
162 spin1.SetPopupMenu(NULL);
163 spin1.SetValue(1234);
164 spin1.SetMin(0);
165 spin1.SetMax(65535);
166 CreateChild(&spin1);
167 // spin2
168 spin2.SetFOwner(this);
169 spin2.SetClass(lxT("CSpin"));
170 spin2.SetName(lxT("spin2"));
171 spin2.SetTag(0);
172 spin2.SetX(145);
173 spin2.SetY(157);
174 spin2.SetWidth(200);
175 spin2.SetHeight(32);
176 spin2.SetHint(lxT(""));
177 spin2.SetEnable(1);
178 spin2.SetVisible(1);
179 spin2.SetPopupMenu(NULL);
180 spin2.SetValue(5000);
181 spin2.SetMin(0);
182 spin2.SetMax(65535);
183 CreateChild(&spin2);
184 // label5
185 label5.SetFOwner(this);
186 label5.SetClass(lxT("CLabel"));
187 label5.SetName(lxT("label5"));
188 label5.SetTag(0);
189 label5.SetX(25);
190 label5.SetY(164);
191 label5.SetWidth(116);
192 label5.SetHeight(20);
193 label5.SetHint(lxT(""));
194 label5.SetEnable(1);
195 label5.SetVisible(1);
196 label5.SetPopupMenu(NULL);
197 label5.SetText(lxT("Remote C. Port:"));
198 label5.SetAlign(1);
199 CreateChild(&label5);
200 // button2
201 button2.SetFOwner(this);
202 button2.SetClass(lxT("CButton"));
203 button2.SetName(lxT("button2"));
204 button2.SetTag(0);
205 button2.SetX(281);
206 button2.SetY(299);
207 button2.SetWidth(93);
208 button2.SetHeight(28);
209 button2.SetHint(lxT(""));
210 button2.SetEnable(1);
211 button2.SetVisible(1);
212 button2.SetPopupMenu(NULL);
213 button2.EvMouseButtonClick = EVMOUSEBUTTONCLICK & CPWindow3::button2_EvMouseButtonClick;
214 button2.SetText(lxT("Cancel"));
215 CreateChild(&button2);
216 // button3
217 button3.SetFOwner(this);
218 button3.SetClass(lxT("CButton"));
219 button3.SetName(lxT("button3"));
220 button3.SetTag(0);
221 button3.SetX(145);
222 button3.SetY(198);
223 button3.SetWidth(200);
224 button3.SetHeight(32);
225 button3.SetHint(lxT(""));
226 button3.SetEnable(1);
227 button3.SetVisible(1);
228 button3.SetColor(lxT("#000001"));
229 button3.SetPopupMenu(NULL);
230 button3.EvMouseButtonClick = EVMOUSEBUTTONCLICK & CPWindow3::button3_EvMouseButtonClick;
231 button3.SetText(lxT("Open Configuration Dir"));
232 CreateChild(&button3);
233 // checkbox1
234 checkbox1.SetFOwner(this);
235 checkbox1.SetClass(lxT("CCheckBox"));
236 checkbox1.SetName(lxT("checkbox1"));
237 checkbox1.SetTag(0);
238 checkbox1.SetX(355);
239 checkbox1.SetY(36);
240 checkbox1.SetWidth(128);
241 checkbox1.SetHeight(32);
242 checkbox1.SetHint(lxT(""));
243 checkbox1.SetEnable(1);
244 checkbox1.SetVisible(1);
245 checkbox1.SetPopupMenu(NULL);
246 checkbox1.SetText(lxT("DTR/RTS Reset"));
247 checkbox1.SetCheck(0);
248 CreateChild(&checkbox1);
249 /*#Others*/
250 // lxrad automatic generated block end, don't edit above!
251};