form주석샘플.xfdl 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="form주석샘플" classname="SMSMP90104_주석샘플" inheritanceid="" position="absolute 0 0 1024 768" titletext="주석샘플">
  5. <Layouts>
  6. <Layout>
  7. <Button id="Button00" taborder="0" text="Button00" position2="absolute l:199 w:100 t:76 h:20" positiontype="position2" onclick="Button00_onclick"/>
  8. <Button id="Button01" taborder="1" text="Button01" position2="absolute l:360 w:100 t:80 h:20" positiontype="position2" onclick="Button01_onclick"/>
  9. </Layout>
  10. </Layouts>
  11. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  12. * System Name : HIT
  13. * Job Name :
  14. * File Name : .xfdl
  15. * Creator :
  16. * Make Date : 2014-02-18
  17. *
  18. * Description :
  19. *---------------------------------------------------------------------------------------
  20. * Modify Date Modifier Modify Description
  21. *---------------------------------------------------------------------------------------
  22. * 2014-02-18 HIT
  23. *
  24. *---------------------------------------------------------------------------------------
  25. ****************************************************************************************/
  26. //=======================================================================================
  27. // Lib Include
  28. //---------------------------------------------------------------------------------------
  29. include "com_commonxp::comm_main.xjs"
  30. //=======================================================================================
  31. // Global Form Variable
  32. //---------------------------------------------------------------------------------------
  33. var lgv_val = "";
  34. //=======================================================================================
  35. // Function
  36. //---------------------------------------------------------------------------------------
  37. /****************************************************************************************
  38. * Argument : 01.sKey : 코드아이디
  39. * : 02.sValue : 코드명
  40. * Description : 공통코드를 가져온다.
  41. ****************************************************************************************/
  42. function lf_getCodeList(sKey, sValue){
  43. }
  44. //=======================================================================================
  45. // Transaction Callback
  46. //---------------------------------------------------------------------------------------
  47. /****************************************************************************************
  48. * Argument : 01.sSvcId : 서비스 ID
  49. * : 02.nErrorCode : 에러코드
  50. * : 03.sErrorMsg : 에러메시지
  51. * Description : tr_getCodeList의 콜백함수
  52. ****************************************************************************************/
  53. function cbf_tr_getCodeList(sSvcId, nErrorCode, sErrorMsg){
  54. }
  55. //=======================================================================================
  56. // Event
  57. //---------------------------------------------------------------------------------------
  58. /****************************************************************************************
  59. * Components :
  60. * Components ID : button5
  61. * Event : onlbuttonup
  62. * Argument : 01.obj : Object Event has occurred
  63. * : 02.e : Event Object
  64. * Description :
  65. ****************************************************************************************/
  66. function SPZBC00100_onload(obj:Form, e:LoadEventInfo)
  67. {
  68. }]]></Script>
  69. </Form>
  70. </FDL>