📄 slide018.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="blendTrans(Duration=2)" http-equiv="Page-Enter">
<title>Big C++: Chptr. 27 -- Graphical User Interfaces</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Copyright" content="2005 John Wiley & Sons">
<meta name="Author" content="Kurt Schmidt">
</head>
<body>
<div onclick="document.location='slide019.html'">
<h2><font color='#009999'>27.6 Layout Management (cont.)</font></h2>
<ul>
<li><font size="+1">The problem is making user the buttons are placed correctly
inside the frame.</font></li>
<li><font size="+1">Some user interface toolkits supply a graphical layout tool
to define the placement of buttons, text controls, and other user interface
elements in a frame.</font></li>
<li><font size="+1">Such tools make designing a user interface simple, but the
design tends to be fragile.</font></li>
<li><font size="+1">If a component size changes (perhaps the button text is
translated to another language: "Goodbye" to "Auf Wiedersehen")
the entire layout needs to be rebuilt. </font></li>
<li><font size="+1">More robust layouts require a description of the logic behind
the placement of the interface elements.</font></li>
</ul>
<hr>
<center><small>
<a href='slide017.html'>prev</a>
|<a href='slide001.html'>top</a>
|<a href='slide019.html'>next</a>
</small></center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -