2025-11-28 00:35:46 +09:00

37 lines
1.3 KiB
HTML

<!--
*************************************************************************
*
* File: Docked.html
*
* Description:
* Root of the "Resize" Desktop Gadget sample.
* Displays the gadget's current view size.
*
* This file is part of the Microsoft Windows SDK Code Samples.
*
* Copyright (C) Microsoft Corporation. All rights reserved.
*
* This source code is intended only as a supplement to Microsoft
* Development Tools and/or on-line documentation. See these other
* materials for detailed information regarding Microsoft code samples.
*
* THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
* PARTICULAR PURPOSE.
*
************************************************************************
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Unicode" />
<script language="javascript" src="js/Docked.js" type="text/javascript"></script>
<link href="css/Docked.css" rel="stylesheet" type="text/css" />
</head>
<body onload="CheckSize()">
<g:background id="imgBackground">
<span id="txtSize"></span>
</g:background>
</body>
</html>