options.html

来自「一个用VB开发的细胞元动机」· HTML 代码 · 共 53 行

HTML
53
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Options</title>
</head>

<body BGCOLOR="#FFFFE0" TEXT="#000000">
<DIV ALIGN="center"><H2>Options</H2></DIV>
<P><STRONG>The Options Dialog Box</STRONG></P>
<P><IMG SRC="options.gif" WIDTH="418" HEIGHT="344" BORDER="0" ALT=""></P>
<TABLE CELLSPACING="2" CELLPADDING="6" BORDER="1" BGCOLOR="FFFFFF" BORDERCOLOR="#0000FF">
<TR>
    <TD><STRONG>Setting</STRONG></TD>
    <TD><STRONG>Description</STRONG></TD>
    <TD><STRONG>Allowed Values</STRONG></TD>
</TR>
<TR>
    <TD>Max Generations</TD>
    <TD>The maximum number of generations the simulation will allow.</TD>
    <TD>1 - 99999</TD>
</TR>
<TR>
    <TD>Gen Time</TD>
    <TD>The time between each successive generation in milli-seconds.</TD>
    <TD>100 - 65535</TD>
</TR>
<TR>
    <TD>Grid is Visible</TD>
    <TD>If checked, the grid will remain visible during the simulation.</TD>
    <TD>Visible (checked) or invisible (unchecked).</TD>
</TR>
<TR>
    <TD>Color Buttons</TD>
    <TD>Change the live cell, background, or grid colors.</TD>
    <TD>Available system colors.</TD>
</TR>
<TR>
    <TD>Restore Default Settings button</TD>
    <TD>Will restore the previous settings.</TD>
    <TD>n/a</TD>
</TR>
<TR>
    <TD>Save Settings as Default button</TD>
    <TD>Saves the current Options Dialog settings to the Windows registry.</TD>
    <TD>n/a</TD>
</TR>
</TABLE>


</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?