home *** CD-ROM | disk | FTP | other *** search
- package com.livebrush.ui
- {
- import adobe.utils.*;
- import fl.controls.Button;
- import fl.controls.ComboBox;
- 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="symbol437")]
- public dynamic class SaveImageUI extends Sprite
- {
- public var okBtn:Button;
-
- public var cancelBtn:Button;
-
- public var message:TextField;
-
- public var sizeList:ComboBox;
-
- public function SaveImageUI()
- {
- super();
- this.__setProp_cancelBtn_SaveImageUI_Layer1_0();
- this.__setProp_okBtn_SaveImageUI_Layer1_0();
- }
-
- internal function __setProp_okBtn_SaveImageUI_Layer1_0() : *
- {
- try
- {
- this.okBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.okBtn.emphasized = false;
- this.okBtn.enabled = true;
- this.okBtn.label = "SAVE";
- this.okBtn.labelPlacement = "right";
- this.okBtn.selected = false;
- this.okBtn.toggle = false;
- this.okBtn.visible = true;
- try
- {
- this.okBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_cancelBtn_SaveImageUI_Layer1_0() : *
- {
- try
- {
- this.cancelBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.cancelBtn.emphasized = false;
- this.cancelBtn.enabled = true;
- this.cancelBtn.label = "CANCEL";
- this.cancelBtn.labelPlacement = "right";
- this.cancelBtn.selected = false;
- this.cancelBtn.toggle = false;
- this.cancelBtn.visible = true;
- try
- {
- this.cancelBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
- }
- }
-
-