home *** CD-ROM | disk | FTP | other *** search
- package Code.WINDOWS.DIALOGS
- {
- import Code.LIB._ei76;
- import Code.LIB._hu299;
- import Code.LIB._nx518;
- import Code.OPTIONS._dx111;
- import Code._vy402;
-
- public class _ra85 extends _ei76
- {
-
-
- public var iOk:_nx518;
-
- public var iCancel:_nx518;
-
- public function _ra85(param1:String)
- {
- var _loc2_:Array = null;
- _loc2_ = [[_vy402._yi495,_dx111.cGellRed,500,300,true,1,0,0,null,true],[_vy402._ps359,param1,_dx111.cOrange,40,_hu299.SmallText,10,15,null,true],[_vy402._jk562,"yes",_dx111.cGellGreen,170,60,25,_dx111.cWhite,35,200,"iOk",true],[_vy402._jk562,"no",_dx111.cGellRed,170,60,25,_dx111.cWhite,290,200,"iCancel",true]];
- super(_loc2_);
- }
-
- public function get _wt310() : _nx518
- {
- return iOk;
- }
-
- public function get _ps442() : _nx518
- {
- return iCancel;
- }
- }
- }
-