-
Notifications
You must be signed in to change notification settings - Fork 21
/
MainFrm.wff
658 lines (658 loc) · 115 KB
/
MainFrm.wff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<?xml version="1.0"?>
<Form Page="Form" Class="CFrameWindowImpl" AcceptFiles="false" AppWindow="false" BaseCtrlID="1000" BorderStyle="WS_THICKFRAME" Caption="WTLBuilder" CaptionBar="true" ClientEdge="false" ClientHeight="125" ClientWidth="774" ClipChildren="true" ClipSiblings="true" Color="COLOR_WINDOW" ContextHelp="false" ControlParent="false" EnableLayout="false" GSGuides="false" Generate="true" Grid="false" HScroll="false" Height="163" InternalWindowStyle="114229248" InternalWindowStyleEx="256" Left="300" Localize="false" MaximizeBox="true" MinimizeBox="true" ModalFrame="false" Name="CMainFrame" ParentName="m_hWnd" ShowWindow="true" StaticEdge="false" SysMenu="true" ToolWindow="false" Top="244" TopMost="false" Transparent="false" UniqueID="0" VScroll="false" Visible="true" Width="790" WindowClass="false" WindowClassStyle="11" WindowEdge="true" WindowStyle="WS_OVERLAPPED">
<EnableLayout ShowHandle="false" NPositions="1"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<GSGuides FromLeftToRight="true" FromTopToBottom="true" Moveable="false" OffsetX="0" OffsetY="0"/>
<Grid GridWidth="6" GridHeight="6"/>
<Icon FileName=".\res\WTLBuilder.ico" ID="IDR_MAINFRAME" ImageType="Icon" Width="32" Height="32"/>
<Localize LocalizeName="" LangID=""/>
<WindowClass ClassName="WTLBUILDER_MAINFRAME" CommonResID="IDR_MAINFRAME" CS_BYTEALIGNCLIENT="false" CS_BYTEALIGNWINDOW="false" CS_CLASSDC="false" CS_DBLCLKS="true" CS_GLOBALCLASS="false" CS_HREDRAW="true" CS_NOCLOSE="false" CS_OWNDC="false" CS_PARENTDC="false" CS_SAVEBITS="false" CS_VREDRAW="true" CS_IME="false" CS_DROPSHADOW="false"/>
<Controls LastCtrlId="66">
<m_panel Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_RECT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="30" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_PANEL" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="0" Localize="false" Name="m_panel" OuterBorder="0" ParentName="m_hWnd" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="0" Transparent="false" UniqueID="1" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="774">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel>
<m_panel1 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_RECT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="30" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_PANEL1" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="0" Localize="false" Name="m_panel1" OuterBorder="BDR_RAISEDOUTER" ParentName="m_hWnd" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="30" Transparent="false" UniqueID="41" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="774">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel1>
<m_toolTab Page="WTLBuilderCtrl" Class="CToolTab" AcceptFiles="false" Border="false" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="65" ID="IDC_TOOLTAB" IncludePath="" InternalWindowStyle="1342210048" InternalWindowStyleEx="0" Layout="false" Left="0" Localize="false" Name="m_toolTab" ParentName="m_hWnd" Selected="true" TabIndex="-1" TabStop="false" ToolTip="" Top="60" Transparent="false" UniqueID="0" VScroll="false" Visible="true" Width="774">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="true" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_toolTab>
<m_buttonst3 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_ALIGN_LEFT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="109" Localize="false" Name="m_buttonst3" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Aligment Left" Top="6" Transparent="false" UniqueID="3" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\AligmentLeft.ico" ID="IDI_ALIGN_LEFT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\AligmentLeft.ico" ID="IDI_ALIGN_LEFT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst3>
<m_buttonst4 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_ALIGN_RIGHT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="133" Localize="false" Name="m_buttonst4" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Aligment Right" Top="6" Transparent="false" UniqueID="4" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\AigmentRight.ico" ID="IDI_ALIGN_RIGHT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\AigmentRight.ico" ID="IDI_ALIGN_RIGHT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst4>
<m_buttonst5 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_ALIGN_TOP" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="158" Localize="false" Name="m_buttonst5" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Aligment Top" Top="6" Transparent="false" UniqueID="5" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\AlignTop.ico" ID="IDI_ALIGN_TOP" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\AlignTop.ico" ID="IDI_ALIGN_TOP" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst5>
<m_buttonst6 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_ALIGN_BOTTOM" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="181" Localize="false" Name="m_buttonst6" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Aligment Bottom" Top="6" Transparent="false" UniqueID="6" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\AligmentBottom.ico" ID="IDI_ALIGN_BOTTOM" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\AligmentBottom.ico" ID="IDI_ALIGN_BOTTOM" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst6>
<m_panel7 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL7" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="206" Localize="false" Name="m_panel7" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="7" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel7>
<m_buttonst8 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_SAME_WIDTH" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="214" Localize="false" Name="m_buttonst8" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Make the same width" Top="6" Transparent="false" UniqueID="8" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\HorizSize.ico" ID="IDI_SAME_WIDTH" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\HorizSize.ico" ID="IDI_SAME_WIDTH" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst8>
<m_edit Page="StdCtl" Class="CEdit" AcceptFiles="false" AutoHScroll="false" AutoVScroll="false" Border="false" ClientEdge="true" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CMAINFRAME_EDIT10" IncludePath="" InternalWindowStyle="1342177280" InternalWindowStyleEx="512" Layout="false" Left="525" Localize="false" LowerCase="false" MultiLine="false" Name="m_edit" NoHideSel="false" Number="false" OemConvert="false" ParentName="m_panel" Password="false" ReadOnly="false" Selected="false" TabIndex="-1" TabStop="false" Text="0" TextAlign="ES_LEFT" ToolTip="Distance" Top="6" Transparent="false" UniqueID="10" UpperCase="false" VScroll="false" Visible="true" WantReturn="false" Width="41">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_edit>
<m_updownctrl11 Page="StdCtl" Class="CUpDownCtrl" AcceptFiles="false" Align="UDS_ALIGNRIGHT" ArrowKeys="true" AutoBuddy="false" Base="10" Border="false" Buddy="m_edit" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" Horz="false" HotTrack="true" ID="IDC_CMAINFRAME_UPDOWNCTRL11" IncludePath="" InternalWindowStyle="1342177574" InternalWindowStyleEx="0" Layout="false" Left="544" Localize="false" Lover="-99" Name="m_updownctrl11" NoThousands="false" ParentName="m_panel" Pos="0" Selected="false" SetBuddyInt="true" TabIndex="-1" TabStop="false" ToolTip="" Top="6" Transparent="false" UniqueID="11" Upper="99" VScroll="false" Visible="true" Width="17" Wrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_updownctrl11>
<m_buttonst12 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_SAME_HEIGHT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="238" Localize="false" Name="m_buttonst12" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Make the same height" Top="6" Transparent="false" UniqueID="12" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\VertSize.ico" ID="IDI_SAME_HEIGHT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\VertSize.ico" ID="IDC_SAME_HEIGHT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst12>
<m_panel13 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL13" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="309" Localize="false" Name="m_panel13" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="13" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel13>
<m_buttonst14 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_SAME_SIZE" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="262" Localize="false" Name="m_buttonst14" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Make the same size" Top="6" Transparent="false" UniqueID="14" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\SameSize.ico" ID="IDI_SAME_SIZE" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\SameSize.ico" ID="IDC_SAME_SIZE" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst14>
<m_buttonst15 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_GS_HORIZ" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="666" Localize="false" Name="m_buttonst15" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="15" VScroll="false" Visible="false" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\GSHoriz.ico" ID="IDI_GS_HORIZ" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\GSHoriz.ico" ID="IDI_GS_HORIZ" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst15>
<m_buttonst16 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_GS_VERT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="692" Localize="false" Name="m_buttonst16" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="16" VScroll="false" Visible="false" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\GSVert.ico" ID="IDI_GS_VERT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\GSVert.ico" ID="IDI_GS_VERT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst16>
<m_panel17 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL17" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="658" Localize="false" Name="m_panel17" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="17" VScroll="false" VertTextAlign="DT_VCENTER" Visible="false" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel17>
<m_buttonst18 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CENTER_HORIZ" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="317" Localize="false" Name="m_buttonst18" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Center Horizontal" Top="6" Transparent="false" UniqueID="18" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\CenterHoriz.ico" ID="IDI_CENTER_HORIZ" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\CenterHoriz.ico" ID="IDI_CENTER_HORIZ" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst18>
<m_buttonst19 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CENTER_VERT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="343" Localize="false" Name="m_buttonst19" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Center Vertical" Top="6" Transparent="false" UniqueID="19" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\CenterVert.ico" ID="IDI_CENTER_VERT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\CenterVert.ico" ID="IDI_CENTER_VERT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst19>
<m_buttonst21 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_HORIZ_ORDER" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="421" Localize="false" Name="m_buttonst21" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Set horizontal order" Top="6" Transparent="false" UniqueID="21" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\HorizOrder.ico" ID="IDI_HORIZ_ORDER" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\HorizOrder.ico" ID="IDI_HORIZ_ORDER" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst21>
<m_buttonst22 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_VERT_ORDER" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="447" Localize="false" Name="m_buttonst22" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="22" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\VertOrder.ico" ID="IDI_VERT_ORDER" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\VertOrder.ico" ID="IDI_VERT_ORDER" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst22>
<m_new Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="ID_FILE_NEW" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="6" Localize="false" Name="m_new" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="New file" Top="6" Transparent="false" UniqueID="23" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\new.ico" ID="IDI_NEW" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\new.ico" ID="IDI_NEW" ImageType="Icon" Width="16" Height="16"/>
</m_new>
<m_open Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="ID_FILE_OPEN" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="30" Localize="false" Name="m_open" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Open file" Top="6" Transparent="false" UniqueID="25" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\Open.ico" ID="IDI_OPEN" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\Open.ico" ID="IDI_OPEN" ImageType="Icon" Width="16" Height="16"/>
</m_open>
<m_buttonst26 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="ID_FILE_SAVE" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="54" Localize="false" Name="m_buttonst26" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Save file" Top="6" Transparent="false" UniqueID="26" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\Save.ico" ID="IDI_SAVE" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\Save.ico" ID="IDI_SAVE" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst26>
<m_saveAll Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="ID_FILE_SAVEALL" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="78" Localize="false" Name="m_saveAll" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Save All" Top="6" Transparent="false" UniqueID="27" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\SaveAll.ico" ID="IDI_SAVE_ALL" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\SaveAll.ico" ID="IDI_SAVE_ALL" ImageType="Icon" Width="16" Height="16"/>
</m_saveAll>
<m_panel28 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL28" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="102" Localize="false" Name="m_panel28" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="28" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel28>
<m_buttonst29 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_TOPARENT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="286" Localize="false" Name="m_buttonst29" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Make control size as parent client area size" Top="6" Transparent="false" UniqueID="29" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\ToParent.ico" ID="IDI_TOPARENT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\ToParent.ico" ID="IDI_TOPARENT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst29>
<m_panel30 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL30" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="572" Localize="false" Name="m_panel30" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="30" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel30>
<m_buttonst33 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CREATION_ORDER" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="720" Localize="false" Name="m_buttonst33" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Creation order" Top="7" Transparent="false" UniqueID="33" VScroll="false" Visible="false" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\CreationOrder.ico" ID="IDI_CREATION_ORDER" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\CreationOrder.ico" ID="IDI_CREATION_ORDER" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst33>
<m_buttonst37 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CENTER_GROUP_HORIZ" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="369" Localize="false" Name="m_buttonst37" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Center Controls Horizontal" Top="6" Transparent="false" UniqueID="37" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\CenterGroupHoriz.ico" ID="IDI_CENTER_GROUP_HORIZ" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\CenterGroupHoriz.ico" ID="IDC_CENTER_GROUP_HORIZ" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst37>
<m_buttonst38 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CENTER_GROUP_VERT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="395" Localize="false" Name="m_buttonst38" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Center Controls Vertical" Top="6" Transparent="false" UniqueID="38" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\CenterGroupVert.ico" ID="IDI_CENTER_GROUP_VERT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\CenterGroupVert.ico" ID="IDI_CENTER_GROUP_VERT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst38>
<m_showgrid Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="true" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_SHOW_GRID" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="3" Localize="false" Name="m_showgrid" ParentName="m_panel1" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="48" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\Grid.ico" ID="IDI_SHOW_GRID" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\Grid.ico" ID="IDI_SHOW_GRID" ImageType="Icon" Width="16" Height="16"/>
</m_showgrid>
<m_static49 Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="x" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="true" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_CMAINFRAME_STATIC49" IncludePath="" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="29" Localize="false" Name="m_static49" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="49" VScroll="false" Visible="true" Width="6" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="true" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_static49>
<m_xedit Page="StdCtl" Class="CEdit" AcceptFiles="false" AutoHScroll="false" AutoVScroll="false" Border="false" ClientEdge="true" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_XEDIT" IncludePath="" InternalWindowStyle="1342177280" InternalWindowStyleEx="512" Layout="false" Left="42" Localize="false" LowerCase="false" MultiLine="false" Name="m_xedit" NoHideSel="false" Number="false" OemConvert="false" ParentName="m_panel1" Password="false" ReadOnly="false" Selected="false" TabIndex="-1" TabStop="false" Text="8" TextAlign="ES_LEFT" ToolTip="" Top="6" Transparent="false" UniqueID="50" UpperCase="false" VScroll="false" Visible="true" WantReturn="false" Width="39">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_xedit>
<m_updownctrl51 Page="StdCtl" Class="CUpDownCtrl" AcceptFiles="false" Align="UDS_ALIGNRIGHT" ArrowKeys="true" AutoBuddy="false" Base="10" Border="false" Buddy="m_xedit" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" Horz="false" HotTrack="false" ID="IDC_CMAINFRAME_UPDOWNCTRL51" IncludePath="" InternalWindowStyle="1342177318" InternalWindowStyleEx="0" Layout="false" Left="62" Localize="false" Lover="1" Name="m_updownctrl51" NoThousands="false" ParentName="m_panel1" Pos="6" Selected="false" SetBuddyInt="true" TabIndex="-1" TabStop="false" ToolTip="" Top="6" Transparent="false" UniqueID="51" Upper="99" VScroll="false" Visible="true" Width="17" Wrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_updownctrl51>
<m_static52 Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="y" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="true" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_CMAINFRAME_STATIC52" IncludePath="" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="87" Localize="false" Name="m_static52" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="52" VScroll="false" Visible="true" Width="6" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="true" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_static52>
<m_yedit Page="StdCtl" Class="CEdit" AcceptFiles="false" AutoHScroll="false" AutoVScroll="false" Border="false" ClientEdge="true" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_YEDIT" IncludePath="" InternalWindowStyle="1342177280" InternalWindowStyleEx="512" Layout="false" Left="100" Localize="false" LowerCase="false" MultiLine="false" Name="m_yedit" NoHideSel="false" Number="false" OemConvert="false" ParentName="m_panel1" Password="false" ReadOnly="false" Selected="false" TabIndex="-1" TabStop="false" Text="8" TextAlign="ES_LEFT" ToolTip="" Top="6" Transparent="false" UniqueID="53" UpperCase="false" VScroll="false" Visible="true" WantReturn="false" Width="39">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_yedit>
<m_panel55 Page="DecorativeCtrl" Class="CPanel" AcceptFiles="false" BkColor="RGB(0xF4,0xF3,0xEE)" Border="false" BorderColor="RGB(0x00,0x00,0x00)" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EdgeType="BF_LEFT" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Gradient="false" Group="false" HScroll="false" Height="18" HorizTextAlign="DT_CENTER" Hosted="false" ID="IDC_CMAINFRAME_PANEL55" IncludePath="" InnerBorder="BDR_RAISEDINNER" InternalWindowStyle="1342177280" InternalWindowStyleEx="0" Layout="false" Left="144" Localize="false" Name="m_panel55" OuterBorder="BDR_SUNKENOUTER" ParentName="m_panel1" RoundCorners="false" Selected="false" SingleLine="true" TabIndex="-1" TabStop="false" TextColor="COLOR_BTNTEXT" Theme="false" ToolTip="" Top="6" Transparent="false" UniqueID="55" VScroll="false" VertTextAlign="DT_VCENTER" Visible="true" Width="2">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Gradient StartColor="RGB(0x00,0x00,0x00)" EndColor="RGB(0xFF,0xFF,0xFF)" GradientType="Horizontal" TransformationType="None"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<RoundCorners x="0" y="0"/>
</m_panel55>
<m_buttonst56 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="true" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_SHOW_GSGRID" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="542" Localize="false" Name="m_buttonst56" ParentName="m_panel1" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="4" Transparent="false" UniqueID="56" VScroll="false" Visible="false" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\GSGrid.ico" ID="IDI_SHOW_GSGRID" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\GSGrid.ico" ID="IDI_SHOW_GSGRID" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst56>
<m_updownctrl57 Page="StdCtl" Class="CUpDownCtrl" AcceptFiles="false" Align="UDS_ALIGNRIGHT" ArrowKeys="true" AutoBuddy="false" Base="10" Border="false" Buddy="m_yedit" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" Horz="false" HotTrack="false" ID="IDC_CMAINFRAME_UPDOWNCTRL57" IncludePath="" InternalWindowStyle="1342177318" InternalWindowStyleEx="0" Layout="false" Left="126" Localize="false" Lover="1" Name="m_updownctrl57" NoThousands="false" ParentName="m_panel1" Pos="6" Selected="false" SetBuddyInt="true" TabIndex="-1" TabStop="false" ToolTip="" Top="6" Transparent="false" UniqueID="57" Upper="99" VScroll="false" Visible="true" Width="15" Wrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_updownctrl57>
<m_buttonst58 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="true" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_CHANGEPARENT" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="607" Localize="false" Name="m_buttonst58" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="Change parent" Top="6" Transparent="false" UniqueID="58" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\ChangeParent.ico" ID="IDI_CHANGEPARENT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\ChangeParent.ico" ID="IDI_CHANGEPARENT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst58>
<m_tabOrder Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="true" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_TABORDER" IncludePath="" InternalWindowStyle="1342177291" InternalWindowStyleEx="0" Layout="false" Left="581" Localize="false" Name="m_tabOrder" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="-1" TabStop="false" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="59" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\TabOrder.ico" ID="IDI_TABORDER" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\TabOrder.ico" ID="IDI_TABORDER" ImageType="Icon" Width="16" Height="16"/>
</m_tabOrder>
<m_buttonst60 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_HORIZ_ORDER_RIGHT" IncludePath="" InternalWindowStyle="1342242827" InternalWindowStyleEx="0" Layout="false" Left="473" Localize="false" Name="m_buttonst60" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="1" TabStop="true" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="60" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\HorizOrderRight.ico" ID="IDI_HORIZ_ORDER_RIGHT" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\HorizOrderRight.ico" ID="IDI_HORIZ_ORDER_RIGHT" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst60>
<m_buttonst61 Page="DecorativeCtrl" Class="CButtonST" AcceptFiles="false" Alignment="CButtonST::ST_ALIGN_HORIZ" BkColorIn="RGB(0xF4,0xF3,0xEE)" BkColorOut="RGB(0xF4,0xF3,0xEE)" Border="false" Caption="" ClientEdge="false" ClipChildren="false" ClipSiblings="false" ControlParent="false" DoContained="false" EnablePressed="false" EnableToolTip="false" Enabled="true" FirstSelected="false" Flat="true" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="20" ID="IDC_VERT_ORDER_BOTTOM" IncludePath="" InternalWindowStyle="1342242827" InternalWindowStyleEx="0" Layout="false" Left="499" Localize="false" Name="m_buttonst61" ParentName="m_panel" Pressed="false" Selected="false" TabIndex="2" TabStop="true" TextColorIn="COLOR_WINDOWTEXT" TextColorOut="COLOR_WINDOWTEXT" ToolTip="" Top="6" Transparent="false" UniqueID="61" VScroll="false" Visible="true" Width="20">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<InImage FileName=".\res\VertOrderBottom.ico" ID="IDI_VERT_ORDER_BOTTOM" ImageType="Icon" Width="16" Height="16"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
<OutImage FileName=".\res\VertOrderBottom.ico" ID="IDI_VERT_ORDER_BOTTOM" ImageType="Icon" Width="16" Height="16"/>
</m_buttonst61>
<m_static62 Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="x" ClientEdge="false" ClipChildren="true" ClipSiblings="true" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="true" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_CMAINFRAME_STATIC62" IncludePath="" InternalWindowStyle="1442840576" InternalWindowStyleEx="0" Layout="false" Left="154" Localize="true" Name="m_static62" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="62" VScroll="false" Visible="true" Width="8" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="true" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_static62>
<m_XCursor Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="0" ClientEdge="false" ClipChildren="true" ClipSiblings="true" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_XCURSOR" IncludePath="" InternalWindowStyle="1442840576" InternalWindowStyleEx="0" Layout="false" Left="170" Localize="true" Name="m_XCursor" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="63" VScroll="false" Visible="true" Width="25" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_XCursor>
<m_static64 Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="y" ClientEdge="false" ClipChildren="true" ClipSiblings="true" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="true" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_STATICY" IncludePath="" InternalWindowStyle="1442840576" InternalWindowStyleEx="0" Layout="false" Left="203" Localize="true" Name="m_static64" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="64" VScroll="false" Visible="true" Width="8" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="true" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_static64>
<m_YCursor Page="StdCtl" Class="CStatic" AcceptFiles="false" Border="false" Caption="0" ClientEdge="false" ClipChildren="true" ClipSiblings="true" ControlParent="false" DoContained="false" EnableToolTip="false" Enabled="true" Etched="false" FirstSelected="false" Focus="false" Font="false" Generate="true" Group="false" HScroll="false" Height="14" ID="IDC_YCURSOR" IncludePath="" InternalWindowStyle="1442840576" InternalWindowStyleEx="0" Layout="false" Left="219" Localize="true" Name="m_YCursor" NoPrefix="true" Notify="false" ParentName="m_panel1" Selected="false" Simple="false" TabIndex="-1" TabStop="false" TextAlign="SS_LEFT" ToolTip="" Top="9" Transparent="false" UniqueID="65" VScroll="false" Visible="true" Width="26" WordWrap="false">
<DoContained MessageMapID="0"/>
<Font Height="-12" Bold="false" Italic="false" Underline="false" StrikeOut="false" CharSet="DEFAULT_CHARSET" FaceName="MS Sans Serif"/>
<Layout>
<Left AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Top AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Right AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<Bottom AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<HCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
<VCenter AttachForm="false" AttachOppositeForm="false" AttachChild="false" AttachOppositeChild="false" AttachPosition="false" AttachSelf="false" AttachNone="false" Child="None" Position="0"/>
</Layout>
</m_YCursor>
</Controls>
</Form>