|
<?xml version="1.0" encoding="UTF-8"?>
<layoutDef><layout name="layout_generatedByMaskatIDE">
<frame name="searchFrame" left="10" top="10" draggable="true" dynamic="false" height="192" open="true" parent="" position="absolute" title="検索条件" width="265">
<label name="dayLabel" left="20" top="10" className="" text="宿泊日" parent="" position="absolute"/>
<label name="placeLabel" left="20" top="40" className="" text="場所" parent="" position="absolute"/>
<checkbox name="placeGinzaCheckbox" left="100" top="40" checked="false" className="libNormal" parent="" text="銀座"/>
<checkbox name="placeShinjukuCheckbox" left="150" top="40" checked="false" className="libNormal" parent="" text="新宿"/>
<checkbox name="placeShibuyaCheckbox" left="200" top="40" checked="false" className="libNormal" parent="" text="渋谷"/>
<label name="roomTypeLabel" left="20" top="70" className="" text="部屋タイプ" parent="" position="absolute"/>
<combo name="roomTypeCombo" left="100" top="70" enable="true" heightItem="" parent="" position="absolute" suggest="" width="150"/>
<label name="chargeLabel" left="20" top="100" className="" text="宿泊料Max" parent="" position="absolute"/>
<button name="searchButton" left="20" top="130" alt="検索ボタン" parent="" title="検索"/>
<text name="dayText" left="100" top="10" accessKey="" autoUp="true" datatype="D" disable="false" initValue="" isRequired="false" nbchar="0" parent="" rows="0" tabIndex="" width="150"/>
<text name="chargeText" left="100" top="100" accessKey="" autoUp="true" datatype="A" disable="false" initValue="" isRequired="false" nbchar="0" parent="" rows="0" tabIndex="" width="150"/>
</frame>
<frame name="hotelListFrame" left="300" top="10" draggable="true" dynamic="false" height="250" open="true" parent="" position="absolute" title="ホテル一覧" width="380">
<grid name="hotelDetailGrid" left="10" top="10" TabEntete="['ID','ホテル名','場所','部屋タイプ','宿泊料']" actifClic="" bNavig="" cellActive="" height="230" lineHeight="15" multiSelect="" parent="" position="absolute" rang="" sortable="" switchable="" tabTypeCol="[['string',50],['string',70],['string',50],['string',70],['string',50]]" writable="">
<gridHeader title="ID" type="string" width="50"/>
<gridHeader title="ホテル名" type="string" width="70"/>
<gridHeader title="場所" type="string" width="50"/>
<gridHeader title="部屋タイプ" type="string" width="70"/>
<gridHeader title="宿泊料" type="string" width="50"/>
</grid>
</frame>
<frame name="hotelDetailFrame" left="300" top="280" draggable="true" dynamic="false" height="130" open="true" parent="" position="absolute" title="ホテル詳細" width="380">
<text name="hotelDetailText" left="19" top="11" accessKey="" autoUp="true" datatype="T" disable="false" initValue="" isRequired="false" nbchar="0" parent="" rows="5" tabIndex="" width="340"/>
</frame>
</layout></layoutDef>
|
|