SPMNG01000_사용자HELP.xfdl 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SPMNG01000" position="absolute 0 0 780 560" titletext="사용자 조회">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 8 0 758 521" id="group3" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Static text="사용자 리스트" position="absolute 5 49 188 62" id="caption1" class="tit_2" />
  11. <Shape position="absolute 0 60 750 66" linetype="vertical" id="line1" class="line_1" />
  12. <Grid position="absolute 0 68 750 516" id="grd_userlist" binddataset="ds_grd_userlist">
  13. <Formats>
  14. <Format id="default">
  15. <Columns>
  16. <Column size="70" />
  17. <Column size="120" />
  18. <Column size="120" />
  19. <Column size="80" />
  20. <Column size="120" />
  21. <Column size="80" />
  22. <Column size="130" />
  23. </Columns>
  24. <Rows>
  25. <Row size="24" band="head" />
  26. <Row size="24" />
  27. </Rows>
  28. <Band id="head">
  29. <Cell text="사원번호" />
  30. <Cell col="1" text="성명" />
  31. <Cell col="2" text="직책" />
  32. <Cell col="3" text="근무기관코드" />
  33. <Cell col="4" text="근무기관명" />
  34. <Cell col="5" text="근무부서코드" />
  35. <Cell col="6" text="근무부서명" />
  36. </Band>
  37. <Band id="body">
  38. <Cell class="text_center" text="bind:emplno" />
  39. <Cell col="1" class="text_center" text="bind:emplnm" />
  40. <Cell col="2" text="bind:jobrespnm" />
  41. <Cell col="3" class="text_center" text="bind:dutplceinstcd" />
  42. <Cell col="4" text="bind:dutplceinstnm" />
  43. <Cell col="5" class="text_center" text="bind:dutplcecd" />
  44. <Cell col="6" text="bind:dutplcenm" />
  45. </Band>
  46. </Format>
  47. </Formats>
  48. </Grid>
  49. <Div position="absolute 0 5 750 40" id="group4">
  50. <Layouts>
  51. <Layout>
  52. <Shape position="absolute 0 0 750 35" id="roundrect1" class="roundrect_search" type="roundrectangle" />
  53. <Edit position="absolute 100 8 185 27" id="ipt_deptcd" class="input_s_essential" taborder="2" visible="true" />
  54. <Edit position="absolute 210 8 331 27" id="ipt_depthngnm" class="input_s_essential" taborder="3" visible="true" />
  55. <Static text="부서코드 :" position="absolute 15 9 104 26" id="caption7" class="search_name" visible="true" />
  56. <Button position="absolute 190 10 206 26" id="btn_depthelp" class="icon_search" taborder="9" visible="true" text="" />
  57. <Button position="absolute 679 7 735 29" align="align:left middle;" id="btn_search" class="btn1" taborder="5" text="조회" />
  58. <Static text="성 명 :" position="absolute 376 9 462 26" id="caption2" class="search_name" visible="true" />
  59. <Edit position="absolute 460 8 571 27" id="ipt_emplnm" class="input_s_essential" taborder="4" visible="true" />
  60. <Shape position="absolute 661 4 667 30" linetype="vertical" id="line13" class="line_4" />
  61. </Layout>
  62. </Layouts>
  63. </Div>
  64. </Layout>
  65. </Layouts>
  66. </Div>
  67. <Div position="absolute 8 520 758 547" id="group1" scrollbars="autoboth">
  68. <Layouts>
  69. <Layout>
  70. <Button position="absolute 635 5 691 27" id="btn_confirm" class="btn4" text="확인" />
  71. <Button position="absolute 694 5 750 27" id="btn_cancel" class="btn4" text="취소" />
  72. <Shape position="absolute 0 0 750 6" linetype="vertical" id="line32" class="line_6" />
  73. </Layout>
  74. </Layouts>
  75. </Div>
  76. </Layout>
  77. </Layouts>
  78. <Objects>
  79. <Dataset id="ds_grd_userlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  80. <ColumnInfo>
  81. <Column id="emplno" type="STRING" />
  82. <Column id="emplnm" type="STRING" />
  83. <Column id="jobrespnm" type="STRING" />
  84. <Column id="dutplceinstcd" type="STRING" />
  85. <Column id="dutplceinstnm" type="STRING" />
  86. <Column id="dutplcecd" type="STRING" />
  87. <Column id="dutplcenm" type="STRING" />
  88. </ColumnInfo>
  89. </Dataset>
  90. </Objects>
  91. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  92. * System Name :
  93. * Job Name :
  94. * Creator :
  95. * Make Date : 2017-07-11
  96. * Description :
  97. *---------------------------------------------------------------------------------------
  98. * Modify Date Modifier Modify Description
  99. *---------------------------------------------------------------------------------------
  100. * 2017-07-11 Live Converter TF->XP
  101. *
  102. *---------------------------------------------------------------------------------------
  103. ****************************************************************************************/
  104. ]]></Script>
  105. </Form>
  106. </FDL>