2008-04-08 02:27:45 +00:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
LoadActor("frame") .. {
|
|
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label Hands") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*0;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label Holds") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*1;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label Jumps") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*2;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label Mines") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*3;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label NumSteps") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*4;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
LoadActor( THEME:GetPathG("PaneDisplay","label Rolls") ) .. {
|
2008-04-08 19:57:31 +00:00
|
|
|
InitCommand=cmd(horizalign,right;x,-22;y,-12+16*5;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000AA"););
|
2008-04-08 02:27:45 +00:00
|
|
|
};
|
|
|
|
|
};
|