SPRSD20005_칠곡소모품주의사항.xfdl 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPRSD20005" position="absolute 0 0 655 209" titletext="※ 공 지 사 항 ※" onload="SPRSD20005_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 20 650 208" id="group2">
  8. <Layouts>
  9. <Layout>
  10. <Static text="■ 청구마감기준 : 불출일 2일전" position="absolute 15 11 554 31" align="align:center middle;" id="caption2" anchor="default"/>
  11. <Button position="absolute 594 162 650 184" id="button3" class="btn4" text="확인" anchor="default" onclick="group2_button3_onclick"/>
  12. <Static text="■ 화 : 전주 목 ~ 금 평일 청구건" position="absolute 15 36 554 56" align="align:center middle;" id="caption1" anchor="default"/>
  13. <Static text="■ 금 : 월 ~ 수 평일 청구건" position="absolute 15 61 554 81" align="align:center middle;" id="caption3" anchor="default"/>
  14. <Static text="응급불출 : 담당자 연락 후 청구증 출력하여 물류팀 방문" position="absolute 28 84 547 109" align="align:center middle;" id="caption4" anchor="default" style="font:Dotum,9,bold;"/>
  15. <Static text="■" position="absolute 15 86 35 106" id="caption5" anchor="default"/>
  16. <Static text="정기청구건 외 불출 시 : 물류팀 담당자 연락" position="absolute 29 109 548 134" align="align:center middle;" id="caption7" anchor="default" style="font:Dotum,9,bold;"/>
  17. <Static text="■" position="absolute 15 111 35 131" id="caption8" anchor="default"/>
  18. <Static text="■ 담당자 : 석성은(2056)" position="absolute 15 136 554 156" align="align:center middle;" id="caption9" anchor="default"/>
  19. </Layout>
  20. </Layouts>
  21. </Div>
  22. <Shape position="absolute 1 22 655 28" id="line2" class="line_10"/>
  23. <Static id="caption6" text="※ 공 지 사 항 ※" class="tit_3" position="absolute 0 0 183 25"/>
  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 SPRSD20005_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>