Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Custom Anchor, Custom Layout, Custom Polygon (!) and file reopen
Custom Anchor, Custom Layout, Custom Polygon (!) and file reopen [message #104864] Sun, 18 February 2007 12:10
Eclipse UserFriend
Originally posted by: paolo.bisiach.equadro.com

This is a multi-part message in MIME format.

------=_NextPart_000_04F0_01C75388.1AB69720
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_04F1_01C75388.1AB69720"


------=_NextPart_001_04F1_01C75388.1AB69720
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all,

I implemented my custom layout to arrange a WrapLabel and a =
CustomPolygon (actually, a Triangle which can be moved) in a Rectancle, =
this way:


So first I create WrapLabel and CustomPolygon and added them to a =
Rectangle, then added a Custom Layout which computes the parent width =
and arranges these items to move the triangle at the end (a little too =
much to the right, actually ;-)

Then I added a FixedAnchor to triangle with=20
@Override

public ConnectionAnchor getSourceConnectionAnchor(ConnectionEditPart =
arg0) {

FixedConnectionAnchor fixedAnchor =3D new =
FixedConnectionAnchor(getFigure());

fixedAnchor.offsetH =3D IO_TRIANGLE_W + <label>.getBounds().width;

fixedAnchor.offsetV =3D IO_TRIANGLE_H / 2;

return fixedAnchor;

}

When I draw a Link between this output and his companion (input) =
everything goes well:





But now, If I save and reopen this file i get the link starting from =
wrong position:



The problem is: fixedAnchor is calculated BEFORE laying out the items, =
so at that time <label>.getBounds().width is 0 and the anchor is =
calculated badly.

How can I force layout of my InputFigure BEFORE GMF draws links ? Or =
force redraw of links ?

Thanks

paolo



------=_NextPart_001_04F1_01C75388.1AB69720
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3020" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I implemented my custom layout to =
arrange a=20
WrapLabel and a CustomPolygon (actually, a Triangle which can be moved) =
in a=20
Rectancle, this way:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><IMG alt=3D"" hspace=3D0=20
src=3D"cid:04e901c7537f$b8e8b940$3200a8c0@ACERPORT" align=3Dbaseline=20
border=3D0></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>So first I create WrapLabel and =
CustomPolygon and=20
added them to a Rectangle, then&nbsp;added a Custom Layout which =
computes the=20
parent width and arranges these items to move the triangle at the end (a =
little=20
too much to the right, actually ;-)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Then I added a FixedAnchor to triangle =
with=20
</FONT></DIV>
<DIV><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#646464 =
size=3D2>@Override</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><B><FONT color=3D#7f0055 =
size=3D2>public</B></FONT><FONT=20
size=3D2> ConnectionAnchor getSourceConnectionAnchor(ConnectionEditPart =
arg0)=20
{</P>
<P align=3Dleft>FixedConnectionAnchor fixedAnchor =3D </FONT><B><FONT =
color=3D#7f0055=20
size=3D2>new</B></FONT><FONT size=3D2> =
FixedConnectionAnchor(getFigure());</P>
<P align=3Dleft>fixedAnchor.</FONT><FONT color=3D#0000c0 =
size=3D2>offsetH</FONT><FONT=20
size=3D2> =3D </FONT><I><FONT color=3D#0000c0 =
size=3D2>IO_TRIANGLE_W</I></FONT><FONT=20
size=3D2> + </FONT><FONT color=3D#0000c0 =
size=3D2>&lt;label&gt;</FONT><FONT=20
size=3D2>.getBounds().</FONT><FONT color=3D#0000c0 =
size=3D2>width</FONT><FONT=20
size=3D2>;</P>
<P align=3Dleft>fixedAnchor.</FONT><FONT color=3D#0000c0 =
size=3D2>offsetV</FONT><FONT=20
size=3D2> =3D </FONT><I><FONT color=3D#0000c0 =
size=3D2>IO_TRIANGLE_H</I></FONT><FONT=20
size=3D2> / 2;</P>
<P align=3Dleft></FONT><B><FONT color=3D#7f0055 =
size=3D2>return</B></FONT><FONT=20
size=3D2> fixedAnchor;</P>
<P align=3Dleft>}</P>
<P align=3Dleft><FONT face=3DArial>When I draw a Link between this =
output and his=20
companion (input) everything goes well:</FONT></P>
<P align=3Dleft><IMG alt=3D"" hspace=3D0=20
src=3D"cid:04ea01c7537f$b8ed7430$3200a8c0@ACERPORT" align=3Dbaseline =
border=3D0></P>
<P align=3Dleft><FONT face=3DArial></FONT>&nbsp;</P>
<P align=3Dleft><FONT face=3DArial>But now, If I save and reopen this =
file i get the=20
link starting from wrong position:</FONT></P>
<P align=3Dleft><IMG alt=3D"" hspace=3D0=20
src=3D"cid:04eb01c7537f$b8ed7430$3200a8c0@ACERPORT" align=3Dbaseline =
border=3D0></P>
<P align=3Dleft><FONT face=3DArial>The problem is: fixedAnchor is =
calculated BEFORE=20
laying out the items, so at that time&nbsp;</FONT><FONT=20
face=3D"Times New Roman"><FONT color=3D#0000c0>&lt;label&gt;</FONT><FONT =

size=3D2>.getBounds().</FONT><FONT color=3D#0000c0 size=3D2>width <FONT =
face=3DArial=20
color=3D#000000>is 0 and the anchor is calculated =
badly.</FONT></FONT></FONT></P>
<P align=3Dleft><FONT face=3DArial>How can I force layout of my =
InputFigure BEFORE=20
GMF draws links ? Or force redraw of links ?</FONT></P>
<P align=3Dleft><FONT face=3DArial>Thanks</FONT></P>
<P align=3Dleft><FONT face=3DArial>paolo</FONT></P>
<P align=3Dleft><FONT =
face=3DArial></FONT>&nbsp;</P></FONT></DIV></BODY> </HTML>

------=_NextPart_001_04F1_01C75388.1AB69720--

------=_NextPart_000_04F0_01C75388.1AB69720
Content-Type: image/bmp;
name="img1.bmp"
Content-Transfer-Encoding: base64
Content-ID: <04e901c7537f$b8e8b940$3200a8c0@ACERPORT>

Qk1mHgAAAAAAADYAAAAoAAAAWwAAABwAAAABABgAAAAAADAeAAAAAAAAAAAA AAAAAAAAAAAA////
////////sLCw//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AHS/AAAAAAAAAAAA
nEgA///g//////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AAD/////////////
////////////////////////////////////////////////////////AAAA ////////////sLCw
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////AAD///////// ////39//////////
////////////////////////////////////////////AAAA//////////// sLCw////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////AAD/////39//YGD/ICD///// ////////////////
////////////////////////////////AAAA////////////sLCw//////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////AAD/YGD/ICD/n5////////////////////// ////////////////
////////////////////AAAA////////////v7+/sLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwNzfmbm7OsLCwsLCwsLCw//////////////////////////// ////////////////
////////AAAA////////////sLCw//////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////AAAA
////////////sLCw//////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////dL//AAAAAAAA
AAAAAAAAdAAA//+///////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AAAA////////////
sLCw//////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// dL//dAAA//+/////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////AAAA//////// ////sLCw////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////dL//dAAA//+/ ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////AAAA////////////sLCw//// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////dL//dAAA//+///////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////AAAA////////////sLCw//////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////dL//dAAA//+///////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////EBD/YGD/39////////////////////////////////// ////////////////
////////////AAAA////////////sLCw//////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////dL//dAAA//+///////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////AAD/n5//ICD/YGD/39////////////////////////////////////// ////////////////
AAAA////////////sLCw//////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
dL//dAAA//+///////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////AAD/////
////n5//ICD/////////////////////////////////////////9fX11tbW uLi4AAAA////////
////sLCw//////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////dL//dAAA//+/
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////////AAD/ ////////////////
////////////////////////////////5OTkx8fHurq62tra+Pj4AAAA//// ////////sLCw////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////dL//AAAAAAAAdAAA //+/////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////AAD///////////// ////////////////
////////9fX11tbWuLi4zMzM6enp////////////AAAA////////////sLCw ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////AHS/dAAA//+///////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////AAD///////////////////////// ////////////zs7O
2tra+Pj4////////////////////AAAA////////////sLCw//////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////nOD/dABI//+///////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////AAD///////////////////////////////////// ////////////////
////////////////AAAA////////////sLCw//////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////AAD/////////////39////////////////////////////////// ////////////////
////AAAA////////////sLCw//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////AAD/
////39//YGD/ICD///////////////////////////////////////////// ////////AAAA////
////////sLCw//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AAD/YGD/ICD/n5//
////////////////////////////////////////////////////////AAAA ////////////v7+/
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwNzfmbm7OsLCw sLCwsLCw////////
////////////////////////////////////////////AAAA//////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////sLCw//// ////////////////
////////////////////////////////AAAAsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwtLS0//////////////// ////////////////
////////////////////AAAA//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////AAAA//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////AAAA
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AAAA////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////AAAA//////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////AAAA

------=_NextPart_000_04F0_01C75388.1AB69720
Content-Type: image/bmp;
name="img2.bmp"
Content-Transfer-Encoding: base64
Content-ID: <04ea01c7537f$b8ed7430$3200a8c0@ACERPORT>

Qk3+ZgAAAAAAADYAAAAoAAAAvgAAAC4AAAABABgAAAAAAMhmAAAAAAAAAAAA AAAAAAAAAAAA/v7+
sLCw////////////////sLCw//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////AHS/nEgA///g//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////AAD/
////////n5//ICD///////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// sLCw////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////sLCw////////////////AP8A////////n/+fIP8gYP9g3//f ////////////////
//////////////////////////////////////////////////////////// ////////////AAD+
/v6wsLD///////////////+wsLD///////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////9InOBIAAD/4Jz///////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //////////////8A
AP////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //+wsLD/////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////+wsLD///////////////8A/wD///////////////+f/58g /yBg/2Df/9//////
//////////////////////////////////////////////////////////// //////////////8A
AP7+/rCwsP///////////////7CwsP////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////3S//0gAAP/gnP////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/wAA//////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////7CwsP//////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////7CwsP///////////////wD/AP////////////////// /////5//nyD/IGD/
YP////////////////////////////////////////////////////////// ////////////////
/wAA/v7+sLCw////////////////sLCw//////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
v///dAB0//+/////4P//AEicnEgA///g//////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////AAD///////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////sLCw////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////sLCw////////////////AP8A//////////////// ////////////3//f
IP8g//////////////////////////////////////////////////////// ////////////////
////AAD+/v6wsLD///////////////+wsLD///////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////8AdL8AAAAAAAAAAACcSAD//+D///////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////8AAP////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //////////+wsLD/
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////+wsLD///////////////8A/wD///////////// ///////f/99g/2Ag
/yCf/5////////////////////////////////////////////////////// ////////////////
//////8AAP7+/rCwsP///////////////7CwsP////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////wAA/////////////9/f//////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////////////7Cw
sP////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////7CwsP///////////////wD/AP////////// /9//32D/YCD/IJ//
n/////////////////////////////////////////////////////////// ////////////////
/////////wAA/v7+sLCw////////////////sLCw//////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////AAD/////39//YGD/ICD///////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
sLCw//////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////sLCw////////////////AP8A////3//f YP9gIP8gn/+f////
//////////////////////////////////////////////////////////// ////////////////
////////////AAD+/v6wsLD///////////////+wsLD///////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////8AAP9gYP8gIP+fn/////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//+wsLD///////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////+wsLD///////////////8A/wBg/2Ag /yCf/5//////////
//////////////////////////////////////////////////////////// ////////////////
//////////////8AAP7+/rCwsP///////////////7+/v7CwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsDc35m5uzrCwsLCwsLCwsP////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////7CwsP////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////7CwsP///////////////0j3SHTU dLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsAAA/v7+sLCw////////////////sLCw//////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////sLCw//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////sLCw////////////////sLCw ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////AAD+/v6wsLD///////////////+wsLD///////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////90v/8AAAAAAAAAAAAAAAB0AAD//7////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////+wsLD///////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////+wsLD///////////////+w sLD/////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////8AAP7+/rCwsP///////////////7CwsP////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////3S//3QAAP//v/////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////7CwsP////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////7CwsP////////////// /7CwsP//////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////wAA/v7+sLCw////////////////sLCw//// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////dL//dAAA//+///////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////sLCw//////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////sLCw//////////// ////sLCw////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////AAD+/v6wsLD///////////////+wsLD/ ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////90v/90AAD//7////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////+wsLD///////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////+wsLD///////// //////+wsLD/////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////8AAP7+/rCwsP///////////////7Cw sP//////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////3S//3QAAP//v/////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////xAQ/2Bg/9/f//////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////7CwsP////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////7CwsP////// /////////wv6C2D/
YN//3/////////////////////////////////////////////////////// ////////////////
/////////////////////////////////wAA/v7+sLCw//////////////// sLCw////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////dL//dAAA//+///// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////AAD/n5//ICD/YGD/39////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////sLCw//////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////sLCw//// ////////////AP8A
n/+fIP8gYP9g3//f//////////////////////////////////////////// ////////////////
////////////////////////////////////AAD+/v6wsLD///////////// //+wsLD/////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////90v/90AAD//7// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////8AAP////////+fn/8gIP// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////+wsLD///////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
///////////////////////////////////////////////ExMTHx8ewsLD/ //////////////8A
/wD///////+f/58g/yBg/2Df/9////////////////////////////////// ////////////////
//////////////////////////////////////8AAP7+/rCwsP////////// /////7CwsP//////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////3S//3QAAP// v///////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////wAA//////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////7CwsP////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////+np6bGx sbq6ut/f3/r6+v//
/wD/AP///////////////5//nyD/IGD/YN//3/////////////////////// ////////////////
/////////////////////////////////////////wAA/v7+sLCw//////// ////////sLCw////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////dL//AAAAAAAAdAAA //+/////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////AAD///////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////sLCw//////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// sLCw9fX10dHRurq6
0dHRFvUW////////////////////////n/+fIP8gYP9g//////////////// ////////////////
////////////////////////////////////////////AAD///+wsLD///// //////////+wsLD/
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////8AdL90 AAD//7//////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////8AAP////////// ////////////////
///////////ExMSwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCxsbGltaX////////////////////////////f/98g/yD///////////// ////////////////
//////////////////////////////////////////////8AAP7+/rCwsP// /////////////7Cw
sP////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////////5zg /3QASP//v///////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////wAA//////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////7CwsP////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////7CwsOHh4b29
vcTExOTk5AD/AP///////////////////9//32D/YCD/IJ//n/////////// ////////////////
/////////////////////////////////////////////////wAA////sLCw ////////////////
sLCw//////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////AAD///// ////////39//////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////sLCw//////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// 9fX11tbWsbGxzs7O
8/Pz////////AP8A////////////3//fYP9gIP8gn/+f//////////////// ////////////////
////////////////////////////////////////////////////AAD///+w sLD/////////////
//+wsLD///////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////8AAP// ///f3/9gYP8gIP//
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////+wsLD///////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ///Ozs7a2tqwsLD/
//////////////8A/wD////f/99g/2Ag/yCf/5////////////////////// ////////////////
//////////////////////////////////////////////////////8AAP// /7CwsP//////////
/////7CwsP////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////////wAA /2Bg/yAg/5+f////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////7CwsP////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////////////7Cw
sP///////////////wD/AGD/YCD/IJ//n/////////////////////////// ////////////////
/////////////////////////////////////////////////////////wAA ////sLCw////////
////////v7+/sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw Nzfmbm7OsLCwsLCw
sLCw//////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////sLCw//////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
sLCw////////////////SPdIdNR0sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw AAD///+wsLD/////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//+wsLD///////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////+wsLD///// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//+wsLD///////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //8AAP///7S0tLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLS0tP////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////7CwsP// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////7S0tLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsAAA////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////////sLCw ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////sLCw//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////AAD/////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////+w sLD/////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////+wsLD///////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //////////8AAP//
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /7CwsP//////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////7CwsP////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////////////wAA
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////sLCw////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////sLCw//////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
AAD///////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //////+wsLD/////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////+wsLD///////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//8AAP////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////////7CwsP//
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////7CwsP////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////wAA//////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////sLCw
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////sLCw//////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////AAD///////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// //////////////+w
sLD///////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////+wsLD///////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////8AAP////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/7CwsP////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////7CwsP////////////////////////// /0BAQP//////////
/////////////////////////////////////wB0vwAAAAAAAAAAAP+/dP// /////0ic4AAAAAAA
AAAAAOCcSP///wAA//////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////sLCw//////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////sLCw//////////////////////// wMDAQEBAwMDA////
////////////////////////////////////AHS/dAAA//+/////v///v3R0 ////SJzgdAAA//+/
////v///AAB04JxIAAD///////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////+wsLD///////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////+wsLD///////////////////// //9AQECAgIBAQED/
//////////////////////////////////+///8AAHTgnEj///////////// //+///8AAHTgnEj/
//////////9InOB0AAAAAP////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////7CwsP////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////7CwsP////////////////// /9+f34CAgN+f34CA
gN+f3////////////////////////////////5zg/0gASP/gnP////////// /////5zg/0gASP/g
nP///////////5zg/0gASAAA//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////sLCw//////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////sLCw////////////wMDA QEBAgICA35/fwMDA
35/fgICAQEBAwMDA////////////////////////nOD/SABI/+Cc//////// ////////nOD/SABI
/+Cc////////////nOD/SABIAAD///////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////+wsLD///////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////+wsLD///////9AQEBA QECAgIDfn9/AwMDA
wMDAwMDfn9+AgIBAQEBAQED///////////////////+///8AAHTgnEj///// //////////+///8A
AHTgnEj///////////9InOB0AAAAAP////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////7CwsP////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////7CwsP////////// /8DAwEBAQICAgN+f
38DAwN+f34CAgEBAQMDAwP///////////////////////////0ic4HQAAP// v////7///790dP//
/0ic4HQAAP//v////7///wAAdOCcSAAA//////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////sLCw//////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////sLCw//////// ////////////35/f
gICA35/fgICA35/f////////////////////////////////////////SJzg AAAAAAAAAAAA/790
////////SJzgAAAAAAAAAAAA4JxI////AAD///////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////+wsLD///////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////+wsLD///// ////////////////
//9AQECAgIBAQED///////////////////////////////////////////// ////////////////
//////////////////////////////////8AAP////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////7CwsP////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////7CwsP// ////////////////
/////8DAwEBAQMDAwP////////////////////////////////////////// ////////////////
/////////////////////////////////////wAA//////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////tLS0//////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////////////tra2 +vr6////////////
////////////QEBA//////////////////////////////////////////// ////////////////
////////////////////////////////////////AAA=

------=_NextPart_000_04F0_01C75388.1AB69720
Content-Type: image/bmp;
name="img3.bmp"
Content-Transfer-Encoding: base64
Content-ID: <04eb01c7537f$b8ed7430$3200a8c0@ACERPORT>

Qk1WaAAAAAAAADYAAAAoAAAAtQAAADEAAAABABgAAAAAACBoAAAAAAAAAAAA AAAAAAAAAAAA3d3d
AgICBAQEBAQE/v7+sLCw////////////////sLCw//////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////v///dAB0//+/////4P//AEicnEgA///g//////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////AAD///////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
sLCw//////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
////////////////////////////sLCw////////////////AP8A//////// ////////////////
////3//fIP8g////////////////////////AN3d3QICAgQEBAQEBP7+/rCw sP//////////////
/7CwsP////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////wB0vwAA AAAAAAAAAJxIAP//
4P////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////////////////wAA//// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////7CwsP////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// /////////7CwsP//
/////////////wD/AP///////////////////9//32D/YCD/IJ//n/////// ////////////////
/wDd3d0CAgIEBAQEBAT+/v6wsLD///////////////+wsLD///////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////8AAP/////////////f3/////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////+wsLD///////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////+wsLD///////////////8A/wD/ ///////////f/99g
/2Ag/yCf/5////////////////////////////////8A3d3dAgICBAQEBAQE /v7+sLCw////////
////////sLCw//////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// AAD/////39//YGD/
ICD///////////////////////////////////////////////////////// ////////////////
////////////////////////////////////////////////sLCw//////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
sLCw////////////////AP8A////3//fYP9gIP8gn/+f//////////////// ////////////////
////////AN3d3QICAgQEBAQEBP7+/rCwsP///////////////7CwsP////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////wAA/2Bg/yAg/5+f//////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////7CwsP////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
/////////////////////////////////////////7CwsP////////////// /wD/AGD/YCD/IJ//
n////////////////////////////////////////////////wDd3d0CAgIE BAQEBAT+/v6wsLD/
//////////////+/v7+wsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLA3N+Zubs6w
sLCwsLCwsLD///////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////+wsLD/ ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////////////////////////////////////////////////////////// ////////////////
//////+wsLD///////////////9I90h01HSwsLCwsLCwsLCwsLCwsLCwsLCw sLCwsLCwsLCwsLCw
sLCwsLCwsLCwsLAA3d3dAgICBAQEBAQE/v7+sLCw////////////////sLCw ////////////////
//////////////////////////////////////////////////////////// /////////
Previous Topic:how to execute a dialog from popup bar menu item
Next Topic:Problem in Using GridLayout Patch for Figures
Goto Forum:
  


Current Time: Sun Jul 20 06:38:53 EDT 2025

Powered by FUDForum. Page generated in 0.03316 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top