hanhwa_nexacro/templates/nexacro/application.xadl.tpl

21 lines
988 B
Smarty

<?xml version="1.0" encoding="utf-8"?>
<ADL version="2.0">
<Application id="Application_Desktop" screenid="Desktop_screen">
<Layout>
<MainFrame id="mainframe" showtitlebar="true" showstatusbar="true" left="0" top="0" width="{{width}}" height="{{height}}" titletext="{{appTitle}}">
<VFrameSet id="VFrameSet00" separatesize="{{topHeight}},*">
<Frames>
<ChildFrame id="TopFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Top.xfdl"/>
<HFrameSet id="HFrameSet00" separatesize="{{leftWidth}},*">
<Frames>
<ChildFrame id="LeftFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Left.xfdl"/>
<ChildFrame id="WorkFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Work.xfdl"/>
</Frames>
</HFrameSet>
</Frames>
</VFrameSet>
</MainFrame>
</Layout>
</Application>
</ADL>