Search notes:
Office Open XML - SpreadsheetML: Controls
[Content_Types].xml
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="xml" ContentType="application/xml" />
<Default Extension="vml" ContentType="application/vnd.openxmlformats-officedocument.vmlDrawing" />
<Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml" />
<Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" />
<Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" />
<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" />
<Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" />
<Override PartName="/xl/sharedStrings.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"/>
<Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
</Types>
_rels/.rels
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml" />
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml" />
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" />
</Relationships>
docProps/core.xml
<?xml version="1.0" encoding="utf-8"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</cp:coreProperties>
docProps/app.xml
<?xml version="1.0" encoding="utf-8"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
</Properties>
xl/drawings/vmlDrawing1.vml
<?xml version="1.0" encoding="utf-8"?>
<xml xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel">
<v:shape
type="#_x0000_t201"
filled="f"
fillcolor="window [65]"
stroked="f"
strokecolor="windowText [64]"
o:insetmode="auto"
>
<v:textbox style="mso-direction-alt:auto" o:singleclick="f">
<div style="text-align:left">
<font face="Tahoma" size="160" color="auto">Approved</font>
</div>
</v:textbox>
<x:ClientData ObjectType="Checkbox">
<x:SizeWithCells />
<x:Anchor>
1, <!-- Left Column -->
0, <!-- Left Offset -->
1, <!-- Top Row -->
0, <!-- Top Offset -->
1, <!-- Right Column -->
103, <!-- Right Offset -->
1, <!-- Bottom Row -->
17 <!-- Bottom Offset -->
</x:Anchor>
<x:AutoFill>False</x:AutoFill>
<x:AutoLine>False</x:AutoLine>
<x:TextVAlign>Center</x:TextVAlign>
<x:Checked>1</x:Checked>
<x:NoThreeD />
</x:ClientData>
</v:shape>
<v:shape
type="#_x0000_t201"
filled="f"
fillcolor="window [65]"
stroked="f"
strokecolor="windowText [64]"
o:insetmode="auto"
>
<v:path shadowok="t" strokeok="t" fillok="t" />
<o:lock v:ext="edit" rotation="t" />
<v:textbox style="mso-direction-alt:auto" o:singleclick="f">
<div style="text-align:left">
<font face="Tahoma" size="160" color="auto">Signed</font>
</div>
</v:textbox>
<x:ClientData ObjectType="Checkbox">
<x:SizeWithCells />
<x:Anchor> 2, 0, 1, 0, 2, 93, 1, 17</x:Anchor>
<x:AutoFill>False</x:AutoFill>
<x:AutoLine>False</x:AutoLine>
<x:TextVAlign>Center</x:TextVAlign>
<x:NoThreeD />
</x:ClientData>
</v:shape>
</xml>
xl/_rels/workbook.xml.rels
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml" />
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedStrings.xml" />
</Relationships>
xl/workbook.xml
<?xml version="1.0" encoding="utf-8"?>
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<bookViews>
<workbookView xWindow="120" yWindow="90" windowWidth="28515" windowHeight="14370" />
</bookViews>
<sheets>
<sheet name="Name of sheet" sheetId="1" r:id="rId1" />
</sheets>
</workbook>
xl/worksheets/_rels/sheet1.xml.rels
<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<!-- The id rel_vml_drawing below is also found in ../worksheets/sheet1.xml in a tag named <legacyDrawing...> -->
<Relationship Id="rel_vml_drawing" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing" Target="../drawings/vmlDrawing1.vml" />
</Relationships>
xl/worksheets/sheet1.xml
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<dimension ref="A1:C3" />
<sheetFormatPr baseColWidth="10" defaultRowHeight="15" />
<sheetData>
<row r="1" spans="1:3"></row>
<row r="2" spans="1:3"></row>
<row r="3" spans="1:3"></row>
</sheetData>
<pageMargins left="0.7" right="0.7" top="0.78740157499999996" bottom="0.78740157499999996" header="0.3" footer="0.3" />
<legacyDrawing r:id="rel_vml_drawing" /> <!-- The id rel_vml_drawing is also found in _rels/sheet1.xml where it points to the target ../drawings/vmlDrawing1.vml -->
</worksheet>