<module id="module" mainObject="dcalert">
  <windows>
    <dcalert id="dcalert" width="350" height="150" layer="4" type="dialog" canSize="false"  canClose="false" canDockHoriz="false" canDockVert="false" x="0" y="0" initVisible="false" centerPosition="true" okButton="okButton" cancelButton="cancelButton" otherButton="otherButton" mainText="mainText" subText="subText" icon="icon" checkButton="checkButton">
      <button id="okButton" width="54" height="18" sizeX="right" sizeY="bottom" x="272" y="94" target="dcalert" selector="responseOk" title="$$$/alertmodule/button/title/OK=OK" returnKeyFocus="true"/>
      <text id="mainText" width="256" height="38" sizeX="scale" sizeY="scale" x="72" y="8" text="$$$/alertmodule/text/text/MainText=MainText"/>
      <button id="cancelButton" width="57" height="18" sizeX="right" sizeY="bottom" x="205" y="94" target="dcalert" selector="responseCancel" title="$$$/alertmodule/button/title/Cancel=Cancel"/>
      <button id="otherButton" width="18" height="18" sizeY="bottom" minWidth="18" minHeight="18" x="24" y="94" target="dcalert" selector="responseOther"/>
      <button id="checkButton" width="80" height="18" sizeY="bottom" x="24" y="94" target="dcalert" selector="checkBox" toggles="true" type="checkBox" title="$$$/alertmodule/button/title/Don't Show Again=Don't Show Again"/>
      <text id="subText" width="256" height="18" sizeX="scale" sizeY="scale" x="72" y="50" text="$$$/alertmodule/text/text/SubText=SubText" small="true"/>
      <imageView id="icon" width="36" height="36" x="24" y="8" image="warningIcon" mask="false" fit="true" constrain="true"/>
    </dcalert>
  </windows>
  <menus/>
  <objects/>
  <classes>
    <class className="dcalert" superClassName="alert" packageName="dc.control" codeName="DCAlert">
      <var name="checkButton" type="object" defaultValue="" codeName="iCheckButton" className="CABButton"/>
    </class>
  </classes>
</module>