SMADB02700_휴일지정관리.xfdl 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SMADB02700" position="absolute 0 0 1256 805" titletext="휴일지정관리">
  5. <Layouts>
  6. <Layout>
  7. <Static text="휴일지정관리" position="absolute 0 0 180 13" id="caption19" class="tit_1" />
  8. <Button position="absolute 338 32 394 54" id="btn_save" class="btn4" text="저장" />
  9. <Button position="absolute 454 32 510 54" id="btn_cls" class="btn4" text="닫기" />
  10. <Grid position="absolute 15 95 510 495" id="grd_calendar" class="gridcalendar" />
  11. <Shape position="absolute 15 67 510 94" id="rectangle1" class="calendar_header" type="rectangle" />
  12. <Button position="absolute 172 74 188 90" id="button3" class="icon_pre_year" text="" />
  13. <Edit readonly="true" position="absolute 273 71 303 90" id="opt_month" class="calendar_output" />
  14. <Button position="absolute 193 74 209 90" id="btn_premonth" class="icon_pre_month" text="" />
  15. <Static text="년" position="absolute 253 71 273 90" id="caption11" class="calendar_output" />
  16. <Static text="월" position="absolute 303 71 323 90" id="caption12" class="calendar_output" />
  17. <Button position="absolute 353 74 369 90" id="button32" class="icon_next_year" text="" />
  18. <Edit readonly="true" position="absolute 223 71 253 90" id="opt_year" class="calendar_output" />
  19. <Button position="absolute 334 74 350 90" id="button34" class="icon_next_month" text="" />
  20. <Grid position="absolute 555 95 730 265" id="grd_temp" visible="false" binddataset="ds_grd_temp">
  21. <Formats>
  22. <Format id="default">
  23. <Columns>
  24. <Column size="76" />
  25. <Column size="62" />
  26. </Columns>
  27. <Rows>
  28. <Row size="24" band="head" />
  29. <Row size="24" />
  30. </Rows>
  31. <Band id="head">
  32. <Cell text="일자(dd)" />
  33. <Cell col="1" text="관리구분" />
  34. </Band>
  35. <Band id="body">
  36. <Cell text="bind:apntdd" />
  37. <Cell col="1" text="bind:mngtflag" />
  38. </Band>
  39. </Format>
  40. </Formats>
  41. </Grid>
  42. <Button position="absolute 396 32 452 54" id="button2" class="btn4" text="삭제" />
  43. <Button position="absolute 184 32 312 54" id="button1" class="btn4" text="병원휴일가져오기" />
  44. <Edit position="absolute 110 34 180 53" id="ipt_srchpid" class="input_essential" />
  45. <Static text="기준연도 :" position="absolute 21 35 107 52" id="caption2" class="search_name" />
  46. </Layout>
  47. </Layouts>
  48. <Objects>
  49. <Dataset id="ds_grd_temp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  50. <ColumnInfo>
  51. <Column id="apntdd" type="STRING" />
  52. <Column id="mngtflag" type="STRING" />
  53. </ColumnInfo>
  54. </Dataset>
  55. </Objects>
  56. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  57. * System Name :
  58. * Job Name :
  59. * Creator :
  60. * Make Date : 2015-11-02
  61. * Description :
  62. *---------------------------------------------------------------------------------------
  63. * Modify Date Modifier Modify Description
  64. *---------------------------------------------------------------------------------------
  65. * 2015-11-02 Live Converter TF->XP
  66. *
  67. *---------------------------------------------------------------------------------------
  68. ****************************************************************************************/
  69. ]]></Script>
  70. </Form>
  71. </FDL>