12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPRSD20005" position="absolute 0 0 655 209" titletext="※ 공 지 사 항 ※" onload="SPRSD20005_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 20 650 208" id="group2">
- <Layouts>
- <Layout>
- <Static text="■ 청구마감기준 : 불출일 2일전" position="absolute 15 11 554 31" align="align:center middle;" id="caption2" anchor="default"/>
- <Button position="absolute 594 162 650 184" id="button3" class="btn4" text="확인" anchor="default" onclick="group2_button3_onclick"/>
- <Static text="■ 화 : 전주 목 ~ 금 평일 청구건" position="absolute 15 36 554 56" align="align:center middle;" id="caption1" anchor="default"/>
- <Static text="■ 금 : 월 ~ 수 평일 청구건" position="absolute 15 61 554 81" align="align:center middle;" id="caption3" anchor="default"/>
- <Static text="응급불출 : 담당자 연락 후 청구증 출력하여 물류팀 방문" position="absolute 28 84 547 109" align="align:center middle;" id="caption4" anchor="default" style="font:Dotum,9,bold;"/>
- <Static text="■" position="absolute 15 86 35 106" id="caption5" anchor="default"/>
- <Static text="정기청구건 외 불출 시 : 물류팀 담당자 연락" position="absolute 29 109 548 134" align="align:center middle;" id="caption7" anchor="default" style="font:Dotum,9,bold;"/>
- <Static text="■" position="absolute 15 111 35 131" id="caption8" anchor="default"/>
- <Static text="■ 담당자 : 석성은(2056)" position="absolute 15 136 554 156" align="align:center middle;" id="caption9" anchor="default"/>
- </Layout>
- </Layouts>
- </Div>
- <Shape position="absolute 1 22 655 28" id="line2" class="line_10"/>
- <Static id="caption6" text="※ 공 지 사 항 ※" class="tit_3" position="absolute 0 0 183 25"/>
- </Layout>
- </Layouts>
- <Objects/>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2017-06-19
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2017-06-19 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components : Form
- * Description : 화면 처음 초기화시 폼초기화
- ****************************************************************************************/
- function SPRSD20005_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
- }
- /****************************************************************************************
- * Components : Button
- * Description : 확인
- ****************************************************************************************/
- function group2_button3_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|