home *** CD-ROM | disk | FTP | other *** search
- package com.livebrush.ui
- {
- import adobe.utils.*;
- import fl.controls.Button;
- 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="symbol448")]
- public dynamic class QuestionDialogUI extends Sprite
- {
- public var yesBtn:Button;
-
- public var message:TextField;
-
- public var noBtn:Button;
-
- public function QuestionDialogUI()
- {
- super();
- this.__setProp_yesBtn_QuestionDialogUI_Layer1_0();
- this.__setProp_noBtn_QuestionDialogUI_Layer1_0();
- }
-
- internal function __setProp_noBtn_QuestionDialogUI_Layer1_0() : *
- {
- try
- {
- this.noBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.noBtn.emphasized = false;
- this.noBtn.enabled = true;
- this.noBtn.label = "NO";
- this.noBtn.labelPlacement = "right";
- this.noBtn.selected = false;
- this.noBtn.toggle = false;
- this.noBtn.visible = true;
- try
- {
- this.noBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_yesBtn_QuestionDialogUI_Layer1_0() : *
- {
- try
- {
- this.yesBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.yesBtn.emphasized = false;
- this.yesBtn.enabled = true;
- this.yesBtn.label = "YES";
- this.yesBtn.labelPlacement = "right";
- this.yesBtn.selected = false;
- this.yesBtn.toggle = false;
- this.yesBtn.visible = true;
- try
- {
- this.yesBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
- }
- }
-
-