📄 uishowmsg.java
字号:
package com.redmoon.forum.plugin.base;
/**
*
* <p>Title: </p>
*
* <p>Description: 对应于贴子显示界面showtopic.jsp的描述</p>
*
* <p>Copyright: Copyright (c) 2005</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class UIShowMsg {
public static final int POS_NOTE = 0;
public static final int POS_BEFORE_MSG = 1; // 贴子前
public static final int POS_AFTER_MSG = 2; // 贴子后
public static final int POS_BEFORE_USER = 3; // 用户信息显示之前
public static final int POS_AFTER_USER = 4; // 用户信息显示之后
public static final int POS_QUICK_REPLY_NOTE = 5;
public static final int POS_QUICK_REPLY_ELEMENT = 6;
public static final int POS_AFTER_NOTE = 7;
public UIShowMsg() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -