<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/validator-xhtml.xsl"?>
<!DOCTYPE resource SYSTEM "../dtd/xrc.dtd">

<resource xmlns="http://www.wxwidgets.org/wxxrc" version="9.3.0.1"> <!-- invalid version NOT CAUGHT YET -->

  <object class="wxDialog" name="ckDlgAbout" extra="something">
    <style>wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX</style>
    <title>About This Program</title>
    <icon>../png/016/Info.png</icon>
    <centred>1</centred><!-- should be centered -->
    <bg>#FFFFFF</bg>
    <font>
      <face>Tahoma,Geneva</face>
      <size>7</size>
      <underlinit>1</underlinit> <!-- should be underlined -->
    </font>

    <object class="wxBoxSizer" type="special">
      <orient>wxVERTICAL</orient>

      <object class="sizeritem">
        <option>0</option>
        <flags>wxEXPAND|wxTOP|wxLEFT|wxRIGHT</flags><!-- should be flag -->
        <border>8</border>

        <object class="wxBoxSizer">
          <orient>wxHORIZONTAL</orient>

          <object class="sizeritem">
            <option>1</option>
            <flag>wxEXPAND</flag>
            <border>0</border>

            <object class="wxStaticText" name="VersionCK">
              <label>Program version ??</label>
            </object>
            <object class="wxSpitterWidow"><!-- doesn't exist -->
              <label>this is just a test</label>
            </object>

          </object>

          <object class="sizeritem">
            <option>1</option>
            <flag>wxEXPAND</flag>
            <border>0</border>

            <object class="wxStaticText" name="VersionWX">
              <label>wxWidgets version ??</label>
              <style>wxALIGN_RIGHT</style>

              <object class="wxButton" name="invalidButton">
                <tooltip>wxStaticText is not supposed to have child object(s)</tooltip>
              </object>

            </object>

          </object>
        </object>
      </object>

      <object class="sizeritem">
        <option>1</option>
        <flag>wxEXPAND|wxALL</flag>
        <border>8</border>

        <object class="wxBitmapButton">
          <style>wxNO_BORDER</style>
          <size measure="inches">240,240</size> <!-- invalid attribute NOT CAUGHT YET -->
          <bitmap>../png/logo1.png</bitmap>
        </object>

        <object class="wxCheckList">
          <!-- deprecated class -->
        </object>

        <unknownThing1/>

      </object>

      <object class="sizeritem">
        <option>0</option>
        <flag>wxEXPAND|wxBOTTOM|wxLEFT|wxRIGHT</flag>
        <border>8<subelem/></border>

        <object class="wxStaticText" name="Copyright">
          <label>copyright cking</label>
        </object>

      </object>

    </object>
  </object>

  <unknownThing2/>
  <unknownThing3/>

</resource>

