123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPRSC20201" position="absolute 0 0 700 704" titletext="기자재도입 심의 신청 설명서" onload="SPRSC20201_onload" oninit="SPRSC20201_oninit">
- <Layouts>
- <Layout>
- <Div id="group2" position="absolute 0 35 675 666" style="">
- <Layouts>
- <Layout>
- <Static id="caption10" position="absolute 85 70 659 90" style="font:,,bold;align: middle;color:#ff0000;" anchor="default"/>
- <Static id="caption9" position="absolute 11 69 85 89" style="align: middle;" anchor="default"/>
- <ImageViewer id="img1" url="../../../mis/reqweb/images/req1.jpg" position="absolute 5 0 626 904" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req1.png')"/>
- <ImageViewer id="img2" url="../../../mis/reqweb/images/req4.jpg" position="absolute 5 904 626 1806" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req2.png')"/>
- <ImageViewer id="img3" url="../../../mis/reqweb/images/req3.jpg" position="absolute 5 1802 626 2649" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req3.png')"/>
- <ImageViewer id="img4" taborder="1" image="URL('IMG::mis/req4.png')" position="absolute 5 2649 626 3308" style="background:@gradation stretch;" url="../../../mis/reqweb/images/req3.jpg" windowed="true"/>
- </Layout>
- </Layouts>
- </Div>
- <Shape id="line2" class="line_10" linetype="horizontal" position="absolute 1 26 621 29" style="" anchor="default"/>
- <Button id="button3" class="btn3" position="absolute 605 676 661 698" style="" text="확인" onclick="button3_onclick"/>
- <Static id="caption6" text="기자재도입 심의 신청 설명서" class="tit_1" position="absolute 0 0 265 25"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="send" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="send"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="famy2" type="STRING" size="256"/>
- <Column id="famy1" type="STRING" size="256"/>
- <Column id="famy3" type="STRING" size="256"/>
- <Column id="famy4" type="STRING" size="256"/>
- <Column id="famy5" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="famy2"/>
- <Col id="famy1"/>
- <Col id="famy3"/>
- <Col id="famy4"/>
- <Col id="famy5"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="hidden" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="main" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="main"/>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Bind/>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2018-07-11
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2018-07-11 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPRSC20201_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- function SPRSC20201_onload(obj:Form, e:LoadEventInfo)
- {
-
- }
- function button3_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|