📄 index-3.htm
字号:
<html>
<head>
<title>Industrial Strength Programming</title>
<link rel="stylesheet" href="rs.css" tppabs="http://www.relisoft.com/book/rs.css">
</head>
<body background="margin.gif" tppabs="http://www.relisoft.com/book/images/margin.gif" bgcolor="#ffffe0">
<!-- Main Table -->
<table width="100%">
<tr>
<td width=90>
<td>
<h1>Windows Techniques</h1>
<ul>
<li><a href="intro-1.html" tppabs="http://www.relisoft.com/book/win/intro.html">Introduction</a>
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="1hello.html" tppabs="http://www.relisoft.com/book/win/1hello.html">
<img src="chap.gif" tppabs="http://www.relisoft.com/book/images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="1hello.html" tppabs="http://www.relisoft.com/book/win/1hello.html">Hello Windows!</a></h2>
<ul>
<li>Programming Paradigm
<li>Hello Windows!
<li>Encapsulation
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="2control.html" tppabs="http://www.relisoft.com/book/win/2control.html">
<img src="chap.gif" tppabs="http://www.relisoft.com/book/images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="2control.html" tppabs="http://www.relisoft.com/book/win/2control.html">Controlling Windows through C++</a></h2>
<ul>
<li>Creating a Namespace
<li>Model-View-Controller
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="3paint.html" tppabs="http://www.relisoft.com/book/win/3paint.html">
<img src="chap.gif" tppabs="http://www.relisoft.com/book/images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="3paint.html" tppabs="http://www.relisoft.com/book/win/3paint.html">Painting</a></h2>
<ul>
<li>Application Icon
<li>Window Painting and the View Object
<li>The Canvas
<li>The WM_PAINT Message
<li>The Model
<li>Capturing the Mouse
<li>Adding Colors and Frills
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="4app.html" tppabs="http://www.relisoft.com/book/win/4app.html">
<img src="chap.gif" tppabs="http://www.relisoft.com/book/images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="4app.html" tppabs="http://www.relisoft.com/book/win/4app.html">Windows Application</a></h2>
<ul>
<li>Porting the Calculator to Windows
<li>User Interface
<li>Child Windows
<li>Windows Controls
<li>Dialogs
<li>Commands and Menus
<li>Dynamic Menus
<li>Exercises
</ul>
</table>
<!-- End Main Table -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -