SPRSC20201_장비신청안내.xfdl 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPRSC20201" position="absolute 0 0 700 704" titletext="기자재도입 심의 신청 설명서" onload="SPRSC20201_onload" oninit="SPRSC20201_oninit">
  5. <Layouts>
  6. <Layout>
  7. <Div id="group2" position="absolute 0 35 675 666" style="">
  8. <Layouts>
  9. <Layout>
  10. <Static id="caption10" position="absolute 85 70 659 90" style="font:,,bold;align: middle;color:#ff0000;" anchor="default"/>
  11. <Static id="caption9" position="absolute 11 69 85 89" style="align: middle;" anchor="default"/>
  12. <ImageViewer id="img1" url="../../../mis/reqweb/images/req1.jpg" position="absolute 5 0 626 904" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req1.png')"/>
  13. <ImageViewer id="img2" url="../../../mis/reqweb/images/req4.jpg" position="absolute 5 904 626 1806" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req2.png')"/>
  14. <ImageViewer id="img3" url="../../../mis/reqweb/images/req3.jpg" position="absolute 5 1802 626 2649" style="background:@gradation stretch;" anchor="default" windowed="true" image="URL('IMG::mis/req3.png')"/>
  15. <ImageViewer id="img4" taborder="1" image="URL('IMG::mis/req4.png')" position="absolute 5 2649 626 3308" style="background:@gradation stretch;" url="../../../mis/reqweb/images/req3.jpg" windowed="true"/>
  16. </Layout>
  17. </Layouts>
  18. </Div>
  19. <Shape id="line2" class="line_10" linetype="horizontal" position="absolute 1 26 621 29" style="" anchor="default"/>
  20. <Button id="button3" class="btn3" position="absolute 605 676 661 698" style="" text="확인" onclick="button3_onclick"/>
  21. <Static id="caption6" text="기자재도입 심의 신청 설명서" class="tit_1" position="absolute 0 0 265 25"/>
  22. </Layout>
  23. </Layouts>
  24. <Objects>
  25. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  26. <ColumnInfo>
  27. <Column id="send" type="STRING" size="256"/>
  28. </ColumnInfo>
  29. <Rows>
  30. <Row>
  31. <Col id="send"/>
  32. </Row>
  33. </Rows>
  34. </Dataset>
  35. <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  36. <ColumnInfo>
  37. <Column id="famy2" type="STRING" size="256"/>
  38. <Column id="famy1" type="STRING" size="256"/>
  39. <Column id="famy3" type="STRING" size="256"/>
  40. <Column id="famy4" type="STRING" size="256"/>
  41. <Column id="famy5" type="STRING" size="256"/>
  42. </ColumnInfo>
  43. <Rows>
  44. <Row>
  45. <Col id="famy2"/>
  46. <Col id="famy1"/>
  47. <Col id="famy3"/>
  48. <Col id="famy4"/>
  49. <Col id="famy5"/>
  50. </Row>
  51. </Rows>
  52. </Dataset>
  53. <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  54. <ColumnInfo>
  55. <Column id="hidden" type="STRING" size="256"/>
  56. </ColumnInfo>
  57. </Dataset>
  58. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  59. <ColumnInfo>
  60. <Column id="main" type="STRING" size="256"/>
  61. </ColumnInfo>
  62. <Rows>
  63. <Row>
  64. <Col id="main"/>
  65. </Row>
  66. </Rows>
  67. </Dataset>
  68. </Objects>
  69. <Bind/>
  70. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  71. * System Name :
  72. * Job Name :
  73. * Creator :
  74. * Make Date : 2018-07-11
  75. * Description :
  76. *---------------------------------------------------------------------------------------
  77. * Modify Date Modifier Modify Description
  78. *---------------------------------------------------------------------------------------
  79. * 2018-07-11 Live Converter TF->XP
  80. *
  81. *---------------------------------------------------------------------------------------
  82. ****************************************************************************************/
  83. include "com_commonxp::comm_main.xjs";
  84. function SPRSC20201_oninit(obj:Form, e:InitEventInfo)
  85. {
  86. frmf_initForm(obj); //폼 초기화
  87. }
  88. function SPRSC20201_onload(obj:Form, e:LoadEventInfo)
  89. {
  90. }
  91. function button3_onclick(obj:Button, e:ClickEventInfo)
  92. {
  93. this.close();
  94. }
  95. ]]></Script>
  96. </Form>
  97. </FDL>