SPAEA00100_예약가능인원조회.xfdl 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPAEA00100" position="absolute 0 0 1256 805" titletext="Untitle">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 500 13" id="group1">
  8. <Layouts>
  9. <Layout>
  10. <Static text="예약가능인원조회" position="absolute 0 0 119 14" id="caption6" class="tit_1"/>
  11. </Layout>
  12. </Layouts>
  13. </Div>
  14. <Div position="absolute 0 20 501 535" id="grp_biz" scrollbars="autoboth">
  15. <Layouts>
  16. <Layout>
  17. <Div position="absolute 0 5 500 65" align="align:center top;" id="group3">
  18. <Layouts>
  19. <Layout>
  20. <Shape position="absolute 0 0 500 59" id="roundrect2" type="roundrectangle"/>
  21. <Shape position="absolute 411 9 417 52" linetype="vertical" id="line2"/>
  22. <Static text="검사실 :" position="absolute 175 10 248 22" id="caption4" class="search_name"/>
  23. <Combo position="absolute 70 10 170 24" id="combo3" class="combo_search" codecolumn="codecolumn" datacolumn="datacolumn">
  24. <Dataset id="innerdataset">
  25. <ColumnInfo>
  26. <Column id="codecolumn"/>
  27. <Column id="datacolumn"/>
  28. </ColumnInfo>
  29. <Rows>
  30. <Row>
  31. <Col id="codecolumn">combo1</Col>
  32. <Col id="datacolumn">combo1</Col>
  33. </Row>
  34. </Rows>
  35. </Dataset>
  36. </Combo>
  37. <Static text="부서 :" position="absolute 5 10 70 22" id="caption5" class="search_name"/>
  38. <Combo position="absolute 258 8 398 27" id="combo4" class="combo_search" codecolumn="codecolumn" datacolumn="datacolumn">
  39. <Dataset id="innerdataset">
  40. <ColumnInfo>
  41. <Column id="codecolumn"/>
  42. <Column id="datacolumn"/>
  43. </ColumnInfo>
  44. <Rows>
  45. <Row>
  46. <Col id="codecolumn">combo1</Col>
  47. <Col id="datacolumn">combo1</Col>
  48. </Row>
  49. </Rows>
  50. </Dataset>
  51. </Combo>
  52. <Button position="absolute 176 32 192 43" id="button3" class="icon_search" text=""/>
  53. <Static text="처방 :" position="absolute 5 32 73 44" id="caption7" class="search_name"/>
  54. <Edit position="absolute 70 32 170 46" id="input2" class="input_search"/>
  55. <Edit position="absolute 204 30 399 49" id="input4" class="input_search"/>
  56. <Button position="absolute 430 20 486 42" id="bath_sea" class="btn1" text="조회"/>
  57. </Layout>
  58. </Layouts>
  59. </Div>
  60. <Static text="시간별 예약현황" position="absolute 285 70 398 84" id="caption1" class="tit_2"/>
  61. <Calendar position="absolute 0 70 280 360" id="calendar1"/>
  62. <Grid position="absolute 285 90 500 360" id="datagrid1">
  63. <Formats>
  64. <Format id="default">
  65. <Columns>
  66. <Column size="85"/>
  67. <Column size="55"/>
  68. <Column size="70"/>
  69. </Columns>
  70. <Rows>
  71. <Row size="24" band="head"/>
  72. <Row size="24"/>
  73. </Rows>
  74. <Band id="head">
  75. <Cell text="시간"/>
  76. <Cell col="1" text="현황"/>
  77. <Cell col="2" text="가용"/>
  78. </Band>
  79. <Band id="body">
  80. <Cell/>
  81. <Cell col="1"/>
  82. <Cell col="2"/>
  83. </Band>
  84. </Format>
  85. </Formats>
  86. </Grid>
  87. <Shape position="absolute 285 82 500 88" linetype="vertical" id="line1" class="line_1"/>
  88. <Grid position="absolute 2 382 497 512" id="datagrid2">
  89. <Formats>
  90. <Format id="default">
  91. <Columns>
  92. <Column size="50"/>
  93. <Column size="130"/>
  94. <Column size="105"/>
  95. <Column size="100"/>
  96. <Column size="107"/>
  97. </Columns>
  98. <Rows>
  99. <Row size="24" band="head"/>
  100. <Row size="24"/>
  101. </Rows>
  102. <Band id="head">
  103. <Cell text="순번"/>
  104. <Cell col="1" text="시간"/>
  105. <Cell col="2" text="등록번호"/>
  106. <Cell col="3" text="이름"/>
  107. <Cell col="4" text="부서"/>
  108. </Band>
  109. <Band id="body">
  110. <Cell/>
  111. <Cell col="1"/>
  112. <Cell col="2"/>
  113. <Cell col="3"/>
  114. <Cell col="4"/>
  115. </Band>
  116. </Format>
  117. </Formats>
  118. </Grid>
  119. <Static text="예약내역" position="absolute 2 362 84 375" id="caption22" class="tit_2"/>
  120. <Shape position="absolute 2 373 497 379" linetype="vertical" id="line3" class="line_1"/>
  121. </Layout>
  122. </Layouts>
  123. </Div>
  124. </Layout>
  125. </Layouts>
  126. <Objects/>
  127. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  128. * System Name :
  129. * Job Name :
  130. * Creator :
  131. * Make Date : 2015-11-13
  132. * Description :
  133. *---------------------------------------------------------------------------------------
  134. * Modify Date Modifier Modify Description
  135. *---------------------------------------------------------------------------------------
  136. * 2015-11-13 Live Converter TF->XP
  137. *
  138. *---------------------------------------------------------------------------------------
  139. ****************************************************************************************/
  140. ]]></Script>
  141. </Form>
  142. </FDL>