<module id="module" mainObject="colorMatrix">
  <windows>
    <dialog id="colorDialog" width="263" height="180" layer="4" type="dialog" style="simple" canMove="false" canSize="false" canClose="false" x="10" y="10" visible="false" clickModal="true">
      <colorfield id="colorpreview" width="30" height="18" x="5" y="5"/>
      <textField id="colortext" width="50" height="18" x="40" y="5" target="colorMatrix" text="$$$/colorwindow/textField/text/000000=000000" returnSelector="colortextvalue"/>
      <text id="alphalabel" width="40" height="18" x="95" y="3" text="$$$/colorwindow/text/text/Alpha=Alpha" small="true"/>
      <slider id="alphaslider" width="69" height="18" x="135" y="5" target="colorMatrix" selector="alphaslidervalue" sliderValue="1" endMouseSelector="endalphavalue"/>
      <text id="alphatext" width="25" height="18" x="209" y="3" text="$$$/colorwindow/text/text/1=1" small="true"/>
      <button id="nocolbutton" width="20" height="18" sizeX="scale" x="238" y="5" toolTip="$$$/colorwindow/view/toolTip/No Color=No Color" target="colorMatrix" selector="nocolor" type="tool" image="nocolor"/>
      <colorview id="colorMatrix" width="253" height="145" x="5" y="30" alphaslider="alphaslider" alphatext="alphatext" colortext="colortext" dialog="colorDialog" alphalabel="alphalabel" nocolorbutton="nocolbutton" colorpreview="colorpreview"/>
    </dialog>
  </windows>
  <menus/>
  <objects/>
  <classes>
    <class className="colorview" superClassName="view" packageName="com.adobe.cab.core" codeName="CABColorView">
      <var name="alphaslider" type="object" defaultValue="" codeName="iAlphaSlider" className="CABSlider"/>
      <var name="alphatext" type="object" defaultValue="" codeName="iAlphaTextField" className="CABText"/>
      <var name="colortext" type="object" defaultValue="" codeName="iColorTextField" className="CABTextField"/>
      <var name="dialog" type="object" defaultValue="" codeName="iDialog" className="CABDialog"/>
      <var name="alphalabel" type="object" defaultValue="" codeName="iAlphaLabel" className="CABText"/>
      <var name="nocolorbutton" type="object" defaultValue="" codeName="iNoColorButton" className="CABButton"/>
      <var name="colorpreview" type="object" defaultValue="" codeName="iColorPreview" className="CABColorField"/>
    </class>
  </classes>
</module>