<singleCommentModule id="singleCommentModule" mainObject="commentView">
  <windows>
    <window id="viewHolder" width="496" height="127" sizeX="scale" style="plain" canClose="false" canDockHoriz="false" canDockVert="false" title="$$$/singlecommentmodule/window/title/ViewHolder=ViewHolder" x="0" y="0" initVisible="false">
      <singleCommentView id="commentView" width="496" height="127" sizeX="scale" x="0" y="0" helpfulIndicator="helpfulIndicator" title="title" body="body" author="author" creationDate="date" expandButton="expandButton" collapseButton="collapseButton" helpfulPoll="helpfulPollView" divider="dividerLine">
        <text id="helpfulIndicator" width="406" height="18" sizeX="scale" x="90" y="10" textSize="10"/>
        <dctext id="title" width="496" height="18" sizeX="scale" x="0" y="29" textSize="11" selectable="true"/>
        <text id="author" width="496" height="18" x="0" y="49" textSize="10"/>
        <text id="date" width="496" height="18" sizeX="right" x="0" y="49" textSize="10" align="right"/>
        <dctext id="body" width="496" height="18" x="0" y="71" textSize="11" selectable="true"/>
        <view id="helpfulPollView" width="496" height="18" sizeX="scale" x="0" y="93">
          <text id="helpfulPollLabel" width="385" height="18" sizeX="right" x="0" y="0" text="$$$/singlecommentmodule/text/text/Was this comment helpful to you?=Was this comment helpful to you?" textSize="11" align="right"/>
          <button id="helpfulPollYesButton" width="40" height="18" sizeX="right" x="389" y="0" target="commentView" selector="helpfulPollYes" type="tool" title="$$$/singlecommentmodule/button/title/Yes=Yes"/>
          <button id="helpfulPollNoButton" width="40" height="18" sizeX="right" x="428" y="0" target="commentView" selector="helpfulPollNo" type="tool" title="$$$/singlecommentmodule/button/title/No=No"/>
          <button id="reportAbuseButton" width="20" height="18" sizeX="right" x="476" y="0" target="commentView" selector="reportAbuse" type="tool" image="warningFilterIcon"/>
        </view>
        <dcIconTextButton id="expandButton" width="80" height="18" x="0" y="93" target="commentView" selector="expandComment" type="tool" title="$$$/singlecommentmodule/button/title/Read more=Read more" image="commentReadMoreIcon"/>
        <dcIconTextButton id="collapseButton" width="80" height="18" x="0" y="93" target="commentView" selector="collapseComment" type="tool" title="$$$/singlecommentmodule/button/title/Collapse=Collapse" image="commentCollapseIcon"/>
        <decor id="dividerLine" width="496" height="18" sizeX="scale" x="0" y="108" style="hline"/>
      </singleCommentView>
    </window>
  </windows>
  <menus/>
  <objects/>
  <classes>
    <class className="singleCommentView" superClassName="view" packageName="dc.community" codeName="SingleCommentView">
      <var name="helpfulIndicator" type="object" defaultValue="" codeName="iHelpfulIndicator" className="CABText"/>
      <var name="title" type="object" defaultValue="" codeName="iTitle" className="CABText"/>
      <var name="body" type="object" defaultValue="" codeName="iBody" className="DCText"/>
      <var name="author" type="object" defaultValue="" codeName="iAuthor" className="CABText"/>
      <var name="creationDate" type="object" defaultValue="" codeName="iCreationDate" className="CABText"/>
      <var name="expandButton" type="object" defaultValue="" codeName="iExpandButton" className="CABButton"/>
      <var name="collapseButton" type="object" defaultValue="" codeName="iCollapseButton" className="CABButton"/>
      <var name="helpfulPoll" type="object" defaultValue="" codeName="iHelpfulPoll" className="CABView"/>
      <var name="divider" type="object" defaultValue="" codeName="iDivider" className="CABDecorView"/>
    </class>
    <class className="dctext" superClassName="text" packageName="dc.control" codeName="DCText">
    	<var name="selectable" type="boolean" defaultValue="false" codeName="iSelectable"/>
    </class>
    <class className="singleCommentModule" superClassName="module" packageName="dc.community" codeName="SingleCommentModule"/>
    <class className="dcIconTextButton" superClassName="button" packageName="dc.control" codeName="DCIconTextButton"/>
  </classes>
</singleCommentModule>