OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [frmRegisters.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 robfinch
#pragma once
2
 
3
namespace emuThor {
4
 
5
        using namespace System;
6
        using namespace System::ComponentModel;
7
        using namespace System::Collections;
8
        using namespace System::Windows::Forms;
9
        using namespace System::Data;
10
        using namespace System::Drawing;
11
 
12
        /// <summary>
13
        /// Summary for frmRegisters
14
        /// </summary>
15
        public ref class frmRegisters : public System::Windows::Forms::Form
16
        {
17
        public:
18
                frmRegisters(void)
19
                {
20
                        InitializeComponent();
21
                        //
22
                        //TODO: Add the constructor code here
23
                        //
24
                        char buf[100];
25
                        sprintf(buf, "%016I64X", cpu1.gp[1]);
26
                        txtR1->Text = gcnew String(buf);
27
                        sprintf(buf, "%016I64X", cpu1.gp[2]);
28
                        txtR2->Text = gcnew String(buf);
29
                        sprintf(buf, "%016I64X", cpu1.gp[3]);
30
                        txtR3->Text = gcnew String(buf);
31
                        sprintf(buf, "%016I64X", cpu1.gp[4]);
32
                        txtR4->Text = gcnew String(buf);
33
                        sprintf(buf, "%016I64X", cpu1.gp[5]);
34
                        txtR5->Text = gcnew String(buf);
35
                        sprintf(buf, "%016I64X", cpu1.gp[6]);
36
                        txtR6->Text = gcnew String(buf);
37
                        sprintf(buf, "%016I64X", cpu1.gp[7]);
38
                        txtR7->Text = gcnew String(buf);
39
                        sprintf(buf, "%016I64X", cpu1.gp[8]);
40
                        txtR8->Text = gcnew String(buf);
41
                        sprintf(buf, "%016I64X", cpu1.ca[1]);
42
                        txtCa1->Text = gcnew String(buf);
43
                        sprintf(buf, "%016I64X", cpu1.ca[12]);
44
                        txtCa12->Text = gcnew String(buf);
45
                        sprintf(buf, "%016I64X", cpu1.pc);
46
                        txtCa15->Text = gcnew String(buf);
47
                        sprintf(buf, "%016I64X", cpu1.tick);
48
                        txtTick->Text = gcnew String(buf);
49
                        sprintf(buf, "%016I64X", cpu1.lc);
50
                        txtLC->Text = gcnew String(buf);
51
                }
52
 
53
        protected:
54
                /// <summary>
55
                /// Clean up any resources being used.
56
                /// </summary>
57
                ~frmRegisters()
58
                {
59
                        if (components)
60
                        {
61
                                delete components;
62
                        }
63
                }
64
        private: System::Windows::Forms::TabControl^  tabControl1;
65
        protected:
66
        private: System::Windows::Forms::TabPage^  tabPage1;
67
        private: System::Windows::Forms::TextBox^  txtR1;
68
 
69
        private: System::Windows::Forms::Label^  label2;
70
        private: System::Windows::Forms::TextBox^  txtR0;
71
 
72
        private: System::Windows::Forms::Label^  label1;
73
        private: System::Windows::Forms::TabPage^  tabPage2;
74
        private: System::Windows::Forms::TextBox^  textBox49;
75
        private: System::Windows::Forms::Label^  label49;
76
        private: System::Windows::Forms::TextBox^  textBox50;
77
        private: System::Windows::Forms::Label^  label50;
78
        private: System::Windows::Forms::TextBox^  textBox51;
79
        private: System::Windows::Forms::Label^  label51;
80
        private: System::Windows::Forms::TextBox^  textBox52;
81
        private: System::Windows::Forms::Label^  label52;
82
        private: System::Windows::Forms::TextBox^  textBox53;
83
        private: System::Windows::Forms::Label^  label53;
84
        private: System::Windows::Forms::TextBox^  textBox54;
85
        private: System::Windows::Forms::Label^  label54;
86
        private: System::Windows::Forms::TextBox^  textBox55;
87
        private: System::Windows::Forms::Label^  label55;
88
        private: System::Windows::Forms::TextBox^  textBox56;
89
        private: System::Windows::Forms::Label^  label56;
90
        private: System::Windows::Forms::TextBox^  textBox57;
91
        private: System::Windows::Forms::Label^  label57;
92
        private: System::Windows::Forms::TextBox^  textBox58;
93
        private: System::Windows::Forms::Label^  label58;
94
        private: System::Windows::Forms::TextBox^  textBox59;
95
        private: System::Windows::Forms::Label^  label59;
96
        private: System::Windows::Forms::TextBox^  textBox60;
97
        private: System::Windows::Forms::Label^  label60;
98
        private: System::Windows::Forms::TextBox^  textBox61;
99
        private: System::Windows::Forms::Label^  label61;
100
        private: System::Windows::Forms::TextBox^  textBox62;
101
        private: System::Windows::Forms::Label^  label62;
102
        private: System::Windows::Forms::TextBox^  textBox63;
103
        private: System::Windows::Forms::Label^  label63;
104
        private: System::Windows::Forms::TextBox^  textBox64;
105
        private: System::Windows::Forms::Label^  label64;
106
        private: System::Windows::Forms::TextBox^  textBox33;
107
        private: System::Windows::Forms::Label^  label33;
108
        private: System::Windows::Forms::TextBox^  textBox34;
109
        private: System::Windows::Forms::Label^  label34;
110
        private: System::Windows::Forms::TextBox^  textBox35;
111
        private: System::Windows::Forms::Label^  label35;
112
        private: System::Windows::Forms::TextBox^  textBox36;
113
        private: System::Windows::Forms::Label^  label36;
114
        private: System::Windows::Forms::TextBox^  textBox37;
115
        private: System::Windows::Forms::Label^  label37;
116
        private: System::Windows::Forms::TextBox^  textBox38;
117
        private: System::Windows::Forms::Label^  label38;
118
        private: System::Windows::Forms::TextBox^  textBox39;
119
        private: System::Windows::Forms::Label^  label39;
120
        private: System::Windows::Forms::TextBox^  textBox40;
121
        private: System::Windows::Forms::Label^  label40;
122
        private: System::Windows::Forms::TextBox^  textBox41;
123
        private: System::Windows::Forms::Label^  label41;
124
        private: System::Windows::Forms::TextBox^  textBox42;
125
        private: System::Windows::Forms::Label^  label42;
126
        private: System::Windows::Forms::TextBox^  textBox43;
127
        private: System::Windows::Forms::Label^  label43;
128
        private: System::Windows::Forms::TextBox^  textBox44;
129
        private: System::Windows::Forms::Label^  label44;
130
        private: System::Windows::Forms::TextBox^  textBox45;
131
        private: System::Windows::Forms::Label^  label45;
132
        private: System::Windows::Forms::TextBox^  textBox46;
133
        private: System::Windows::Forms::Label^  label46;
134
        private: System::Windows::Forms::TextBox^  textBox47;
135
        private: System::Windows::Forms::Label^  label47;
136
        private: System::Windows::Forms::TextBox^  textBox48;
137
        private: System::Windows::Forms::Label^  label48;
138
        private: System::Windows::Forms::TextBox^  textBox17;
139
        private: System::Windows::Forms::Label^  label17;
140
        private: System::Windows::Forms::TextBox^  textBox18;
141
        private: System::Windows::Forms::Label^  label18;
142
        private: System::Windows::Forms::TextBox^  textBox19;
143
        private: System::Windows::Forms::Label^  label19;
144
        private: System::Windows::Forms::TextBox^  textBox20;
145
        private: System::Windows::Forms::Label^  label20;
146
private: System::Windows::Forms::TextBox^  txtR27;
147
 
148
        private: System::Windows::Forms::Label^  label21;
149
private: System::Windows::Forms::TextBox^  txtR26;
150
 
151
        private: System::Windows::Forms::Label^  label22;
152
private: System::Windows::Forms::TextBox^  txtR25;
153
 
154
        private: System::Windows::Forms::Label^  label23;
155
private: System::Windows::Forms::TextBox^  txtR24;
156
 
157
        private: System::Windows::Forms::Label^  label24;
158
private: System::Windows::Forms::TextBox^  txtR23;
159
 
160
        private: System::Windows::Forms::Label^  label25;
161
private: System::Windows::Forms::TextBox^  txtR22;
162
 
163
        private: System::Windows::Forms::Label^  label26;
164
private: System::Windows::Forms::TextBox^  txtR21;
165
 
166
        private: System::Windows::Forms::Label^  label27;
167
private: System::Windows::Forms::TextBox^  txtR20;
168
 
169
        private: System::Windows::Forms::Label^  label28;
170
private: System::Windows::Forms::TextBox^  txtR19;
171
 
172
        private: System::Windows::Forms::Label^  label29;
173
private: System::Windows::Forms::TextBox^  txtR18;
174
 
175
        private: System::Windows::Forms::Label^  label30;
176
private: System::Windows::Forms::TextBox^  txtR17;
177
 
178
        private: System::Windows::Forms::Label^  label31;
179
private: System::Windows::Forms::TextBox^  txtR16;
180
 
181
        private: System::Windows::Forms::Label^  label32;
182
private: System::Windows::Forms::TextBox^  txtR15;
183
 
184
        private: System::Windows::Forms::Label^  label9;
185
private: System::Windows::Forms::TextBox^  txtR14;
186
 
187
        private: System::Windows::Forms::Label^  label10;
188
private: System::Windows::Forms::TextBox^  txtR13;
189
 
190
        private: System::Windows::Forms::Label^  label11;
191
private: System::Windows::Forms::TextBox^  txtR12;
192
 
193
        private: System::Windows::Forms::Label^  label12;
194
private: System::Windows::Forms::TextBox^  txtR11;
195
 
196
        private: System::Windows::Forms::Label^  label13;
197
private: System::Windows::Forms::TextBox^  txtR10;
198
 
199
        private: System::Windows::Forms::Label^  label14;
200
private: System::Windows::Forms::TextBox^  txtR9;
201
 
202
        private: System::Windows::Forms::Label^  label15;
203
private: System::Windows::Forms::TextBox^  txtR8;
204
 
205
        private: System::Windows::Forms::Label^  label16;
206
private: System::Windows::Forms::TextBox^  txtR7;
207
 
208
        private: System::Windows::Forms::Label^  label5;
209
private: System::Windows::Forms::TextBox^  txtR6;
210
 
211
        private: System::Windows::Forms::Label^  label6;
212
private: System::Windows::Forms::TextBox^  txtR5;
213
 
214
        private: System::Windows::Forms::Label^  label7;
215
private: System::Windows::Forms::TextBox^  txtR4;
216
 
217
        private: System::Windows::Forms::Label^  label8;
218
private: System::Windows::Forms::TextBox^  txtR3;
219
 
220
        private: System::Windows::Forms::Label^  label3;
221
private: System::Windows::Forms::TextBox^  txtR2;
222
 
223
        private: System::Windows::Forms::Label^  label4;
224
private: System::Windows::Forms::Label^  label109;
225
private: System::Windows::Forms::Label^  label108;
226
private: System::Windows::Forms::Label^  label107;
227
private: System::Windows::Forms::Label^  label106;
228
private: System::Windows::Forms::Label^  label105;
229
private: System::Windows::Forms::TextBox^  textBox94;
230
private: System::Windows::Forms::TextBox^  txtCs;
231
 
232
private: System::Windows::Forms::Label^  label104;
233
private: System::Windows::Forms::TextBox^  textBox92;
234
private: System::Windows::Forms::TextBox^  txtSs;
235
 
236
private: System::Windows::Forms::Label^  label103;
237
private: System::Windows::Forms::TextBox^  textBox90;
238
private: System::Windows::Forms::TextBox^  txtHs;
239
 
240
private: System::Windows::Forms::Label^  label102;
241
private: System::Windows::Forms::TextBox^  textBox88;
242
private: System::Windows::Forms::TextBox^  txtGs;
243
 
244
private: System::Windows::Forms::Label^  label101;
245
private: System::Windows::Forms::TextBox^  textBox86;
246
private: System::Windows::Forms::TextBox^  txtFs;
247
 
248
private: System::Windows::Forms::Label^  label100;
249
private: System::Windows::Forms::TextBox^  textBox84;
250
private: System::Windows::Forms::TextBox^  txtEs;
251
 
252
private: System::Windows::Forms::Label^  label99;
253
private: System::Windows::Forms::TextBox^  textBox82;
254
private: System::Windows::Forms::TextBox^  txtDs;
255
 
256
private: System::Windows::Forms::Label^  label98;
257
private: System::Windows::Forms::TextBox^  textBox81;
258
private: System::Windows::Forms::TextBox^  txtZs;
259
 
260
private: System::Windows::Forms::Label^  label97;
261
private: System::Windows::Forms::TextBox^  txtCa15;
262
 
263
private: System::Windows::Forms::Label^  label96;
264
private: System::Windows::Forms::TextBox^  txtCa14;
265
 
266
private: System::Windows::Forms::Label^  label95;
267
private: System::Windows::Forms::TextBox^  txtCa13;
268
 
269
private: System::Windows::Forms::Label^  label94;
270
private: System::Windows::Forms::TextBox^  txtCa12;
271
 
272
private: System::Windows::Forms::Label^  label93;
273
private: System::Windows::Forms::TextBox^  txtCa11;
274
 
275
private: System::Windows::Forms::Label^  label92;
276
private: System::Windows::Forms::TextBox^  txtCa10;
277
 
278
private: System::Windows::Forms::Label^  label91;
279
private: System::Windows::Forms::TextBox^  txtCa9;
280
 
281
private: System::Windows::Forms::Label^  label90;
282
private: System::Windows::Forms::TextBox^  txtCa8;
283
 
284
private: System::Windows::Forms::Label^  label89;
285
private: System::Windows::Forms::TextBox^  txtCa7;
286
 
287
private: System::Windows::Forms::Label^  label88;
288
private: System::Windows::Forms::TextBox^  txtCa6;
289
 
290
private: System::Windows::Forms::Label^  label87;
291
private: System::Windows::Forms::TextBox^  txtCa5;
292
 
293
private: System::Windows::Forms::Label^  label86;
294
private: System::Windows::Forms::TextBox^  txtCa4;
295
 
296
private: System::Windows::Forms::Label^  label85;
297
private: System::Windows::Forms::TextBox^  txtCa3;
298
 
299
private: System::Windows::Forms::Label^  label84;
300
private: System::Windows::Forms::TextBox^  txtCa2;
301
 
302
private: System::Windows::Forms::Label^  label83;
303
private: System::Windows::Forms::TextBox^  txtCa1;
304
 
305
private: System::Windows::Forms::Label^  label82;
306
private: System::Windows::Forms::TextBox^  textBox16;
307
private: System::Windows::Forms::Label^  label81;
308
private: System::Windows::Forms::TextBox^  textBox15;
309
private: System::Windows::Forms::Label^  label80;
310
private: System::Windows::Forms::TextBox^  textBox14;
311
private: System::Windows::Forms::Label^  label79;
312
private: System::Windows::Forms::TextBox^  textBox13;
313
private: System::Windows::Forms::Label^  label78;
314
private: System::Windows::Forms::TextBox^  textBox12;
315
private: System::Windows::Forms::Label^  label77;
316
private: System::Windows::Forms::TextBox^  textBox11;
317
private: System::Windows::Forms::Label^  label76;
318
private: System::Windows::Forms::TextBox^  textBox10;
319
private: System::Windows::Forms::Label^  label75;
320
private: System::Windows::Forms::TextBox^  textBox9;
321
private: System::Windows::Forms::Label^  label74;
322
private: System::Windows::Forms::TextBox^  textBox8;
323
private: System::Windows::Forms::Label^  label73;
324
private: System::Windows::Forms::TextBox^  txtP7;
325
 
326
private: System::Windows::Forms::Label^  label72;
327
private: System::Windows::Forms::TextBox^  txtP6;
328
 
329
private: System::Windows::Forms::Label^  label71;
330
private: System::Windows::Forms::TextBox^  txtP5;
331
 
332
private: System::Windows::Forms::Label^  label70;
333
private: System::Windows::Forms::TextBox^  txtP4;
334
 
335
private: System::Windows::Forms::Label^  label69;
336
private: System::Windows::Forms::TextBox^  txtP3;
337
 
338
private: System::Windows::Forms::Label^  label68;
339
private: System::Windows::Forms::TextBox^  txtP2;
340
 
341
private: System::Windows::Forms::Label^  label67;
342
private: System::Windows::Forms::TextBox^  txtP1;
343
 
344
private: System::Windows::Forms::Label^  label66;
345
private: System::Windows::Forms::TextBox^  txtP0;
346
private: System::Windows::Forms::Label^  label65;
347
private: System::Windows::Forms::Label^  label116;
348
private: System::Windows::Forms::TextBox^  textBox101;
349
private: System::Windows::Forms::Label^  label115;
350
private: System::Windows::Forms::TextBox^  textBox100;
351
private: System::Windows::Forms::Label^  label114;
352
private: System::Windows::Forms::TextBox^  textBox99;
353
private: System::Windows::Forms::Label^  label113;
354
private: System::Windows::Forms::TextBox^  textBox98;
355
private: System::Windows::Forms::Label^  label112;
356
private: System::Windows::Forms::TextBox^  textBox97;
357
private: System::Windows::Forms::Label^  label111;
358
private: System::Windows::Forms::TextBox^  textBox96;
359
private: System::Windows::Forms::Label^  label110;
360
private: System::Windows::Forms::TextBox^  txtTick;
361
private: System::Windows::Forms::Label^  label118;
362
private: System::Windows::Forms::TextBox^  txtLC;
363
private: System::Windows::Forms::Label^  label117;
364
 
365
        protected:
366
 
367
 
368
 
369
 
370
 
371
 
372
 
373
 
374
 
375
 
376
 
377
 
378
 
379
 
380
 
381
 
382
 
383
 
384
 
385
 
386
 
387
 
388
 
389
 
390
 
391
 
392
 
393
 
394
 
395
 
396
 
397
 
398
 
399
 
400
 
401
 
402
 
403
 
404
 
405
 
406
 
407
 
408
 
409
 
410
 
411
 
412
 
413
 
414
 
415
 
416
 
417
 
418
 
419
 
420
 
421
 
422
 
423
 
424
 
425
 
426
 
427
 
428
 
429
 
430
 
431
 
432
 
433
 
434
 
435
 
436
 
437
 
438
 
439
 
440
 
441
 
442
 
443
 
444
 
445
 
446
 
447
 
448
 
449
 
450
 
451
 
452
 
453
 
454
 
455
 
456
 
457
 
458
 
459
 
460
 
461
 
462
 
463
 
464
 
465
 
466
 
467
 
468
 
469
 
470
 
471
 
472
 
473
 
474
 
475
 
476
 
477
 
478
 
479
 
480
 
481
 
482
 
483
 
484
 
485
 
486
 
487
 
488
 
489
 
490
 
491
 
492
 
493
 
494
 
495
        private:
496
                /// <summary>
497
                /// Required designer variable.
498
                /// </summary>
499
                System::ComponentModel::Container ^components;
500
 
501
#pragma region Windows Form Designer generated code
502
                /// <summary>
503
                /// Required method for Designer support - do not modify
504
                /// the contents of this method with the code editor.
505
                /// </summary>
506
                void InitializeComponent(void)
507
                {
508
                        this->tabControl1 = (gcnew System::Windows::Forms::TabControl());
509
                        this->tabPage1 = (gcnew System::Windows::Forms::TabPage());
510
                        this->textBox49 = (gcnew System::Windows::Forms::TextBox());
511
                        this->label49 = (gcnew System::Windows::Forms::Label());
512
                        this->textBox50 = (gcnew System::Windows::Forms::TextBox());
513
                        this->label50 = (gcnew System::Windows::Forms::Label());
514
                        this->textBox51 = (gcnew System::Windows::Forms::TextBox());
515
                        this->label51 = (gcnew System::Windows::Forms::Label());
516
                        this->textBox52 = (gcnew System::Windows::Forms::TextBox());
517
                        this->label52 = (gcnew System::Windows::Forms::Label());
518
                        this->textBox53 = (gcnew System::Windows::Forms::TextBox());
519
                        this->label53 = (gcnew System::Windows::Forms::Label());
520
                        this->textBox54 = (gcnew System::Windows::Forms::TextBox());
521
                        this->label54 = (gcnew System::Windows::Forms::Label());
522
                        this->textBox55 = (gcnew System::Windows::Forms::TextBox());
523
                        this->label55 = (gcnew System::Windows::Forms::Label());
524
                        this->textBox56 = (gcnew System::Windows::Forms::TextBox());
525
                        this->label56 = (gcnew System::Windows::Forms::Label());
526
                        this->textBox57 = (gcnew System::Windows::Forms::TextBox());
527
                        this->label57 = (gcnew System::Windows::Forms::Label());
528
                        this->textBox58 = (gcnew System::Windows::Forms::TextBox());
529
                        this->label58 = (gcnew System::Windows::Forms::Label());
530
                        this->textBox59 = (gcnew System::Windows::Forms::TextBox());
531
                        this->label59 = (gcnew System::Windows::Forms::Label());
532
                        this->textBox60 = (gcnew System::Windows::Forms::TextBox());
533
                        this->label60 = (gcnew System::Windows::Forms::Label());
534
                        this->textBox61 = (gcnew System::Windows::Forms::TextBox());
535
                        this->label61 = (gcnew System::Windows::Forms::Label());
536
                        this->textBox62 = (gcnew System::Windows::Forms::TextBox());
537
                        this->label62 = (gcnew System::Windows::Forms::Label());
538
                        this->textBox63 = (gcnew System::Windows::Forms::TextBox());
539
                        this->label63 = (gcnew System::Windows::Forms::Label());
540
                        this->textBox64 = (gcnew System::Windows::Forms::TextBox());
541
                        this->label64 = (gcnew System::Windows::Forms::Label());
542
                        this->textBox33 = (gcnew System::Windows::Forms::TextBox());
543
                        this->label33 = (gcnew System::Windows::Forms::Label());
544
                        this->textBox34 = (gcnew System::Windows::Forms::TextBox());
545
                        this->label34 = (gcnew System::Windows::Forms::Label());
546
                        this->textBox35 = (gcnew System::Windows::Forms::TextBox());
547
                        this->label35 = (gcnew System::Windows::Forms::Label());
548
                        this->textBox36 = (gcnew System::Windows::Forms::TextBox());
549
                        this->label36 = (gcnew System::Windows::Forms::Label());
550
                        this->textBox37 = (gcnew System::Windows::Forms::TextBox());
551
                        this->label37 = (gcnew System::Windows::Forms::Label());
552
                        this->textBox38 = (gcnew System::Windows::Forms::TextBox());
553
                        this->label38 = (gcnew System::Windows::Forms::Label());
554
                        this->textBox39 = (gcnew System::Windows::Forms::TextBox());
555
                        this->label39 = (gcnew System::Windows::Forms::Label());
556
                        this->textBox40 = (gcnew System::Windows::Forms::TextBox());
557
                        this->label40 = (gcnew System::Windows::Forms::Label());
558
                        this->textBox41 = (gcnew System::Windows::Forms::TextBox());
559
                        this->label41 = (gcnew System::Windows::Forms::Label());
560
                        this->textBox42 = (gcnew System::Windows::Forms::TextBox());
561
                        this->label42 = (gcnew System::Windows::Forms::Label());
562
                        this->textBox43 = (gcnew System::Windows::Forms::TextBox());
563
                        this->label43 = (gcnew System::Windows::Forms::Label());
564
                        this->textBox44 = (gcnew System::Windows::Forms::TextBox());
565
                        this->label44 = (gcnew System::Windows::Forms::Label());
566
                        this->textBox45 = (gcnew System::Windows::Forms::TextBox());
567
                        this->label45 = (gcnew System::Windows::Forms::Label());
568
                        this->textBox46 = (gcnew System::Windows::Forms::TextBox());
569
                        this->label46 = (gcnew System::Windows::Forms::Label());
570
                        this->textBox47 = (gcnew System::Windows::Forms::TextBox());
571
                        this->label47 = (gcnew System::Windows::Forms::Label());
572
                        this->textBox48 = (gcnew System::Windows::Forms::TextBox());
573
                        this->label48 = (gcnew System::Windows::Forms::Label());
574
                        this->textBox17 = (gcnew System::Windows::Forms::TextBox());
575
                        this->label17 = (gcnew System::Windows::Forms::Label());
576
                        this->textBox18 = (gcnew System::Windows::Forms::TextBox());
577
                        this->label18 = (gcnew System::Windows::Forms::Label());
578
                        this->textBox19 = (gcnew System::Windows::Forms::TextBox());
579
                        this->label19 = (gcnew System::Windows::Forms::Label());
580
                        this->textBox20 = (gcnew System::Windows::Forms::TextBox());
581
                        this->label20 = (gcnew System::Windows::Forms::Label());
582
                        this->txtR27 = (gcnew System::Windows::Forms::TextBox());
583
                        this->label21 = (gcnew System::Windows::Forms::Label());
584
                        this->txtR26 = (gcnew System::Windows::Forms::TextBox());
585
                        this->label22 = (gcnew System::Windows::Forms::Label());
586
                        this->txtR25 = (gcnew System::Windows::Forms::TextBox());
587
                        this->label23 = (gcnew System::Windows::Forms::Label());
588
                        this->txtR24 = (gcnew System::Windows::Forms::TextBox());
589
                        this->label24 = (gcnew System::Windows::Forms::Label());
590
                        this->txtR23 = (gcnew System::Windows::Forms::TextBox());
591
                        this->label25 = (gcnew System::Windows::Forms::Label());
592
                        this->txtR22 = (gcnew System::Windows::Forms::TextBox());
593
                        this->label26 = (gcnew System::Windows::Forms::Label());
594
                        this->txtR21 = (gcnew System::Windows::Forms::TextBox());
595
                        this->label27 = (gcnew System::Windows::Forms::Label());
596
                        this->txtR20 = (gcnew System::Windows::Forms::TextBox());
597
                        this->label28 = (gcnew System::Windows::Forms::Label());
598
                        this->txtR19 = (gcnew System::Windows::Forms::TextBox());
599
                        this->label29 = (gcnew System::Windows::Forms::Label());
600
                        this->txtR18 = (gcnew System::Windows::Forms::TextBox());
601
                        this->label30 = (gcnew System::Windows::Forms::Label());
602
                        this->txtR17 = (gcnew System::Windows::Forms::TextBox());
603
                        this->label31 = (gcnew System::Windows::Forms::Label());
604
                        this->txtR16 = (gcnew System::Windows::Forms::TextBox());
605
                        this->label32 = (gcnew System::Windows::Forms::Label());
606
                        this->txtR15 = (gcnew System::Windows::Forms::TextBox());
607
                        this->label9 = (gcnew System::Windows::Forms::Label());
608
                        this->txtR14 = (gcnew System::Windows::Forms::TextBox());
609
                        this->label10 = (gcnew System::Windows::Forms::Label());
610
                        this->txtR13 = (gcnew System::Windows::Forms::TextBox());
611
                        this->label11 = (gcnew System::Windows::Forms::Label());
612
                        this->txtR12 = (gcnew System::Windows::Forms::TextBox());
613
                        this->label12 = (gcnew System::Windows::Forms::Label());
614
                        this->txtR11 = (gcnew System::Windows::Forms::TextBox());
615
                        this->label13 = (gcnew System::Windows::Forms::Label());
616
                        this->txtR10 = (gcnew System::Windows::Forms::TextBox());
617
                        this->label14 = (gcnew System::Windows::Forms::Label());
618
                        this->txtR9 = (gcnew System::Windows::Forms::TextBox());
619
                        this->label15 = (gcnew System::Windows::Forms::Label());
620
                        this->txtR8 = (gcnew System::Windows::Forms::TextBox());
621
                        this->label16 = (gcnew System::Windows::Forms::Label());
622
                        this->txtR7 = (gcnew System::Windows::Forms::TextBox());
623
                        this->label5 = (gcnew System::Windows::Forms::Label());
624
                        this->txtR6 = (gcnew System::Windows::Forms::TextBox());
625
                        this->label6 = (gcnew System::Windows::Forms::Label());
626
                        this->txtR5 = (gcnew System::Windows::Forms::TextBox());
627
                        this->label7 = (gcnew System::Windows::Forms::Label());
628
                        this->txtR4 = (gcnew System::Windows::Forms::TextBox());
629
                        this->label8 = (gcnew System::Windows::Forms::Label());
630
                        this->txtR3 = (gcnew System::Windows::Forms::TextBox());
631
                        this->label3 = (gcnew System::Windows::Forms::Label());
632
                        this->txtR2 = (gcnew System::Windows::Forms::TextBox());
633
                        this->label4 = (gcnew System::Windows::Forms::Label());
634
                        this->txtR1 = (gcnew System::Windows::Forms::TextBox());
635
                        this->label2 = (gcnew System::Windows::Forms::Label());
636
                        this->txtR0 = (gcnew System::Windows::Forms::TextBox());
637
                        this->label1 = (gcnew System::Windows::Forms::Label());
638
                        this->tabPage2 = (gcnew System::Windows::Forms::TabPage());
639
                        this->txtTick = (gcnew System::Windows::Forms::TextBox());
640
                        this->label118 = (gcnew System::Windows::Forms::Label());
641
                        this->txtLC = (gcnew System::Windows::Forms::TextBox());
642
                        this->label117 = (gcnew System::Windows::Forms::Label());
643
                        this->label116 = (gcnew System::Windows::Forms::Label());
644
                        this->textBox101 = (gcnew System::Windows::Forms::TextBox());
645
                        this->label115 = (gcnew System::Windows::Forms::Label());
646
                        this->textBox100 = (gcnew System::Windows::Forms::TextBox());
647
                        this->label114 = (gcnew System::Windows::Forms::Label());
648
                        this->textBox99 = (gcnew System::Windows::Forms::TextBox());
649
                        this->label113 = (gcnew System::Windows::Forms::Label());
650
                        this->textBox98 = (gcnew System::Windows::Forms::TextBox());
651
                        this->label112 = (gcnew System::Windows::Forms::Label());
652
                        this->textBox97 = (gcnew System::Windows::Forms::TextBox());
653
                        this->label111 = (gcnew System::Windows::Forms::Label());
654
                        this->textBox96 = (gcnew System::Windows::Forms::TextBox());
655
                        this->label110 = (gcnew System::Windows::Forms::Label());
656
                        this->label109 = (gcnew System::Windows::Forms::Label());
657
                        this->label108 = (gcnew System::Windows::Forms::Label());
658
                        this->label107 = (gcnew System::Windows::Forms::Label());
659
                        this->label106 = (gcnew System::Windows::Forms::Label());
660
                        this->label105 = (gcnew System::Windows::Forms::Label());
661
                        this->textBox94 = (gcnew System::Windows::Forms::TextBox());
662
                        this->txtCs = (gcnew System::Windows::Forms::TextBox());
663
                        this->label104 = (gcnew System::Windows::Forms::Label());
664
                        this->textBox92 = (gcnew System::Windows::Forms::TextBox());
665
                        this->txtSs = (gcnew System::Windows::Forms::TextBox());
666
                        this->label103 = (gcnew System::Windows::Forms::Label());
667
                        this->textBox90 = (gcnew System::Windows::Forms::TextBox());
668
                        this->txtHs = (gcnew System::Windows::Forms::TextBox());
669
                        this->label102 = (gcnew System::Windows::Forms::Label());
670
                        this->textBox88 = (gcnew System::Windows::Forms::TextBox());
671
                        this->txtGs = (gcnew System::Windows::Forms::TextBox());
672
                        this->label101 = (gcnew System::Windows::Forms::Label());
673
                        this->textBox86 = (gcnew System::Windows::Forms::TextBox());
674
                        this->txtFs = (gcnew System::Windows::Forms::TextBox());
675
                        this->label100 = (gcnew System::Windows::Forms::Label());
676
                        this->textBox84 = (gcnew System::Windows::Forms::TextBox());
677
                        this->txtEs = (gcnew System::Windows::Forms::TextBox());
678
                        this->label99 = (gcnew System::Windows::Forms::Label());
679
                        this->textBox82 = (gcnew System::Windows::Forms::TextBox());
680
                        this->txtDs = (gcnew System::Windows::Forms::TextBox());
681
                        this->label98 = (gcnew System::Windows::Forms::Label());
682
                        this->textBox81 = (gcnew System::Windows::Forms::TextBox());
683
                        this->txtZs = (gcnew System::Windows::Forms::TextBox());
684
                        this->label97 = (gcnew System::Windows::Forms::Label());
685
                        this->txtCa15 = (gcnew System::Windows::Forms::TextBox());
686
                        this->label96 = (gcnew System::Windows::Forms::Label());
687
                        this->txtCa14 = (gcnew System::Windows::Forms::TextBox());
688
                        this->label95 = (gcnew System::Windows::Forms::Label());
689
                        this->txtCa13 = (gcnew System::Windows::Forms::TextBox());
690
                        this->label94 = (gcnew System::Windows::Forms::Label());
691
                        this->txtCa12 = (gcnew System::Windows::Forms::TextBox());
692
                        this->label93 = (gcnew System::Windows::Forms::Label());
693
                        this->txtCa11 = (gcnew System::Windows::Forms::TextBox());
694
                        this->label92 = (gcnew System::Windows::Forms::Label());
695
                        this->txtCa10 = (gcnew System::Windows::Forms::TextBox());
696
                        this->label91 = (gcnew System::Windows::Forms::Label());
697
                        this->txtCa9 = (gcnew System::Windows::Forms::TextBox());
698
                        this->label90 = (gcnew System::Windows::Forms::Label());
699
                        this->txtCa8 = (gcnew System::Windows::Forms::TextBox());
700
                        this->label89 = (gcnew System::Windows::Forms::Label());
701
                        this->txtCa7 = (gcnew System::Windows::Forms::TextBox());
702
                        this->label88 = (gcnew System::Windows::Forms::Label());
703
                        this->txtCa6 = (gcnew System::Windows::Forms::TextBox());
704
                        this->label87 = (gcnew System::Windows::Forms::Label());
705
                        this->txtCa5 = (gcnew System::Windows::Forms::TextBox());
706
                        this->label86 = (gcnew System::Windows::Forms::Label());
707
                        this->txtCa4 = (gcnew System::Windows::Forms::TextBox());
708
                        this->label85 = (gcnew System::Windows::Forms::Label());
709
                        this->txtCa3 = (gcnew System::Windows::Forms::TextBox());
710
                        this->label84 = (gcnew System::Windows::Forms::Label());
711
                        this->txtCa2 = (gcnew System::Windows::Forms::TextBox());
712
                        this->label83 = (gcnew System::Windows::Forms::Label());
713
                        this->txtCa1 = (gcnew System::Windows::Forms::TextBox());
714
                        this->label82 = (gcnew System::Windows::Forms::Label());
715
                        this->textBox16 = (gcnew System::Windows::Forms::TextBox());
716
                        this->label81 = (gcnew System::Windows::Forms::Label());
717
                        this->textBox15 = (gcnew System::Windows::Forms::TextBox());
718
                        this->label80 = (gcnew System::Windows::Forms::Label());
719
                        this->textBox14 = (gcnew System::Windows::Forms::TextBox());
720
                        this->label79 = (gcnew System::Windows::Forms::Label());
721
                        this->textBox13 = (gcnew System::Windows::Forms::TextBox());
722
                        this->label78 = (gcnew System::Windows::Forms::Label());
723
                        this->textBox12 = (gcnew System::Windows::Forms::TextBox());
724
                        this->label77 = (gcnew System::Windows::Forms::Label());
725
                        this->textBox11 = (gcnew System::Windows::Forms::TextBox());
726
                        this->label76 = (gcnew System::Windows::Forms::Label());
727
                        this->textBox10 = (gcnew System::Windows::Forms::TextBox());
728
                        this->label75 = (gcnew System::Windows::Forms::Label());
729
                        this->textBox9 = (gcnew System::Windows::Forms::TextBox());
730
                        this->label74 = (gcnew System::Windows::Forms::Label());
731
                        this->textBox8 = (gcnew System::Windows::Forms::TextBox());
732
                        this->label73 = (gcnew System::Windows::Forms::Label());
733
                        this->txtP7 = (gcnew System::Windows::Forms::TextBox());
734
                        this->label72 = (gcnew System::Windows::Forms::Label());
735
                        this->txtP6 = (gcnew System::Windows::Forms::TextBox());
736
                        this->label71 = (gcnew System::Windows::Forms::Label());
737
                        this->txtP5 = (gcnew System::Windows::Forms::TextBox());
738
                        this->label70 = (gcnew System::Windows::Forms::Label());
739
                        this->txtP4 = (gcnew System::Windows::Forms::TextBox());
740
                        this->label69 = (gcnew System::Windows::Forms::Label());
741
                        this->txtP3 = (gcnew System::Windows::Forms::TextBox());
742
                        this->label68 = (gcnew System::Windows::Forms::Label());
743
                        this->txtP2 = (gcnew System::Windows::Forms::TextBox());
744
                        this->label67 = (gcnew System::Windows::Forms::Label());
745
                        this->txtP1 = (gcnew System::Windows::Forms::TextBox());
746
                        this->label66 = (gcnew System::Windows::Forms::Label());
747
                        this->txtP0 = (gcnew System::Windows::Forms::TextBox());
748
                        this->label65 = (gcnew System::Windows::Forms::Label());
749
                        this->tabControl1->SuspendLayout();
750
                        this->tabPage1->SuspendLayout();
751
                        this->tabPage2->SuspendLayout();
752
                        this->SuspendLayout();
753
                        // 
754
                        // tabControl1
755
                        // 
756
                        this->tabControl1->Controls->Add(this->tabPage1);
757
                        this->tabControl1->Controls->Add(this->tabPage2);
758
                        this->tabControl1->Location = System::Drawing::Point(12, 12);
759
                        this->tabControl1->Name = L"tabControl1";
760
                        this->tabControl1->SelectedIndex = 0;
761
                        this->tabControl1->Size = System::Drawing::Size(743, 507);
762
                        this->tabControl1->TabIndex = 0;
763
                        // 
764
                        // tabPage1
765
                        // 
766
                        this->tabPage1->Controls->Add(this->textBox49);
767
                        this->tabPage1->Controls->Add(this->label49);
768
                        this->tabPage1->Controls->Add(this->textBox50);
769
                        this->tabPage1->Controls->Add(this->label50);
770
                        this->tabPage1->Controls->Add(this->textBox51);
771
                        this->tabPage1->Controls->Add(this->label51);
772
                        this->tabPage1->Controls->Add(this->textBox52);
773
                        this->tabPage1->Controls->Add(this->label52);
774
                        this->tabPage1->Controls->Add(this->textBox53);
775
                        this->tabPage1->Controls->Add(this->label53);
776
                        this->tabPage1->Controls->Add(this->textBox54);
777
                        this->tabPage1->Controls->Add(this->label54);
778
                        this->tabPage1->Controls->Add(this->textBox55);
779
                        this->tabPage1->Controls->Add(this->label55);
780
                        this->tabPage1->Controls->Add(this->textBox56);
781
                        this->tabPage1->Controls->Add(this->label56);
782
                        this->tabPage1->Controls->Add(this->textBox57);
783
                        this->tabPage1->Controls->Add(this->label57);
784
                        this->tabPage1->Controls->Add(this->textBox58);
785
                        this->tabPage1->Controls->Add(this->label58);
786
                        this->tabPage1->Controls->Add(this->textBox59);
787
                        this->tabPage1->Controls->Add(this->label59);
788
                        this->tabPage1->Controls->Add(this->textBox60);
789
                        this->tabPage1->Controls->Add(this->label60);
790
                        this->tabPage1->Controls->Add(this->textBox61);
791
                        this->tabPage1->Controls->Add(this->label61);
792
                        this->tabPage1->Controls->Add(this->textBox62);
793
                        this->tabPage1->Controls->Add(this->label62);
794
                        this->tabPage1->Controls->Add(this->textBox63);
795
                        this->tabPage1->Controls->Add(this->label63);
796
                        this->tabPage1->Controls->Add(this->textBox64);
797
                        this->tabPage1->Controls->Add(this->label64);
798
                        this->tabPage1->Controls->Add(this->textBox33);
799
                        this->tabPage1->Controls->Add(this->label33);
800
                        this->tabPage1->Controls->Add(this->textBox34);
801
                        this->tabPage1->Controls->Add(this->label34);
802
                        this->tabPage1->Controls->Add(this->textBox35);
803
                        this->tabPage1->Controls->Add(this->label35);
804
                        this->tabPage1->Controls->Add(this->textBox36);
805
                        this->tabPage1->Controls->Add(this->label36);
806
                        this->tabPage1->Controls->Add(this->textBox37);
807
                        this->tabPage1->Controls->Add(this->label37);
808
                        this->tabPage1->Controls->Add(this->textBox38);
809
                        this->tabPage1->Controls->Add(this->label38);
810
                        this->tabPage1->Controls->Add(this->textBox39);
811
                        this->tabPage1->Controls->Add(this->label39);
812
                        this->tabPage1->Controls->Add(this->textBox40);
813
                        this->tabPage1->Controls->Add(this->label40);
814
                        this->tabPage1->Controls->Add(this->textBox41);
815
                        this->tabPage1->Controls->Add(this->label41);
816
                        this->tabPage1->Controls->Add(this->textBox42);
817
                        this->tabPage1->Controls->Add(this->label42);
818
                        this->tabPage1->Controls->Add(this->textBox43);
819
                        this->tabPage1->Controls->Add(this->label43);
820
                        this->tabPage1->Controls->Add(this->textBox44);
821
                        this->tabPage1->Controls->Add(this->label44);
822
                        this->tabPage1->Controls->Add(this->textBox45);
823
                        this->tabPage1->Controls->Add(this->label45);
824
                        this->tabPage1->Controls->Add(this->textBox46);
825
                        this->tabPage1->Controls->Add(this->label46);
826
                        this->tabPage1->Controls->Add(this->textBox47);
827
                        this->tabPage1->Controls->Add(this->label47);
828
                        this->tabPage1->Controls->Add(this->textBox48);
829
                        this->tabPage1->Controls->Add(this->label48);
830
                        this->tabPage1->Controls->Add(this->textBox17);
831
                        this->tabPage1->Controls->Add(this->label17);
832
                        this->tabPage1->Controls->Add(this->textBox18);
833
                        this->tabPage1->Controls->Add(this->label18);
834
                        this->tabPage1->Controls->Add(this->textBox19);
835
                        this->tabPage1->Controls->Add(this->label19);
836
                        this->tabPage1->Controls->Add(this->textBox20);
837
                        this->tabPage1->Controls->Add(this->label20);
838
                        this->tabPage1->Controls->Add(this->txtR27);
839
                        this->tabPage1->Controls->Add(this->label21);
840
                        this->tabPage1->Controls->Add(this->txtR26);
841
                        this->tabPage1->Controls->Add(this->label22);
842
                        this->tabPage1->Controls->Add(this->txtR25);
843
                        this->tabPage1->Controls->Add(this->label23);
844
                        this->tabPage1->Controls->Add(this->txtR24);
845
                        this->tabPage1->Controls->Add(this->label24);
846
                        this->tabPage1->Controls->Add(this->txtR23);
847
                        this->tabPage1->Controls->Add(this->label25);
848
                        this->tabPage1->Controls->Add(this->txtR22);
849
                        this->tabPage1->Controls->Add(this->label26);
850
                        this->tabPage1->Controls->Add(this->txtR21);
851
                        this->tabPage1->Controls->Add(this->label27);
852
                        this->tabPage1->Controls->Add(this->txtR20);
853
                        this->tabPage1->Controls->Add(this->label28);
854
                        this->tabPage1->Controls->Add(this->txtR19);
855
                        this->tabPage1->Controls->Add(this->label29);
856
                        this->tabPage1->Controls->Add(this->txtR18);
857
                        this->tabPage1->Controls->Add(this->label30);
858
                        this->tabPage1->Controls->Add(this->txtR17);
859
                        this->tabPage1->Controls->Add(this->label31);
860
                        this->tabPage1->Controls->Add(this->txtR16);
861
                        this->tabPage1->Controls->Add(this->label32);
862
                        this->tabPage1->Controls->Add(this->txtR15);
863
                        this->tabPage1->Controls->Add(this->label9);
864
                        this->tabPage1->Controls->Add(this->txtR14);
865
                        this->tabPage1->Controls->Add(this->label10);
866
                        this->tabPage1->Controls->Add(this->txtR13);
867
                        this->tabPage1->Controls->Add(this->label11);
868
                        this->tabPage1->Controls->Add(this->txtR12);
869
                        this->tabPage1->Controls->Add(this->label12);
870
                        this->tabPage1->Controls->Add(this->txtR11);
871
                        this->tabPage1->Controls->Add(this->label13);
872
                        this->tabPage1->Controls->Add(this->txtR10);
873
                        this->tabPage1->Controls->Add(this->label14);
874
                        this->tabPage1->Controls->Add(this->txtR9);
875
                        this->tabPage1->Controls->Add(this->label15);
876
                        this->tabPage1->Controls->Add(this->txtR8);
877
                        this->tabPage1->Controls->Add(this->label16);
878
                        this->tabPage1->Controls->Add(this->txtR7);
879
                        this->tabPage1->Controls->Add(this->label5);
880
                        this->tabPage1->Controls->Add(this->txtR6);
881
                        this->tabPage1->Controls->Add(this->label6);
882
                        this->tabPage1->Controls->Add(this->txtR5);
883
                        this->tabPage1->Controls->Add(this->label7);
884
                        this->tabPage1->Controls->Add(this->txtR4);
885
                        this->tabPage1->Controls->Add(this->label8);
886
                        this->tabPage1->Controls->Add(this->txtR3);
887
                        this->tabPage1->Controls->Add(this->label3);
888
                        this->tabPage1->Controls->Add(this->txtR2);
889
                        this->tabPage1->Controls->Add(this->label4);
890
                        this->tabPage1->Controls->Add(this->txtR1);
891
                        this->tabPage1->Controls->Add(this->label2);
892
                        this->tabPage1->Controls->Add(this->txtR0);
893
                        this->tabPage1->Controls->Add(this->label1);
894
                        this->tabPage1->Location = System::Drawing::Point(4, 22);
895
                        this->tabPage1->Name = L"tabPage1";
896
                        this->tabPage1->Padding = System::Windows::Forms::Padding(3);
897
                        this->tabPage1->Size = System::Drawing::Size(735, 481);
898
                        this->tabPage1->TabIndex = 0;
899
                        this->tabPage1->Text = L"General Registers";
900
                        this->tabPage1->UseVisualStyleBackColor = true;
901
                        // 
902
                        // textBox49
903
                        // 
904
                        this->textBox49->Location = System::Drawing::Point(516, 403);
905
                        this->textBox49->Name = L"textBox49";
906
                        this->textBox49->Size = System::Drawing::Size(121, 20);
907
                        this->textBox49->TabIndex = 127;
908
                        this->textBox49->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
909
                        // 
910
                        // label49
911
                        // 
912
                        this->label49->AutoSize = true;
913
                        this->label49->Location = System::Drawing::Point(489, 406);
914
                        this->label49->Name = L"label49";
915
                        this->label49->Size = System::Drawing::Size(27, 13);
916
                        this->label49->TabIndex = 126;
917
                        this->label49->Text = L"R63";
918
                        // 
919
                        // textBox50
920
                        // 
921
                        this->textBox50->Location = System::Drawing::Point(516, 377);
922
                        this->textBox50->Name = L"textBox50";
923
                        this->textBox50->Size = System::Drawing::Size(121, 20);
924
                        this->textBox50->TabIndex = 125;
925
                        this->textBox50->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
926
                        // 
927
                        // label50
928
                        // 
929
                        this->label50->AutoSize = true;
930
                        this->label50->Location = System::Drawing::Point(489, 380);
931
                        this->label50->Name = L"label50";
932
                        this->label50->Size = System::Drawing::Size(27, 13);
933
                        this->label50->TabIndex = 124;
934
                        this->label50->Text = L"R62";
935
                        // 
936
                        // textBox51
937
                        // 
938
                        this->textBox51->Location = System::Drawing::Point(516, 351);
939
                        this->textBox51->Name = L"textBox51";
940
                        this->textBox51->Size = System::Drawing::Size(121, 20);
941
                        this->textBox51->TabIndex = 123;
942
                        this->textBox51->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
943
                        // 
944
                        // label51
945
                        // 
946
                        this->label51->AutoSize = true;
947
                        this->label51->Location = System::Drawing::Point(489, 354);
948
                        this->label51->Name = L"label51";
949
                        this->label51->Size = System::Drawing::Size(27, 13);
950
                        this->label51->TabIndex = 122;
951
                        this->label51->Text = L"R61";
952
                        // 
953
                        // textBox52
954
                        // 
955
                        this->textBox52->Location = System::Drawing::Point(516, 325);
956
                        this->textBox52->Name = L"textBox52";
957
                        this->textBox52->Size = System::Drawing::Size(121, 20);
958
                        this->textBox52->TabIndex = 121;
959
                        this->textBox52->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
960
                        // 
961
                        // label52
962
                        // 
963
                        this->label52->AutoSize = true;
964
                        this->label52->Location = System::Drawing::Point(489, 328);
965
                        this->label52->Name = L"label52";
966
                        this->label52->Size = System::Drawing::Size(27, 13);
967
                        this->label52->TabIndex = 120;
968
                        this->label52->Text = L"R60";
969
                        // 
970
                        // textBox53
971
                        // 
972
                        this->textBox53->Location = System::Drawing::Point(516, 299);
973
                        this->textBox53->Name = L"textBox53";
974
                        this->textBox53->Size = System::Drawing::Size(121, 20);
975
                        this->textBox53->TabIndex = 119;
976
                        this->textBox53->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
977
                        // 
978
                        // label53
979
                        // 
980
                        this->label53->AutoSize = true;
981
                        this->label53->Location = System::Drawing::Point(489, 302);
982
                        this->label53->Name = L"label53";
983
                        this->label53->Size = System::Drawing::Size(27, 13);
984
                        this->label53->TabIndex = 118;
985
                        this->label53->Text = L"R59";
986
                        // 
987
                        // textBox54
988
                        // 
989
                        this->textBox54->Location = System::Drawing::Point(516, 273);
990
                        this->textBox54->Name = L"textBox54";
991
                        this->textBox54->Size = System::Drawing::Size(121, 20);
992
                        this->textBox54->TabIndex = 117;
993
                        this->textBox54->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
994
                        // 
995
                        // label54
996
                        // 
997
                        this->label54->AutoSize = true;
998
                        this->label54->Location = System::Drawing::Point(489, 276);
999
                        this->label54->Name = L"label54";
1000
                        this->label54->Size = System::Drawing::Size(27, 13);
1001
                        this->label54->TabIndex = 116;
1002
                        this->label54->Text = L"R58";
1003
                        // 
1004
                        // textBox55
1005
                        // 
1006
                        this->textBox55->Location = System::Drawing::Point(516, 247);
1007
                        this->textBox55->Name = L"textBox55";
1008
                        this->textBox55->Size = System::Drawing::Size(121, 20);
1009
                        this->textBox55->TabIndex = 115;
1010
                        this->textBox55->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1011
                        // 
1012
                        // label55
1013
                        // 
1014
                        this->label55->AutoSize = true;
1015
                        this->label55->Location = System::Drawing::Point(489, 250);
1016
                        this->label55->Name = L"label55";
1017
                        this->label55->Size = System::Drawing::Size(27, 13);
1018
                        this->label55->TabIndex = 114;
1019
                        this->label55->Text = L"R57";
1020
                        // 
1021
                        // textBox56
1022
                        // 
1023
                        this->textBox56->Location = System::Drawing::Point(516, 221);
1024
                        this->textBox56->Name = L"textBox56";
1025
                        this->textBox56->Size = System::Drawing::Size(121, 20);
1026
                        this->textBox56->TabIndex = 113;
1027
                        this->textBox56->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1028
                        // 
1029
                        // label56
1030
                        // 
1031
                        this->label56->AutoSize = true;
1032
                        this->label56->Location = System::Drawing::Point(489, 224);
1033
                        this->label56->Name = L"label56";
1034
                        this->label56->Size = System::Drawing::Size(27, 13);
1035
                        this->label56->TabIndex = 112;
1036
                        this->label56->Text = L"R56";
1037
                        // 
1038
                        // textBox57
1039
                        // 
1040
                        this->textBox57->Location = System::Drawing::Point(516, 195);
1041
                        this->textBox57->Name = L"textBox57";
1042
                        this->textBox57->Size = System::Drawing::Size(121, 20);
1043
                        this->textBox57->TabIndex = 111;
1044
                        this->textBox57->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1045
                        // 
1046
                        // label57
1047
                        // 
1048
                        this->label57->AutoSize = true;
1049
                        this->label57->Location = System::Drawing::Point(489, 198);
1050
                        this->label57->Name = L"label57";
1051
                        this->label57->Size = System::Drawing::Size(27, 13);
1052
                        this->label57->TabIndex = 110;
1053
                        this->label57->Text = L"R55";
1054
                        // 
1055
                        // textBox58
1056
                        // 
1057
                        this->textBox58->Location = System::Drawing::Point(516, 169);
1058
                        this->textBox58->Name = L"textBox58";
1059
                        this->textBox58->Size = System::Drawing::Size(121, 20);
1060
                        this->textBox58->TabIndex = 109;
1061
                        this->textBox58->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1062
                        // 
1063
                        // label58
1064
                        // 
1065
                        this->label58->AutoSize = true;
1066
                        this->label58->Location = System::Drawing::Point(489, 172);
1067
                        this->label58->Name = L"label58";
1068
                        this->label58->Size = System::Drawing::Size(27, 13);
1069
                        this->label58->TabIndex = 108;
1070
                        this->label58->Text = L"R54";
1071
                        // 
1072
                        // textBox59
1073
                        // 
1074
                        this->textBox59->Location = System::Drawing::Point(516, 143);
1075
                        this->textBox59->Name = L"textBox59";
1076
                        this->textBox59->Size = System::Drawing::Size(121, 20);
1077
                        this->textBox59->TabIndex = 107;
1078
                        this->textBox59->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1079
                        // 
1080
                        // label59
1081
                        // 
1082
                        this->label59->AutoSize = true;
1083
                        this->label59->Location = System::Drawing::Point(489, 146);
1084
                        this->label59->Name = L"label59";
1085
                        this->label59->Size = System::Drawing::Size(27, 13);
1086
                        this->label59->TabIndex = 106;
1087
                        this->label59->Text = L"R53";
1088
                        // 
1089
                        // textBox60
1090
                        // 
1091
                        this->textBox60->Location = System::Drawing::Point(516, 117);
1092
                        this->textBox60->Name = L"textBox60";
1093
                        this->textBox60->Size = System::Drawing::Size(121, 20);
1094
                        this->textBox60->TabIndex = 105;
1095
                        this->textBox60->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1096
                        // 
1097
                        // label60
1098
                        // 
1099
                        this->label60->AutoSize = true;
1100
                        this->label60->Location = System::Drawing::Point(489, 120);
1101
                        this->label60->Name = L"label60";
1102
                        this->label60->Size = System::Drawing::Size(27, 13);
1103
                        this->label60->TabIndex = 104;
1104
                        this->label60->Text = L"R52";
1105
                        // 
1106
                        // textBox61
1107
                        // 
1108
                        this->textBox61->Location = System::Drawing::Point(516, 91);
1109
                        this->textBox61->Name = L"textBox61";
1110
                        this->textBox61->Size = System::Drawing::Size(121, 20);
1111
                        this->textBox61->TabIndex = 103;
1112
                        this->textBox61->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1113
                        // 
1114
                        // label61
1115
                        // 
1116
                        this->label61->AutoSize = true;
1117
                        this->label61->Location = System::Drawing::Point(489, 94);
1118
                        this->label61->Name = L"label61";
1119
                        this->label61->Size = System::Drawing::Size(27, 13);
1120
                        this->label61->TabIndex = 102;
1121
                        this->label61->Text = L"R51";
1122
                        // 
1123
                        // textBox62
1124
                        // 
1125
                        this->textBox62->Location = System::Drawing::Point(516, 65);
1126
                        this->textBox62->Name = L"textBox62";
1127
                        this->textBox62->Size = System::Drawing::Size(121, 20);
1128
                        this->textBox62->TabIndex = 101;
1129
                        this->textBox62->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1130
                        // 
1131
                        // label62
1132
                        // 
1133
                        this->label62->AutoSize = true;
1134
                        this->label62->Location = System::Drawing::Point(489, 68);
1135
                        this->label62->Name = L"label62";
1136
                        this->label62->Size = System::Drawing::Size(27, 13);
1137
                        this->label62->TabIndex = 100;
1138
                        this->label62->Text = L"R50";
1139
                        // 
1140
                        // textBox63
1141
                        // 
1142
                        this->textBox63->Location = System::Drawing::Point(516, 39);
1143
                        this->textBox63->Name = L"textBox63";
1144
                        this->textBox63->Size = System::Drawing::Size(121, 20);
1145
                        this->textBox63->TabIndex = 99;
1146
                        this->textBox63->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1147
                        // 
1148
                        // label63
1149
                        // 
1150
                        this->label63->AutoSize = true;
1151
                        this->label63->Location = System::Drawing::Point(489, 42);
1152
                        this->label63->Name = L"label63";
1153
                        this->label63->Size = System::Drawing::Size(27, 13);
1154
                        this->label63->TabIndex = 98;
1155
                        this->label63->Text = L"R49";
1156
                        // 
1157
                        // textBox64
1158
                        // 
1159
                        this->textBox64->Location = System::Drawing::Point(516, 13);
1160
                        this->textBox64->Name = L"textBox64";
1161
                        this->textBox64->Size = System::Drawing::Size(121, 20);
1162
                        this->textBox64->TabIndex = 97;
1163
                        this->textBox64->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1164
                        // 
1165
                        // label64
1166
                        // 
1167
                        this->label64->AutoSize = true;
1168
                        this->label64->Location = System::Drawing::Point(489, 16);
1169
                        this->label64->Name = L"label64";
1170
                        this->label64->Size = System::Drawing::Size(27, 13);
1171
                        this->label64->TabIndex = 96;
1172
                        this->label64->Text = L"R48";
1173
                        // 
1174
                        // textBox33
1175
                        // 
1176
                        this->textBox33->Location = System::Drawing::Point(354, 403);
1177
                        this->textBox33->Name = L"textBox33";
1178
                        this->textBox33->Size = System::Drawing::Size(121, 20);
1179
                        this->textBox33->TabIndex = 95;
1180
                        this->textBox33->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1181
                        // 
1182
                        // label33
1183
                        // 
1184
                        this->label33->AutoSize = true;
1185
                        this->label33->Location = System::Drawing::Point(327, 406);
1186
                        this->label33->Name = L"label33";
1187
                        this->label33->Size = System::Drawing::Size(27, 13);
1188
                        this->label33->TabIndex = 94;
1189
                        this->label33->Text = L"R47";
1190
                        // 
1191
                        // textBox34
1192
                        // 
1193
                        this->textBox34->Location = System::Drawing::Point(354, 377);
1194
                        this->textBox34->Name = L"textBox34";
1195
                        this->textBox34->Size = System::Drawing::Size(121, 20);
1196
                        this->textBox34->TabIndex = 93;
1197
                        this->textBox34->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1198
                        // 
1199
                        // label34
1200
                        // 
1201
                        this->label34->AutoSize = true;
1202
                        this->label34->Location = System::Drawing::Point(327, 380);
1203
                        this->label34->Name = L"label34";
1204
                        this->label34->Size = System::Drawing::Size(27, 13);
1205
                        this->label34->TabIndex = 92;
1206
                        this->label34->Text = L"R46";
1207
                        // 
1208
                        // textBox35
1209
                        // 
1210
                        this->textBox35->Location = System::Drawing::Point(354, 351);
1211
                        this->textBox35->Name = L"textBox35";
1212
                        this->textBox35->Size = System::Drawing::Size(121, 20);
1213
                        this->textBox35->TabIndex = 91;
1214
                        this->textBox35->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1215
                        // 
1216
                        // label35
1217
                        // 
1218
                        this->label35->AutoSize = true;
1219
                        this->label35->Location = System::Drawing::Point(327, 354);
1220
                        this->label35->Name = L"label35";
1221
                        this->label35->Size = System::Drawing::Size(27, 13);
1222
                        this->label35->TabIndex = 90;
1223
                        this->label35->Text = L"R45";
1224
                        // 
1225
                        // textBox36
1226
                        // 
1227
                        this->textBox36->Location = System::Drawing::Point(354, 325);
1228
                        this->textBox36->Name = L"textBox36";
1229
                        this->textBox36->Size = System::Drawing::Size(121, 20);
1230
                        this->textBox36->TabIndex = 89;
1231
                        this->textBox36->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1232
                        // 
1233
                        // label36
1234
                        // 
1235
                        this->label36->AutoSize = true;
1236
                        this->label36->Location = System::Drawing::Point(327, 328);
1237
                        this->label36->Name = L"label36";
1238
                        this->label36->Size = System::Drawing::Size(27, 13);
1239
                        this->label36->TabIndex = 88;
1240
                        this->label36->Text = L"R44";
1241
                        // 
1242
                        // textBox37
1243
                        // 
1244
                        this->textBox37->Location = System::Drawing::Point(354, 299);
1245
                        this->textBox37->Name = L"textBox37";
1246
                        this->textBox37->Size = System::Drawing::Size(121, 20);
1247
                        this->textBox37->TabIndex = 87;
1248
                        this->textBox37->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1249
                        // 
1250
                        // label37
1251
                        // 
1252
                        this->label37->AutoSize = true;
1253
                        this->label37->Location = System::Drawing::Point(327, 302);
1254
                        this->label37->Name = L"label37";
1255
                        this->label37->Size = System::Drawing::Size(27, 13);
1256
                        this->label37->TabIndex = 86;
1257
                        this->label37->Text = L"R43";
1258
                        // 
1259
                        // textBox38
1260
                        // 
1261
                        this->textBox38->Location = System::Drawing::Point(354, 273);
1262
                        this->textBox38->Name = L"textBox38";
1263
                        this->textBox38->Size = System::Drawing::Size(121, 20);
1264
                        this->textBox38->TabIndex = 85;
1265
                        this->textBox38->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1266
                        // 
1267
                        // label38
1268
                        // 
1269
                        this->label38->AutoSize = true;
1270
                        this->label38->Location = System::Drawing::Point(327, 276);
1271
                        this->label38->Name = L"label38";
1272
                        this->label38->Size = System::Drawing::Size(27, 13);
1273
                        this->label38->TabIndex = 84;
1274
                        this->label38->Text = L"R42";
1275
                        // 
1276
                        // textBox39
1277
                        // 
1278
                        this->textBox39->Location = System::Drawing::Point(354, 247);
1279
                        this->textBox39->Name = L"textBox39";
1280
                        this->textBox39->Size = System::Drawing::Size(121, 20);
1281
                        this->textBox39->TabIndex = 83;
1282
                        this->textBox39->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1283
                        // 
1284
                        // label39
1285
                        // 
1286
                        this->label39->AutoSize = true;
1287
                        this->label39->Location = System::Drawing::Point(327, 250);
1288
                        this->label39->Name = L"label39";
1289
                        this->label39->Size = System::Drawing::Size(27, 13);
1290
                        this->label39->TabIndex = 82;
1291
                        this->label39->Text = L"R41";
1292
                        // 
1293
                        // textBox40
1294
                        // 
1295
                        this->textBox40->Location = System::Drawing::Point(354, 221);
1296
                        this->textBox40->Name = L"textBox40";
1297
                        this->textBox40->Size = System::Drawing::Size(121, 20);
1298
                        this->textBox40->TabIndex = 81;
1299
                        this->textBox40->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1300
                        // 
1301
                        // label40
1302
                        // 
1303
                        this->label40->AutoSize = true;
1304
                        this->label40->Location = System::Drawing::Point(327, 224);
1305
                        this->label40->Name = L"label40";
1306
                        this->label40->Size = System::Drawing::Size(27, 13);
1307
                        this->label40->TabIndex = 80;
1308
                        this->label40->Text = L"R40";
1309
                        // 
1310
                        // textBox41
1311
                        // 
1312
                        this->textBox41->Location = System::Drawing::Point(354, 195);
1313
                        this->textBox41->Name = L"textBox41";
1314
                        this->textBox41->Size = System::Drawing::Size(121, 20);
1315
                        this->textBox41->TabIndex = 79;
1316
                        this->textBox41->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1317
                        // 
1318
                        // label41
1319
                        // 
1320
                        this->label41->AutoSize = true;
1321
                        this->label41->Location = System::Drawing::Point(327, 198);
1322
                        this->label41->Name = L"label41";
1323
                        this->label41->Size = System::Drawing::Size(27, 13);
1324
                        this->label41->TabIndex = 78;
1325
                        this->label41->Text = L"R39";
1326
                        // 
1327
                        // textBox42
1328
                        // 
1329
                        this->textBox42->Location = System::Drawing::Point(354, 169);
1330
                        this->textBox42->Name = L"textBox42";
1331
                        this->textBox42->Size = System::Drawing::Size(121, 20);
1332
                        this->textBox42->TabIndex = 77;
1333
                        this->textBox42->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1334
                        // 
1335
                        // label42
1336
                        // 
1337
                        this->label42->AutoSize = true;
1338
                        this->label42->Location = System::Drawing::Point(327, 172);
1339
                        this->label42->Name = L"label42";
1340
                        this->label42->Size = System::Drawing::Size(27, 13);
1341
                        this->label42->TabIndex = 76;
1342
                        this->label42->Text = L"R38";
1343
                        // 
1344
                        // textBox43
1345
                        // 
1346
                        this->textBox43->Location = System::Drawing::Point(354, 143);
1347
                        this->textBox43->Name = L"textBox43";
1348
                        this->textBox43->Size = System::Drawing::Size(121, 20);
1349
                        this->textBox43->TabIndex = 75;
1350
                        this->textBox43->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1351
                        // 
1352
                        // label43
1353
                        // 
1354
                        this->label43->AutoSize = true;
1355
                        this->label43->Location = System::Drawing::Point(327, 146);
1356
                        this->label43->Name = L"label43";
1357
                        this->label43->Size = System::Drawing::Size(27, 13);
1358
                        this->label43->TabIndex = 74;
1359
                        this->label43->Text = L"R37";
1360
                        // 
1361
                        // textBox44
1362
                        // 
1363
                        this->textBox44->Location = System::Drawing::Point(354, 117);
1364
                        this->textBox44->Name = L"textBox44";
1365
                        this->textBox44->Size = System::Drawing::Size(121, 20);
1366
                        this->textBox44->TabIndex = 73;
1367
                        this->textBox44->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1368
                        // 
1369
                        // label44
1370
                        // 
1371
                        this->label44->AutoSize = true;
1372
                        this->label44->Location = System::Drawing::Point(327, 120);
1373
                        this->label44->Name = L"label44";
1374
                        this->label44->Size = System::Drawing::Size(27, 13);
1375
                        this->label44->TabIndex = 72;
1376
                        this->label44->Text = L"R36";
1377
                        // 
1378
                        // textBox45
1379
                        // 
1380
                        this->textBox45->Location = System::Drawing::Point(354, 91);
1381
                        this->textBox45->Name = L"textBox45";
1382
                        this->textBox45->Size = System::Drawing::Size(121, 20);
1383
                        this->textBox45->TabIndex = 71;
1384
                        this->textBox45->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1385
                        // 
1386
                        // label45
1387
                        // 
1388
                        this->label45->AutoSize = true;
1389
                        this->label45->Location = System::Drawing::Point(327, 94);
1390
                        this->label45->Name = L"label45";
1391
                        this->label45->Size = System::Drawing::Size(27, 13);
1392
                        this->label45->TabIndex = 70;
1393
                        this->label45->Text = L"R35";
1394
                        // 
1395
                        // textBox46
1396
                        // 
1397
                        this->textBox46->Location = System::Drawing::Point(354, 65);
1398
                        this->textBox46->Name = L"textBox46";
1399
                        this->textBox46->Size = System::Drawing::Size(121, 20);
1400
                        this->textBox46->TabIndex = 69;
1401
                        this->textBox46->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1402
                        // 
1403
                        // label46
1404
                        // 
1405
                        this->label46->AutoSize = true;
1406
                        this->label46->Location = System::Drawing::Point(327, 68);
1407
                        this->label46->Name = L"label46";
1408
                        this->label46->Size = System::Drawing::Size(27, 13);
1409
                        this->label46->TabIndex = 68;
1410
                        this->label46->Text = L"R34";
1411
                        // 
1412
                        // textBox47
1413
                        // 
1414
                        this->textBox47->Location = System::Drawing::Point(354, 39);
1415
                        this->textBox47->Name = L"textBox47";
1416
                        this->textBox47->Size = System::Drawing::Size(121, 20);
1417
                        this->textBox47->TabIndex = 67;
1418
                        this->textBox47->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1419
                        // 
1420
                        // label47
1421
                        // 
1422
                        this->label47->AutoSize = true;
1423
                        this->label47->Location = System::Drawing::Point(327, 42);
1424
                        this->label47->Name = L"label47";
1425
                        this->label47->Size = System::Drawing::Size(27, 13);
1426
                        this->label47->TabIndex = 66;
1427
                        this->label47->Text = L"R33";
1428
                        // 
1429
                        // textBox48
1430
                        // 
1431
                        this->textBox48->Location = System::Drawing::Point(354, 13);
1432
                        this->textBox48->Name = L"textBox48";
1433
                        this->textBox48->Size = System::Drawing::Size(121, 20);
1434
                        this->textBox48->TabIndex = 65;
1435
                        this->textBox48->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1436
                        // 
1437
                        // label48
1438
                        // 
1439
                        this->label48->AutoSize = true;
1440
                        this->label48->Location = System::Drawing::Point(327, 16);
1441
                        this->label48->Name = L"label48";
1442
                        this->label48->Size = System::Drawing::Size(27, 13);
1443
                        this->label48->TabIndex = 64;
1444
                        this->label48->Text = L"R32";
1445
                        // 
1446
                        // textBox17
1447
                        // 
1448
                        this->textBox17->Location = System::Drawing::Point(192, 403);
1449
                        this->textBox17->Name = L"textBox17";
1450
                        this->textBox17->Size = System::Drawing::Size(121, 20);
1451
                        this->textBox17->TabIndex = 63;
1452
                        this->textBox17->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1453
                        // 
1454
                        // label17
1455
                        // 
1456
                        this->label17->AutoSize = true;
1457
                        this->label17->Location = System::Drawing::Point(165, 406);
1458
                        this->label17->Name = L"label17";
1459
                        this->label17->Size = System::Drawing::Size(27, 13);
1460
                        this->label17->TabIndex = 62;
1461
                        this->label17->Text = L"R31";
1462
                        // 
1463
                        // textBox18
1464
                        // 
1465
                        this->textBox18->Location = System::Drawing::Point(192, 377);
1466
                        this->textBox18->Name = L"textBox18";
1467
                        this->textBox18->Size = System::Drawing::Size(121, 20);
1468
                        this->textBox18->TabIndex = 61;
1469
                        this->textBox18->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1470
                        // 
1471
                        // label18
1472
                        // 
1473
                        this->label18->AutoSize = true;
1474
                        this->label18->Location = System::Drawing::Point(165, 380);
1475
                        this->label18->Name = L"label18";
1476
                        this->label18->Size = System::Drawing::Size(27, 13);
1477
                        this->label18->TabIndex = 60;
1478
                        this->label18->Text = L"R30";
1479
                        // 
1480
                        // textBox19
1481
                        // 
1482
                        this->textBox19->Location = System::Drawing::Point(192, 351);
1483
                        this->textBox19->Name = L"textBox19";
1484
                        this->textBox19->Size = System::Drawing::Size(121, 20);
1485
                        this->textBox19->TabIndex = 59;
1486
                        this->textBox19->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1487
                        // 
1488
                        // label19
1489
                        // 
1490
                        this->label19->AutoSize = true;
1491
                        this->label19->Location = System::Drawing::Point(165, 354);
1492
                        this->label19->Name = L"label19";
1493
                        this->label19->Size = System::Drawing::Size(27, 13);
1494
                        this->label19->TabIndex = 58;
1495
                        this->label19->Text = L"R29";
1496
                        // 
1497
                        // textBox20
1498
                        // 
1499
                        this->textBox20->Location = System::Drawing::Point(192, 325);
1500
                        this->textBox20->Name = L"textBox20";
1501
                        this->textBox20->Size = System::Drawing::Size(121, 20);
1502
                        this->textBox20->TabIndex = 57;
1503
                        this->textBox20->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1504
                        // 
1505
                        // label20
1506
                        // 
1507
                        this->label20->AutoSize = true;
1508
                        this->label20->Location = System::Drawing::Point(165, 328);
1509
                        this->label20->Name = L"label20";
1510
                        this->label20->Size = System::Drawing::Size(27, 13);
1511
                        this->label20->TabIndex = 56;
1512
                        this->label20->Text = L"R28";
1513
                        // 
1514
                        // txtR27
1515
                        // 
1516
                        this->txtR27->Location = System::Drawing::Point(192, 299);
1517
                        this->txtR27->Name = L"txtR27";
1518
                        this->txtR27->Size = System::Drawing::Size(121, 20);
1519
                        this->txtR27->TabIndex = 55;
1520
                        this->txtR27->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1521
                        // 
1522
                        // label21
1523
                        // 
1524
                        this->label21->AutoSize = true;
1525
                        this->label21->Location = System::Drawing::Point(165, 302);
1526
                        this->label21->Name = L"label21";
1527
                        this->label21->Size = System::Drawing::Size(27, 13);
1528
                        this->label21->TabIndex = 54;
1529
                        this->label21->Text = L"R27";
1530
                        // 
1531
                        // txtR26
1532
                        // 
1533
                        this->txtR26->Location = System::Drawing::Point(192, 273);
1534
                        this->txtR26->Name = L"txtR26";
1535
                        this->txtR26->Size = System::Drawing::Size(121, 20);
1536
                        this->txtR26->TabIndex = 53;
1537
                        this->txtR26->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1538
                        // 
1539
                        // label22
1540
                        // 
1541
                        this->label22->AutoSize = true;
1542
                        this->label22->Location = System::Drawing::Point(165, 276);
1543
                        this->label22->Name = L"label22";
1544
                        this->label22->Size = System::Drawing::Size(27, 13);
1545
                        this->label22->TabIndex = 52;
1546
                        this->label22->Text = L"R26";
1547
                        // 
1548
                        // txtR25
1549
                        // 
1550
                        this->txtR25->Location = System::Drawing::Point(192, 247);
1551
                        this->txtR25->Name = L"txtR25";
1552
                        this->txtR25->Size = System::Drawing::Size(121, 20);
1553
                        this->txtR25->TabIndex = 51;
1554
                        this->txtR25->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1555
                        // 
1556
                        // label23
1557
                        // 
1558
                        this->label23->AutoSize = true;
1559
                        this->label23->Location = System::Drawing::Point(165, 250);
1560
                        this->label23->Name = L"label23";
1561
                        this->label23->Size = System::Drawing::Size(27, 13);
1562
                        this->label23->TabIndex = 50;
1563
                        this->label23->Text = L"R25";
1564
                        // 
1565
                        // txtR24
1566
                        // 
1567
                        this->txtR24->Location = System::Drawing::Point(192, 221);
1568
                        this->txtR24->Name = L"txtR24";
1569
                        this->txtR24->Size = System::Drawing::Size(121, 20);
1570
                        this->txtR24->TabIndex = 49;
1571
                        this->txtR24->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1572
                        // 
1573
                        // label24
1574
                        // 
1575
                        this->label24->AutoSize = true;
1576
                        this->label24->Location = System::Drawing::Point(165, 224);
1577
                        this->label24->Name = L"label24";
1578
                        this->label24->Size = System::Drawing::Size(27, 13);
1579
                        this->label24->TabIndex = 48;
1580
                        this->label24->Text = L"R24";
1581
                        // 
1582
                        // txtR23
1583
                        // 
1584
                        this->txtR23->Location = System::Drawing::Point(192, 195);
1585
                        this->txtR23->Name = L"txtR23";
1586
                        this->txtR23->Size = System::Drawing::Size(121, 20);
1587
                        this->txtR23->TabIndex = 47;
1588
                        this->txtR23->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1589
                        // 
1590
                        // label25
1591
                        // 
1592
                        this->label25->AutoSize = true;
1593
                        this->label25->Location = System::Drawing::Point(165, 198);
1594
                        this->label25->Name = L"label25";
1595
                        this->label25->Size = System::Drawing::Size(27, 13);
1596
                        this->label25->TabIndex = 46;
1597
                        this->label25->Text = L"R23";
1598
                        // 
1599
                        // txtR22
1600
                        // 
1601
                        this->txtR22->Location = System::Drawing::Point(192, 169);
1602
                        this->txtR22->Name = L"txtR22";
1603
                        this->txtR22->Size = System::Drawing::Size(121, 20);
1604
                        this->txtR22->TabIndex = 45;
1605
                        this->txtR22->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1606
                        // 
1607
                        // label26
1608
                        // 
1609
                        this->label26->AutoSize = true;
1610
                        this->label26->Location = System::Drawing::Point(165, 172);
1611
                        this->label26->Name = L"label26";
1612
                        this->label26->Size = System::Drawing::Size(27, 13);
1613
                        this->label26->TabIndex = 44;
1614
                        this->label26->Text = L"R22";
1615
                        // 
1616
                        // txtR21
1617
                        // 
1618
                        this->txtR21->Location = System::Drawing::Point(192, 143);
1619
                        this->txtR21->Name = L"txtR21";
1620
                        this->txtR21->Size = System::Drawing::Size(121, 20);
1621
                        this->txtR21->TabIndex = 43;
1622
                        this->txtR21->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1623
                        // 
1624
                        // label27
1625
                        // 
1626
                        this->label27->AutoSize = true;
1627
                        this->label27->Location = System::Drawing::Point(165, 146);
1628
                        this->label27->Name = L"label27";
1629
                        this->label27->Size = System::Drawing::Size(27, 13);
1630
                        this->label27->TabIndex = 42;
1631
                        this->label27->Text = L"R21";
1632
                        // 
1633
                        // txtR20
1634
                        // 
1635
                        this->txtR20->Location = System::Drawing::Point(192, 117);
1636
                        this->txtR20->Name = L"txtR20";
1637
                        this->txtR20->Size = System::Drawing::Size(121, 20);
1638
                        this->txtR20->TabIndex = 41;
1639
                        this->txtR20->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1640
                        // 
1641
                        // label28
1642
                        // 
1643
                        this->label28->AutoSize = true;
1644
                        this->label28->Location = System::Drawing::Point(165, 120);
1645
                        this->label28->Name = L"label28";
1646
                        this->label28->Size = System::Drawing::Size(27, 13);
1647
                        this->label28->TabIndex = 40;
1648
                        this->label28->Text = L"R20";
1649
                        // 
1650
                        // txtR19
1651
                        // 
1652
                        this->txtR19->Location = System::Drawing::Point(192, 91);
1653
                        this->txtR19->Name = L"txtR19";
1654
                        this->txtR19->Size = System::Drawing::Size(121, 20);
1655
                        this->txtR19->TabIndex = 39;
1656
                        this->txtR19->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1657
                        // 
1658
                        // label29
1659
                        // 
1660
                        this->label29->AutoSize = true;
1661
                        this->label29->Location = System::Drawing::Point(165, 94);
1662
                        this->label29->Name = L"label29";
1663
                        this->label29->Size = System::Drawing::Size(27, 13);
1664
                        this->label29->TabIndex = 38;
1665
                        this->label29->Text = L"R19";
1666
                        // 
1667
                        // txtR18
1668
                        // 
1669
                        this->txtR18->Location = System::Drawing::Point(192, 65);
1670
                        this->txtR18->Name = L"txtR18";
1671
                        this->txtR18->Size = System::Drawing::Size(121, 20);
1672
                        this->txtR18->TabIndex = 37;
1673
                        this->txtR18->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1674
                        // 
1675
                        // label30
1676
                        // 
1677
                        this->label30->AutoSize = true;
1678
                        this->label30->Location = System::Drawing::Point(165, 68);
1679
                        this->label30->Name = L"label30";
1680
                        this->label30->Size = System::Drawing::Size(27, 13);
1681
                        this->label30->TabIndex = 36;
1682
                        this->label30->Text = L"R18";
1683
                        // 
1684
                        // txtR17
1685
                        // 
1686
                        this->txtR17->Location = System::Drawing::Point(192, 39);
1687
                        this->txtR17->Name = L"txtR17";
1688
                        this->txtR17->Size = System::Drawing::Size(121, 20);
1689
                        this->txtR17->TabIndex = 35;
1690
                        this->txtR17->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1691
                        // 
1692
                        // label31
1693
                        // 
1694
                        this->label31->AutoSize = true;
1695
                        this->label31->Location = System::Drawing::Point(165, 42);
1696
                        this->label31->Name = L"label31";
1697
                        this->label31->Size = System::Drawing::Size(27, 13);
1698
                        this->label31->TabIndex = 34;
1699
                        this->label31->Text = L"R17";
1700
                        // 
1701
                        // txtR16
1702
                        // 
1703
                        this->txtR16->Location = System::Drawing::Point(192, 13);
1704
                        this->txtR16->Name = L"txtR16";
1705
                        this->txtR16->Size = System::Drawing::Size(121, 20);
1706
                        this->txtR16->TabIndex = 33;
1707
                        this->txtR16->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1708
                        // 
1709
                        // label32
1710
                        // 
1711
                        this->label32->AutoSize = true;
1712
                        this->label32->Location = System::Drawing::Point(165, 16);
1713
                        this->label32->Name = L"label32";
1714
                        this->label32->Size = System::Drawing::Size(27, 13);
1715
                        this->label32->TabIndex = 32;
1716
                        this->label32->Text = L"R16";
1717
                        // 
1718
                        // txtR15
1719
                        // 
1720
                        this->txtR15->Location = System::Drawing::Point(33, 403);
1721
                        this->txtR15->Name = L"txtR15";
1722
                        this->txtR15->Size = System::Drawing::Size(121, 20);
1723
                        this->txtR15->TabIndex = 31;
1724
                        this->txtR15->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1725
                        // 
1726
                        // label9
1727
                        // 
1728
                        this->label9->AutoSize = true;
1729
                        this->label9->Location = System::Drawing::Point(6, 406);
1730
                        this->label9->Name = L"label9";
1731
                        this->label9->Size = System::Drawing::Size(27, 13);
1732
                        this->label9->TabIndex = 30;
1733
                        this->label9->Text = L"R15";
1734
                        // 
1735
                        // txtR14
1736
                        // 
1737
                        this->txtR14->Location = System::Drawing::Point(33, 377);
1738
                        this->txtR14->Name = L"txtR14";
1739
                        this->txtR14->Size = System::Drawing::Size(121, 20);
1740
                        this->txtR14->TabIndex = 29;
1741
                        this->txtR14->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1742
                        // 
1743
                        // label10
1744
                        // 
1745
                        this->label10->AutoSize = true;
1746
                        this->label10->Location = System::Drawing::Point(6, 380);
1747
                        this->label10->Name = L"label10";
1748
                        this->label10->Size = System::Drawing::Size(27, 13);
1749
                        this->label10->TabIndex = 28;
1750
                        this->label10->Text = L"R14";
1751
                        // 
1752
                        // txtR13
1753
                        // 
1754
                        this->txtR13->Location = System::Drawing::Point(33, 351);
1755
                        this->txtR13->Name = L"txtR13";
1756
                        this->txtR13->Size = System::Drawing::Size(121, 20);
1757
                        this->txtR13->TabIndex = 27;
1758
                        this->txtR13->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1759
                        // 
1760
                        // label11
1761
                        // 
1762
                        this->label11->AutoSize = true;
1763
                        this->label11->Location = System::Drawing::Point(6, 354);
1764
                        this->label11->Name = L"label11";
1765
                        this->label11->Size = System::Drawing::Size(27, 13);
1766
                        this->label11->TabIndex = 26;
1767
                        this->label11->Text = L"R13";
1768
                        // 
1769
                        // txtR12
1770
                        // 
1771
                        this->txtR12->Location = System::Drawing::Point(33, 325);
1772
                        this->txtR12->Name = L"txtR12";
1773
                        this->txtR12->Size = System::Drawing::Size(121, 20);
1774
                        this->txtR12->TabIndex = 25;
1775
                        this->txtR12->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1776
                        // 
1777
                        // label12
1778
                        // 
1779
                        this->label12->AutoSize = true;
1780
                        this->label12->Location = System::Drawing::Point(6, 328);
1781
                        this->label12->Name = L"label12";
1782
                        this->label12->Size = System::Drawing::Size(27, 13);
1783
                        this->label12->TabIndex = 24;
1784
                        this->label12->Text = L"R12";
1785
                        // 
1786
                        // txtR11
1787
                        // 
1788
                        this->txtR11->Location = System::Drawing::Point(33, 299);
1789
                        this->txtR11->Name = L"txtR11";
1790
                        this->txtR11->Size = System::Drawing::Size(121, 20);
1791
                        this->txtR11->TabIndex = 23;
1792
                        this->txtR11->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1793
                        // 
1794
                        // label13
1795
                        // 
1796
                        this->label13->AutoSize = true;
1797
                        this->label13->Location = System::Drawing::Point(6, 302);
1798
                        this->label13->Name = L"label13";
1799
                        this->label13->Size = System::Drawing::Size(27, 13);
1800
                        this->label13->TabIndex = 22;
1801
                        this->label13->Text = L"R11";
1802
                        // 
1803
                        // txtR10
1804
                        // 
1805
                        this->txtR10->Location = System::Drawing::Point(33, 273);
1806
                        this->txtR10->Name = L"txtR10";
1807
                        this->txtR10->Size = System::Drawing::Size(121, 20);
1808
                        this->txtR10->TabIndex = 21;
1809
                        this->txtR10->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1810
                        // 
1811
                        // label14
1812
                        // 
1813
                        this->label14->AutoSize = true;
1814
                        this->label14->Location = System::Drawing::Point(6, 276);
1815
                        this->label14->Name = L"label14";
1816
                        this->label14->Size = System::Drawing::Size(27, 13);
1817
                        this->label14->TabIndex = 20;
1818
                        this->label14->Text = L"R10";
1819
                        // 
1820
                        // txtR9
1821
                        // 
1822
                        this->txtR9->Location = System::Drawing::Point(33, 247);
1823
                        this->txtR9->Name = L"txtR9";
1824
                        this->txtR9->Size = System::Drawing::Size(121, 20);
1825
                        this->txtR9->TabIndex = 19;
1826
                        this->txtR9->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1827
                        // 
1828
                        // label15
1829
                        // 
1830
                        this->label15->AutoSize = true;
1831
                        this->label15->Location = System::Drawing::Point(6, 250);
1832
                        this->label15->Name = L"label15";
1833
                        this->label15->Size = System::Drawing::Size(21, 13);
1834
                        this->label15->TabIndex = 18;
1835
                        this->label15->Text = L"R9";
1836
                        // 
1837
                        // txtR8
1838
                        // 
1839
                        this->txtR8->Location = System::Drawing::Point(33, 221);
1840
                        this->txtR8->Name = L"txtR8";
1841
                        this->txtR8->Size = System::Drawing::Size(121, 20);
1842
                        this->txtR8->TabIndex = 17;
1843
                        this->txtR8->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1844
                        // 
1845
                        // label16
1846
                        // 
1847
                        this->label16->AutoSize = true;
1848
                        this->label16->Location = System::Drawing::Point(6, 224);
1849
                        this->label16->Name = L"label16";
1850
                        this->label16->Size = System::Drawing::Size(21, 13);
1851
                        this->label16->TabIndex = 16;
1852
                        this->label16->Text = L"R8";
1853
                        // 
1854
                        // txtR7
1855
                        // 
1856
                        this->txtR7->Location = System::Drawing::Point(33, 195);
1857
                        this->txtR7->Name = L"txtR7";
1858
                        this->txtR7->Size = System::Drawing::Size(121, 20);
1859
                        this->txtR7->TabIndex = 15;
1860
                        this->txtR7->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1861
                        // 
1862
                        // label5
1863
                        // 
1864
                        this->label5->AutoSize = true;
1865
                        this->label5->Location = System::Drawing::Point(6, 198);
1866
                        this->label5->Name = L"label5";
1867
                        this->label5->Size = System::Drawing::Size(21, 13);
1868
                        this->label5->TabIndex = 14;
1869
                        this->label5->Text = L"R7";
1870
                        // 
1871
                        // txtR6
1872
                        // 
1873
                        this->txtR6->Location = System::Drawing::Point(33, 169);
1874
                        this->txtR6->Name = L"txtR6";
1875
                        this->txtR6->Size = System::Drawing::Size(121, 20);
1876
                        this->txtR6->TabIndex = 13;
1877
                        this->txtR6->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1878
                        // 
1879
                        // label6
1880
                        // 
1881
                        this->label6->AutoSize = true;
1882
                        this->label6->Location = System::Drawing::Point(6, 172);
1883
                        this->label6->Name = L"label6";
1884
                        this->label6->Size = System::Drawing::Size(21, 13);
1885
                        this->label6->TabIndex = 12;
1886
                        this->label6->Text = L"R6";
1887
                        // 
1888
                        // txtR5
1889
                        // 
1890
                        this->txtR5->Location = System::Drawing::Point(33, 143);
1891
                        this->txtR5->Name = L"txtR5";
1892
                        this->txtR5->Size = System::Drawing::Size(121, 20);
1893
                        this->txtR5->TabIndex = 11;
1894
                        this->txtR5->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1895
                        // 
1896
                        // label7
1897
                        // 
1898
                        this->label7->AutoSize = true;
1899
                        this->label7->Location = System::Drawing::Point(6, 146);
1900
                        this->label7->Name = L"label7";
1901
                        this->label7->Size = System::Drawing::Size(21, 13);
1902
                        this->label7->TabIndex = 10;
1903
                        this->label7->Text = L"R5";
1904
                        // 
1905
                        // txtR4
1906
                        // 
1907
                        this->txtR4->Location = System::Drawing::Point(33, 117);
1908
                        this->txtR4->Name = L"txtR4";
1909
                        this->txtR4->Size = System::Drawing::Size(121, 20);
1910
                        this->txtR4->TabIndex = 9;
1911
                        this->txtR4->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1912
                        // 
1913
                        // label8
1914
                        // 
1915
                        this->label8->AutoSize = true;
1916
                        this->label8->Location = System::Drawing::Point(6, 120);
1917
                        this->label8->Name = L"label8";
1918
                        this->label8->Size = System::Drawing::Size(21, 13);
1919
                        this->label8->TabIndex = 8;
1920
                        this->label8->Text = L"R4";
1921
                        // 
1922
                        // txtR3
1923
                        // 
1924
                        this->txtR3->Location = System::Drawing::Point(33, 91);
1925
                        this->txtR3->Name = L"txtR3";
1926
                        this->txtR3->Size = System::Drawing::Size(121, 20);
1927
                        this->txtR3->TabIndex = 7;
1928
                        this->txtR3->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1929
                        // 
1930
                        // label3
1931
                        // 
1932
                        this->label3->AutoSize = true;
1933
                        this->label3->Location = System::Drawing::Point(6, 94);
1934
                        this->label3->Name = L"label3";
1935
                        this->label3->Size = System::Drawing::Size(21, 13);
1936
                        this->label3->TabIndex = 6;
1937
                        this->label3->Text = L"R3";
1938
                        // 
1939
                        // txtR2
1940
                        // 
1941
                        this->txtR2->Location = System::Drawing::Point(33, 65);
1942
                        this->txtR2->Name = L"txtR2";
1943
                        this->txtR2->Size = System::Drawing::Size(121, 20);
1944
                        this->txtR2->TabIndex = 5;
1945
                        this->txtR2->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1946
                        // 
1947
                        // label4
1948
                        // 
1949
                        this->label4->AutoSize = true;
1950
                        this->label4->Location = System::Drawing::Point(6, 68);
1951
                        this->label4->Name = L"label4";
1952
                        this->label4->Size = System::Drawing::Size(21, 13);
1953
                        this->label4->TabIndex = 4;
1954
                        this->label4->Text = L"R2";
1955
                        // 
1956
                        // txtR1
1957
                        // 
1958
                        this->txtR1->Location = System::Drawing::Point(33, 39);
1959
                        this->txtR1->Name = L"txtR1";
1960
                        this->txtR1->Size = System::Drawing::Size(121, 20);
1961
                        this->txtR1->TabIndex = 3;
1962
                        this->txtR1->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1963
                        this->txtR1->TextChanged += gcnew System::EventHandler(this, &frmRegisters::textBox2_TextChanged);
1964
                        // 
1965
                        // label2
1966
                        // 
1967
                        this->label2->AutoSize = true;
1968
                        this->label2->Location = System::Drawing::Point(6, 42);
1969
                        this->label2->Name = L"label2";
1970
                        this->label2->Size = System::Drawing::Size(21, 13);
1971
                        this->label2->TabIndex = 2;
1972
                        this->label2->Text = L"R1";
1973
                        this->label2->Click += gcnew System::EventHandler(this, &frmRegisters::label2_Click);
1974
                        // 
1975
                        // txtR0
1976
                        // 
1977
                        this->txtR0->Location = System::Drawing::Point(33, 13);
1978
                        this->txtR0->Name = L"txtR0";
1979
                        this->txtR0->ReadOnly = true;
1980
                        this->txtR0->Size = System::Drawing::Size(121, 20);
1981
                        this->txtR0->TabIndex = 1;
1982
                        this->txtR0->Text = L"0";
1983
                        this->txtR0->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
1984
                        // 
1985
                        // label1
1986
                        // 
1987
                        this->label1->AutoSize = true;
1988
                        this->label1->Location = System::Drawing::Point(6, 16);
1989
                        this->label1->Name = L"label1";
1990
                        this->label1->Size = System::Drawing::Size(21, 13);
1991
                        this->label1->TabIndex = 0;
1992
                        this->label1->Text = L"R0";
1993
                        // 
1994
                        // tabPage2
1995
                        // 
1996
                        this->tabPage2->Controls->Add(this->txtTick);
1997
                        this->tabPage2->Controls->Add(this->label118);
1998
                        this->tabPage2->Controls->Add(this->txtLC);
1999
                        this->tabPage2->Controls->Add(this->label117);
2000
                        this->tabPage2->Controls->Add(this->label116);
2001
                        this->tabPage2->Controls->Add(this->textBox101);
2002
                        this->tabPage2->Controls->Add(this->label115);
2003
                        this->tabPage2->Controls->Add(this->textBox100);
2004
                        this->tabPage2->Controls->Add(this->label114);
2005
                        this->tabPage2->Controls->Add(this->textBox99);
2006
                        this->tabPage2->Controls->Add(this->label113);
2007
                        this->tabPage2->Controls->Add(this->textBox98);
2008
                        this->tabPage2->Controls->Add(this->label112);
2009
                        this->tabPage2->Controls->Add(this->textBox97);
2010
                        this->tabPage2->Controls->Add(this->label111);
2011
                        this->tabPage2->Controls->Add(this->textBox96);
2012
                        this->tabPage2->Controls->Add(this->label110);
2013
                        this->tabPage2->Controls->Add(this->label109);
2014
                        this->tabPage2->Controls->Add(this->label108);
2015
                        this->tabPage2->Controls->Add(this->label107);
2016
                        this->tabPage2->Controls->Add(this->label106);
2017
                        this->tabPage2->Controls->Add(this->label105);
2018
                        this->tabPage2->Controls->Add(this->textBox94);
2019
                        this->tabPage2->Controls->Add(this->txtCs);
2020
                        this->tabPage2->Controls->Add(this->label104);
2021
                        this->tabPage2->Controls->Add(this->textBox92);
2022
                        this->tabPage2->Controls->Add(this->txtSs);
2023
                        this->tabPage2->Controls->Add(this->label103);
2024
                        this->tabPage2->Controls->Add(this->textBox90);
2025
                        this->tabPage2->Controls->Add(this->txtHs);
2026
                        this->tabPage2->Controls->Add(this->label102);
2027
                        this->tabPage2->Controls->Add(this->textBox88);
2028
                        this->tabPage2->Controls->Add(this->txtGs);
2029
                        this->tabPage2->Controls->Add(this->label101);
2030
                        this->tabPage2->Controls->Add(this->textBox86);
2031
                        this->tabPage2->Controls->Add(this->txtFs);
2032
                        this->tabPage2->Controls->Add(this->label100);
2033
                        this->tabPage2->Controls->Add(this->textBox84);
2034
                        this->tabPage2->Controls->Add(this->txtEs);
2035
                        this->tabPage2->Controls->Add(this->label99);
2036
                        this->tabPage2->Controls->Add(this->textBox82);
2037
                        this->tabPage2->Controls->Add(this->txtDs);
2038
                        this->tabPage2->Controls->Add(this->label98);
2039
                        this->tabPage2->Controls->Add(this->textBox81);
2040
                        this->tabPage2->Controls->Add(this->txtZs);
2041
                        this->tabPage2->Controls->Add(this->label97);
2042
                        this->tabPage2->Controls->Add(this->txtCa15);
2043
                        this->tabPage2->Controls->Add(this->label96);
2044
                        this->tabPage2->Controls->Add(this->txtCa14);
2045
                        this->tabPage2->Controls->Add(this->label95);
2046
                        this->tabPage2->Controls->Add(this->txtCa13);
2047
                        this->tabPage2->Controls->Add(this->label94);
2048
                        this->tabPage2->Controls->Add(this->txtCa12);
2049
                        this->tabPage2->Controls->Add(this->label93);
2050
                        this->tabPage2->Controls->Add(this->txtCa11);
2051
                        this->tabPage2->Controls->Add(this->label92);
2052
                        this->tabPage2->Controls->Add(this->txtCa10);
2053
                        this->tabPage2->Controls->Add(this->label91);
2054
                        this->tabPage2->Controls->Add(this->txtCa9);
2055
                        this->tabPage2->Controls->Add(this->label90);
2056
                        this->tabPage2->Controls->Add(this->txtCa8);
2057
                        this->tabPage2->Controls->Add(this->label89);
2058
                        this->tabPage2->Controls->Add(this->txtCa7);
2059
                        this->tabPage2->Controls->Add(this->label88);
2060
                        this->tabPage2->Controls->Add(this->txtCa6);
2061
                        this->tabPage2->Controls->Add(this->label87);
2062
                        this->tabPage2->Controls->Add(this->txtCa5);
2063
                        this->tabPage2->Controls->Add(this->label86);
2064
                        this->tabPage2->Controls->Add(this->txtCa4);
2065
                        this->tabPage2->Controls->Add(this->label85);
2066
                        this->tabPage2->Controls->Add(this->txtCa3);
2067
                        this->tabPage2->Controls->Add(this->label84);
2068
                        this->tabPage2->Controls->Add(this->txtCa2);
2069
                        this->tabPage2->Controls->Add(this->label83);
2070
                        this->tabPage2->Controls->Add(this->txtCa1);
2071
                        this->tabPage2->Controls->Add(this->label82);
2072
                        this->tabPage2->Controls->Add(this->textBox16);
2073
                        this->tabPage2->Controls->Add(this->label81);
2074
                        this->tabPage2->Controls->Add(this->textBox15);
2075
                        this->tabPage2->Controls->Add(this->label80);
2076
                        this->tabPage2->Controls->Add(this->textBox14);
2077
                        this->tabPage2->Controls->Add(this->label79);
2078
                        this->tabPage2->Controls->Add(this->textBox13);
2079
                        this->tabPage2->Controls->Add(this->label78);
2080
                        this->tabPage2->Controls->Add(this->textBox12);
2081
                        this->tabPage2->Controls->Add(this->label77);
2082
                        this->tabPage2->Controls->Add(this->textBox11);
2083
                        this->tabPage2->Controls->Add(this->label76);
2084
                        this->tabPage2->Controls->Add(this->textBox10);
2085
                        this->tabPage2->Controls->Add(this->label75);
2086
                        this->tabPage2->Controls->Add(this->textBox9);
2087
                        this->tabPage2->Controls->Add(this->label74);
2088
                        this->tabPage2->Controls->Add(this->textBox8);
2089
                        this->tabPage2->Controls->Add(this->label73);
2090
                        this->tabPage2->Controls->Add(this->txtP7);
2091
                        this->tabPage2->Controls->Add(this->label72);
2092
                        this->tabPage2->Controls->Add(this->txtP6);
2093
                        this->tabPage2->Controls->Add(this->label71);
2094
                        this->tabPage2->Controls->Add(this->txtP5);
2095
                        this->tabPage2->Controls->Add(this->label70);
2096
                        this->tabPage2->Controls->Add(this->txtP4);
2097
                        this->tabPage2->Controls->Add(this->label69);
2098
                        this->tabPage2->Controls->Add(this->txtP3);
2099
                        this->tabPage2->Controls->Add(this->label68);
2100
                        this->tabPage2->Controls->Add(this->txtP2);
2101
                        this->tabPage2->Controls->Add(this->label67);
2102
                        this->tabPage2->Controls->Add(this->txtP1);
2103
                        this->tabPage2->Controls->Add(this->label66);
2104
                        this->tabPage2->Controls->Add(this->txtP0);
2105
                        this->tabPage2->Controls->Add(this->label65);
2106
                        this->tabPage2->Location = System::Drawing::Point(4, 22);
2107
                        this->tabPage2->Name = L"tabPage2";
2108
                        this->tabPage2->Padding = System::Windows::Forms::Padding(3);
2109
                        this->tabPage2->Size = System::Drawing::Size(735, 481);
2110
                        this->tabPage2->TabIndex = 1;
2111
                        this->tabPage2->Text = L"Other";
2112
                        this->tabPage2->UseVisualStyleBackColor = true;
2113
                        // 
2114
                        // txtTick
2115
                        // 
2116
                        this->txtTick->Location = System::Drawing::Point(512, 322);
2117
                        this->txtTick->Name = L"txtTick";
2118
                        this->txtTick->ReadOnly = true;
2119
                        this->txtTick->Size = System::Drawing::Size(118, 20);
2120
                        this->txtTick->TabIndex = 107;
2121
                        this->txtTick->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2122
                        // 
2123
                        // label118
2124
                        // 
2125
                        this->label118->AutoSize = true;
2126
                        this->label118->Location = System::Drawing::Point(476, 325);
2127
                        this->label118->Name = L"label118";
2128
                        this->label118->Size = System::Drawing::Size(31, 13);
2129
                        this->label118->TabIndex = 106;
2130
                        this->label118->Text = L"TICK";
2131
                        // 
2132
                        // txtLC
2133
                        // 
2134
                        this->txtLC->Location = System::Drawing::Point(512, 296);
2135
                        this->txtLC->Name = L"txtLC";
2136
                        this->txtLC->Size = System::Drawing::Size(118, 20);
2137
                        this->txtLC->TabIndex = 105;
2138
                        this->txtLC->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2139
                        // 
2140
                        // label117
2141
                        // 
2142
                        this->label117->AutoSize = true;
2143
                        this->label117->Location = System::Drawing::Point(476, 299);
2144
                        this->label117->Name = L"label117";
2145
                        this->label117->Size = System::Drawing::Size(20, 13);
2146
                        this->label117->TabIndex = 104;
2147
                        this->label117->Text = L"LC";
2148
                        // 
2149
                        // label116
2150
                        // 
2151
                        this->label116->AutoSize = true;
2152
                        this->label116->Location = System::Drawing::Point(350, 277);
2153
                        this->label116->Name = L"label116";
2154
                        this->label116->Size = System::Drawing::Size(86, 13);
2155
                        this->label116->TabIndex = 103;
2156
                        this->label116->Text = L"Debug Registers";
2157
                        // 
2158
                        // textBox101
2159
                        // 
2160
                        this->textBox101->Location = System::Drawing::Point(353, 426);
2161
                        this->textBox101->Name = L"textBox101";
2162
                        this->textBox101->Size = System::Drawing::Size(118, 20);
2163
                        this->textBox101->TabIndex = 102;
2164
                        this->textBox101->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2165
                        // 
2166
                        // label115
2167
                        // 
2168
                        this->label115->AutoSize = true;
2169
                        this->label115->Location = System::Drawing::Point(304, 429);
2170
                        this->label115->Name = L"label115";
2171
                        this->label115->Size = System::Drawing::Size(50, 13);
2172
                        this->label115->TabIndex = 101;
2173
                        this->label115->Text = L"DBSTAT";
2174
                        // 
2175
                        // textBox100
2176
                        // 
2177
                        this->textBox100->Location = System::Drawing::Point(353, 400);
2178
                        this->textBox100->Name = L"textBox100";
2179
                        this->textBox100->Size = System::Drawing::Size(118, 20);
2180
                        this->textBox100->TabIndex = 100;
2181
                        this->textBox100->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2182
                        // 
2183
                        // label114
2184
                        // 
2185
                        this->label114->AutoSize = true;
2186
                        this->label114->Location = System::Drawing::Point(304, 403);
2187
                        this->label114->Name = L"label114";
2188
                        this->label114->Size = System::Drawing::Size(50, 13);
2189
                        this->label114->TabIndex = 99;
2190
                        this->label114->Text = L"DBCTRL";
2191
                        // 
2192
                        // textBox99
2193
                        // 
2194
                        this->textBox99->Location = System::Drawing::Point(353, 374);
2195
                        this->textBox99->Name = L"textBox99";
2196
                        this->textBox99->Size = System::Drawing::Size(118, 20);
2197
                        this->textBox99->TabIndex = 98;
2198
                        this->textBox99->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2199
                        // 
2200
                        // label113
2201
                        // 
2202
                        this->label113->AutoSize = true;
2203
                        this->label113->Location = System::Drawing::Point(304, 377);
2204
                        this->label113->Name = L"label113";
2205
                        this->label113->Size = System::Drawing::Size(43, 13);
2206
                        this->label113->TabIndex = 97;
2207
                        this->label113->Text = L"DBAD3";
2208
                        // 
2209
                        // textBox98
2210
                        // 
2211
                        this->textBox98->Location = System::Drawing::Point(353, 348);
2212
                        this->textBox98->Name = L"textBox98";
2213
                        this->textBox98->Size = System::Drawing::Size(118, 20);
2214
                        this->textBox98->TabIndex = 96;
2215
                        this->textBox98->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2216
                        // 
2217
                        // label112
2218
                        // 
2219
                        this->label112->AutoSize = true;
2220
                        this->label112->Location = System::Drawing::Point(304, 351);
2221
                        this->label112->Name = L"label112";
2222
                        this->label112->Size = System::Drawing::Size(43, 13);
2223
                        this->label112->TabIndex = 95;
2224
                        this->label112->Text = L"DBAD2";
2225
                        // 
2226
                        // textBox97
2227
                        // 
2228
                        this->textBox97->Location = System::Drawing::Point(353, 322);
2229
                        this->textBox97->Name = L"textBox97";
2230
                        this->textBox97->Size = System::Drawing::Size(118, 20);
2231
                        this->textBox97->TabIndex = 94;
2232
                        this->textBox97->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2233
                        // 
2234
                        // label111
2235
                        // 
2236
                        this->label111->AutoSize = true;
2237
                        this->label111->Location = System::Drawing::Point(304, 325);
2238
                        this->label111->Name = L"label111";
2239
                        this->label111->Size = System::Drawing::Size(43, 13);
2240
                        this->label111->TabIndex = 93;
2241
                        this->label111->Text = L"DBAD1";
2242
                        // 
2243
                        // textBox96
2244
                        // 
2245
                        this->textBox96->Location = System::Drawing::Point(353, 296);
2246
                        this->textBox96->Name = L"textBox96";
2247
                        this->textBox96->Size = System::Drawing::Size(118, 20);
2248
                        this->textBox96->TabIndex = 92;
2249
                        this->textBox96->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2250
                        // 
2251
                        // label110
2252
                        // 
2253
                        this->label110->AutoSize = true;
2254
                        this->label110->Location = System::Drawing::Point(304, 299);
2255
                        this->label110->Name = L"label110";
2256
                        this->label110->Size = System::Drawing::Size(43, 13);
2257
                        this->label110->TabIndex = 91;
2258
                        this->label110->Text = L"DBAD0";
2259
                        // 
2260
                        // label109
2261
                        // 
2262
                        this->label109->AutoSize = true;
2263
                        this->label109->Location = System::Drawing::Point(10, 14);
2264
                        this->label109->Name = L"label109";
2265
                        this->label109->Size = System::Drawing::Size(99, 13);
2266
                        this->label109->TabIndex = 90;
2267
                        this->label109->Text = L"Predicate Registers";
2268
                        // 
2269
                        // label108
2270
                        // 
2271
                        this->label108->AutoSize = true;
2272
                        this->label108->Location = System::Drawing::Point(157, 14);
2273
                        this->label108->Name = L"label108";
2274
                        this->label108->Size = System::Drawing::Size(120, 13);
2275
                        this->label108->TabIndex = 89;
2276
                        this->label108->Text = L"Code Address Registers";
2277
                        // 
2278
                        // label107
2279
                        // 
2280
                        this->label107->AutoSize = true;
2281
                        this->label107->Location = System::Drawing::Point(328, 14);
2282
                        this->label107->Name = L"label107";
2283
                        this->label107->Size = System::Drawing::Size(96, 13);
2284
                        this->label107->TabIndex = 88;
2285
                        this->label107->Text = L"Segment Registers";
2286
                        // 
2287
                        // label106
2288
                        // 
2289
                        this->label106->AutoSize = true;
2290
                        this->label106->Location = System::Drawing::Point(468, 36);
2291
                        this->label106->Name = L"label106";
2292
                        this->label106->Size = System::Drawing::Size(28, 13);
2293
                        this->label106->TabIndex = 87;
2294
                        this->label106->Text = L"Limit";
2295
                        // 
2296
                        // label105
2297
                        // 
2298
                        this->label105->AutoSize = true;
2299
                        this->label105->Location = System::Drawing::Point(328, 36);
2300
                        this->label105->Name = L"label105";
2301
                        this->label105->Size = System::Drawing::Size(31, 13);
2302
                        this->label105->TabIndex = 86;
2303
                        this->label105->Text = L"Base";
2304
                        // 
2305
                        // textBox94
2306
                        // 
2307
                        this->textBox94->Location = System::Drawing::Point(471, 244);
2308
                        this->textBox94->Name = L"textBox94";
2309
                        this->textBox94->Size = System::Drawing::Size(118, 20);
2310
                        this->textBox94->TabIndex = 85;
2311
                        this->textBox94->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2312
                        // 
2313
                        // txtCs
2314
                        // 
2315
                        this->txtCs->Location = System::Drawing::Point(331, 244);
2316
                        this->txtCs->Name = L"txtCs";
2317
                        this->txtCs->Size = System::Drawing::Size(118, 20);
2318
                        this->txtCs->TabIndex = 84;
2319
                        this->txtCs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2320
                        // 
2321
                        // label104
2322
                        // 
2323
                        this->label104->AutoSize = true;
2324
                        this->label104->Location = System::Drawing::Point(304, 247);
2325
                        this->label104->Name = L"label104";
2326
                        this->label104->Size = System::Drawing::Size(21, 13);
2327
                        this->label104->TabIndex = 83;
2328
                        this->label104->Text = L"CS";
2329
                        // 
2330
                        // textBox92
2331
                        // 
2332
                        this->textBox92->Location = System::Drawing::Point(471, 218);
2333
                        this->textBox92->Name = L"textBox92";
2334
                        this->textBox92->Size = System::Drawing::Size(118, 20);
2335
                        this->textBox92->TabIndex = 82;
2336
                        this->textBox92->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2337
                        // 
2338
                        // txtSs
2339
                        // 
2340
                        this->txtSs->Location = System::Drawing::Point(331, 218);
2341
                        this->txtSs->Name = L"txtSs";
2342
                        this->txtSs->Size = System::Drawing::Size(118, 20);
2343
                        this->txtSs->TabIndex = 81;
2344
                        this->txtSs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2345
                        // 
2346
                        // label103
2347
                        // 
2348
                        this->label103->AutoSize = true;
2349
                        this->label103->Location = System::Drawing::Point(304, 221);
2350
                        this->label103->Name = L"label103";
2351
                        this->label103->Size = System::Drawing::Size(21, 13);
2352
                        this->label103->TabIndex = 80;
2353
                        this->label103->Text = L"SS";
2354
                        // 
2355
                        // textBox90
2356
                        // 
2357
                        this->textBox90->Location = System::Drawing::Point(471, 192);
2358
                        this->textBox90->Name = L"textBox90";
2359
                        this->textBox90->Size = System::Drawing::Size(118, 20);
2360
                        this->textBox90->TabIndex = 79;
2361
                        this->textBox90->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2362
                        // 
2363
                        // txtHs
2364
                        // 
2365
                        this->txtHs->Location = System::Drawing::Point(331, 192);
2366
                        this->txtHs->Name = L"txtHs";
2367
                        this->txtHs->Size = System::Drawing::Size(118, 20);
2368
                        this->txtHs->TabIndex = 78;
2369
                        this->txtHs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2370
                        // 
2371
                        // label102
2372
                        // 
2373
                        this->label102->AutoSize = true;
2374
                        this->label102->Location = System::Drawing::Point(304, 195);
2375
                        this->label102->Name = L"label102";
2376
                        this->label102->Size = System::Drawing::Size(22, 13);
2377
                        this->label102->TabIndex = 77;
2378
                        this->label102->Text = L"HS";
2379
                        // 
2380
                        // textBox88
2381
                        // 
2382
                        this->textBox88->Location = System::Drawing::Point(471, 166);
2383
                        this->textBox88->Name = L"textBox88";
2384
                        this->textBox88->Size = System::Drawing::Size(118, 20);
2385
                        this->textBox88->TabIndex = 76;
2386
                        this->textBox88->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2387
                        // 
2388
                        // txtGs
2389
                        // 
2390
                        this->txtGs->Location = System::Drawing::Point(331, 166);
2391
                        this->txtGs->Name = L"txtGs";
2392
                        this->txtGs->Size = System::Drawing::Size(118, 20);
2393
                        this->txtGs->TabIndex = 75;
2394
                        this->txtGs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2395
                        // 
2396
                        // label101
2397
                        // 
2398
                        this->label101->AutoSize = true;
2399
                        this->label101->Location = System::Drawing::Point(304, 169);
2400
                        this->label101->Name = L"label101";
2401
                        this->label101->Size = System::Drawing::Size(22, 13);
2402
                        this->label101->TabIndex = 74;
2403
                        this->label101->Text = L"GS";
2404
                        // 
2405
                        // textBox86
2406
                        // 
2407
                        this->textBox86->Location = System::Drawing::Point(471, 140);
2408
                        this->textBox86->Name = L"textBox86";
2409
                        this->textBox86->Size = System::Drawing::Size(118, 20);
2410
                        this->textBox86->TabIndex = 73;
2411
                        this->textBox86->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2412
                        // 
2413
                        // txtFs
2414
                        // 
2415
                        this->txtFs->Location = System::Drawing::Point(331, 140);
2416
                        this->txtFs->Name = L"txtFs";
2417
                        this->txtFs->Size = System::Drawing::Size(118, 20);
2418
                        this->txtFs->TabIndex = 72;
2419
                        this->txtFs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2420
                        // 
2421
                        // label100
2422
                        // 
2423
                        this->label100->AutoSize = true;
2424
                        this->label100->Location = System::Drawing::Point(304, 143);
2425
                        this->label100->Name = L"label100";
2426
                        this->label100->Size = System::Drawing::Size(20, 13);
2427
                        this->label100->TabIndex = 71;
2428
                        this->label100->Text = L"FS";
2429
                        // 
2430
                        // textBox84
2431
                        // 
2432
                        this->textBox84->Location = System::Drawing::Point(471, 114);
2433
                        this->textBox84->Name = L"textBox84";
2434
                        this->textBox84->Size = System::Drawing::Size(118, 20);
2435
                        this->textBox84->TabIndex = 70;
2436
                        this->textBox84->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2437
                        // 
2438
                        // txtEs
2439
                        // 
2440
                        this->txtEs->Location = System::Drawing::Point(331, 114);
2441
                        this->txtEs->Name = L"txtEs";
2442
                        this->txtEs->Size = System::Drawing::Size(118, 20);
2443
                        this->txtEs->TabIndex = 69;
2444
                        this->txtEs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2445
                        // 
2446
                        // label99
2447
                        // 
2448
                        this->label99->AutoSize = true;
2449
                        this->label99->Location = System::Drawing::Point(304, 117);
2450
                        this->label99->Name = L"label99";
2451
                        this->label99->Size = System::Drawing::Size(21, 13);
2452
                        this->label99->TabIndex = 68;
2453
                        this->label99->Text = L"ES";
2454
                        // 
2455
                        // textBox82
2456
                        // 
2457
                        this->textBox82->Location = System::Drawing::Point(471, 88);
2458
                        this->textBox82->Name = L"textBox82";
2459
                        this->textBox82->Size = System::Drawing::Size(118, 20);
2460
                        this->textBox82->TabIndex = 67;
2461
                        this->textBox82->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2462
                        // 
2463
                        // txtDs
2464
                        // 
2465
                        this->txtDs->Location = System::Drawing::Point(331, 88);
2466
                        this->txtDs->Name = L"txtDs";
2467
                        this->txtDs->Size = System::Drawing::Size(118, 20);
2468
                        this->txtDs->TabIndex = 66;
2469
                        this->txtDs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2470
                        // 
2471
                        // label98
2472
                        // 
2473
                        this->label98->AutoSize = true;
2474
                        this->label98->Location = System::Drawing::Point(304, 91);
2475
                        this->label98->Name = L"label98";
2476
                        this->label98->Size = System::Drawing::Size(22, 13);
2477
                        this->label98->TabIndex = 65;
2478
                        this->label98->Text = L"DS";
2479
                        // 
2480
                        // textBox81
2481
                        // 
2482
                        this->textBox81->Location = System::Drawing::Point(471, 62);
2483
                        this->textBox81->Name = L"textBox81";
2484
                        this->textBox81->Size = System::Drawing::Size(118, 20);
2485
                        this->textBox81->TabIndex = 64;
2486
                        this->textBox81->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2487
                        // 
2488
                        // txtZs
2489
                        // 
2490
                        this->txtZs->Location = System::Drawing::Point(331, 62);
2491
                        this->txtZs->Name = L"txtZs";
2492
                        this->txtZs->Size = System::Drawing::Size(118, 20);
2493
                        this->txtZs->TabIndex = 63;
2494
                        this->txtZs->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2495
                        // 
2496
                        // label97
2497
                        // 
2498
                        this->label97->AutoSize = true;
2499
                        this->label97->Location = System::Drawing::Point(304, 65);
2500
                        this->label97->Name = L"label97";
2501
                        this->label97->Size = System::Drawing::Size(21, 13);
2502
                        this->label97->TabIndex = 62;
2503
                        this->label97->Text = L"ZS";
2504
                        // 
2505
                        // txtCa15
2506
                        // 
2507
                        this->txtCa15->Location = System::Drawing::Point(160, 426);
2508
                        this->txtCa15->Name = L"txtCa15";
2509
                        this->txtCa15->ReadOnly = true;
2510
                        this->txtCa15->Size = System::Drawing::Size(118, 20);
2511
                        this->txtCa15->TabIndex = 61;
2512
                        this->txtCa15->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2513
                        // 
2514
                        // label96
2515
                        // 
2516
                        this->label96->AutoSize = true;
2517
                        this->label96->Location = System::Drawing::Point(109, 429);
2518
                        this->label96->Name = L"label96";
2519
                        this->label96->Size = System::Drawing::Size(45, 13);
2520
                        this->label96->TabIndex = 60;
2521
                        this->label96->Text = L"C15/PC";
2522
                        // 
2523
                        // txtCa14
2524
                        // 
2525
                        this->txtCa14->Location = System::Drawing::Point(160, 400);
2526
                        this->txtCa14->Name = L"txtCa14";
2527
                        this->txtCa14->Size = System::Drawing::Size(118, 20);
2528
                        this->txtCa14->TabIndex = 59;
2529
                        this->txtCa14->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2530
                        // 
2531
                        // label95
2532
                        // 
2533
                        this->label95->AutoSize = true;
2534
                        this->label95->Location = System::Drawing::Point(109, 403);
2535
                        this->label95->Name = L"label95";
2536
                        this->label95->Size = System::Drawing::Size(48, 13);
2537
                        this->label95->TabIndex = 58;
2538
                        this->label95->Text = L"C14/IPC";
2539
                        // 
2540
                        // txtCa13
2541
                        // 
2542
                        this->txtCa13->Location = System::Drawing::Point(160, 374);
2543
                        this->txtCa13->Name = L"txtCa13";
2544
                        this->txtCa13->Size = System::Drawing::Size(118, 20);
2545
                        this->txtCa13->TabIndex = 57;
2546
                        this->txtCa13->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2547
                        // 
2548
                        // label94
2549
                        // 
2550
                        this->label94->AutoSize = true;
2551
                        this->label94->Location = System::Drawing::Point(109, 377);
2552
                        this->label94->Name = L"label94";
2553
                        this->label94->Size = System::Drawing::Size(52, 13);
2554
                        this->label94->TabIndex = 56;
2555
                        this->label94->Text = L"C13/EPC";
2556
                        // 
2557
                        // txtCa12
2558
                        // 
2559
                        this->txtCa12->Location = System::Drawing::Point(160, 348);
2560
                        this->txtCa12->Name = L"txtCa12";
2561
                        this->txtCa12->Size = System::Drawing::Size(118, 20);
2562
                        this->txtCa12->TabIndex = 55;
2563
                        this->txtCa12->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2564
                        // 
2565
                        // label93
2566
                        // 
2567
                        this->label93->AutoSize = true;
2568
                        this->label93->Location = System::Drawing::Point(109, 351);
2569
                        this->label93->Name = L"label93";
2570
                        this->label93->Size = System::Drawing::Size(26, 13);
2571
                        this->label93->TabIndex = 54;
2572
                        this->label93->Text = L"C12";
2573
                        // 
2574
                        // txtCa11
2575
                        // 
2576
                        this->txtCa11->Location = System::Drawing::Point(160, 322);
2577
                        this->txtCa11->Name = L"txtCa11";
2578
                        this->txtCa11->Size = System::Drawing::Size(118, 20);
2579
                        this->txtCa11->TabIndex = 53;
2580
                        this->txtCa11->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2581
                        // 
2582
                        // label92
2583
                        // 
2584
                        this->label92->AutoSize = true;
2585
                        this->label92->Location = System::Drawing::Point(109, 325);
2586
                        this->label92->Name = L"label92";
2587
                        this->label92->Size = System::Drawing::Size(53, 13);
2588
                        this->label92->TabIndex = 52;
2589
                        this->label92->Text = L"C11/DPC";
2590
                        // 
2591
                        // txtCa10
2592
                        // 
2593
                        this->txtCa10->Location = System::Drawing::Point(160, 296);
2594
                        this->txtCa10->Name = L"txtCa10";
2595
                        this->txtCa10->Size = System::Drawing::Size(118, 20);
2596
                        this->txtCa10->TabIndex = 51;
2597
                        this->txtCa10->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2598
                        // 
2599
                        // label91
2600
                        // 
2601
                        this->label91->AutoSize = true;
2602
                        this->label91->Location = System::Drawing::Point(109, 299);
2603
                        this->label91->Name = L"label91";
2604
                        this->label91->Size = System::Drawing::Size(26, 13);
2605
                        this->label91->TabIndex = 50;
2606
                        this->label91->Text = L"C10";
2607
                        // 
2608
                        // txtCa9
2609
                        // 
2610
                        this->txtCa9->Location = System::Drawing::Point(160, 270);
2611
                        this->txtCa9->Name = L"txtCa9";
2612
                        this->txtCa9->Size = System::Drawing::Size(118, 20);
2613
                        this->txtCa9->TabIndex = 49;
2614
                        this->txtCa9->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2615
                        // 
2616
                        // label90
2617
                        // 
2618
                        this->label90->AutoSize = true;
2619
                        this->label90->Location = System::Drawing::Point(109, 273);
2620
                        this->label90->Name = L"label90";
2621
                        this->label90->Size = System::Drawing::Size(20, 13);
2622
                        this->label90->TabIndex = 48;
2623
                        this->label90->Text = L"C9";
2624
                        // 
2625
                        // txtCa8
2626
                        // 
2627
                        this->txtCa8->Location = System::Drawing::Point(160, 244);
2628
                        this->txtCa8->Name = L"txtCa8";
2629
                        this->txtCa8->Size = System::Drawing::Size(118, 20);
2630
                        this->txtCa8->TabIndex = 47;
2631
                        this->txtCa8->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2632
                        // 
2633
                        // label89
2634
                        // 
2635
                        this->label89->AutoSize = true;
2636
                        this->label89->Location = System::Drawing::Point(109, 247);
2637
                        this->label89->Name = L"label89";
2638
                        this->label89->Size = System::Drawing::Size(20, 13);
2639
                        this->label89->TabIndex = 46;
2640
                        this->label89->Text = L"C8";
2641
                        // 
2642
                        // txtCa7
2643
                        // 
2644
                        this->txtCa7->Location = System::Drawing::Point(160, 218);
2645
                        this->txtCa7->Name = L"txtCa7";
2646
                        this->txtCa7->Size = System::Drawing::Size(118, 20);
2647
                        this->txtCa7->TabIndex = 45;
2648
                        this->txtCa7->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2649
                        // 
2650
                        // label88
2651
                        // 
2652
                        this->label88->AutoSize = true;
2653
                        this->label88->Location = System::Drawing::Point(109, 221);
2654
                        this->label88->Name = L"label88";
2655
                        this->label88->Size = System::Drawing::Size(20, 13);
2656
                        this->label88->TabIndex = 44;
2657
                        this->label88->Text = L"C7";
2658
                        // 
2659
                        // txtCa6
2660
                        // 
2661
                        this->txtCa6->Location = System::Drawing::Point(160, 192);
2662
                        this->txtCa6->Name = L"txtCa6";
2663
                        this->txtCa6->Size = System::Drawing::Size(118, 20);
2664
                        this->txtCa6->TabIndex = 43;
2665
                        this->txtCa6->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2666
                        // 
2667
                        // label87
2668
                        // 
2669
                        this->label87->AutoSize = true;
2670
                        this->label87->Location = System::Drawing::Point(109, 195);
2671
                        this->label87->Name = L"label87";
2672
                        this->label87->Size = System::Drawing::Size(20, 13);
2673
                        this->label87->TabIndex = 42;
2674
                        this->label87->Text = L"C6";
2675
                        // 
2676
                        // txtCa5
2677
                        // 
2678
                        this->txtCa5->Location = System::Drawing::Point(160, 166);
2679
                        this->txtCa5->Name = L"txtCa5";
2680
                        this->txtCa5->Size = System::Drawing::Size(118, 20);
2681
                        this->txtCa5->TabIndex = 41;
2682
                        this->txtCa5->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2683
                        // 
2684
                        // label86
2685
                        // 
2686
                        this->label86->AutoSize = true;
2687
                        this->label86->Location = System::Drawing::Point(109, 169);
2688
                        this->label86->Name = L"label86";
2689
                        this->label86->Size = System::Drawing::Size(20, 13);
2690
                        this->label86->TabIndex = 40;
2691
                        this->label86->Text = L"C5";
2692
                        // 
2693
                        // txtCa4
2694
                        // 
2695
                        this->txtCa4->Location = System::Drawing::Point(160, 140);
2696
                        this->txtCa4->Name = L"txtCa4";
2697
                        this->txtCa4->Size = System::Drawing::Size(118, 20);
2698
                        this->txtCa4->TabIndex = 39;
2699
                        this->txtCa4->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2700
                        // 
2701
                        // label85
2702
                        // 
2703
                        this->label85->AutoSize = true;
2704
                        this->label85->Location = System::Drawing::Point(109, 143);
2705
                        this->label85->Name = L"label85";
2706
                        this->label85->Size = System::Drawing::Size(20, 13);
2707
                        this->label85->TabIndex = 38;
2708
                        this->label85->Text = L"C4";
2709
                        // 
2710
                        // txtCa3
2711
                        // 
2712
                        this->txtCa3->Location = System::Drawing::Point(160, 114);
2713
                        this->txtCa3->Name = L"txtCa3";
2714
                        this->txtCa3->Size = System::Drawing::Size(118, 20);
2715
                        this->txtCa3->TabIndex = 37;
2716
                        this->txtCa3->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2717
                        // 
2718
                        // label84
2719
                        // 
2720
                        this->label84->AutoSize = true;
2721
                        this->label84->Location = System::Drawing::Point(109, 117);
2722
                        this->label84->Name = L"label84";
2723
                        this->label84->Size = System::Drawing::Size(20, 13);
2724
                        this->label84->TabIndex = 36;
2725
                        this->label84->Text = L"C3";
2726
                        // 
2727
                        // txtCa2
2728
                        // 
2729
                        this->txtCa2->Location = System::Drawing::Point(160, 88);
2730
                        this->txtCa2->Name = L"txtCa2";
2731
                        this->txtCa2->Size = System::Drawing::Size(118, 20);
2732
                        this->txtCa2->TabIndex = 35;
2733
                        this->txtCa2->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2734
                        // 
2735
                        // label83
2736
                        // 
2737
                        this->label83->AutoSize = true;
2738
                        this->label83->Location = System::Drawing::Point(109, 91);
2739
                        this->label83->Name = L"label83";
2740
                        this->label83->Size = System::Drawing::Size(20, 13);
2741
                        this->label83->TabIndex = 34;
2742
                        this->label83->Text = L"C2";
2743
                        // 
2744
                        // txtCa1
2745
                        // 
2746
                        this->txtCa1->Location = System::Drawing::Point(160, 62);
2747
                        this->txtCa1->Name = L"txtCa1";
2748
                        this->txtCa1->Size = System::Drawing::Size(118, 20);
2749
                        this->txtCa1->TabIndex = 33;
2750
                        this->txtCa1->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2751
                        // 
2752
                        // label82
2753
                        // 
2754
                        this->label82->AutoSize = true;
2755
                        this->label82->Location = System::Drawing::Point(109, 65);
2756
                        this->label82->Name = L"label82";
2757
                        this->label82->Size = System::Drawing::Size(20, 13);
2758
                        this->label82->TabIndex = 32;
2759
                        this->label82->Text = L"C1";
2760
                        // 
2761
                        // textBox16
2762
                        // 
2763
                        this->textBox16->Location = System::Drawing::Point(160, 36);
2764
                        this->textBox16->Name = L"textBox16";
2765
                        this->textBox16->ReadOnly = true;
2766
                        this->textBox16->Size = System::Drawing::Size(118, 20);
2767
                        this->textBox16->TabIndex = 31;
2768
                        this->textBox16->Text = L"0";
2769
                        this->textBox16->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2770
                        // 
2771
                        // label81
2772
                        // 
2773
                        this->label81->AutoSize = true;
2774
                        this->label81->Location = System::Drawing::Point(109, 39);
2775
                        this->label81->Name = L"label81";
2776
                        this->label81->Size = System::Drawing::Size(20, 13);
2777
                        this->label81->TabIndex = 30;
2778
                        this->label81->Text = L"C0";
2779
                        // 
2780
                        // textBox15
2781
                        // 
2782
                        this->textBox15->Location = System::Drawing::Point(36, 400);
2783
                        this->textBox15->Name = L"textBox15";
2784
                        this->textBox15->Size = System::Drawing::Size(54, 20);
2785
                        this->textBox15->TabIndex = 29;
2786
                        this->textBox15->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2787
                        // 
2788
                        // label80
2789
                        // 
2790
                        this->label80->AutoSize = true;
2791
                        this->label80->Location = System::Drawing::Point(10, 403);
2792
                        this->label80->Name = L"label80";
2793
                        this->label80->Size = System::Drawing::Size(26, 13);
2794
                        this->label80->TabIndex = 28;
2795
                        this->label80->Text = L"P14";
2796
                        // 
2797
                        // textBox14
2798
                        // 
2799
                        this->textBox14->Location = System::Drawing::Point(36, 374);
2800
                        this->textBox14->Name = L"textBox14";
2801
                        this->textBox14->Size = System::Drawing::Size(54, 20);
2802
                        this->textBox14->TabIndex = 27;
2803
                        this->textBox14->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2804
                        // 
2805
                        // label79
2806
                        // 
2807
                        this->label79->AutoSize = true;
2808
                        this->label79->Location = System::Drawing::Point(10, 377);
2809
                        this->label79->Name = L"label79";
2810
                        this->label79->Size = System::Drawing::Size(26, 13);
2811
                        this->label79->TabIndex = 26;
2812
                        this->label79->Text = L"P13";
2813
                        // 
2814
                        // textBox13
2815
                        // 
2816
                        this->textBox13->Location = System::Drawing::Point(36, 348);
2817
                        this->textBox13->Name = L"textBox13";
2818
                        this->textBox13->Size = System::Drawing::Size(54, 20);
2819
                        this->textBox13->TabIndex = 25;
2820
                        this->textBox13->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2821
                        // 
2822
                        // label78
2823
                        // 
2824
                        this->label78->AutoSize = true;
2825
                        this->label78->Location = System::Drawing::Point(10, 351);
2826
                        this->label78->Name = L"label78";
2827
                        this->label78->Size = System::Drawing::Size(26, 13);
2828
                        this->label78->TabIndex = 24;
2829
                        this->label78->Text = L"P12";
2830
                        // 
2831
                        // textBox12
2832
                        // 
2833
                        this->textBox12->Location = System::Drawing::Point(36, 322);
2834
                        this->textBox12->Name = L"textBox12";
2835
                        this->textBox12->Size = System::Drawing::Size(54, 20);
2836
                        this->textBox12->TabIndex = 23;
2837
                        this->textBox12->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2838
                        // 
2839
                        // label77
2840
                        // 
2841
                        this->label77->AutoSize = true;
2842
                        this->label77->Location = System::Drawing::Point(10, 325);
2843
                        this->label77->Name = L"label77";
2844
                        this->label77->Size = System::Drawing::Size(26, 13);
2845
                        this->label77->TabIndex = 22;
2846
                        this->label77->Text = L"P11";
2847
                        // 
2848
                        // textBox11
2849
                        // 
2850
                        this->textBox11->Location = System::Drawing::Point(36, 426);
2851
                        this->textBox11->Name = L"textBox11";
2852
                        this->textBox11->Size = System::Drawing::Size(54, 20);
2853
                        this->textBox11->TabIndex = 23;
2854
                        this->textBox11->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2855
                        // 
2856
                        // label76
2857
                        // 
2858
                        this->label76->AutoSize = true;
2859
                        this->label76->Location = System::Drawing::Point(10, 429);
2860
                        this->label76->Name = L"label76";
2861
                        this->label76->Size = System::Drawing::Size(26, 13);
2862
                        this->label76->TabIndex = 22;
2863
                        this->label76->Text = L"P15";
2864
                        // 
2865
                        // textBox10
2866
                        // 
2867
                        this->textBox10->Location = System::Drawing::Point(36, 296);
2868
                        this->textBox10->Name = L"textBox10";
2869
                        this->textBox10->Size = System::Drawing::Size(54, 20);
2870
                        this->textBox10->TabIndex = 21;
2871
                        this->textBox10->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2872
                        // 
2873
                        // label75
2874
                        // 
2875
                        this->label75->AutoSize = true;
2876
                        this->label75->Location = System::Drawing::Point(10, 299);
2877
                        this->label75->Name = L"label75";
2878
                        this->label75->Size = System::Drawing::Size(26, 13);
2879
                        this->label75->TabIndex = 20;
2880
                        this->label75->Text = L"P10";
2881
                        // 
2882
                        // textBox9
2883
                        // 
2884
                        this->textBox9->Location = System::Drawing::Point(36, 270);
2885
                        this->textBox9->Name = L"textBox9";
2886
                        this->textBox9->Size = System::Drawing::Size(54, 20);
2887
                        this->textBox9->TabIndex = 19;
2888
                        this->textBox9->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2889
                        // 
2890
                        // label74
2891
                        // 
2892
                        this->label74->AutoSize = true;
2893
                        this->label74->Location = System::Drawing::Point(10, 273);
2894
                        this->label74->Name = L"label74";
2895
                        this->label74->Size = System::Drawing::Size(20, 13);
2896
                        this->label74->TabIndex = 18;
2897
                        this->label74->Text = L"P9";
2898
                        // 
2899
                        // textBox8
2900
                        // 
2901
                        this->textBox8->Location = System::Drawing::Point(36, 244);
2902
                        this->textBox8->Name = L"textBox8";
2903
                        this->textBox8->Size = System::Drawing::Size(54, 20);
2904
                        this->textBox8->TabIndex = 17;
2905
                        this->textBox8->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2906
                        // 
2907
                        // label73
2908
                        // 
2909
                        this->label73->AutoSize = true;
2910
                        this->label73->Location = System::Drawing::Point(10, 247);
2911
                        this->label73->Name = L"label73";
2912
                        this->label73->Size = System::Drawing::Size(20, 13);
2913
                        this->label73->TabIndex = 16;
2914
                        this->label73->Text = L"P8";
2915
                        // 
2916
                        // txtP7
2917
                        // 
2918
                        this->txtP7->Location = System::Drawing::Point(36, 218);
2919
                        this->txtP7->Name = L"txtP7";
2920
                        this->txtP7->Size = System::Drawing::Size(54, 20);
2921
                        this->txtP7->TabIndex = 15;
2922
                        this->txtP7->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2923
                        // 
2924
                        // label72
2925
                        // 
2926
                        this->label72->AutoSize = true;
2927
                        this->label72->Location = System::Drawing::Point(10, 221);
2928
                        this->label72->Name = L"label72";
2929
                        this->label72->Size = System::Drawing::Size(20, 13);
2930
                        this->label72->TabIndex = 14;
2931
                        this->label72->Text = L"P7";
2932
                        // 
2933
                        // txtP6
2934
                        // 
2935
                        this->txtP6->Location = System::Drawing::Point(36, 192);
2936
                        this->txtP6->Name = L"txtP6";
2937
                        this->txtP6->Size = System::Drawing::Size(54, 20);
2938
                        this->txtP6->TabIndex = 13;
2939
                        this->txtP6->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2940
                        // 
2941
                        // label71
2942
                        // 
2943
                        this->label71->AutoSize = true;
2944
                        this->label71->Location = System::Drawing::Point(10, 195);
2945
                        this->label71->Name = L"label71";
2946
                        this->label71->Size = System::Drawing::Size(20, 13);
2947
                        this->label71->TabIndex = 12;
2948
                        this->label71->Text = L"P6";
2949
                        // 
2950
                        // txtP5
2951
                        // 
2952
                        this->txtP5->Location = System::Drawing::Point(36, 166);
2953
                        this->txtP5->Name = L"txtP5";
2954
                        this->txtP5->Size = System::Drawing::Size(54, 20);
2955
                        this->txtP5->TabIndex = 11;
2956
                        this->txtP5->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2957
                        // 
2958
                        // label70
2959
                        // 
2960
                        this->label70->AutoSize = true;
2961
                        this->label70->Location = System::Drawing::Point(10, 169);
2962
                        this->label70->Name = L"label70";
2963
                        this->label70->Size = System::Drawing::Size(20, 13);
2964
                        this->label70->TabIndex = 10;
2965
                        this->label70->Text = L"P5";
2966
                        // 
2967
                        // txtP4
2968
                        // 
2969
                        this->txtP4->Location = System::Drawing::Point(36, 140);
2970
                        this->txtP4->Name = L"txtP4";
2971
                        this->txtP4->Size = System::Drawing::Size(54, 20);
2972
                        this->txtP4->TabIndex = 9;
2973
                        this->txtP4->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2974
                        // 
2975
                        // label69
2976
                        // 
2977
                        this->label69->AutoSize = true;
2978
                        this->label69->Location = System::Drawing::Point(10, 143);
2979
                        this->label69->Name = L"label69";
2980
                        this->label69->Size = System::Drawing::Size(20, 13);
2981
                        this->label69->TabIndex = 8;
2982
                        this->label69->Text = L"P4";
2983
                        // 
2984
                        // txtP3
2985
                        // 
2986
                        this->txtP3->Location = System::Drawing::Point(36, 114);
2987
                        this->txtP3->Name = L"txtP3";
2988
                        this->txtP3->Size = System::Drawing::Size(54, 20);
2989
                        this->txtP3->TabIndex = 7;
2990
                        this->txtP3->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
2991
                        // 
2992
                        // label68
2993
                        // 
2994
                        this->label68->AutoSize = true;
2995
                        this->label68->Location = System::Drawing::Point(10, 117);
2996
                        this->label68->Name = L"label68";
2997
                        this->label68->Size = System::Drawing::Size(20, 13);
2998
                        this->label68->TabIndex = 6;
2999
                        this->label68->Text = L"P3";
3000
                        // 
3001
                        // txtP2
3002
                        // 
3003
                        this->txtP2->Location = System::Drawing::Point(36, 88);
3004
                        this->txtP2->Name = L"txtP2";
3005
                        this->txtP2->Size = System::Drawing::Size(54, 20);
3006
                        this->txtP2->TabIndex = 5;
3007
                        this->txtP2->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
3008
                        // 
3009
                        // label67
3010
                        // 
3011
                        this->label67->AutoSize = true;
3012
                        this->label67->Location = System::Drawing::Point(10, 91);
3013
                        this->label67->Name = L"label67";
3014
                        this->label67->Size = System::Drawing::Size(20, 13);
3015
                        this->label67->TabIndex = 4;
3016
                        this->label67->Text = L"P2";
3017
                        // 
3018
                        // txtP1
3019
                        // 
3020
                        this->txtP1->Location = System::Drawing::Point(36, 62);
3021
                        this->txtP1->Name = L"txtP1";
3022
                        this->txtP1->Size = System::Drawing::Size(54, 20);
3023
                        this->txtP1->TabIndex = 3;
3024
                        this->txtP1->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
3025
                        // 
3026
                        // label66
3027
                        // 
3028
                        this->label66->AutoSize = true;
3029
                        this->label66->Location = System::Drawing::Point(10, 65);
3030
                        this->label66->Name = L"label66";
3031
                        this->label66->Size = System::Drawing::Size(20, 13);
3032
                        this->label66->TabIndex = 2;
3033
                        this->label66->Text = L"P1";
3034
                        // 
3035
                        // txtP0
3036
                        // 
3037
                        this->txtP0->Location = System::Drawing::Point(36, 36);
3038
                        this->txtP0->Name = L"txtP0";
3039
                        this->txtP0->Size = System::Drawing::Size(54, 20);
3040
                        this->txtP0->TabIndex = 1;
3041
                        this->txtP0->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
3042
                        // 
3043
                        // label65
3044
                        // 
3045
                        this->label65->AutoSize = true;
3046
                        this->label65->Location = System::Drawing::Point(10, 39);
3047
                        this->label65->Name = L"label65";
3048
                        this->label65->Size = System::Drawing::Size(20, 13);
3049
                        this->label65->TabIndex = 0;
3050
                        this->label65->Text = L"P0";
3051
                        // 
3052
                        // frmRegisters
3053
                        // 
3054
                        this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
3055
                        this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
3056
                        this->ClientSize = System::Drawing::Size(767, 525);
3057
                        this->Controls->Add(this->tabControl1);
3058
                        this->Name = L"frmRegisters";
3059
                        this->Text = L"Thor - Registers";
3060
                        this->tabControl1->ResumeLayout(false);
3061
                        this->tabPage1->ResumeLayout(false);
3062
                        this->tabPage1->PerformLayout();
3063
                        this->tabPage2->ResumeLayout(false);
3064
                        this->tabPage2->PerformLayout();
3065
                        this->ResumeLayout(false);
3066
 
3067
                }
3068
#pragma endregion
3069
        private: System::Void label2_Click(System::Object^  sender, System::EventArgs^  e) {
3070
                         }
3071
private: System::Void textBox2_TextChanged(System::Object^  sender, System::EventArgs^  e) {
3072
                         }
3073
};
3074
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.