SPRSD20003_본원연휴알림.xfdl 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPRSD20003" position="absolute 0 0 460 169" titletext="물품청구 관련 공지">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 33 461 169" id="group2">
  8. <Layouts>
  9. <Layout>
  10. <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;"/>
  11. <Static text="휴일로 인하여," position="absolute 120 5 311 30" align="align:center middle;" id="caption8" anchor="default" style="font:Dotum,9,bold;"/>
  12. <Button position="absolute 395 107 451 129" id="button3" class="btn4" text="확인" anchor="default" onclick="group2_button3_onclick"/>
  13. <Static text="문의사항은 물류팀 담당자 ☎ 5020(원내)에게 연락주시면 됩니다." position="absolute 20 74 435 94" align="align:center middle;" id="caption15" anchor="default" style="font:Dotum,9,bold;"/>
  14. <Static text="*" position="absolute 7 75 26 95" align="align:center middle;" id="caption9" anchor="default"/>
  15. <Static text="물품 배달이 불가" position="absolute 214 7 344 27" id="caption12" anchor="default" style="color:#cc0000ff;font:Dotum,9,bold;"/>
  16. <Static text="부서에서는 이점 감안하시어 물품 청구하여 주시기 바랍니다." position="absolute 18 37 433 62" align="align:center middle;" id="caption1" anchor="default" style="font:Dotum,9,bold;"/>
  17. <Static text="*" position="absolute 7 7 26 27" align="align:center middle;" id="caption2" anchor="default"/>
  18. <Static text="하오니, 각 해당" position="absolute 320 7 455 27" id="caption3" anchor="default" style="font:Dotum,9,bold;"/>
  19. </Layout>
  20. </Layouts>
  21. </Div>
  22. <Shape position="absolute 0 25 460 31" id="line2" class="line_10"/>
  23. <Static id="caption6" text="법정공휴일 관련 물품 청구 알림" class="tit_3" position="absolute 0 0 265 25" style="color:#cc0000ff;"/>
  24. </Layout>
  25. </Layouts>
  26. <Objects/>
  27. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  28. * System Name :
  29. * Job Name :
  30. * Creator :
  31. * Make Date : 2017-06-19
  32. * Description :
  33. *---------------------------------------------------------------------------------------
  34. * Modify Date Modifier Modify Description
  35. *---------------------------------------------------------------------------------------
  36. * 2017-06-19 Live Converter TF->XP
  37. *
  38. *---------------------------------------------------------------------------------------
  39. ****************************************************************************************/
  40. //=======================================================================================
  41. // Lib Include
  42. //---------------------------------------------------------------------------------------
  43. include "com_commonxp::comm_main.xjs";
  44. //=======================================================================================
  45. // Event
  46. //---------------------------------------------------------------------------------------
  47. /****************************************************************************************
  48. * Components : Form
  49. * Description : 화면 처음 초기화시 폼초기화
  50. ****************************************************************************************/
  51. function SPRSD20001_onload(obj:Form, e:LoadEventInfo)
  52. {
  53. frmf_initForm(obj);
  54. }
  55. /****************************************************************************************
  56. * Components : Button
  57. * Description : 확인
  58. ****************************************************************************************/
  59. function group2_button3_onclick(obj:Button, e:ClickEventInfo)
  60. {
  61. this.close();
  62. }
  63. ]]></Script>
  64. </Form>
  65. </FDL>