123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMNP00330" position="absolute 0 0 840 325" titletext="수술간호기록 장기이식 기록" oninit="SPMNP00330_oninit" onload="SPMNP00330_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 820 260" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 518 0" align="align:center top;" id="group2"/>
- <Static text="장기이식 기록" position="absolute 0 13 115 29" id="caption1" class="tit_2"/>
- <Shape position="absolute 0 33 820 39" linetype="horizontal" id="line1" class="line_1"/>
- <Button position="absolute 778 8 820 27" id="btn_search" class="btn2" text="조회" onclick="group3_btn_search_onclick"/>
- <Button position="absolute 733 8 775 27" id="button15" class="btn2" text="저장" onclick="group3_button15_onclick"/>
- <MaskEdit readonly="true" position="absolute 0 37 83 61" align="align:center middle;" id="output2" mask="####-##-##" type="string" style="align:center middle;font:Dotum,9,bold;"/>
- <Grid position="absolute 1 85 820 260" id="datagrid4" class="datagrid2" scrollbars="autoboth" binddataset="ds_main_OrganLists_organlist" onexpanddown="group3_datagrid4_onexpanddown" autoenter="select">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="20"/>
- <Column size="0"/>
- <Column size="0"/>
- <Column size="48"/>
- <Column size="68"/>
- <Column size="45"/>
- <Column size="81"/>
- <Column size="81"/>
- <Column size="68"/>
- <Column size="95"/>
- <Column size="37"/>
- <Column size="85"/>
- <Column size="32"/>
- <Column size="59"/>
- <Column size="77"/>
- <Column size="0"/>
- </Columns>
- <Rows>
- <Row size="26" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell/>
- <Cell col="1" text="oprsrvno"/>
- <Cell col="2" text="otseqno"/>
- <Cell col="3" text="이식 구분"/>
- <Cell col="4" text="공/수여자"/>
- <Cell col="5" text="장기 종류"/>
- <Cell col="6" text="Perfusion 전 무게 (g)"/>
- <Cell col="7" text="Perfusion 후 무게 (g)"/>
- <Cell col="8" text="ischemic time(초)"/>
- <Cell col="9" text="warm ischemic time(초)"/>
- <Cell col="10" text="보관 검체"/>
- <Cell col="11" text="검체명"/>
- <Cell col="12" text="개수"/>
- <Cell col="13" text="보관자ID"/>
- <Cell col="14" text="보관자"/>
- <Cell col="15" text="goodcd"/>
- </Band>
- <Band id="body">
- <Cell/>
- <Cell col="1" displaytype="none" edittype="none" text="bind:oprsrvno"/>
- <Cell col="2" displaytype="none" edittype="none" text="bind:otseqno"/>
- <Cell col="3" displaytype="combo" edittype="combo" text="bind:otflag" combodataset="ds_otflag" combocodecol="value" combodatacol="label"/>
- <Cell col="4" displaytype="combo" edittype="combo" text="bind:otsendrecvflag" combodataset="ds_otsendrecvflag" combocodecol="value" combodatacol="label"/>
- <Cell col="5" displaytype="combo" edittype="combo" text="bind:otkind" combodataset="ds_init_otkindcombo_otlist" combocodecol="cd" combodatacol="nm"/>
- <Cell col="6" displaytype="text" edittype="text" text="bind:otpfsbeweig" editlimit="10" editautoselect="true"/>
- <Cell col="7" displaytype="text" edittype="text" text="bind:otpfsafweig" editlimit="10" editautoselect="true"/>
- <Cell col="8" displaytype="text" edittype="text" text="bind:opisctime" editlimit="8" editautoselect="true"/>
- <Cell col="9" displaytype="text" edittype="text" text="bind:opwistime" editlimit="8" editautoselect="true"/>
- <Cell col="10" displaytype="combo" edittype="combo" text="bind:chargspecimenflag" combodataset="ds_chargspecimenflag" combocodecol="value" combodatacol="label"/>
- <Cell col="11" displaytype="text" edittype="expr:'text'" text="bind:specimennm" editlimit="50"/>
- <Cell col="12" displaytype="text" edittype="expr:'text'" text="bind:otcnt" editlimit="2" editautoselect="true"/>
- <Cell col="13" displaytype="none" edittype="none" text="bind:chargid"/>
- <Cell col="14" displaytype="text" edittype="expr:'text'" text="bind:chargnm" expandshow="show"/>
- <Cell col="15" text="bind:goodcd"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 645 8 687 27" id="button29" class="btn2" text="추가" onclick="group3_button29_onclick"/>
- <Button position="absolute 689 8 731 27" id="button30" class="btn2" text="삭제" onclick="group3_button30_onclick"/>
- <Edit readonly="true" position="absolute 85 37 819 56" align="align:center middle;" id="output1" style="color:#0000ffff;align:center middle;font:Dotum,9,bold;"/>
- <Edit readonly="true" position="absolute 85 61 819 84" id="output3" style="font:Dotum,9,bold;"/>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 264 820 313" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 764 2 820 24" id="btn_cancel" class="btn4" visible="false" text="닫기" onclick="group1_btn_cancel_onclick"/>
- <Shape position="absolute 0 -2 678 4" linetype="horizontal" id="line32" class="line_6"/>
- <Static text="★ 추가 장기이식기록은 간호기록 Type II에 기록하시기 바랍니다" position="absolute 10 5 425 25" id="caption2" style="color:#ff0000ff;font:Dotum,9,bold;"/>
- <Static text="ex ) 검체 SIZE" position="absolute 30 25 445 45" id="caption3" style="color:#ff0000ff;font:Dotum,9,bold;"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="oprsrvno" type="STRING" size="256" sumtext="수술예약번호"/>
- <Column id="searchdd" type="STRING" size="256" sumtext="조회 기준일자"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_OrganLists_organlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_main_OrganLists_organlist_oncolumnchanged">
- <ColumnInfo>
- <Column id="oprsrvno" type="STRING" size="256" sumtext=" 수술예약번호 "/>
- <Column id="otseqno" type="INT" size="256" sumtext=" 장기이식일련번호 "/>
- <Column id="otflag" type="STRING" size="256" sumtext=" 이식구분 "/>
- <Column id="otsendrecvflag" type="STRING" size="256" sumtext=" 공_수여자구분 "/>
- <Column id="otkind" type="STRING" size="256" sumtext=" 장기종류 "/>
- <Column id="otpfsbeweig" type="STRING" size="256" sumtext=" perfusion전 무게 "/>
- <Column id="otpfsafweig" type="STRING" size="256" sumtext=" perfusion후 무게 "/>
- <Column id="opisctime" type="STRING" size="256" sumtext=" ischemic time "/>
- <Column id="opwistime" type="STRING" size="256" sumtext=" warm ischemic time "/>
- <Column id="chargspecimenflag" type="STRING" size="256" sumtext=" 보관검체여부 "/>
- <Column id="specimennm" type="STRING" size="256" sumtext=" 검체명 "/>
- <Column id="otcnt" type="STRING" size="256" sumtext=" 개수 "/>
- <Column id="chargid" type="STRING" size="256" sumtext=" 보관자ID "/>
- <Column id="chargnm" type="STRING" size="256" sumtext=" 보관자명 "/>
- <Column id="status" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_send_organlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="oprsrvno" type="STRING" size="256" sumtext=" 수술예약번호 "/>
- <Column id="otseqno" type="INT" size="256" sumtext=" 장기이식일련번호 "/>
- <Column id="otflag" type="STRING" size="256" sumtext=" 이식구분 "/>
- <Column id="otsendrecvflag" type="STRING" size="256" sumtext=" 공_수여자구분 "/>
- <Column id="otkind" type="STRING" size="256" sumtext=" 장기종류 "/>
- <Column id="otpfsbeweig" type="STRING" size="256" sumtext=" perfusion전 무게 "/>
- <Column id="otpfsafweig" type="STRING" size="256" sumtext=" perfusion후 무게 "/>
- <Column id="opisctime" type="STRING" size="256" sumtext=" ischemic time "/>
- <Column id="opwistime" type="STRING" size="256" sumtext=" warm ischemic time "/>
- <Column id="chargspecimenflag" type="STRING" size="256" sumtext=" 보관검체여부 "/>
- <Column id="specimennm" type="STRING" size="256" sumtext=" 검체명 "/>
- <Column id="otcnt" type="STRING" size="256" sumtext=" 개수 "/>
- <Column id="chargid" type="STRING" size="256" sumtext=" 보관자ID "/>
- <Column id="chargnm" type="STRING" size="256" sumtext=" 보관자명 "/>
- <Column id="status" type="STRING" size="256" sumtext=" 그리드 상태값"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="pinfo" type="STRING" size="256"/>
- <Column id="pinfo2" type="STRING" size="256"/>
- <Column id="pinfo3" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_init_otkindcombo_otlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="nm" type="STRING" size="256"/>
- <Column id="cd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="cd">01</Col>
- <Col id="nm">간</Col>
- </Row>
- <Row>
- <Col id="cd">02</Col>
- <Col id="nm">각막</Col>
- </Row>
- <Row>
- <Col id="cd">03</Col>
- <Col id="nm">골수</Col>
- </Row>
- <Row>
- <Col id="cd">04</Col>
- <Col id="nm">소장</Col>
- </Row>
- <Row>
- <Col id="cd">06</Col>
- <Col id="nm">심장</Col>
- </Row>
- <Row>
- <Col id="cd">07</Col>
- <Col id="nm">췌장</Col>
- </Row>
- <Row>
- <Col id="cd">08</Col>
- <Col id="nm">폐</Col>
- </Row>
- <Row>
- <Col id="cd">09</Col>
- <Col id="nm">뼈</Col>
- </Row>
- <Row>
- <Col id="cd">10</Col>
- <Col id="nm">판막</Col>
- </Row>
- <Row>
- <Col id="cd">11</Col>
- <Col id="nm">신장</Col>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_init_HideData" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="oprsrvno" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_otflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="label" type="STRING" size="256"/>
- <Column id="value" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="label">생체</Col>
- <Col id="value">L</Col>
- </Row>
- <Row>
- <Col id="label">뇌사</Col>
- <Col id="value">C</Col>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_otsendrecvflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="label" type="STRING" size="256"/>
- <Column id="value" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="label">Donor</Col>
- <Col id="value">D</Col>
- </Row>
- <Row>
- <Col id="label">Recipient</Col>
- <Col id="value">R</Col>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_chargspecimenflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="label" type="STRING" size="256"/>
- <Column id="value" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="label">Y</Col>
- <Col id="value">Y</Col>
- </Row>
- <Row>
- <Col id="label">N</Col>
- <Col id="value">N</Col>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="group3.output2" propid="value" datasetid="ds_init" columnid="pinfo"/>
- <BindItem id="item1" compid="group3.output1" propid="value" datasetid="ds_init" columnid="pinfo2"/>
- <BindItem id="item2" compid="group3.output3" propid="value" datasetid="ds_init" columnid="pinfo3"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : 경대 의료정보시스템
- * Job Name : emr_opanstxp -> SPMNP00330
- * Creator : yjh
- * Make Date : 2016-07-20
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-07-20 yjh TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- include "emr_opanstxp::SPMNP00330.xjs"; //yjh : 커밋
- include "emr_carecomxp::SPMNP00001.xjs";
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- //=======================================================================================
- // Function
- //---------------------------------------------------------------------------------------
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNP00330
- * Event : oninit
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 처음 초기화시
- ****************************************************************************************/
- function SPMNP00330_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNP00330
- * Event : onload
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 로딩 완료시
- ****************************************************************************************/
- function SPMNP00330_onload(obj:Form, e:LoadEventInfo)
- {
- grdf_setRowTypeIcon(group3.datagrid4, 0);
-
- fInit();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_search
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 조회버튼 클릭시
- ****************************************************************************************/
- function group3_btn_search_onclick(obj:Button, e:ClickEventInfo)
- {
- fSearchOrInfo();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : button15
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 저장버튼 클릭시
- ****************************************************************************************/
- function group3_button15_onclick(obj:Button, e:ClickEventInfo)
- {
- onclickSaveBtn();
- }
- /****************************************************************************************
- * Components : Grid
- * Components ID : datagrid4
- * Event : onexpanddown
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 그리드 expand버튼 클릭시
- ****************************************************************************************/
- function group3_datagrid4_onexpanddown(obj:Grid, e:GridMouseEventInfo)
- {
- var sGridXpath = ds_main_OrganLists_organlist;
- var iRow = group3.datagrid4.currentrow;
- var iCol = group3.datagrid4.currentcol;
- if( iCol == 8 ){
- ds_main_OrganLists_organlist.setColumn(iRow, "opisctime", utlf_getCurrentTime().substr(0,4));
- }else if( iCol == 9 ){
- ds_main_OrganLists_organlist.setColumn(iRow, "opwistime", utlf_getCurrentTime().substr(0,4));
- }else if( iCol == 14 ){
- var sChargerNm = ds_main_OrganLists_organlist.getColumn(iRow, "chargnm");
- //var sChargerNm = model.getValue(sGridXpath+"["+iRow+"]/appnm");
- fUseridPopup(sGridXpath, iRow, "chargid", "chargnm", "", sChargerNm, group3.datagrid4, "", sOpcnfmdd);
-
- var iStatus = ds_main_OrganLists_organlist.getRowType(iRow);
- ds_main_OrganLists_organlist.enableevent = false;
- ds_main_OrganLists_organlist.updatecontrol = false;
-
- if( iStatus == 1 ){ // 0 : - , 1: insert, 2: update
- ds_main_OrganLists_organlist.setRowType(iRow, 4);
- }
-
- ds_main_OrganLists_organlist.updatecontrol = true;
- ds_main_OrganLists_organlist.enableevent = true;
- }
- }
- /****************************************************************************************
- * Components : Dataset
- * Components ID : ds_main_OrganLists_organlist
- * Event : oncolumnchanged
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 데이터셋 값 변경시
- ****************************************************************************************/
- function ds_main_OrganLists_organlist_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
- {
- var sGridXpath = ds_main_OrganLists_organlist;
- var iRow = group3.datagrid4.currentrow;
- var iCol = group3.datagrid4.currentcol;
- if( e.columnid == "chargspecimenflag" ){ // 보관 검체 여부
- if( ds_main_OrganLists_organlist.getColumn(iRow, "chargspecimenflag") == "N" ){
- ds_main_OrganLists_organlist.setColumn(iRow, "specimennm", "");
- ds_main_OrganLists_organlist.setColumn(iRow, "otcnt", "");
- ds_main_OrganLists_organlist.setColumn(iRow, "chargid", "");
- ds_main_OrganLists_organlist.setColumn(iRow, "chargnm", "");
-
- var sExprEdit = group3.datagrid4.getCellProperty("Body", 11, "edittype");
-
- if( sExprEdit.indexOf("currow == "+iRow+" ? 'none' : ") < 0 ){
- sExprEdit = sExprEdit.replace("'text'", "")
- + "currow == "+iRow+" ? 'none' : "
- + "'text'";
- }
-
- group3.datagrid4.setCellProperty("Body", 11, "edittype", sExprEdit);
- group3.datagrid4.setCellProperty("Body", 12, "edittype", sExprEdit);
- group3.datagrid4.setCellProperty("Body", 14, "edittype", sExprEdit);
- }else{
- var sExprEdit = group3.datagrid4.getCellProperty("Body", 11, "edittype");
-
- if( sExprEdit.indexOf("currow == "+iRow+" ? 'none' : ") > -1 ){
- sExprEdit = sExprEdit.replace("currow == "+iRow+" ? 'none' : ", "");
- }
-
- group3.datagrid4.setCellProperty("Body", 11, "edittype", sExprEdit);
- group3.datagrid4.setCellProperty("Body", 12, "edittype", sExprEdit);
- group3.datagrid4.setCellProperty("Body", 14, "edittype", sExprEdit);
- }
- }else if( e.columnid == "opisctime" ){//입력시 초를 시/분/초로 계산하여 리턴한다.
- fCalcSecToTime(ds_main_OrganLists_organlist.getColumn(iRow, e.columnid), iRow, e.columnid);
- }else if( e.columnid == "opwistime" ){
- fCalcSecToTime(ds_main_OrganLists_organlist.getColumn(iRow, e.columnid), iRow, e.columnid);
- }
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : button29
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 추가버튼 클릭시
- ****************************************************************************************/
- function group3_button29_onclick(obj:Button, e:ClickEventInfo)
- {
- //추가시 수술예약번호가 있을 경우 default로 세팅한다.
- var sOprsrvno = ds_init_HideData.getColumn(0, "oprsrvno");
- if( utlf_isNull(sOprsrvno) ){
- alert("장기이식을 작성할 대상환자의 정보가 존재하지 않습니다.");
- return;
- }else{
- var iRow = ds_main_OrganLists_organlist.addRow();
- //var iCol = datagrid4.col;
- ds_main_OrganLists_organlist.setColumn(iRow, "oprsrvno", sOprsrvno);
- }
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : button30
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 삭제버튼 클릭시
- ****************************************************************************************/
- function group3_button30_onclick(obj:Button, e:ClickEventInfo)
- {
- if( group3.datagrid4.currentrow > -1 ){
- ds_main_OrganLists_organlist.deleteRow(group3.datagrid4.currentrow);
- }
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_cancel
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 닫기버튼 클릭시
- ****************************************************************************************/
- function group1_btn_cancel_onclick(obj:Button, e:ClickEventInfo)
- {
- close();
- }
- ]]></Script>
- </Form>
- </FDL>
|