SPMNZ00100_사용자조회.xfdl 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SPMNZ00100" position="absolute 0 0 605 435" titletext="Untitle">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 13 605 433" id="group5" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Div position="absolute 0 10 603 45" align="align:center top;" id="group2">
  11. <Layouts>
  12. <Layout>
  13. <Shape position="absolute 0 0 603 35" id="roundrect1" type="roundrectangle" />
  14. <Static text="검색조건" position="absolute 15 9 132 26" id="caption1" class="search_name" />
  15. <Shape position="absolute 522 7 528 29" linetype="vertical" id="line1" />
  16. <Button position="absolute 534 7 590 29" id="btn_search" class="btn1" text="조회" />
  17. <Edit position="absolute 295 8 417 27" id="ipt_search_item" class="input_s_essential" />
  18. <Radio position="absolute 141 10 154 23" id="radio1" class="s" columncount="2" innerdataset="ds_init_radio1" datacolumn="lable" codecolumn="value" />
  19. </Layout>
  20. </Layouts>
  21. </Div>
  22. <Static text="사용자조회" position="absolute 8 0 119 14" align="align:center middle;" id="caption9" class="tit_2" />
  23. <Shape position="absolute 0 72 603 73" linetype="vertical" id="line12" class="line_1" />
  24. <Grid position="absolute 0 75 603 418" id="grd_userlist" binddataset="ds_grd_userlist">
  25. <Formats>
  26. <Format id="default">
  27. <Columns>
  28. <Column size="100" />
  29. <Column size="100" />
  30. <Column size="158" />
  31. <Column size="206" />
  32. <Column size="0" />
  33. <Column size="0" />
  34. </Columns>
  35. <Rows>
  36. <Row size="24" band="head" />
  37. <Row size="24" />
  38. </Rows>
  39. <Band id="head">
  40. <Cell text="사용자ID" />
  41. <Cell col="1" text="사용자명" />
  42. <Cell col="2" text="소속기관명" />
  43. <Cell col="3" text="소속부서명" />
  44. <Cell col="4" text="소속기관코드" />
  45. <Cell col="5" text="소속부서코드" />
  46. </Band>
  47. <Band id="body">
  48. <Cell text="bind:userid" />
  49. <Cell col="1" text="bind:usernm" />
  50. <Cell col="2" text="bind:posinstnm" />
  51. <Cell col="3" text="bind:posdeptnm" />
  52. <Cell col="4" text="bind:posinstcd" />
  53. <Cell col="5" text="bind:posdeptcd" />
  54. </Band>
  55. </Format>
  56. </Formats>
  57. </Grid>
  58. </Layout>
  59. </Layouts>
  60. </Div>
  61. <Static text="사용자조회" position="absolute 0 0 603 13" id="caption6" class="tit_1" />
  62. </Layout>
  63. </Layouts>
  64. <Objects>
  65. <Dataset id="ds_init_radio1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  66. <ColumnInfo>
  67. <Column id="lable" type="STRING" />
  68. <Column id="value" type="STRING" />
  69. </ColumnInfo>
  70. </Dataset>
  71. <Dataset id="ds_grd_userlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  72. <ColumnInfo>
  73. <Column id="userid" type="STRING" />
  74. <Column id="usernm" type="STRING" />
  75. <Column id="posinstnm" type="STRING" />
  76. <Column id="posdeptnm" type="STRING" />
  77. <Column id="posinstcd" type="STRING" />
  78. <Column id="posdeptcd" type="STRING" />
  79. </ColumnInfo>
  80. </Dataset>
  81. </Objects>
  82. </Form>
  83. </FDL>