12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPRSD20003" position="absolute 0 0 460 169" titletext="물품청구 관련 공지">
- <Layouts>
- <Layout>
- <Div position="absolute 0 33 461 169" id="group2">
- <Layouts>
- <Layout>
- <Static text="6월 6일(현충일)" position="absolute 19 7 455 27" align="align:center middle;" id="caption4" anchor="default" style="color:#cc0000ff;font:Dotum,9,bold;"/>
- <Static text="휴일로 인하여," position="absolute 120 5 311 30" align="align:center middle;" id="caption8" anchor="default" style="font:Dotum,9,bold;"/>
- <Button position="absolute 395 107 451 129" id="button3" class="btn4" text="확인" anchor="default" onclick="group2_button3_onclick"/>
- <Static text="문의사항은 물류팀 담당자 ☎ 5020(원내)에게 연락주시면 됩니다." position="absolute 20 74 435 94" align="align:center middle;" id="caption15" anchor="default" style="font:Dotum,9,bold;"/>
- <Static text="*" position="absolute 7 75 26 95" align="align:center middle;" id="caption9" anchor="default"/>
- <Static text="물품 배달이 불가" position="absolute 214 7 344 27" id="caption12" anchor="default" style="color:#cc0000ff;font:Dotum,9,bold;"/>
- <Static text="부서에서는 이점 감안하시어 물품 청구하여 주시기 바랍니다." position="absolute 18 37 433 62" align="align:center middle;" id="caption1" anchor="default" style="font:Dotum,9,bold;"/>
- <Static text="*" position="absolute 7 7 26 27" align="align:center middle;" id="caption2" anchor="default"/>
- <Static text="하오니, 각 해당" position="absolute 320 7 455 27" id="caption3" anchor="default" style="font:Dotum,9,bold;"/>
- </Layout>
- </Layouts>
- </Div>
- <Shape position="absolute 0 25 460 31" id="line2" class="line_10"/>
- <Static id="caption6" text="법정공휴일 관련 물품 청구 알림" class="tit_3" position="absolute 0 0 265 25" style="color:#cc0000ff;"/>
- </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 SPRSD20001_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
- }
- /****************************************************************************************
- * Components : Button
- * Description : 확인
- ****************************************************************************************/
- function group2_button3_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|