home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / desenvolvimento / code_charge / CCStudio2_3.exe / Disk1 / data1.cab / App_Data / Components / IncludePage.xml < prev    next >
Encoding:
Text File  |  2004-08-10  |  1.0 KB  |  42 lines

  1. <Component
  2.     name="IncludePage"
  3.     caption="Include Page"
  4.     type="Simple"
  5.     icon="IncludePage.ico"
  6.     xmlns="x-schema:Component.xsd"
  7.     templateType="simple"
  8.     designType="img"
  9.     beginningImage="Icons\IncludePageBeginning.gif"
  10.     endingImage="Icons\IncludePageEnding.gif"
  11.   dataBound="False"
  12.   hasDataSource="False">
  13.   <Properties>
  14.     <Property
  15.       name="name"
  16.       caption="Name"
  17.       description="Identifier name used in generated code and HTML template."
  18.       controlType="TextBox"
  19.       dataType="Name"
  20.       required="True"
  21.     />
  22.     <Property
  23.       name="page"
  24.       caption="Page"
  25.       description="Project page to use for inclusion."
  26.       controlType="TextBox"
  27.       dataType="Text"
  28.       default=""
  29.       required="False"
  30.       customDialog="True"
  31.       dialogPath="\Dialogs\Page\SelectPage.html"
  32.       dialogParameters="page"
  33.     />
  34.     <Property
  35.       name="hasOperation"
  36.       dataType="Boolean"
  37.       default="True"
  38.       isVisible="False"
  39.     />
  40.   </Properties>
  41. </Component>
  42.