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

📄 commandsykeys.java

📁 MSN客服自动化机器人
💻 JAVA
字号:
/*
 * CommandSYKeys.java
 *
 * Created on 2007��5��21��, ����2:10
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package jm.entity;

import java.awt.Color;
import java.awt.Dimension;

/**
 *
 * @author spook
 */
public interface CommandSYKeys {
    /**
     * �߿���
     */
    public final static int BZ_WITH = 6;
    /**
     * �߿�߶�
     */
    public final static int BZ_HEIGHT = 15;

    /**
     * �������FRAME��
     */
    public final static Dimension SIZE_FRAME = new Dimension(800, 600);

    /**
     * �������DIALOG��
     */
    public final static Dimension SIZE_DIALOG = new Dimension(800, 600);

    /**
     * �������PANEL��
     */
    public final static Dimension SIZE_PANEL = new Dimension(800, 600);

    //    //���ϵͳ����
    //public SystemEidolon SystemEidolon_ = SystemEidolon.getInstance();
    //
    /////////////////////////////////////////////////////////////////
    //j�����
    /**
     * j�����ͨ�Ŷ˿�
     */
    public final int SOCKET_PORT = Integer.parseInt("0");//SystemEidolon_.getSystemConfig("SOCKET_PORT"));

    //////////////////////////////////////////////////////////////////////////////////////////////////

    public static final Color COLOR_BACK_GROUND = new Color(237, 228, 234);

    //************************************************************************//
   
    public static final String MENU_ERROR = "该业务画面没有正确定义,请检查画面管理信息。";
    public static final String MENU_WARING = "该业务没有分类,无法正常运行。";
    public static final String MAIN_ERROR = "系统启动失败,请重新进入。";
    public static final String SYSTEM_LOGIN = "当前用户已经在另外的地方登录,是否强行登录?";
    public static final String SYSTEM_LOGIN_AGAIN = "登录失败,请重新登录。";
    public static final String SYSTEM_ERROR = "系统异常,请通知管理员。";
    public static final String SYSTEM_WARING = "业务画面启动失败,请重新进入。";
    public static final String DATABASE_ERROR = "数据库访问失败,请稍后重新访问。";
    public static final String MESSAGE_INFO = "提示";
    public static final String MESSAGE_ERROR = "警告";
    public static final String MESSAGE_CONFIRM = "确认";
    
    /**
     * ϵͳ������Ϣ������
     */
    public final static String DBTABLE_SYSTEMCONFIG = "SC000000";

    /** ϵͳ����  ���*/
    public static final String DB_KEY_SC000000_CONFIGKEY = "ConfigKey";

    /** ϵͳ����  ����*/
    public static final String DB_KEY_SC000000_CONFIGVALUE = "ConfigValue";

    /** ϵͳ����  ע��*/
    public static final String DB_KEY_SC000000_MENO = "Meno";

    //************************************************************************//
    //************************************************************************//

    //************************************************************************/
    /**
     * SM000500��ʱ��
     */
    public final static String DBTABLE_FAQ = "SM000500";
    public final static String DBTABLE_TEMP = "SM000600";
 
    /** FAQTemp  User ID*/
    public static final String DB_KEY_SM000600_USERID = "UserID";
 
    /** FAQTemp  NumID*/
    public static final String DB_KEY_SM000600_NUMID = "NumID";
 
    /** FAQTemp  Important*/
    public static final String DB_KEY_SM000600_IMPORTANT = "Important";
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -