home *** CD-ROM | disk | FTP | other *** search
- package com.livebrush.ui
- {
- import adobe.utils.*;
- import fl.controls.CheckBox;
- import fl.controls.ColorPicker;
- import fl.controls.RadioButton;
- import flash.accessibility.*;
- import flash.data.*;
- import flash.desktop.*;
- import flash.display.*;
- import flash.errors.*;
- import flash.events.*;
- import flash.external.*;
- import flash.filesystem.*;
- import flash.filters.*;
- import flash.geom.*;
- import flash.html.*;
- import flash.media.*;
- import flash.net.*;
- import flash.printing.*;
- import flash.profiler.*;
- import flash.sampler.*;
- import flash.security.*;
- import flash.system.*;
- import flash.text.*;
- import flash.ui.*;
- import flash.utils.*;
- import flash.xml.*;
-
- [Embed(source="/_assets/assets.swf", symbol="symbol325")]
- public dynamic class PenPropsUI extends Sprite
- {
- public var percentInput:PropInputHorizontal;
-
- public var scaleHead:MovieClip;
-
- public var alphaInput:PropInputHorizontal;
-
- public var yInput:PropInputVertical;
-
- public var toolHead:MovieClip;
-
- public var scale:RadioButton;
-
- public var rotate:RadioButton;
-
- public var scaleXInput:PropInputVertical;
-
- public var colorHead:MovieClip;
-
- public var resetColorBtn:SimpleButton;
-
- public var color:ColorPicker;
-
- public var rotationInput:PropInputVertical;
-
- public var xInput:PropInputVertical;
-
- public var constrain:CheckBox;
-
- public var scaleYInput:PropInputVertical;
-
- public var resetTransformBtn:SimpleButton;
-
- public function PenPropsUI()
- {
- super();
- this.__setProp_scale_PenToolProps_tabcontentholder_0();
- this.__setProp_rotate_PenToolProps_tabcontentholder_0();
- }
-
- internal function __setProp_rotate_PenToolProps_tabcontentholder_0() : *
- {
- try
- {
- this.rotate["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.rotate.enabled = true;
- this.rotate.groupName = "transformType";
- this.rotate.label = "Label";
- this.rotate.labelPlacement = "right";
- this.rotate.selected = false;
- this.rotate.value = "";
- this.rotate.visible = true;
- try
- {
- this.rotate["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_scale_PenToolProps_tabcontentholder_0() : *
- {
- try
- {
- this.scale["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.scale.enabled = true;
- this.scale.groupName = "transformType";
- this.scale.label = "Label";
- this.scale.labelPlacement = "right";
- this.scale.selected = true;
- this.scale.value = "";
- this.scale.visible = true;
- try
- {
- this.scale["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
- }
- }
-
-