SMAEA04200_권한관리(사이버나이프).xfdl 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SMAEA04200" position="absolute 0 0 570 650" titletext="사이버나이프 권한관리">
  5. <Layouts>
  6. <Layout>
  7. <Static text="사이버나이프 권한관리" position="absolute 0 0 252 13" id="caption1" class="tit_1" />
  8. <Shape position="absolute 2 18 542 85" id="rectangle1" type="roundrectangle" />
  9. <Static text="사번:" position="absolute 10 26 77 43" id="caption11" class="search_name" />
  10. <Static text="구분:" position="absolute 190 26 252 43" id="caption2" class="search_name" />
  11. <Edit position="absolute 71 25 175 44" id="input13" class="input_search" />
  12. <Button position="absolute 476 39 532 61" id="button21" class="btn1" text="조회" />
  13. <Shape position="absolute 463 24 469 46" linetype="vertical" id="line6" />
  14. <Shape position="absolute 3 108 543 114" linetype="vertical" id="line7" class="line_1" />
  15. <Grid position="absolute 2 115 542 595" id="datagrid1" binddataset="ds_datagrid1">
  16. <Formats>
  17. <Format id="default">
  18. <Columns>
  19. <Column size="100" />
  20. <Column size="79" />
  21. <Column size="147" />
  22. <Column size="100" />
  23. <Column size="71" />
  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="Password" />
  33. <Cell col="3" text="구분" />
  34. <Cell col="4" text="권한상태" />
  35. </Band>
  36. <Band id="body">
  37. <Cell enable="false" text="bind:userid" edittype="text" displaytype="text" />
  38. <Cell col="1" text="bind:usernm" />
  39. <Cell col="2" text="bind:pwd" edittype="text" displaytype="text" />
  40. <Cell col="3" text="bind:rttmd" edittype="combo" displaytype="combo" />
  41. <Cell col="4" text="bind:authstat" edittype="combo" displaytype="combo" />
  42. </Band>
  43. </Format>
  44. </Formats>
  45. </Grid>
  46. <Static text="권한 상세 정보" position="absolute 2 95 115 108" id="caption4" class="tit_2" />
  47. <Button position="absolute 433 91 486 110" id="btn_grdadd" class="btn2" text="행추가" />
  48. <Button position="absolute 488 91 541 110" id="btn_grddel" class="btn2" text="행삭제" />
  49. <Button position="absolute 378 91 431 110" id="btn_grdcopy" class="btn2" visible="false" text="행복사" />
  50. <Button position="absolute 485 600 541 622" id="btn_save" class="btn4" text="저장" />
  51. <Shape position="absolute 2 593 542 599" linetype="vertical" id="line1" class="line_3" />
  52. <CheckBox position="absolute 250 25 280 45" id="bool1" />
  53. <CheckBox position="absolute 360 25 390 45" id="bool2" />
  54. <Static text="Dometrist" position="absolute 277 26 344 46" id="caption3" />
  55. <Static text="RTT" position="absolute 387 26 427 46" id="caption5" />
  56. <CheckBox position="absolute 360 50 390 70" id="bool3" />
  57. <Static text="MD" position="absolute 387 51 427 71" id="caption6" />
  58. <CheckBox position="absolute 250 50 280 70" id="bool4" />
  59. <Static text="Physicist" position="absolute 277 51 349 71" id="caption7" />
  60. </Layout>
  61. </Layouts>
  62. <Objects>
  63. <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  64. <ColumnInfo>
  65. <Column id="userid" type="STRING" />
  66. <Column id="usernm" type="STRING" />
  67. <Column id="pwd" type="STRING" />
  68. <Column id="rttmd" type="STRING" />
  69. <Column id="authstat" type="STRING" />
  70. </ColumnInfo>
  71. </Dataset>
  72. </Objects>
  73. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  74. * System Name :
  75. * Job Name :
  76. * Creator :
  77. * Make Date : 2015-11-13
  78. * Description :
  79. *---------------------------------------------------------------------------------------
  80. * Modify Date Modifier Modify Description
  81. *---------------------------------------------------------------------------------------
  82. * 2015-11-13 Live Converter TF->XP
  83. *
  84. *---------------------------------------------------------------------------------------
  85. ****************************************************************************************/
  86. ]]></Script>
  87. </Form>
  88. </FDL>