java 語音用xml檔案實現圖形介面 xml檔案
<?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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- xml檔案XML
- 使用 Java 解析XML檔案JavaXML
- Java系列:讀取XML檔案JavaXML
- AndroidMainfest.xml檔案AndroidAIXML
- python XML 檔案解析PythonXML
- jdom解析xml檔案XML
- xml是什麼格式的檔案 xml檔案怎麼開啟XML
- XML 檔案解析實踐 (DOM 解析)XML
- java去除xml檔案中的標籤JavaXML
- python實現修改xml檔案內容詳解PythonXML
- Go xml檔案處理GoXML
- Spring AOP 在 XML檔案中實現 AspectJ 攔截SpringXML
- Python解析XML檔案生成HTMLPythonXMLHTML
- nodejs xmlreader 讀寫xml檔案NodeJSXML
- C#讀取Xml檔案C#XML
- ajax與XML檔案互動XML
- 使用xml檔案配置SSM整合XMLSSM
- 給XML檔案定義DTDXML
- 清單檔案 AndroidManifest.xmlAndroidXML
- 元件使用總結:使用 JAXB 實現 XML檔案和java物件互轉元件XMLJava物件
- 【mybatis xml】資料層框架應用--Mybatis 基於XML對映檔案實現資料的CRUDMyBatisXML框架
- 【SSM框架整合】專案xml檔案、properties等檔案的配置SSM框架XML
- Mybatis 學習筆記(一)——配置檔案SqlMapConfig.xml和對映檔案Mapper.xmlMyBatis筆記SQLXMLAPP
- Linux shell格式化XML檔案LinuxXML
- 使用C#讀寫xml檔案C#XML
- 匹配 XML 檔案正規表示式XML
- 前端如何處理xml配置檔案?前端XML
- php獲取xml檔案內容PHPXML
- Maven的settings.xml檔案配置MavenXML
- ArcGIS切片服務獲取切片方案xml檔案(conf.xml)XML
- springMVC---配置檔案解析(web.xml)SpringMVCWebXML
- mybatis xml 檔案中like模糊查詢MyBatisXML
- 軟體測試常用檔案之XMLXML
- linux 透過xmllint處理xml檔案LinuxXML
- 基於 DOM 的 XML 檔案解析類XML
- c#(解析xml檔案基礎方法)C#XML
- MyBatis基於xml檔案的 CURD案例MyBatisXML
- Struts-config.xml配置檔案講解XML