gui_generator.htm

来自「LLBLGen_v1.21_Final_Doc。 这个是和LLBLGen_v1」· HTM 代码 · 共 52 行

HTM
52
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 7.0">
<TITLE>LLBLGen::GUI: Generator tab</TITLE>
<link rel="STYLESHEET" type="text/css" href="general.css">
</HEAD>
<BODY>
<br>
<h3>LLBLGen::GUI: Generator tab</h3>
<br>
<p align="center">
	<img src="sshot_generator.gif" border="0">
	<p class="SmallFontREF" align="center">
		<b>The generator tab.</b>
	</p>
</p>
<p>
	LLBLGen's generator is started from this tab. Also the output folders for the generated T-SQL code and .NET classes
	can be specified on this tab using a friendly folder browser form.
	<br><br>
	<b class="SmallHdr">The tab's controls and their meaning</b><br>
	<ul>
		<li><b>Classes output path</b>. <br>The path to which all the C# / VB.NET classes will be written. To specify the
			path you can simply type it into the textbox or you can press the [...] button which will open the
			folder selector form and will open the current folder present in the textbox. All files generated by LLBLGen
			will be overwriting old versions. When a directory is not present, it will be created.</li>
		<li><b>T-SQL output path</b>. <br>The path to which the T-SQL script file will be written. All stored procedures will
			be generated in one single file to make it easier for the DBA to install the stored procedures. To specify the
			path you can simply type it into the textbox or you can press the [...] button which will open the
			folder selector form and will open the current folder present in the textbox. The file generated by LLBLGen
			will be overwriting an old version, if present, with the same name. When a directory is not present, it will be created.</li>
		<li><b>Progress: Feedback</b>. <br>This readonly textbox will display textual feedback of the generator during the generation
			process.</li>
		<li><b>Progress: Current table</b>. <br>Shows the current table being processed.</li>
		<li><b>Progress: Overall</b>. <br>The overal progress of the generation process. </li>
		<li><b>Close</b>. <br>Will close LLBLGen and will serialize the current values of the LLBLGen options to a file using
			the SOAP serializer. This file is called clsApplicationParams.out. The same actions will be taken when the user
			presses the [X] close button, presses Alt-F4 or selects 'Close' in the system menu.</li>
		<li><b>About</b>. <br>Displays the About form with version information and the list of currently used assemblies.</li>
		<li><b>Start generation</b>. <br>Clicking this button will start the generation of T-SQL and C# / VB.NET code. The Close
			button and the Start generation button are disabled during the generation. </li>
	</ul>
</p>
<div align="right" class="SmallFontTOC">
	<hr size="1" width="60%" align="right">
	LLBLGen v1.21 documentation. &copy; 2002-2003 <a href="http://www.sd.nl/" target="_blank">Solutions Design</a>
</div>
<br><br>
</BODY>
</HTML>

⌨️ 快捷键说明

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