SMAEB01500_진단코드관리.xfdl 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMAEB01500" position="absolute 0 0 1256 805" titletext="진단코드관리">
  5. <Layouts>
  6. <Layout>
  7. <Static text="진단코드관리" position="absolute 0 0 106 14" id="caption19" class="tit_1"/>
  8. <Shape position="absolute 2 16 1195 51" id="roundrect1" type="roundrectangle"/>
  9. <Shape position="absolute 2 76 1195 82" linetype="vertical" id="line2" class="line_1"/>
  10. <Button position="absolute 1132 22 1188 44" id="btn_sea" class="btn1" text="조회"/>
  11. <Button position="absolute 1086 55 1139 74" id="btn_grdadd" class="btn2" text="행추가"/>
  12. <Button position="absolute 1141 55 1194 74" id="btn_grddel" class="btn2" text="행삭제"/>
  13. <Button position="absolute 1139 762 1195 784" id="btn_save" class="btn4" text="저장"/>
  14. <Static text="진단코드 :" position="absolute 20 25 106 42" id="caption25" class="search_name"/>
  15. <Grid position="absolute 2 85 1195 758" id="grd_diaglist" binddataset="ds_grd_diaglist">
  16. <Formats>
  17. <Format id="default">
  18. <Columns>
  19. <Column size="71"/>
  20. <Column size="93"/>
  21. <Column size="820"/>
  22. <Column size="165"/>
  23. <Column size="0"/>
  24. </Columns>
  25. <Rows>
  26. <Row size="24" band="head"/>
  27. <Row size="24"/>
  28. </Rows>
  29. <Band id="head">
  30. <Cell text="순번"/>
  31. <Cell col="1" text="진단 코드"/>
  32. <Cell col="2" text="진 단 명"/>
  33. <Cell col="3" text="진단그룹"/>
  34. <Cell col="4"/>
  35. </Band>
  36. <Band id="body">
  37. <Cell text="bind:sortno" edittype="text" displaytype="text" mask="#,###"/>
  38. <Cell col="1" text="bind:basecd" edittype="text" displaytype="text"/>
  39. <Cell col="2" text="bind:basecdflagdesc" edittype="text" displaytype="text"/>
  40. <Cell col="3" text="bind:basecdcnts" edittype="text" displaytype="text"/>
  41. <Cell col="4" text="bind:basesuppdeptcd"/>
  42. </Band>
  43. </Format>
  44. </Formats>
  45. </Grid>
  46. <Button position="absolute 215 25 231 41" id="button61" class="icon_search" text=""/>
  47. <Edit position="absolute 110 25 210 44" id="ipt_basecd" class="input_search"/>
  48. </Layout>
  49. </Layouts>
  50. <Objects>
  51. <Dataset id="ds_grd_diaglist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  52. <ColumnInfo>
  53. <Column id="sortno" type="STRING"/>
  54. <Column id="basecd" type="STRING"/>
  55. <Column id="basecdflagdesc" type="STRING"/>
  56. <Column id="basecdcnts" type="STRING"/>
  57. <Column id="basesuppdeptcd" type="STRING"/>
  58. </ColumnInfo>
  59. </Dataset>
  60. </Objects>
  61. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  62. * System Name :
  63. * Job Name :
  64. * Creator :
  65. * Make Date : 2015-11-13
  66. * Description :
  67. *---------------------------------------------------------------------------------------
  68. * Modify Date Modifier Modify Description
  69. *---------------------------------------------------------------------------------------
  70. * 2015-11-13 Live Converter TF->XP
  71. *
  72. *---------------------------------------------------------------------------------------
  73. ****************************************************************************************/
  74. ]]></Script>
  75. </Form>
  76. </FDL>