dpi37.htm
来自「delphi 教程 Delphi 6 常见的大部分函数的使用方法及使用例子」· HTM 代码 · 共 36 行
HTM
36 行
<html>
<head>
<title>创建五彩缤纷的窗口</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
</head>
<p align="center"><script src="../../1.js"></script></a>
<body bgcolor="#ffffff" leftmargin="5" topmargin="1" marginheight="5" marginwidth="5">
<div align=center>
<table border=0 cellpadding=0 cellspacing=0 width=680 align="center">
<tbody>
<tr>
</tr>
</tbody>
</table>
<table border=0 bordercolordark=#66aaff bordercolorlight=#66aaff cellpadding=0
cellspacing=0 width=680 align="center" height="128">
<tbody>
<tr>
<td bgcolor=#F9D23C height=14>
<div align=center class=H1> <b><big>创建五彩缤纷的窗口</big></b></font></div>
</td>
</tr>
<tr valign=top>
<td class=H1 height=1033>
<p align="center"> </p>
<p> 你想创建一个与众不同的窗口背景吗?Delphi 中有很多控件具有Canvas(画布)属性,可在其上作画或显示图形,帮你实现这种功能。<br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?