[ResourceBundle("common")]
[ResourceBundle("system")]
[ResourceBundle("menu")]
[ResourceBundle("select")]
[ResourceBundle("module")]
[ResourceBundle("yjgl")]
[ResourceBundle("sgalgl")]
[ResourceBundle("zysqbp")]
[ResourceBundle("jlrxxgl")]
[ResourceBundle("yjzyxxgl")]
[ResourceBundle("aqsszxys")]
[ResourceBundle("bagl")]
[ResourceBundle("check")]
[ResourceBundle("task")]
[ResourceBundle("aqsc")]
[ResourceBundle("gq")]
[ResourceBundle("author")]
[ResourceBundle("workflow")]
[ResourceBundle("gkjsxmaqsc")]
[ResourceBundle("Gkwxhwzyfzblhhz")]
[ResourceBundle("fileType")]
[ResourceBundle("qlyg")]
[ResourceBundle("gg")]
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace ui "com.jtgh.yjpt.common.component.ui.*";
mx|ToolTip{
fontSize:14;
}
mx|Alert
{
title-style-name:alertTitle;
buttonStyleName:alertButton;
borderSkin:ClassReference("skins.AlertBorderSkin");
}
.alertTitle
{
show-border:false;
show-shadow:false;
color:#ffffff;
font-weight:bold;
font-size:16;
}
mx|Button.alertButton {
upSkin: Embed('/resource/yjpt/list/btn.png');
downSkin: Embed("/resource/yjpt/list/btn_hover.png");
overSkin: Embed("/resource/yjpt/list/btn_hover.png");
disabledSkin: Embed("/resource/yjpt/list/btn.png");
}
.AccordionHeader
{
skin:ClassReference("skins.cus.AccordionSkin");
}
mx|AccordionHeader{
chrome-color:#ffffff ;
color: #148fa2;
fontFamily:"微软雅黑" ;
fontWeight: bold;
fontSize:14;
paddingLeft:20;
textSelectedColor:"0x23A5B8";
text-roll-over-color:"0x23A5B8" ;
textAlign: "left";
selectedFillColors:"0x23A5B8","0x23A5B8";
}
mx|LegendItem{
fontFamily:"宋体";
fontSize:12;
color:#000000;
fontWeight:normal;
}
mx|AxisRenderer{
fontFamily:"微软雅黑";
fontSize:14;
color:#000000;
fontWeight:normal;
canStagger:false;
kerning:true;
}
@font-face
{
src:url("resource/yjpt/font/hzgbSimple.ttf");
fontFamily: hzgb;
embedAsCFF: false;
}
0)
{
szd = szd.replace("内河","市");
}else{
szd =szd+"市";
}
var url:String = "&action=location&layer=L_ID_SJ&name="+encodeURIComponent(szd);
// map.source+=url; 地市定位会有遮罩,所以去掉
}
Utils.popupWindow(resourceManager.getString('common','btn.showMap'),Global.mapView,FlexGlobals.topLevelApplication as DisplayObject,null,0,0);
map.iframe.visible=true;
}
private function resultCallBack(r:ResultEvent):void{
var bc:BusinessContext = r.result as BusinessContext;
if(bc.getAttribute("status"))
{
SystemModel.doLoginSuccess(bc);
}
else
{
Global.szd = bc.getAttribute("szd") as CodeVo;
Global.deploySzd = bc.getAttribute("szd") as CodeVo;
Global.deployMode = bc.getAttribute("deployMode") as String;
Global.upload_file_size=bc.getAttribute("uploadFileSize") as Number;
Global.upload_image_size=bc.getAttribute("uploadImageSize") as Number;
Global.btyyj=bc.getAttribute("btyyj") as String;
Global.thyj=bc.getAttribute("thyj") as String;
Global.version=bc.getAttribute("version") as String;
var defaultUser:UserVo = bc.getAttribute("user") as UserVo;
login.NeedCheckCode=true;
if(defaultUser !=null){
login.username.text = defaultUser.code;
login.password.text = defaultUser.password;
login.NeedCheckCode=false;
}
this.login.visible=true;
login.username.setFocus();
}
}
]]>