SPZHA20700_부서즐겨찾기관리HELP.xfdl 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SPZHA20700" position="absolute 0 0 550 500" titletext="부서즐겨찾기관리">
  5. <Layouts>
  6. <Layout>
  7. <Grid position="absolute 0 45 540 425" id="grd_fav" scrollbars="autoboth" binddataset="ds_grd_fav">
  8. <Formats>
  9. <Format id="default">
  10. <Columns>
  11. <Column size="0" />
  12. <Column size="0" />
  13. <Column size="67" />
  14. <Column size="94" />
  15. <Column size="377" />
  16. </Columns>
  17. <Rows>
  18. <Row size="24" band="head" />
  19. <Row size="24" />
  20. </Rows>
  21. <Band id="head">
  22. <Cell text="userid" />
  23. <Cell col="1" text="instcd" />
  24. <Cell col="2" text="기관" />
  25. <Cell col="3" text="부서코드" />
  26. <Cell col="4" text="부서명" />
  27. </Band>
  28. <Band id="body">
  29. <Cell text="bind:userid" />
  30. <Cell col="1" text="bind:instcd" />
  31. <Cell col="2" text="bind:instnm" />
  32. <Cell col="3" text="bind:deptcd" />
  33. <Cell col="4" text="bind:deptnm" />
  34. </Band>
  35. </Format>
  36. </Formats>
  37. </Grid>
  38. <Static text="부서즐겨찾기관리" position="absolute 0 0 144 14" id="caption6" class="tit_1" />
  39. <Button position="absolute 90 20 132 39" id="btn_prgmradd" class="btn2_letter2" text="추가" />
  40. <Button position="absolute 135 20 177 39" id="button1" class="btn2_letter2" text="삭제" />
  41. <Edit position="absolute 410 115 510 135" id="ipt_instcd_hidden" visible="false" />
  42. <Button position="absolute 420 15 476 37" id="btn_save" class="btn4" taborder="26" text="저장" />
  43. <Static text="부서리스트" position="absolute 0 25 85 38" id="caption67" class="tit_2" />
  44. <Shape position="absolute 0 39 540 45" linetype="vertical" id="line18" class="line_1" />
  45. <Button position="absolute 480 15 536 37" id="button2" class="btn4" text="닫기" />
  46. </Layout>
  47. </Layouts>
  48. <Objects>
  49. <Dataset id="ds_grd_fav" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  50. <ColumnInfo>
  51. <Column id="userid" type="STRING" />
  52. <Column id="instcd" type="STRING" />
  53. <Column id="instnm" type="STRING" />
  54. <Column id="deptcd" type="STRING" />
  55. <Column id="deptnm" type="STRING" />
  56. </ColumnInfo>
  57. </Dataset>
  58. </Objects>
  59. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  60. * System Name :
  61. * Job Name :
  62. * Creator :
  63. * Make Date : 2016-01-07
  64. * Description :
  65. *---------------------------------------------------------------------------------------
  66. * Modify Date Modifier Modify Description
  67. *---------------------------------------------------------------------------------------
  68. * 2016-01-07 Live Converter TF->XP
  69. *
  70. *---------------------------------------------------------------------------------------
  71. ****************************************************************************************/
  72. ]]></Script>
  73. </Form>
  74. </FDL>