⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 enterpriseresource.java

📁 jdo开发实例,一个功能全面的oa系统
💻 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 + -