<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb_2312-80">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>第三章:</title>
</head>
<body bgcolor="#FFFFFF" background="../bg.gif" bgproperties="fixed">
<div align="center"><center>
<table border="0" width="85%" bgcolor="#FFFFFF" cellspacing="1" cellpadding="0">
<tr>
<td width="100%"><p align="center"><span style="font-size: 9pt"><strong><font
color="#008000">第五节 Visual FoxPro 的配置 </font></strong></span></p>
<p><span style="font-size: 9pt">本章内容要点: </span></p>
<p><span style="font-size: 9pt"> <font color="#008000"> 5.1 <a
href="#5.1 Visual FoxPro 配置">Visual FoxPro 配置 </a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> 5.2<a
href="#5.2 使用“选项”对话框设置"> 使用“选项”对话框设置</a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> *5.3<a href="#*5.3 显示设置">
显示设置 </a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> 5.4 <a
href="#5.4 用SET命令设置">用SET命令设置</a> </font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> *5.5<a
href="#*5.5 使用配置文件 "> 使用配置文件 </a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> *5.6<a
href="#*5.6 隐藏启动屏幕"> 隐藏启动屏幕</a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> 5.7<a
href="#5.7 配置 Visual FoxPro 工具栏"> 配置 Visual FoxPro 工具栏</a></font></span></p>
<p><span style="font-size: 9pt"><font color="#008000"> 5.8<a
href="#5.8 恢复 Visual FoxPro 环境"> 恢复 Visual FoxPro 环境</a></font></span></p>
<p><span style="font-size: 9pt"> <strong>注</strong>:带 *
号的您可以等熟悉VFP以后再详细看。</span></p>
<p align="center"><span style="font-size: 9pt"><a name="5.1 Visual FoxPro 配置">5.1
Visual FoxPro 配置</a></span></p>
<p><span style="font-size: 9pt"> 在成功地安装了 Visual FoxPro
之后,需要设置开发环境。环境设置包括主窗口标题、默认目录、项目、编辑器、调试器及表单工具选项、临时文件存储、拖放字段对应的控件和其他选项。</span></p>
<p><span style="font-size: 9pt"> Visual FoxPro 的配置决定了Visual FoxPro
的外观和行为。例如我们可以建立 Visual FoxPro
所用文件的默认位置,指定如何在编辑窗口中显示源代码以及日期与时间的格式等。</span></p>
<p><span style="font-size: 9pt"> 配置 Visual FoxPro既可以用交互式方法,也可以用编程的方法。您甚至可以使
Visual FoxPro 启动时调用您自建的配置文件。</span></p>
<p><span style="font-size: 9pt"> 对 Visual FoxPro
配置所做的更改既可以是临时的(只在当前工作期有效)也可以是永久的(它们变为下次启动
Visual FoxPro 时的默认设置值)。如果是临时设置,那么它们保存在内存中并在退出
Visual FoxPro 时释放。如果是永久设置,那么它们将保存在 Windows
注册表中。</span></p>
<p><span style="font-size: 9pt"> 当启动 Visual FoxPro
时,它读取注册表中的配置信息并根据它们进行配置。读取注册表之后,Visual
FoxPro 还会查找一个<font color="#008000">配置文件</font>。配置文件是一个文本文件,您可以在其中存储配置设置值来覆盖保存在注册表中的默认值。Visual
FoxPro 启动以后,您还可以使用<font color="#008000">““选项”对话框”</font>或
<font color="#008000">SET 命令</font>进行附加的配置设定。</span></p>
<p><span style="font-size: 9pt"> 建议初学者用“选项”对话框进行设置</span></p>
<p align="center"><span style="font-size: 9pt"><a
name="5.2 使用“选项”对话框设置">5.2 使用“选项”对话框设置</a></span></p>
<p><span style="font-size: 9pt"> 5.2.1方法:从“工具”菜单选择“选项”命令。
</span></p>
<p class="label"><span style="font-size: 9pt"> “选项”对话框如下所示:</span></p>
<p><span style="font-size: 9pt"> <img src="d1-5-1.gif" width="591" height="456"></span></p>
<p><span style="font-size: 9pt"> 5.2.2“选项”对话框具有一系列代表不同类别环境选项的选项卡,如下表所示。</span></p>
<table border="1" cellpadding="5" cols="2" frame="below" rules="rows">
<TBODY>
<tr>
<td valign="top" width="23%" class="label"><span style="font-size: 9pt"><font
color="#008000"><b>使用该选项卡</b></font></span></td>
<td valign="top" width="77%" class="label"><span style="font-size: 9pt"><font
color="#008000"><b>访问这些特性</b></font></span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">显示</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">界面选项,比如是否显示状态栏、时钟、命令结果或系统信息。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">常规</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">数据输入与编程选项,比如设置警告声音,是否记录编译错误,是否自动填充新记录,使用什么定位键,调色板使用什么颜色以及改写文件之前是否警告等。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">数据</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">表选项,比如是否使用
Rushmore
优化,是否使用索引强制唯一性,备注块大小,查找的记录计数器间隔以及使用什么锁定选项。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">远程数据</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">远程数据访问选项,比如连接超时限定值,一次拾取记录数目以及如何使用
SQL 更新。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">文件位置</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">Visual FoxPro
默认目录位置,帮助文件存储在何处以及辅助文件存储在哪里。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">表单</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">表单设计器选项,比如网格面积,所用刻度单位,最大设计区域以及使用何种类模板。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">项目</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">项目管理器选项,比如是否提示使用向导,双击时运行或修改文件以及源代码管理选项。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">控件</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">在“表单控件”工具栏中的“查看类”按钮所提供的有关可视类库和
ActiveX 控件选项。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">区域</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">日期、时间、货币及数字格式。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">调试</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">调试器显示及跟踪选项,比如使用什么字体与颜色。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">语法着色</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">区分程序元素所用的字体及颜色,比如注释与关键字。</span></td>
</tr>
<tr>
<td valign="top" width="23%"><span style="font-size: 9pt">字段映象</span></td>
<td valign="top" width="77%"><span style="font-size: 9pt">从数据环境设计器、数据库设计器或项目管理器中向表单拖动表或字段时创建何种控件。</span></td>
</tr>
</TBODY>
</table>
<p><span style="font-size: 9pt"> 在这里,我们先将“文件位置”中的“默认目录”设置为自己想用以存放自己VFP文件的目录,(例如C:\MYVFP),其他设置等我们熟悉VFP以后再进行。</span></p>
<p><span style="font-size: 9pt"> 5.2.3 保存设置</span></p>
<p><span style="font-size: 9pt">
E_may
- 粉丝: 0
- 资源: 9
最新资源
- LABVIEW程序实例-波形属性.zip
- LABVIEW程序实例-保存数据记录文件.zip
- LABVIEW程序实例-保存数据记录文件.zip
- LABVIEW程序实例-程序调试.zip
- LABVIEW程序实例-插入数组成员.zip
- LABVIEW程序实例-插入数组成员.zip
- LABVIEW程序实例-出错处理.zip
- LABVIEW程序实例-出错处理.zip
- LABVIEW程序实例-初始化前面板对象.zip
- LABVIEW程序实例-创建对象.zip
- LABVIEW程序实例-传递波形全局变量.zip
- LABVIEW程序实例-传递波形全局变量.zip
- LABVIEW程序实例-簇函数.zip
- LABVIEW程序实例-簇与数组转换.zip
- LABVIEW程序实例-从EXCEL读数据.zip
- LABVIEW程序实例-打开EXCEL.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论0