SPANC00304_과거회신보기.xfdl 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPANC00304" position="absolute 0 0 690 640" titletext="과거회신보기" oninit="SPANC00304_oninit" onload="SPANC00304_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 2 680 632" id="grp_biz" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Static text="과거회신보기" position="absolute 5 11 140 27" id="caption1" class="tit_2"/>
  11. <Shape position="absolute 0 27 680 33" linetype="horizontal" id="line1" class="line_10"/>
  12. <TextArea position="absolute 1 32 680 593" id="tar_replcnts"/>
  13. </Layout>
  14. </Layouts>
  15. </Div>
  16. <Div position="absolute 0 596 680 623" id="grp_btn" scrollbars="autoboth">
  17. <Layouts>
  18. <Layout>
  19. <Button position="absolute 619 5 675 27" id="btn_close" class="btn4" text="닫기" onclick="grp_btn_btn_close_onclick"/>
  20. </Layout>
  21. </Layouts>
  22. </Div>
  23. </Layout>
  24. </Layouts>
  25. <Objects>
  26. <Dataset id="ds_main_receivedata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  27. <ColumnInfo>
  28. <Column id="pastreplcnts" type="STRING" size="256"/>
  29. </ColumnInfo>
  30. <Rows>
  31. <Row/>
  32. </Rows>
  33. </Dataset>
  34. </Objects>
  35. <Bind>
  36. <BindItem id="item0" compid="grp_biz.tar_replcnts" propid="value" datasetid="ds_main_receivedata" columnid="pastreplcnts"/>
  37. </Bind>
  38. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  39. * System Name : 경대 의료정보시스템
  40. * Job Name : ast_dietxp -> SPANC00304
  41. * Creator : yjh
  42. * Make Date : 2018-03-15
  43. * Description :
  44. *---------------------------------------------------------------------------------------
  45. * Modify Date Modifier Modify Description
  46. *---------------------------------------------------------------------------------------
  47. * 2018-03-15 yjh TF->XP
  48. *
  49. *---------------------------------------------------------------------------------------
  50. ****************************************************************************************/
  51. //=======================================================================================
  52. // Lib Include
  53. //---------------------------------------------------------------------------------------
  54. include "com_commonxp::comm_main.xjs";
  55. //=======================================================================================
  56. // Global Form Variable
  57. //---------------------------------------------------------------------------------------
  58. //=======================================================================================
  59. // Function
  60. //---------------------------------------------------------------------------------------
  61. //=======================================================================================
  62. // Event
  63. //---------------------------------------------------------------------------------------
  64. /****************************************************************************************
  65. * Components : Form
  66. * Components ID : SPANC00304
  67. * Event : oninit
  68. * Argument : 01.obj : Object Event has occurred
  69. * : 02.e : Event Object
  70. * Description : 화면 처음 초기화시
  71. ****************************************************************************************/
  72. function SPANC00304_oninit(obj:Form, e:InitEventInfo)
  73. {
  74. frmf_initForm(obj); //폼 초기화
  75. }
  76. /****************************************************************************************
  77. * Components : Form
  78. * Components ID : SPANC00304
  79. * Event : onload
  80. * Argument : 01.obj : Object Event has occurred
  81. * : 02.e : Event Object
  82. * Description : 화면 로딩 완료시
  83. ****************************************************************************************/
  84. function SPANC00304_onload(obj:Form, e:LoadEventInfo)
  85. {
  86. try{
  87. ds_main_receivedata.copyRow(0, arg_ds_main_receivedata, 0)
  88. }catch(e){
  89. }
  90. }
  91. /****************************************************************************************
  92. * Components : Button
  93. * Components ID : btn_close
  94. * Event : onclick
  95. * Argument : 01.obj : Object Event has occurred
  96. * : 02.e : Event Object
  97. * Description : 닫기버튼 클릭시
  98. ****************************************************************************************/
  99. function grp_btn_btn_close_onclick(obj:Button, e:ClickEventInfo)
  100. {
  101. this.close();
  102. }
  103. ]]></Script>
  104. </Form>
  105. </FDL>