📄 enterpriseresource.java
字号:
package com.gzrealmap.oa;
/**
* <p>Title: 基本类库</p>
* <p>Description: 基本类库</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: 广州瑞图(gzrealmap.com)</p>
* @author not attributable
* @version 1.0
*/
import com.gzrealmap.lib.sys.RootGlobes;
public class EnterpriseResource {
private EnterpriseResource() {
}
public static String getIETitle( ) {
return RootGlobes.getProperty("main.ie.title");
}
public static String getIEStatus( ) {
return RootGlobes.getProperty("main.ie.status");
}
public static String getMenuTitle( ) {
return RootGlobes.getProperty("main.menu.title");
}
public static String getMenuStatus( ) {
return RootGlobes.getProperty("main.menu.status");
}
public static String getOALogo( ) {
return RootGlobes.getProperty("main.oa.logo");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -