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

📄 constant.as

📁 记事万年历flex源码 功能强,是学习flex的好例子
💻 AS
字号:
package sjd.utils
{
	public class Constant
	{
		[Embed(source="/sjd/assets/mouseMove.gif")]
		public static const CURSOR_MOVE:Class;
		[Embed(source="/sjd/assets/verticalSize.gif")]
		public static const VERTICAL_SIZE:Class;
		[Embed(source="/sjd/assets/horizontalSize.gif")]
		public static const HORIZONTAL_SIZE:Class;
		[Embed(source="/sjd/assets/leftObliqueSize.gif")]
		public static const LEFT_OBLIQUE_SIZE:Class;
		[Embed(source="/sjd/assets/rightObliqueSize.gif")]
		public static const RIGHT_OBLIQUE_SIZE:Class;
		
		[Embed(source="/sjd/assets/WindowMinButton.gif")]
		public static const WINDOW_MIN_BUTTON_1:Class;
		[Embed(source="/sjd/assets/WindowMinButton2.gif")]
		public static const WINDOW_MIN_BUTTON_2:Class;
		[Embed(source="/sjd/assets/WindowMaxButton.gif")]
		public static const WINDOW_MAX_BUTTON_1:Class;
		[Embed(source="/sjd/assets/WindowMaxButton2.gif")]
		public static const WINDOW_MAX_BUTTON_2:Class;
		[Embed(source="/sjd/assets/WindowCloseButton.gif")]
		public static const WINDOW_CLOSE_BUTTON_1:Class;
		[Embed(source="/sjd/assets/WindowCloseButton2.gif")]
		public static const WINDOW_CLOSE_BUTTON_2:Class;
		
		
		public static const SIDE_OTHER:Number = 0;
		public static const SIDE_TOP:Number = 1;
		public static const SIDE_BOTTOM:Number = 2;
		public static const SIDE_LEFT:Number = 4;
		public static const SIDE_RIGHT:Number = 8;
		
		public static const TARGET_TAB_INDEX:String = "targetTabIndex";
		
		public static const RESIZE_OLD_POINT:String = "oldPoint";
		public static const RESIZE_OLD_HEIGHT:String = "oldHeight";
		public static const RESIZE_OLD_WIDTH:String = "oldWidth";
		public static const RESIZE_OLD_X:String = "oldX";
		public static const RESIZE_OLD_Y:String = "oldY";
		public static const RESIZE_MIN_SIZE:String = "minSize";
		public static const RESIZE_IS_POPUPE:String = "isPopup";
		
	}
}

⌨️ 快捷键说明

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