java 語音用xml檔案實現圖形介面 xml檔案

bug不存在的發表於2021-10-08

<?xml version="1.0" encoding="GB2312"?>

<viewConfiguration

  moduleID="151099"

  AOName=""

  preferenceName=""

  filter=""

  refreshLovID=""

  isTreeTable="false"

  OIDColumnName=""

  OIDPropertyName=""

  namePropertyName=""

  codePropertyName=""

    pyCodePropertyName=""

    wbCodePropertyName=""

    parentPropertyName=""

    VOClass=""

    newTitle="測試"

    propertyTitle="測試"

    reportType="CW_CS"

    reportContainer="resultPanel">

    <!-- <acl generatorMenuID = "1410990101" exportMenuID= "1410990102" printMenuID="1410990103" /> -->

  <view propertyName="splitPanel" containerName = "splitPanel" viewType = "SPLITPANE" isHorizontalSplit = "false" dividerLocation = "80" isInitializable = "true">

      <!--dividerLocation 控制上窗格大小的  isHorizontalSplit設定為true為左右拆分-->

               <formLayout

                    xLayout = "2dlu,fill:450dlu:grow,2dlu"

                    yLayout = "0dlu,fill:40dlu:none,2dlu,fill:150dlu:grow,2dlu">

            </formLayout>

    <view propertyName="queryPanel" viewType="PANEL" isInitializable = "true" displayName="" layoutType = "XY_TYPE" xPos="2" yPos="2">

               <formLayout

                    xLayout = "2dlu,fill:pref:grow,2dlu"

                    yLayout = "2dlu,fill:pref:grow,2dlu">

            </formLayout>

    <view propertyName="queryParameterPanel" viewType="INTERNALFRAME" isInitializable = "true" displayName="統計時間" layoutType = "XY_TYPE" xPos="2" yPos="2">

                        <formLayout

                                xLayout = "5dlu,fill:40dlu:none,5dlu,

                                                       fill:120dlu:none,5dlu,

                                                       fill:40dlu:none,2dlu,

                                                       fill:120dlu:none,5dlu,

                                                       fill:40dlu:none,2dlu,

                                                       fill:120dlu:none,5dlu,

                                                       fill:40dlu:none,2dlu,

                                                       fill:120dlu:none,2dlu"

                                yLayout = "2dlu,fill:pref:none,2dlu">

            </formLayout>

            <fields>


          <field

                                  displayName=""

                                  propertyName="beginDate"

                                  fieldType="CALENDAR_FIELD"

                                  isRequire="true"

                                  isParam="true"

                                  controllerClass=""

                                  format=""

                                         lovID=""

                                         lovDisplayName=""

                                         layoutType="XY_TYPE"

                                         xPos="4"

                                         yPos="2"

                                         wPos=""

                                         hPos="">

                                        <label  displayName="開始日期"

                                                  layoutType="XY_TYPE"

                                                  xPos="2"

                                                  yPos="2"

                                                  wPos=""

                                                  hPos="">

                                        </label>                           

                </field>

         <field

                                  displayName=""

                                  propertyName="endDate"

                                  fieldType="CALENDAR_FIELD"

                                  isRequire="true"

                                  isParam="true"

                                  controllerClass=""

                                  format=""

                                         lovID=""

                                         lovDisplayName=""

                                         layoutType="XY_TYPE"

                                         xPos="12"

                                         yPos="2"

                                         wPos=""

                                         hPos="">

                                        <label  displayName="結束日期"

                                                  layoutType="XY_TYPE"

                                                  xPos="10"

                                                  yPos="2"

                                                  wPos=""

                                                  hPos="">

                                        </label>                           

                </field>

                                                                                                                                                

            </fields>              

            </view>                 

    </view>

   

        <view propertyName="resultPanel" viewType="PANEL" isInitializable = "true" displayName="" layoutType = "XY_TYPE" xPos="2" yPos="4">

            <formLayout

                          xLayout = "2dlu,fill:pref:grow,2dlu"

                          yLayout = "2dlu,fill:pref:grow,2dlu">

            </formLayout>

        </view>            

  </view>

</viewConfiguration>


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70007877/viewspace-2794984/,如需轉載,請註明出處,否則將追究法律責任。

相關文章