module学习(14)

来源:互联网 发布:国际阿里云价格 编辑:程序博客网 时间:2024/06/08 05:37

DelayApplyList.mxml文件内容如下:

<mx:HBox width="100%" horizontalAlign="center" verticalAlign="middle" borderStyle="solid">
  <util:MySearch/>
  <mx:VBox width="100%">
   <mx:HBox width="100%">
    <mx:Label text="合作单位"/>
    <mx:TextInput width="140" maxChars="30" id="cpName"/>
    <mx:Label text="延期时间"/>
    <util:ZhDateField id="startTime"/>
    <mx:Label text="--"/>
    <util:ZhDateField id="endTime"/>
    <mx:Label text="合同状态"/>
    <mx:ComboBox id="compactStat" prompt="请选择" width="80"/>
   </mx:HBox>
   <mx:HBox width="100%">
    <mx:Label text="合同编号"/>
    <mx:TextInput width="140" maxChars="30" id="compactSn"/>
    <mx:Label text="标的名称"/>
    <mx:TextInput width="160" id="targetName" maxChars="30"/>
    <mx:Label text="安装地"/>
    <mx:TextInput width="160" maxChars="30" id="setUpArea"/>
    <mx:Spacer width="100%"/>
    <mx:Button styleName="resetBtn" label="重置"/>
    <mx:Button styleName="searchBtn" label="查询"/>
   </mx:HBox>
  </mx:VBox>
 </mx:HBox>

原创粉丝点击