home *** CD-ROM | disk | FTP | other *** search
- package com.livebrush.ui
- {
- import adobe.utils.*;
- import fl.controls.Button;
- import fl.controls.CheckBox;
- import fl.controls.TextInput;
- 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="symbol446")]
- public dynamic class SettingsUI extends Sprite
- {
- public var cacheDelay:TextInput;
-
- public var cacheDecos:CheckBox;
-
- public var message:TextField;
-
- public var checkForUpdates:CheckBox;
-
- public var closeBtn:Button;
-
- public var showBusyWarnings:CheckBox;
-
- public var cacheVectors:CheckBox;
-
- public var presetsBtn:Button;
-
- public function SettingsUI()
- {
- super();
- this.__setProp_cacheDecos_SettingsUI_Layer1_0();
- this.__setProp_cacheVectors_SettingsUI_Layer1_0();
- this.__setProp_closeBtn_SettingsUI_Layer1_0();
- this.__setProp_checkForUpdates_SettingsUI_Layer1_0();
- this.__setProp_showBusyWarnings_SettingsUI_Layer1_0();
- this.__setProp_presetsBtn_SettingsUI_Layer1_0();
- }
-
- internal function __setProp_presetsBtn_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.presetsBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.presetsBtn.emphasized = false;
- this.presetsBtn.enabled = true;
- this.presetsBtn.label = "UPDATE PRESETS";
- this.presetsBtn.labelPlacement = "right";
- this.presetsBtn.selected = false;
- this.presetsBtn.toggle = false;
- this.presetsBtn.visible = true;
- try
- {
- this.presetsBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_cacheVectors_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.cacheVectors["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.cacheVectors.enabled = true;
- this.cacheVectors.label = "Realtime Caching";
- this.cacheVectors.labelPlacement = "right";
- this.cacheVectors.selected = false;
- this.cacheVectors.visible = true;
- try
- {
- this.cacheVectors["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_checkForUpdates_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.checkForUpdates["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.checkForUpdates.enabled = true;
- this.checkForUpdates.label = "Automatically Check For Updates";
- this.checkForUpdates.labelPlacement = "right";
- this.checkForUpdates.selected = false;
- this.checkForUpdates.visible = true;
- try
- {
- this.checkForUpdates["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_cacheDecos_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.cacheDecos["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.cacheDecos.enabled = true;
- this.cacheDecos.label = "Cache Decorations";
- this.cacheDecos.labelPlacement = "right";
- this.cacheDecos.selected = false;
- this.cacheDecos.visible = true;
- try
- {
- this.cacheDecos["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_showBusyWarnings_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.showBusyWarnings["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.showBusyWarnings.enabled = true;
- this.showBusyWarnings.label = "Show Busy Warnings";
- this.showBusyWarnings.labelPlacement = "right";
- this.showBusyWarnings.selected = false;
- this.showBusyWarnings.visible = true;
- try
- {
- this.showBusyWarnings["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
-
- internal function __setProp_closeBtn_SettingsUI_Layer1_0() : *
- {
- try
- {
- this.closeBtn["componentInspectorSetting"] = true;
- }
- catch(e:Error)
- {
- }
- this.closeBtn.emphasized = false;
- this.closeBtn.enabled = true;
- this.closeBtn.label = "CLOSE";
- this.closeBtn.labelPlacement = "right";
- this.closeBtn.selected = false;
- this.closeBtn.toggle = false;
- this.closeBtn.visible = true;
- try
- {
- this.closeBtn["componentInspectorSetting"] = false;
- }
- catch(e:Error)
- {
- }
- }
- }
- }
-
-