开发一个象database form wizard控件?

i54 2008-08-26 10:14:43
想开发一个象database form wizard控件,怎么入手?请大家帮助..
在线等侍.....
...全文
84 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
i54 2008-08-28
  • 打赏
  • 举报
回复
在IDE中创建
i54 2008-08-26
  • 打赏
  • 举报
回复
UP
火龙岛主 2008-08-26
  • 打赏
  • 举报
回复
你是要在IDE中创建还是在你自己的应用程序中创建呢?
i54 2008-08-26
  • 打赏
  • 举报
回复
UP
Visual Basic 6编程技术大全 是非常详细和深入的Vb6学习教程,无论对初学者还是有经验的开发人员,都非常有帮助 第一部分基础篇1 第1章 VB6入门1 1.1 集成开发环境1 1.1.1 运行IDE1 1.1.2 选择工程类型1 1.1.3 IDE窗口2 1.1.4 菜单5 1.1.5 工具栏6 1.1.6 Toolbox7 1.2 第一个VB应用程序9 1.2.1 向窗体添加代码9 1.2.2 设置控件的属性10 1.2.3 为控件命名12 1.2.4 移动及重新调整控件尺寸13 1.2.5 设置Tab顺序13 1.2.6 添加代码14 1.2.7 运行和调试程序15 1.2.8 优化示例程序16 1.2.9 准备、编译、运行18 第2章关于窗体20 2.1 通用属性20 2.1.1 Left、Top、Width和Height属性21 2.1.2 ForeColor和BackColor属性21 2.1.3 Font属性23 2.1.4 Caption和Text属性24 2.1.5 Parent和Container属性25 2.1.6 Enabled和Visible属性25 2.1.7 hWnd属性26 2.1.8 TabStop和Tablndex属性26 2.1.9 MousePointer和Mouselcon属性27 2.1.10Tag属性28 2.1.11其他属性28 2.2 通用方法29 2.2.1 Move方法29 2.2.2 Refresh方法30 2.2.3 SetFocus方法30 2.2.4 ZOrder方法31 2.3 通用事件31 2.3.1 Click和DblClick事件31 2.3.2 Change事件32 2.3.3 GotFocus和LostFocus事件33 2.3.4 KeyPress、KeyDown和KeyUp事件33 2.3.5 MouseDown、MouseUp和 MouseMove事件35 2.4 Form37 2.4.1基本的Form属性37 2.4.2微调窗体的性能38 2.4.3 Form的生存期39 2.4.4 Controls集合43 2.4.5 Screen对44 2.4.6打印文本45 2.4.7图形方法48 2.4.8 DrawMode属性51 2.4.9 ScaleMode属性54 2.4.10调色板支持56 第3章内部控件58 3.1TextBox控件58 3.1.1 运行时属性59 3.1.2捕获键盘活动60 3.1.3数字的校验例程61 3.1.4 CausesValidation属性和Validate事件63 3.1.5自动跳格字段65 3.1.6格式化文本65 3.1.7多行TextBox控件69 3.2 Label和Frame控件70 3.2.1 Label控件70 3.2.2 Frame控件71 3.3 CommandButton、CheckBox和 OptionButton控件71 3.3.1 CommandButton控件72 3.3.2 CheckBox控件72 3.3.3 OptionButton控件73 3.3.4使用图形化控件73 3.4 ListBox和ComboBox控件74 3.4.1 ListBox控件74 3.4.2 ComboBox控件81 3.5 PictureBox和Image控件83 3.5.1 PictureBox控件83 3.5.2 Image控件86 3.6滚动条控件86 3.7 DriveListBox、DirListBox和FileListBox控件89 3.8其他控件91 3.8.1Timer控件91 3.8.2 Line控件92 3.8.3 Shape控件92 3.8.4 OLE控件92 3.9菜单93 3.9.1运行时访问菜单94 3.9.2弹出式菜单95 3.10控件数组96 3.11共享事件过程97 3.11.1运行时创建控件97 3.11.2迭代控件数组中的项目98 3.11.3菜单项数组98 第4章变量与过程100 4.1变量的作用域和生存期100 4.1.1全局变量100 4.1.2模块级的变量101 4.1.3动态局部变量102 4.1.4静态局部变量102 4.2内置数据类型概述103 4.2.1整型数据类型103 4.2.2长整型数据类型104 4.2.3布尔数据类型104 4.2.4字节数据类型104 4.2.5单精度数据类型104 4.2.6双精度数据类型105 4.2.7字符串数据类型105 4.2.8货币数据类型106 4.2.9日期数据类型106 4.2.10对数据类型106 4.2.11变量数据类型107
Visual Basic 6编程技术大全 是非常详细和深入的Vb6学习教程,无论对初学者还是有经验的开发人员,都非常有帮助 第一部分基础篇1 第1章 VB6入门1 1.1 集成开发环境1 1.1.1 运行IDE1 1.1.2 选择工程类型1 1.1.3 IDE窗口2 1.1.4 菜单5 1.1.5 工具栏6 1.1.6 Toolbox7 1.2 第一个VB应用程序9 1.2.1 向窗体添加代码9 1.2.2 设置控件的属性10 1.2.3 为控件命名12 1.2.4 移动及重新调整控件尺寸13 1.2.5 设置Tab顺序13 1.2.6 添加代码14 1.2.7 运行和调试程序15 1.2.8 优化示例程序16 1.2.9 准备、编译、运行18 第2章关于窗体20 2.1 通用属性20 2.1.1 Left、Top、Width和Height属性21 2.1.2 ForeColor和BackColor属性21 2.1.3 Font属性23 2.1.4 Caption和Text属性24 2.1.5 Parent和Container属性25 2.1.6 Enabled和Visible属性25 2.1.7 hWnd属性26 2.1.8 TabStop和Tablndex属性26 2.1.9 MousePointer和Mouselcon属性27 2.1.10Tag属性28 2.1.11其他属性28 2.2 通用方法29 2.2.1 Move方法29 2.2.2 Refresh方法30 2.2.3 SetFocus方法30 2.2.4 ZOrder方法31 2.3 通用事件31 2.3.1 Click和DblClick事件31 2.3.2 Change事件32 2.3.3 GotFocus和LostFocus事件33 2.3.4 KeyPress、KeyDown和KeyUp事件33 2.3.5 MouseDown、MouseUp和 MouseMove事件35 2.4 Form37 2.4.1基本的Form属性37 2.4.2微调窗体的性能38 2.4.3 Form的生存期39 2.4.4 Controls集合43 2.4.5 Screen对44 2.4.6打印文本45 2.4.7图形方法48 2.4.8 DrawMode属性51 2.4.9 ScaleMode属性54 2.4.10调色板支持56 第3章内部控件58 3.1TextBox控件58 3.1.1 运行时属性59 3.1.2捕获键盘活动60 3.1.3数字的校验例程61 3.1.4 CausesValidation属性和Validate事件63 3.1.5自动跳格字段65 3.1.6格式化文本65 3.1.7多行TextBox控件69 3.2 Label和Frame控件70 3.2.1 Label控件70 3.2.2 Frame控件71 3.3 CommandButton、CheckBox和 OptionButton控件71 3.3.1 CommandButton控件72 3.3.2 CheckBox控件72 3.3.3 OptionButton控件73 3.3.4使用图形化控件73 3.4 ListBox和ComboBox控件74 3.4.1 ListBox控件74 3.4.2 ComboBox控件81 3.5 PictureBox和Image控件83 3.5.1 PictureBox控件83 3.5.2 Image控件86 3.6滚动条控件86 3.7 DriveListBox、DirListBox和FileListBox控件89 3.8其他控件91 3.8.1Timer控件91 3.8.2 Line控件92 3.8.3 Shape控件92 3.8.4 OLE控件92 3.9菜单93 3.9.1运行时访问菜单94 3.9.2弹出式菜单95 3.10控件数组96 3.11共享事件过程97 3.11.1运行时创建控件97 3.11.2迭代控件数组中的项目98 3.11.3菜单项数组98 第4章变量与过程100 4.1变量的作用域和生存期100 4.1.1全局变量100 4.1.2模块级的变量101 4.1.3动态局部变量102 4.1.4静态局部变量102 4.2内置数据类型概述103 4.2.1整型数据类型103 4.2.2长整型数据类型104 4.2.3布尔数据类型104 4.2.4字节数据类型104 4.2.5单精度数据类型104 4.2.6双精度数据类型105 4.2.7字符串数据类型105 4.2.8货币数据类型106 4.2.9日期数据类型106 4.2.10对数据类型106 4.2.11变量数据类型107
1,animate.zipThis ActiveX DLL (Source Included) shows how to create animated dialogs in VB5. 2,MetricConversionDLL.zip34 Metric conversion routines in a VB5 DLL. Callible directly or just call the nice front end.3,ControlP.zipWith help of this OCX you can call 39 control panels in windows!4,RemBuilderplus.zipActiveX that allows the ability to add comment blocks with ease.5,VertMenu.zipThis is a free active ocx with full source code for a vertical menu with the look and feel of Outlook 97. 6,dm10e.zipDevMailer adds SMTP email sending abilities to your VB, ASP, VBA, Delphi, or Perl program in just seconds! Features 7,HideAway.zipAn alignable tool bar which can be hidden. Also includes smooth scrolling for hiding/unhiding.8,tlsGUI.zipTILISOFT GUI ActiveX Controls - ImageLabel, ScrollPanel, SplitPanel, Brief9,recordsetEng.zipThis application shows how a DLLActiveX queries a Database and returns the recordset to the Standard EXE application.10,THtml.ZipShow Page Title for file selected with ".HTM" or ".ASP" extension11,Fancy_Button.zipFancy Button12,TransFX.zipTransitionFX is an ActiveX control that allows you to make professional quality slide shows, picture presentations or screen savers13,Roman.zipThis activeX control convert Decimal numbers to Roman numerals and back 14,pgBar.zipCarrick Progress Bar 1.0 - replacement for standard progress bar with customizable colors and styles15,JPGMaker.zipJPGMaker is an ActiveX control designed to compress bitmap images and save them in JPG format16,pictuner.zipPicTuner is an ActiveX control designed to adjust contrast, brightness and color balance of bitmap images. It supports the following file formats: *.jpg, *.bmp, *.dib. 17,Hyperlink.zipHyperlink ActiveX control allows you to include hypertext links on your forms18,shortcut.zipShortcut is an ActiveX control designed to create shortcuts to programs and documents and place them on windows desktop.19,PicOpener.zipPicOpener is an ActiveX control that allows you to read image files in over 50 formats and convert them to BMP bitmaps20,PicConverter.zipRead over 50 and write 15 image file formats.21,labelblink.zipBlinks The Caption In A Label Box22,UnZipper.zipActiveX control designed to easily manipulate ZIP archives from within your application. 23,gurhancoolbuttonocx.zipGurhanCoolButton is a free ActiveX Control that Acts as a Flat Button. Background Pictures and Icons can be added with ease24,pktextline.zipTextbox with modern design25,DirScanner.zipDirScanner is a free ActiveX control designed to scan directory/drive and save results to a file26,activeEjecutor.zipThis control launches a program and waits until it has finished or27,REGASP.zipDLL which provides access to the Windows 2000 registry through Active Server Pages (ASP) code. 28,ColorProgressBar.zipReplaces the standard progress bar with one that is on the order of O(n^2) times faster, with color options, and directional options.29,MDITaskBarDemo.zipThis zip file contains all the code and procedures necessary to create and implement an MDI TaskBar control. 30,AnimatedAgent.zipTwo VBScripts which allow the users to INSTANTLY create MS Agent EMAIL and MS AGENT Web pages or add MS Agent to web pages31,label3d.zipThis ActiveX Control creates a 3D Label. 32,Shcmbbox1.zipShComboBox ActiveX Control v1.0 behaves exactly like the Combo box in Windows Explorer showing all the folders and even files in the Shell's namespace33,fldrvw21.zipFolderView ActiveX Control 2.1 allows you to add a Windows Explorer-like treeview in your application.34,controlcenterlefttrans.zipControl that centers text right, left or in the middle.35,BetaDBToolBar.zipDBToolBar (Database ToolBar) for Add, Edit, Delete, etc...36,CodeDll.zipMiniCalculator DLL that allows input keys/Calculation results directly into a TextBox, ComboBox, etc.37,hyperlink082800.zipThis Hyperlink ActiveX Control will allow you to insert an Hyperlink which will be very useful if you want to give a link to your website from your program. 38,DropdownCalculator.zipNice Drop-Down ActiveX Control Calculator. It is like a combo box, but it will drop down a calculator, which you can use for calculation39,ColorPicker1.zipIt is a color picker control, which is almost similar to those you find in MS Office 2000 applications.40,PowerPrint.zipEasiest way to print. This Will Print Left Align, Right Align, Center Align. OCX. Full demonstration easy to use.41,fb.zipFolder Browser lets you select the directories the easy and elegant way.42,TimeLed.zipThis simple ActiveX control shows a graphic clock with led simulation43,MouseHook.zipThis control provides a nice, elegant way of reacting to the movement of the mouse wheel and other mouse functionality44,rscomm.zipSerial Comm control that provides the ability to send and receive 5 bit baudot with its built in ASCII to baudo and baudo to ASCII converter. Also can tx and rx any baudrate 45 to 115k!45,Mouse.zipVery useful mouse events, such as MouseMove, MousePosition, ClickRightButton, ClickLeftButton and etc.46,cdwriter.zipThis is a relatively simple cd writer code, comes with a freeware ocx. 47,converter.zipThis example project shows you how to use my binary.ocx. 48,autoreg.zipAuto easy, fast super Register/Unregister ocx/dll files at the same time!49,EasterEgg.zipthis is an EasterEgg OCX that you can drop on to your about form. 50,imgedit.zipImgEdit is an image-processing tool. It allows you to adjust brightness, contrast and saturation. 51,xshow.zipA control to create screensavers and/or slideshows. Choose from more than 120 transition effects between bitmap images.52,mp3enc.zipMP3 encoder. Source code for OCX not included.53,opendialog.zipAn extended Dialog Box like VB dialog style, with New, open, Recent files and preview. 54,SJIni.zipShareware OCX for manipulating INI files. Fast, easy, effective way to manipulate INI files.55,SoundSource.zipBrainFusion Presents The Dancer.Ocx Which is capable of reading The Sound Peak Form Sound Card When Mp3 or Wav File Is Played 56,SysUSATimeZONE.zipGet's Time From Anywhere In USA. Just By Typing In The State Abbreviation. 57,adbevel.zipVisual Basic now has a bevel control like Delphi. 58,RebootPlus.zipHere Is Another OCX File That Logs Off, Shutdown, Restart, Displays Device Manage, And Display Properties.59,RetCal10.zipThis Activex control creates retail calendars on the fly. very useful if you are in the retail, accounting, merchandising industries. Very cool check it out60,SysErrorOCX.zipOCX file that handles Database Errors. Contents Of This File Include.SysError.OCX 61,Appearence.zipSystem OCX allows you to change certain system display settings. 62,textbox1.zipSyntax highlighting text editor ... not based on the RTF box... supports drawing of external graphics on the text area...useful for html editors etc63,Player.zipA multimedia ocx to replace mediaplayer ocx64,Audio.zipThis ActiveX Control will play all kinds of MPEG-Layer3(MP3) files with ease of use. 65,HLiteDemo.zipHlite.Ocx When Placed On A Form And Called From A Textbox When It Has Focus It Will Highlight The Text Very Usefull In Data Entry Application66,SysBacUpDemo.zipThis Is A Demo Application Using A Ocx File To Backup Files. 67,OCXButton1.zipAn ActiveX control (OCX) for creating Buttons with attributes unavailable in the intrinsic CommandButton control of VB68,transferTV.zipTransfers values from one treeview to another recursively.69,createctrl.zipA float button control70,SysPCase.zipThis Is An OCX File That Will Allow a user to start typing and when textbox loses focus the OCX will make all text that user typed in into Proper Text Format71,SysErrorLogWriter.zipHere is an OCX file that will log all errors when placed under an event On Error Goto72,Pbar.zipThis is an OCX that has the nice Progress Bar that has the Percent in the middle It's nice and easy to use73,metawizardv101.zipMeta Wizard a small Meta Tag creation tool that takes advantage of the system toolbar and ontop properties. With this tool you can easily create Meta Tags74,Counter.zipFormatted number, long number counter, Thousand seperator75,barcode128.zipDBToolBar (Database ToolBar), to Add, Edit, Delete, etc...76,SwitchOCX.zipActiveX control.77,djmeter.zipA control (with VB Source) that is an implementation of a progress bar78,BtnGraphic.zipAn OCX someone made that allows you to easily create command buttons on forms, that act like an IE coolbar 79,HSoft11.zipThis is an OCX someone wrote that acts and looks almost identical to the IE3 toolbar80,MsgScroll.zipThis is a control (VB5 with source) that scrolls text81,mtymse.zipThis is a control (VB5 with source) that controls every aspect of the mouse82,progbar.zipUses a picture box to emulate a progress bar83,axcool.zipA toolbar control someone wrote84,axgrid.zipA Grid control someone wrote85,axpanel.zipA Panel, 3D Fram, Progress meter control someone wrote.86,browsef.zipA text box type control, that allows you to select a folder.87,browsfil.zipA text box type control, that allows you to select a file..88,colbrwse.zipA colour select control.89,colorsel.zipA drop down colour select control.90,FileOps.zipA VB5/6 control that allows you to easily copy, rename, put in trash, move files on your computer91,formmenu.zipA VB5/6 control that allows you to add menus to any place on a form you like92,hlitactx2.zipA VB5/6 control that shows you how to do code to see if the mouse is over a control on the screen. This one will highlight itself when the mouse id over it93,progbar2.zipA VB5/6 control that is a progress bar. Very good, allows lots of 94,spinedit.zipA spin control95,tilepuz.zipA control that simulates the tiled puzzle game96,urllabel2.zipA label control, but when you click on it, it starts up the default browser to a specified URL97,crdsrc.zipA whole deck of cards in a control, usfull for using in your own program98,ode.zipA control that spins numbers around99,TaskBar_v0_5.zipA control that creates a task bar, onto which you can add other controls100,vbalilsc.zipA pure VB control, that is a replacment for the image list control101,DBControl.zipA control that has many usefull database functions within it, like add field, add column, compact, restore, create primary key etc..102,OvalButton.zipA control that is an oval command button103,VBocx002.zipDas Scroll Wheel kann als Scrollbar oder einfach nur zur graphischen Versch?nerung verwendet werden 104,VBocx003o.zipDiese Leuchtdiode l?sst sich rund oder viereckig anzeigen, und erzeugt dadurch einen grafisch aufmachenderen Eindruck!!!105,VBocx004o.zipBlendet einen Text von wei? nach schwarz ein!106,VBocx005o.zipWie hier sichtbar, zeigt diese OCX-Datei nur Ziffern an. Der Counter oben besteht aus 2, die Uhrzeit unten aus 6 LED-Ziffern. Bei der Uhr werden desweiteren 2 Labels als Trennung verwendet.107,VBocx006o.zipEine Progressbar, der einfach anzusteuernd die Farbe und den Text ausgibt.108,vbocx008o.zipEinfach zu bedienen, sieht gut aus, und lockert das Bild der Benutzeroberfl?che etwas auf! 109,VBocx007o.zipEin einfach zu bedienendes OCX, um dateien von Servern hoch oder runterzuladen!110,VBocx001.zipVerschlüsseler werden meist zum Schutz von Daten angewandt.111,SuperPack.zipSuper Fill is an OCX designed to extend VB Fill Style property. You can create user patterns andprocess the scan-lines coordinate returned from the control. This is a shareware control by Fabio Guerrazzi.112,supDraw.zipAnother control by Fabio Guerrazzi. Shareware.113,LEDBULB.zipThis OCX will represent strings in the form of led bulbs. By H.M.IMTHIAZ RAFIQ.114,delaunay.zipPerforms constrained triangulation, curve level and 3d mesh.115,Wolf.zipAnother ocx make example.116,OCXRegCode.zipThis will register your ocx.Comes with the complete source. Made by Neil Cuttriss.117,DDCalc.zipThis OCX Control is simple enough not to describe its use.118,Flash3D.zipThis shows you how to use the macromedia flash/shockwave ocx. Also demonstrates 3D animation in a vector based environment with Flash119,EnhPrint.zipOCX which creates a EMF-metafile dc class, which can be used by the vb programmer to create, print and/or preview a metafile120,hoverbutton.zipThis is an enhancement of the standard command button.121,scbox10.zipThis ActiveX control lets you add a shadow that falls behind a control.122,getfile.zipControl consisting of a text box and a button. User clicks the button, dialog shown 123,ftpActiveX.zipThis control shows how to use the Inet control for downloading files, uploading files, listing directories, renaming files, deleting files, creating directories and more!!124,TextBoxControl.zipThis text box control allows you to limit input based on datatype or numeric range. Validation occurs within the lost focus event.125,systray.zipAdd icons to the system tray with ease. The caption and icon can be set. 126,asRuler.zipThis is a basic Custom Contrl, which displayes a ruler.127,playing_card.zipSimple to use playing card activeX control with additional container with auto arrange function. 128,XPlayer.zipThis control functions much like windows media player and supports the following file formats: Dat, Avi, Mp3, Wav, Mpg & Wma files.129,DBImage.zipThis one is component that allows you to populate image data from a ADO field to the component just like you would populate a text field with text data from a text field.130,ellipctl.zipMake an elliptical ActiveX picture control
目 录 译者序 前言 第一部分熟悉Visio 2000 第1章 理解Visio 2000 1.1 Visio中创新的SmartShape系统 1.2 Visio公司的简短介绍 1.3 哪些人可以使用Visio 1.3.1 涉及Visio技术的公司和职业 1.3.2 选择适合自己需求的Visio版本 1.3.3 获得Visio支持的方式 1.4 Visio的功能 1.5 标准的SmartShape模板 1.5.1 Block Diagrams 1.5.2 Flowcharts 1.5.3 Forms and Charts 1.5.4 Maps 1.5.5 Network Diagrams 1.5.6 Office Lavout 1.5.7 Organization Charts 1.5.8 Project Schedules 1.5.9 Visio Extras 1.6 Yisio 2000的独特之处 1.6.1 易于使用性 1.6.2 与微软紧密结合 1.6.3 更强大的功能 1.6.4 方便升级 1.7 小结 第2章 Visio 2000工程环境 2.1 操作Welcome to Visio 2000窗口 2.1.1 难备新的绘图 2.1.2 准备打开一个已经存在的文件 2.2 基本下拉菜单 2.2.1 File下拉菜单 2.2.2 Tools下拉菜单 2.2.3 Help下拉菜单 2.3 基本工具栏按钮 2.3.1 New Drawing按钮 2.3.2 Open按钮 2.3.3 Open Stencil按钮 2.3.4 Visio on the Web和Help按钮 2.4 小结 第3章 熟悉Visio工程 3.1 起点 3.1.1 标难工具栏按钮 3.1.2 其他工具栏简介 3.2 第一张Visio绘图 3.3 小结 第二部分 创建工程 第4章 使用样板创建新工程 4.1 从样板绘图开始 4.2 Block Diagram文件夹中的样板 4.2.1 Basic Diagram 4.2.2 Block Diagram with Perspective 4.2.3 Block Diagram 4.3 Flowchart文件夹中的样板 4.3.1 Audit Diagram 4.3.2 Basic Flowchart 4.3.3 Cause and Effect Diagram 4.3.4 Cross-Functional Flowchart 4.3.5 Data Flow Diagram 4.3.6 InEFO Diagram 4.3.7 Mind Mapping Diagram 4.3.8 SDL Diagram 4.3.9 TQM Diagram 4.3.10 Work Flow Diagram 4.4 Forms and Charts文件夹中的样板 4.4.1 Charts and Graphs 4.4.2 Form Design 4.4.3 Marketing charts and Diagrams 4.5 Map文件夹中的样板 4.5.1 Directional Map 4.5.2 Geographic Maps 4.6 Network Diagram文件夹中的样板 4.7 Office Lavout文件夹中的样板 4.8 Organization Chart文件夹中的样板 4.8.1 Organization Chart Wizard 4.8.2 Organization Chart 4.9 Project Schedule文件夹中的样板 4.9.1 Calendar 4.9.2 Gantt Chart 4.9.3 PERT Chart 4.9.4 Timeline 4.10 小结 第5章 使用Page Layout WiZard创建新程 5.1 从Page Layout Wizard开始 5.2 访问Page Layout Wizard 5.2.1 标题块 5.2.2 修改标题块和边界 5.2.3 插入公司微标 5.3 小结 第三部 分使用Visio 2000进行绘图 第6章 使用基本绘图工具 6.1 绘制线条的主要按钮 6.1.1 使用LineTool(直线工具) 6.1.2 使用Arc Tool(弧线工具) 6.1.3 使用Freefom Tool(任意线工具) 6.1.4 使用Pencil Tool(铅笔工具) 6.2 定制线条格式 6.2.1 改变线条样式 6.2.2 改变线条颜色 6.2.3 改变线条深度 6.2.4 改变线条模式 6.2.5 改变线条末端 6.2.6 改变线条边角 6.3 创建基本图形并进行格式化 6.3.1 使用矩形和椭圆工具 6.3.2 设定圆角 6.3.3 使用填充色 6.3.4 改变填充样式 6.3.5 应用填充模式 6.3.6 创建阴影 6.4 使用键盘快捷方式 6.5 小结 第7章 撤消/恢复和删除对 7.1 设置Undo/Redo的次数 7.2 使用撤消命令 7.2.1 创建一个例子 7.2.2 使用Edit Undo方法 7.2.3 使用标准工具栏中Undo控件 7.2.4 使用键盘撤消命令 7.3 使用Redo命令 7.3.1 使用Edit Redo方法 7.3.2 使用标准工具栏中的Redo控制 7.3.3 使用键盘Undo命令 7.4 删除对 7.4.1 删除对的方法 7.4.2 删除对并放入内存的方法 7.4.3 把删除到内存中的对拷贝到页面中 7.4.4 删除组中对的方法 7.5 删除文本 7,6 删除页面 7.6.1 使用Edit Delete删除一页 7.6.2 使用DrawingExplore删除页面 7.7 小结 第8章 页面设置 8.1 创建新页面 8.2 页面重命名 8.3 到达另一页面 8.4 页面排序 8.5 删除页面 8.6 旋转页面 8.7 操作前景和背景 8.8 设置页面参数 8.8.1 调整页面颜色 8.8.2 从页面中删除网格、标尺相连接点 8.8.3 设定页边距 8.8.4 调整页面大小和方向 8.8.5 调整绘图比例 8.8.6 加页眉和页脚 8.9 小结 第9章 调整视图 9.1 缩放和扫视 9.1.1 标准工具栏中的缩放按钮和缩放比例按钮 9.1.2 zoom对话框 9.1.3 Pan&Zoom操作以及Pan&zoom窗口 9.1.4 设置Center selection on Zoom 9.1.5 其他的Pan&zoom窗口方法 9.2 视图窗口 9.2.1 创建新窗口 9.2.2 平铺式 9.2.3 层叠式 9.3 小结 第10章 使用标尺、网格和辅助线 10.1 设置标尺 10.1.1 选择度量单位 10.1.2 应用各种单位 10.1.3 放置标尺零点 IO.2 使用网格 10.2.1 设置网格间距 10.2.2 设置网格线的最小间距 10.2.3 设置网格原点 10.2.4 使用动态网格 IO.3 放辅助线和辅助点 10.3.1 设置辅助线 10.3.2 设置辅助点 10.4 使用对齐和粘合 10.4.1 使用Snap 10.4.2 使用粘合 10.5 小结 第11章 理解文件属性 11.1 查看文件属性 11.2 访问文件属性 11.2.1 General选项卡 11.2.2 Summary选项卡 11.2.3 Contents选项卡 11.2.4 Output Format选项卡 11.3 保护文件 11.3.1 文件保护和保护对话框 11.3.2 只读保护 11.4 设置文件路径 11.5 小结 第12章 保存文件 12.1 保存选项 12.1.1 File下拉菜单相Save As窗口 12.1.2 Properties对话框 12.1.3 后继保存 12.1.4 打印到文件 12.2 小结 第13章 打开绘图文件 13.1 打开已存在的Visio绘图文件 13.1.1 在启动时打开一个已存在的文件 13.1.2 在启动后打开一个已存在的文件 13.1.3 Open对话框的选项 13.1.4 快捷方式 13.1.5 打开以前Visio版本创建的文件 13.2 使用MS Quick View预览和打开文件 13.2.1 预览和打开Visio文件 13.2.2 打开非Visio文件 13.3 小结 第14章 绘图预览和打印 14.1 使用打印预览窗口 14.1.1 打印预览按钮 14.1.2 其他打印预览扫视操作 14.1.3 同时浏览打印预览和绘图窗口 14.2 打印文档 14.2.1 设置打印工作 14.2.2 打印绘图 14.2.3 打印图形表格 14.3 小结 第四部 分使用并操作图形 第15章 模板和样板应用 1.5.1 打开模板 15.2 创建模板文件 15.2.1 创建新主图形 15.2.2 在新模板中放置已存在的主图形 15.2.3 在多个模板中放置一个主图形 15.3 设置模板文件属性 15.4 使用文档模板 15.5 编辑模板文件 15.5.1 编辑主图形 15.5.2 编辑图标 15.5.3 重命名模板文件 15.6 调整模板窗口 15.6.1 浏览模板内容 15.6.2 定位模板窗口 15.6.3 关闭模板窗口 15.7 使用样板 15.7.1 创建和修改样板 15.7.2 进行一个样板练习 15.8 使用Drawing Explorer 15.8.1 调整Drawing Explorer窗口 15.8.2 使用Drawing Explorer定义类型和模式 15.9 使用Shape Explorer 15.9.1 查找 15.9.2 使用Shape Explorer中的项目 15.9.3 创建个性化数据库 15.9.4 更多数据库选项 15.10 小结 第16章 调整大小、定位和复制图形 16.1 使用Size&Position窗口 16.1.1 研究Size&Position窗口 16.1.2 一个Size&Position窗口的例子 16.1.3 改变Size&Position窗口位置 16.2 改变图形大小 16.2.1 点击拖动方法 16.2.2 使用数字控制改变大小 16.3 图形比例 16.4 移动图形 16.4.1 旋转图形 16.4.2 韶转图形 16.4.3 拖动图形 16.4.4 处理重叠图形 16.5 复制图形 16.5.1 使用图章工具复制 16.5.2 通过选择进行复制 16.5.3 使用层选进行复制 16.5.4 使用Chart Shape Wlzard创建堆叠式和可扩展图形 16.6 小结第17章 连接图形 17.1 Visio中的图形和连接器 17.2 连接点、连接器工具和静态粘贴 17.2.1 使用静态粘贴的连接点 17.2.2 使用静态粘贴连接的例子 17.2.3 连接点工具 17.2.4 加入连接点的例子 17.2.5 移动连接点的例子 17.2.6 删除连接点的例子 17.2.7 其他有用的连接点:粘贴选项 17.2.8 连接中使用其他点的例子 17.3 三种类型的连接点 17.3.1 内在连接点 17.3.2 外在连接点 17.3.3 内在&外在连接点 17.3.4 使用外在连接点和内在&外在连接点的例子 17.4 动态粘贴 17.4.1 怎样使用动态粘贴 17.4.2 什么时候使用动态粘贴 17.4.3 使用动态粘贴的例子 17.4.4 什么时候自动使用动态粘贴 17.5 使用图章工具 17.6 其他连接器图形 17.6.1 动态连接器图形 17.6.2 直线—曲线连接器 17.6.3 图形连接器 17.7 同时连接多个图形 17.8 拖动时连接图形 17.9 激活Snap&Glue工具栏 17.10 跳线与布线 17.11 小结 第18章 快速安排图形格局 18.1 快速安排图形格局 18.1.1 选择绘图页面中的指定图形 18.1.2 选择绘图页面中的所有图形 18.2 使用与编辑调色板 18.3 使用Format Painter 18.3.1 使用Format Painter定制图形格式 18.3.2 使用Format Painter格式化图形内的文本 18.4 重建图形的原始样式 18.5 定义新图形样式 18.5.1 创建一种样式 18.5.2 样式重命名 18.5.3 样式编辑 18.6 使用图形保护功能 18.7 在Special对话框中输入信息 18.8 小结第19章 图形分布与对齐 19.1 对齐图形 19.1.1 使用标尺和网格对齐图形 19.1.2 使用辅助线和辅助点对齐图形 19.1.3 对齐地图图形 19.1.4 使用Align Shapes操作 19.2 分布图形 19.2.1 使用标尺、网格和辅助线分布图形 19.2.2 使用Distribute shapes操作 19.3 排列图形 19.4 使用其他图形调节工具 19.4.1 居中图形 19.4.2 更新对齐方框 19.5.小结 第20章 使用层 20.1 创建层 20.1.1 把图形指派给层 20.1.2 把主图形指派给层 20.2 选择多层 20.3 调整层属性 20.3.1 层重命名 20.3.2 删除层 20.4 小结 第21章 使用布局和布线功能 21.1 连接 21.1.1 手工调整动态连接器和图形 21.1.2 点到点连接 21.1.3 图形间连接 21.2 布局和布线基本知识 21.2.1 Layout&Routing工具栏 21.2.2 Layout&Routing对话框 21.3 在布局和布线中放入连接器 21.3.1 修改布线样式 21.3.2 应用布线方向 21.3.3 布线分离和重叠 21.3.4 使用跳线 21.3.5 连接器自动重新布线 21.4 布局和布线过程中的图形放置 21.4.1 修改放置行为 21.4.2 使用自动图形与连接器放置 21.5 设置Layout and Routing Spacing规格 21.5.1 了解Layout and Routing Spacing对话框 21.5.2 调节间隔大小 21.6 小结 第22章 定制图形行为格式 22.1 修改基本图形行为特征 22.1.1 调整基本图形行为 22.1.2 重新设置双击操作 22.1.3 使用连接器和放置操作 22.2 改变基本图形行为 22.2.1 改变交互样式 22.2.2 禁止选择高亮显示 22.2.3 不可打印与加入组 22.2.4 控制组行为 22.2.5 控制组成员的放缩行为 22.3 设置双击选项 22.4 使用Connector和Placement 22.4.1 Connector选项卡 22.4.2 Placemen选项卡 22.5 小结 第23章 自定义图形属性 23.1 关于自定义属性 23.2 打开Custom PropertiesWindow 23.2.1 练习:打开、移动和自动隐藏CuStom Properties Window 23.2.2 在Custom Properties Window中输入数据 23.2.3 练习:输入数据 23.2.4 在Custom Properties Window中编辑自定义属性数据 23.2.5 练习:编辑数据 23.3 Custom Properties对话框 23.3.1 打开Custom Properties对话框 23.3.2 练习:在Custom Properties对话框中输入数据 23.4 编辑自定义属性域 23.4.1 打开Define Custom Property对话框 23.4.2 编辑一个已有自定义属性 23.4.3 练习:编辑已有自定义属性 23.4.4 创建一个新自定义属性 23.4.5 练习:创建一个新自定义属性 23.4.6 删除一个自定义属性 23.4.7 练习:删除一个自定义属性 23.5 使用Custom Properties Editor 23.5.1 打开Custom Properties Editor 23.5.2 编辑模板中的主图形 23.5.3 编辑活动绘图中的图形 23.5.4 编辑另一个Visio绘图中的图形 23.5.5 练习:使用Custom Properties Editor 23.6 小结 第24章 使用图形组 24.1 图形组合与取消组合 24.1.1 把图形放入组中 24.1.2 取消图形组合 24.2 编辑图形组及其成员 24.2.1 选择组和组中成员 24.2.2 改变组成员 24.2.3 删除组和组成员 24.2.4 从组中释放图形 24.2.5 向组中添加图形 24.2.6 放置图形组 24.3 小结 第25章 使用图形运算 25.1 运算操作 25.2 更新对齐框 25.3 反转 25.4 合并图形 25.5 结合图形 25.6 图形分割 25.7 交叉图形 25.8 图形相减运算 25.9 连接线段 25.10 裁切图形 25.11 设置偏移图形 25.12 使用Fit Curve功能 25.13 自定义拟合导入图形 25.1.4 小结 第五部分 掌握Visio 2000 工具选项和宏操作 第26章 使用常规和高级工具选项 26.1 General选项卡中的选项 26.2 Drawing选项卡中的选项 26.3 Advanced选项卡中的选项 26.4 调色板对话框选项 26.5 小结 第27章 使用关键宏操作 27.1 使用自定义属性编辑器 27.2 图形浏览器 27.2.1 使用Shape Explore进行搜索 27.2.2 图形济览器的个性化数据库 27.2.3 把个性化数据库加入Visio图形浏览器搜索中 27.3 交叉功能流程图 27.4 组织图转换器 27.5 创建Gantt图 27.5.1 日期 27.5.2 格式 27.5.3 Gantt Chart工具栏 27.5.4 改变时间量程的日期和单位 27.5.5 替换缺省任务名和其他缺省数据 27.5.6 加入新的重要事件 27.5.7 配置工作时间 27.5.8 创建任务间的依赖关系 27.5.9 添加标题和图标符号 27.5.10 打印Gantt图 27.5.11 导出Gantt图数据 27.5.12 导入工程数据 27.6 为绘图中的图形编号 27.7 小结 第28章 基于数据库中的信息创建工程 28.1 与数据库相关的向导 28.2 数据库相关向导基础 28.2.1 Visio样本数据文件 28.2.2 文本文件 28.2.3 MS Excel工作簿 28.3 Database Wizard 28.3.1 把图形链接到数据库记录 28.3.2 给图形加入动作和事件 28.3.3 创建链接绘图或修改已有绘图 28.3.4 在页面中添加数据库动作和事件 28.3.5 从已有数据库中产生新主图形 28.4 Database Export Wizard 28.4.1 图形与数据库中记录、表和域的关系 28.4.2 使用Database Export Wizard 28.5 Import Flowchart Data Wizard 28.5.1 以文本格式准备数据文件 28.5.2 以MS Excel格式准备数据文件 28.6 Organization Chart Wizard 28.6.1 使用Organization Chart Wizard 28.6.2 Organization Chart Wizard需要的数据类型 28.6.3 用向导输入数据创建组织图 28.6.4 通过向导修复图 28.6.5 改编SAp/R3数据库用于Visio Organization Chart Wizard 28.7 Property Reporting Wizard 28.7.1 自定义属性数据 28.7.2 使用层精选财务或数值报表 28.7.3 设置报表外观 28.8 其他数据库相关的Visio功能 28.8.1 Database Settings 28.8.2 Database Refresh和Database UPdate 28.8.3 Database Drawing Monitor 28.9 小结 第六部分 创建与操作文本 第29章 基本文本操作 29.1 插入文本 29.1.1 使用TextTool(文本工具) 29.1.2 使用Text Block Tool(文本块工具) 29.1.3 向Visio图形添加文本 29.2 查找与替换文本 29.2.1 查找文本 29.2.2 替换文本 29.3 选择文本 29.4 选择、安置和改变文本块大小 29.5 执行文本编辑功能 29.5.1 删除文本 29.5.2 复制与粘贴文本 29.6 选择字体 29.7 调整文本大小 29.8 调整文本颜色 29.9 调整字体特征 29.10 改变文本样式 29.11 操作文本样式 29.11.1 修改预定义样式 29.11.2 创建新文本样式 29.12 小结 第30章 文本格式与对齐 30.1 复习:工具栏文本命令以及Text对话框 30.2 改变段落对齐方式 30.3 改变段落间距 30.3.1 使用FormatText工具栏按钮 30.3.2 使用Text对话框改变段落间距 30.3.3 练习:段落间距 30.4 改变行间距 30.5 改变段落缩进 30.5.1 使用Format Text工具栏按钮 30.5.2 练习:使用Format Text工具栏按钮改变段落缩进 30.5.3 使用Text对话框 30.5.4 练习:使用Text对话框改变段落缩进 30.6 垂直对齐文本 30.6.1 使用Format Text工具栏按钮 30.6.2 练习:使用工具栏按钮对齐文本 30.6.3 使用Text对话框 30.6.4 练习:使用Text对话框 30.7 调整页边距 30.8 调整背景颜色 30.8.1 使用Fill Color按钮 30.8.2 练习:使用Fill Color按钮 30.8.3 使用Text对话框 30.8.4 练习:使用Text对话框 30.9 设置制表符 30.9.1 打开TextRuler 30.9.2 使用TextRuler 30.9.3 练习:使用TextRule设置制表符 30.9.4 使用Text对话框 30.9.5 练习:使用Text对话框设置制表符 30.10 添加项目编号 30.10.1 Bullets按钮 30.10.2 Text对话框中Bullets选项卡 30.10.3 使用一次性列表对 30.10,4 练习:使用两种方法添加项目编号 30.11 小结第31章 文本拼写检查 31.1 激活拼写检查工具 31.2 拼写检查功能 31.3 用户词典 31.3.1 创建新用户词典 31.3.2 停止使用用户词典 31.4 改变拼写检查的语言 31.5 小结 第七部分 导入或导出绘图第32章 插入对 32.1 插入注释 32.1.1 添加注释 32.1.2 编辑或删除注释 32.2 插入位图图像 32.3 插入其他图像 32.4 转换选项 32.5 插入剪贴画 32.6 插入Microsoft Graph 32.7 用拖放技术插入 32.8 插入超链接 32.9 插入其他类型的对 32.9.1 链接 32.9.2 嵌入 32.9.3 链接还是嵌入 32.9.4 添加嵌入对 32.9.5 添加链接对 32.9.6 使用剪贴进行链接与嵌入 32.9.7 编辑对 32.9.8 管理链接 32.10 小结第33章 导出绘图 33.1 为什么要导出绘图 33.2 可使用的格式 33.3 导出指定文件类型 33.3.1 导出位图文件 33.3.2 导出其他图像格式 33.4 小结 第八部分 Visio中的其他功能第34章 使用ShapeSheet 34.1 什么是ShapeSheet 34.2 ShapeSheet的组成 34.3 显示与隐藏区 34.4 显示ShapeSheet 34.5 修改ShaPeSheet 34.6 打印ShapeSheet的电子表格 34.7 小结第35章 用Visio进行Web页面设计 35.1 Visio与Web页面 35.2 插入超链接 35.2.1 链接到对或页面 35.2.2 为链接选择图形 35.3 保存成Web格式 35.3.1 保存为图像 35.3.2 保存为HTML文件 35.4 图像映像 35.4.1 图像映像如何工作 35.4.2 客户方与服务器方图像映像 35.4.3 Visio中的图像映像 35.5 小结 第36章 使用AutoCAD绘图 36.1 导入AutoCAD绘图并显示 36.1.1 可导入的AutoCAD文件格式 36.1.2 使用AutoCAD文件提供详图 36.2 编辑导入的AutoCAD绘图 36.2.1 调整图像比例 36.2.2 改变AutoCAD图像的比例 36.2.3 显示层 36.2.4 剪裁导入图像和全景视图 36.3 把AutoCAD对转换成Visio格式 36.4 导出Visio文件变为AutoCAD格式 36.5 小结 第37章 Visio 2000在其他领域的应用 37.1 完成简单的图形设计任务 37.2 创建销售图表 37.3 为谱系研究设计演示文稿 37.4 管理工程 37.5 进行建筑设计 37.6 分析信息系统 37.7 小结 附录A 安装Visio 2000 附录B Vsio 2000键盘快捷方式组合 附录C Visio 2000绘图示例
目 录 译者序 前言 第一部分熟悉Visio 2000 第1章 理解Visio 2000 1.1 Visio中创新的SmartShape系统 1.2 Visio公司的简短介绍 1.3 哪些人可以使用Visio 1.3.1 涉及Visio技术的公司和职业 1.3.2 选择适合自己需求的Visio版本 1.3.3 获得Visio支持的方式 1.4 Visio的功能 1.5 标准的SmartShape模板 1.5.1 Block Diagrams 1.5.2 Flowcharts 1.5.3 Forms and Charts 1.5.4 Maps 1.5.5 Network Diagrams 1.5.6 Office Lavout 1.5.7 Organization Charts 1.5.8 Project Schedules 1.5.9 Visio Extras 1.6 Yisio 2000的独特之处 1.6.1 易于使用性 1.6.2 与微软紧密结合 1.6.3 更强大的功能 1.6.4 方便升级 1.7 小结 第2章 Visio 2000工程环境 2.1 操作Welcome to Visio 2000窗口 2.1.1 难备新的绘图 2.1.2 准备打开一个已经存在的文件 2.2 基本下拉菜单 2.2.1 File下拉菜单 2.2.2 Tools下拉菜单 2.2.3 Help下拉菜单 2.3 基本工具栏按钮 2.3.1 New Drawing按钮 2.3.2 Open按钮 2.3.3 Open Stencil按钮 2.3.4 Visio on the Web和Help按钮 2.4 小结 第3章 熟悉Visio工程 3.1 起点 3.1.1 标难工具栏按钮 3.1.2 其他工具栏简介 3.2 第一张Visio绘图 3.3 小结 第二部分 创建工程 第4章 使用样板创建新工程 4.1 从样板绘图开始 4.2 Block Diagram文件夹中的样板 4.2.1 Basic Diagram 4.2.2 Block Diagram with Perspective 4.2.3 Block Diagram 4.3 Flowchart文件夹中的样板 4.3.1 Audit Diagram 4.3.2 Basic Flowchart 4.3.3 Cause and Effect Diagram 4.3.4 Cross-Functional Flowchart 4.3.5 Data Flow Diagram 4.3.6 InEFO Diagram 4.3.7 Mind Mapping Diagram 4.3.8 SDL Diagram 4.3.9 TQM Diagram 4.3.10 Work Flow Diagram 4.4 Forms and Charts文件夹中的样板 4.4.1 Charts and Graphs 4.4.2 Form Design 4.4.3 Marketing charts and Diagrams 4.5 Map文件夹中的样板 4.5.1 Directional Map 4.5.2 Geographic Maps 4.6 Network Diagram文件夹中的样板 4.7 Office Lavout文件夹中的样板 4.8 Organization Chart文件夹中的样板 4.8.1 Organization Chart Wizard 4.8.2 Organization Chart 4.9 Project Schedule文件夹中的样板 4.9.1 Calendar 4.9.2 Gantt Chart 4.9.3 PERT Chart 4.9.4 Timeline 4.10 小结 第5章 使用Page Layout WiZard创建新程 5.1 从Page Layout Wizard开始 5.2 访问Page Layout Wizard 5.2.1 标题块 5.2.2 修改标题块和边界 5.2.3 插入公司微标 5.3 小结 第三部 分使用Visio 2000进行绘图 第6章 使用基本绘图工具 6.1 绘制线条的主要按钮 6.1.1 使用LineTool(直线工具) 6.1.2 使用Arc Tool(弧线工具) 6.1.3 使用Freefom Tool(任意线工具) 6.1.4 使用Pencil Tool(铅笔工具) 6.2 定制线条格式 6.2.1 改变线条样式 6.2.2 改变线条颜色 6.2.3 改变线条深度 6.2.4 改变线条模式 6.2.5 改变线条末端 6.2.6 改变线条边角 6.3 创建基本图形并进行格式化 6.3.1 使用矩形和椭圆工具 6.3.2 设定圆角 6.3.3 使用填充色 6.3.4 改变填充样式 6.3.5 应用填充模式 6.3.6 创建阴影 6.4 使用键盘快捷方式 6.5 小结 第7章 撤消/恢复和删除对 7.1 设置Undo/Redo的次数 7.2 使用撤消命令 7.2.1 创建一个例子 7.2.2 使用Edit Undo方法 7.2.3 使用标准工具栏中Undo控件 7.2.4 使用键盘撤消命令 7.3 使用Redo命令 7.3.1 使用Edit Redo方法 7.3.2 使用标准工具栏中的Redo控制 7.3.3 使用键盘Undo命令 7.4 删除对 7.4.1 删除对的方法 7.4.2 删除对并放入内存的方法 7.4.3 把删除到内存中的对拷贝到页面中 7.4.4 删除组中对的方法 7.5 删除文本 7,6 删除页面 7.6.1 使用Edit Delete删除一页 7.6.2 使用DrawingExplore删除页面 7.7 小结 第8章 页面设置 8.1 创建新页面 8.2 页面重命名 8.3 到达另一页面 8.4 页面排序 8.5 删除页面 8.6 旋转页面 8.7 操作前景和背景 8.8 设置页面参数 8.8.1 调整页面颜色 8.8.2 从页面中删除网格、标尺相连接点 8.8.3 设定页边距 8.8.4 调整页面大小和方向 8.8.5 调整绘图比例 8.8.6 加页眉和页脚 8.9 小结 第9章 调整视图 9.1 缩放和扫视 9.1.1 标准工具栏中的缩放按钮和缩放比例按钮 9.1.2 zoom对话框 9.1.3 Pan&Zoom操作以及Pan&zoom窗口 9.1.4 设置Center selection on Zoom 9.1.5 其他的Pan&zoom窗口方法 9.2 视图窗口 9.2.1 创建新窗口 9.2.2 平铺式 9.2.3 层叠式 9.3 小结 第10章 使用标尺、网格和辅助线 10.1 设置标尺 10.1.1 选择度量单位 10.1.2 应用各种单位 10.1.3 放置标尺零点 IO.2 使用网格 10.2.1 设置网格间距 10.2.2 设置网格线的最小间距 10.2.3 设置网格原点 10.2.4 使用动态网格 IO.3 放辅助线和辅助点 10.3.1 设置辅助线 10.3.2 设置辅助点 10.4 使用对齐和粘合 10.4.1 使用Snap 10.4.2 使用粘合 10.5 小结 第11章 理解文件属性 11.1 查看文件属性 11.2 访问文件属性 11.2.1 General选项卡 11.2.2 Summary选项卡 11.2.3 Contents选项卡 11.2.4 Output Format选项卡 11.3 保护文件 11.3.1 文件保护和保护对话框 11.3.2 只读保护 11.4 设置文件路径 11.5 小结 第12章 保存文件 12.1 保存选项 12.1.1 File下拉菜单相Save As窗口 12.1.2 Properties对话框 12.1.3 后继保存 12.1.4 打印到文件 12.2 小结 第13章 打开绘图文件 13.1 打开已存在的Visio绘图文件 13.1.1 在启动时打开一个已存在的文件 13.1.2 在启动后打开一个已存在的文件 13.1.3 Open对话框的选项 13.1.4 快捷方式 13.1.5 打开以前Visio版本创建的文件 13.2 使用MS Quick View预览和打开文件 13.2.1 预览和打开Visio文件 13.2.2 打开非Visio文件 13.3 小结 第14章 绘图预览和打印 14.1 使用打印预览窗口 14.1.1 打印预览按钮 14.1.2 其他打印预览扫视操作 14.1.3 同时浏览打印预览和绘图窗口 14.2 打印文档 14.2.1 设置打印工作 14.2.2 打印绘图 14.2.3 打印图形表格 14.3 小结 第四部 分使用并操作图形 第15章 模板和样板应用 1.5.1 打开模板 15.2 创建模板文件 15.2.1 创建新主图形 15.2.2 在新模板中放置已存在的主图形 15.2.3 在多个模板中放置一个主图形 15.3 设置模板文件属性 15.4 使用文档模板 15.5 编辑模板文件 15.5.1 编辑主图形 15.5.2 编辑图标 15.5.3 重命名模板文件 15.6 调整模板窗口 15.6.1 浏览模板内容 15.6.2 定位模板窗口 15.6.3 关闭模板窗口 15.7 使用样板 15.7.1 创建和修改样板 15.7.2 进行一个样板练习 15.8 使用Drawing Explorer 15.8.1 调整Drawing Explorer窗口 15.8.2 使用Drawing Explorer定义类型和模式 15.9 使用Shape Explorer 15.9.1 查找 15.9.2 使用Shape Explorer中的项目 15.9.3 创建个性化数据库 15.9.4 更多数据库选项 15.10 小结 第16章 调整大小、定位和复制图形 16.1 使用Size&Position窗口 16.1.1 研究Size&Position窗口 16.1.2 一个Size&Position窗口的例子 16.1.3 改变Size&Position窗口位置 16.2 改变图形大小 16.2.1 点击拖动方法 16.2.2 使用数字控制改变大小 16.3 图形比例 16.4 移动图形 16.4.1 旋转图形 16.4.2 韶转图形 16.4.3 拖动图形 16.4.4 处理重叠图形 16.5 复制图形 16.5.1 使用图章工具复制 16.5.2 通过选择进行复制 16.5.3 使用层选进行复制 16.5.4 使用Chart Shape Wlzard创建堆叠式和可扩展图形 16.6 小结第17章 连接图形 17.1 Visio中的图形和连接器 17.2 连接点、连接器工具和静态粘贴 17.2.1 使用静态粘贴的连接点 17.2.2 使用静态粘贴连接的例子 17.2.3 连接点工具 17.2.4 加入连接点的例子 17.2.5 移动连接点的例子 17.2.6 删除连接点的例子 17.2.7 其他有用的连接点:粘贴选项 17.2.8 连接中使用其他点的例子 17.3 三种类型的连接点 17.3.1 内在连接点 17.3.2 外在连接点 17.3.3 内在&外在连接点 17.3.4 使用外在连接点和内在&外在连接点的例子 17.4 动态粘贴 17.4.1 怎样使用动态粘贴 17.4.2 什么时候使用动态粘贴 17.4.3 使用动态粘贴的例子 17.4.4 什么时候自动使用动态粘贴 17.5 使用图章工具 17.6 其他连接器图形 17.6.1 动态连接器图形 17.6.2 直线—曲线连接器 17.6.3 图形连接器 17.7 同时连接多个图形 17.8 拖动时连接图形 17.9 激活Snap&Glue工具栏 17.10 跳线与布线 17.11 小结 第18章 快速安排图形格局 18.1 快速安排图形格局 18.1.1 选择绘图页面中的指定图形 18.1.2 选择绘图页面中的所有图形 18.2 使用与编辑调色板 18.3 使用Format Painter 18.3.1 使用Format Painter定制图形格式 18.3.2 使用Format Painter格式化图形内的文本 18.4 重建图形的原始样式 18.5 定义新图形样式 18.5.1 创建一种样式 18.5.2 样式重命名 18.5.3 样式编辑 18.6 使用图形保护功能 18.7 在Special对话框中输入信息 18.8 小结第19章 图形分布与对齐 19.1 对齐图形 19.1.1 使用标尺和网格对齐图形 19.1.2 使用辅助线和辅助点对齐图形 19.1.3 对齐地图图形 19.1.4 使用Align Shapes操作 19.2 分布图形 19.2.1 使用标尺、网格和辅助线分布图形 19.2.2 使用Distribute shapes操作 19.3 排列图形 19.4 使用其他图形调节工具 19.4.1 居中图形 19.4.2 更新对齐方框 19.5.小结 第20章 使用层 20.1 创建层 20.1.1 把图形指派给层 20.1.2 把主图形指派给层 20.2 选择多层 20.3 调整层属性 20.3.1 层重命名 20.3.2 删除层 20.4 小结 第21章 使用布局和布线功能 21.1 连接 21.1.1 手工调整动态连接器和图形 21.1.2 点到点连接 21.1.3 图形间连接 21.2 布局和布线基本知识 21.2.1 Layout&Routing工具栏 21.2.2 Layout&Routing对话框 21.3 在布局和布线中放入连接器 21.3.1 修改布线样式 21.3.2 应用布线方向 21.3.3 布线分离和重叠 21.3.4 使用跳线 21.3.5 连接器自动重新布线 21.4 布局和布线过程中的图形放置 21.4.1 修改放置行为 21.4.2 使用自动图形与连接器放置 21.5 设置Layout and Routing Spacing规格 21.5.1 了解Layout and Routing Spacing对话框 21.5.2 调节间隔大小 21.6 小结 第22章 定制图形行为格式 22.1 修改基本图形行为特征 22.1.1 调整基本图形行为 22.1.2 重新设置双击操作 22.1.3 使用连接器和放置操作 22.2 改变基本图形行为 22.2.1 改变交互样式 22.2.2 禁止选择高亮显示 22.2.3 不可打印与加入组 22.2.4 控制组行为 22.2.5 控制组成员的放缩行为 22.3 设置双击选项 22.4 使用Connector和Placement 22.4.1 Connector选项卡 22.4.2 Placemen选项卡 22.5 小结 第23章 自定义图形属性 23.1 关于自定义属性 23.2 打开Custom PropertiesWindow 23.2.1 练习:打开、移动和自动隐藏CuStom Properties Window 23.2.2 在Custom Properties Window中输入数据 23.2.3 练习:输入数据 23.2.4 在Custom Properties Window中编辑自定义属性数据 23.2.5 练习:编辑数据 23.3 Custom Properties对话框 23.3.1 打开Custom Properties对话框 23.3.2 练习:在Custom Properties对话框中输入数据 23.4 编辑自定义属性域 23.4.1 打开Define Custom Property对话框 23.4.2 编辑一个已有自定义属性 23.4.3 练习:编辑已有自定义属性 23.4.4 创建一个新自定义属性 23.4.5 练习:创建一个新自定义属性 23.4.6 删除一个自定义属性 23.4.7 练习:删除一个自定义属性 23.5 使用Custom Properties Editor 23.5.1 打开Custom Properties Editor 23.5.2 编辑模板中的主图形 23.5.3 编辑活动绘图中的图形 23.5.4 编辑另一个Visio绘图中的图形 23.5.5 练习:使用Custom Properties Editor 23.6 小结 第24章 使用图形组 24.1 图形组合与取消组合 24.1.1 把图形放入组中 24.1.2 取消图形组合 24.2 编辑图形组及其成员 24.2.1 选择组和组中成员 24.2.2 改变组成员 24.2.3 删除组和组成员 24.2.4 从组中释放图形 24.2.5 向组中添加图形 24.2.6 放置图形组 24.3 小结 第25章 使用图形运算 25.1 运算操作 25.2 更新对齐框 25.3 反转 25.4 合并图形 25.5 结合图形 25.6 图形分割 25.7 交叉图形 25.8 图形相减运算 25.9 连接线段 25.10 裁切图形 25.11 设置偏移图形 25.12 使用Fit Curve功能 25.13 自定义拟合导入图形 25.1.4 小结 第五部分 掌握Visio 2000 工具选项和宏操作 第26章 使用常规和高级工具选项 26.1 General选项卡中的选项 26.2 Drawing选项卡中的选项 26.3 Advanced选项卡中的选项 26.4 调色板对话框选项 26.5 小结 第27章 使用关键宏操作 27.1 使用自定义属性编辑器 27.2 图形浏览器 27.2.1 使用Shape Explore进行搜索 27.2.2 图形济览器的个性化数据库 27.2.3 把个性化数据库加入Visio图形浏览器搜索中 27.3 交叉功能流程图 27.4 组织图转换器 27.5 创建Gantt图 27.5.1 日期 27.5.2 格式 27.5.3 Gantt Chart工具栏 27.5.4 改变时间量程的日期和单位 27.5.5 替换缺省任务名和其他缺省数据 27.5.6 加入新的重要事件 27.5.7 配置工作时间 27.5.8 创建任务间的依赖关系 27.5.9 添加标题和图标符号 27.5.10 打印Gantt图 27.5.11 导出Gantt图数据 27.5.12 导入工程数据 27.6 为绘图中的图形编号 27.7 小结 第28章 基于数据库中的信息创建工程 28.1 与数据库相关的向导 28.2 数据库相关向导基础 28.2.1 Visio样本数据文件 28.2.2 文本文件 28.2.3 MS Excel工作簿 28.3 Database Wizard 28.3.1 把图形链接到数据库记录 28.3.2 给图形加入动作和事件 28.3.3 创建链接绘图或修改已有绘图 28.3.4 在页面中添加数据库动作和事件 28.3.5 从已有数据库中产生新主图形 28.4 Database Export Wizard 28.4.1 图形与数据库中记录、表和域的关系 28.4.2 使用Database Export Wizard 28.5 Import Flowchart Data Wizard 28.5.1 以文本格式准备数据文件 28.5.2 以MS Excel格式准备数据文件 28.6 Organization Chart Wizard 28.6.1 使用Organization Chart Wizard 28.6.2 Organization Chart Wizard需要的数据类型 28.6.3 用向导输入数据创建组织图 28.6.4 通过向导修复图 28.6.5 改编SAp/R3数据库用于Visio Organization Chart Wizard 28.7 Property Reporting Wizard 28.7.1 自定义属性数据 28.7.2 使用层精选财务或数值报表 28.7.3 设置报表外观 28.8 其他数据库相关的Visio功能 28.8.1 Database Settings 28.8.2 Database Refresh和Database UPdate 28.8.3 Database Drawing Monitor 28.9 小结 第六部分 创建与操作文本 第29章 基本文本操作 29.1 插入文本 29.1.1 使用TextTool(文本工具) 29.1.2 使用Text Block Tool(文本块工具) 29.1.3 向Visio图形添加文本 29.2 查找与替换文本 29.2.1 查找文本 29.2.2 替换文本 29.3 选择文本 29.4 选择、安置和改变文本块大小 29.5 执行文本编辑功能 29.5.1 删除文本 29.5.2 复制与粘贴文本 29.6 选择字体 29.7 调整文本大小 29.8 调整文本颜色 29.9 调整字体特征 29.10 改变文本样式 29.11 操作文本样式 29.11.1 修改预定义样式 29.11.2 创建新文本样式 29.12 小结 第30章 文本格式与对齐 30.1 复习:工具栏文本命令以及Text对话框 30.2 改变段落对齐方式 30.3 改变段落间距 30.3.1 使用FormatText工具栏按钮 30.3.2 使用Text对话框改变段落间距 30.3.3 练习:段落间距 30.4 改变行间距 30.5 改变段落缩进 30.5.1 使用Format Text工具栏按钮 30.5.2 练习:使用Format Text工具栏按钮改变段落缩进 30.5.3 使用Text对话框 30.5.4 练习:使用Text对话框改变段落缩进 30.6 垂直对齐文本 30.6.1 使用Format Text工具栏按钮 30.6.2 练习:使用工具栏按钮对齐文本 30.6.3 使用Text对话框 30.6.4 练习:使用Text对话框 30.7 调整页边距 30.8 调整背景颜色 30.8.1 使用Fill Color按钮 30.8.2 练习:使用Fill Color按钮 30.8.3 使用Text对话框 30.8.4 练习:使用Text对话框 30.9 设置制表符 30.9.1 打开TextRuler 30.9.2 使用TextRuler 30.9.3 练习:使用TextRule设置制表符 30.9.4 使用Text对话框 30.9.5 练习:使用Text对话框设置制表符 30.10 添加项目编号 30.10.1 Bullets按钮 30.10.2 Text对话框中Bullets选项卡 30.10.3 使用一次性列表对 30.10,4 练习:使用两种方法添加项目编号 30.11 小结第31章 文本拼写检查 31.1 激活拼写检查工具 31.2 拼写检查功能 31.3 用户词典 31.3.1 创建新用户词典 31.3.2 停止使用用户词典 31.4 改变拼写检查的语言 31.5 小结 第七部分 导入或导出绘图第32章 插入对 32.1 插入注释 32.1.1 添加注释 32.1.2 编辑或删除注释 32.2 插入位图图像 32.3 插入其他图像 32.4 转换选项 32.5 插入剪贴画 32.6 插入Microsoft Graph 32.7 用拖放技术插入 32.8 插入超链接 32.9 插入其他类型的对 32.9.1 链接 32.9.2 嵌入 32.9.3 链接还是嵌入 32.9.4 添加嵌入对 32.9.5 添加链接对 32.9.6 使用剪贴进行链接与嵌入 32.9.7 编辑对 32.9.8 管理链接 32.10 小结第33章 导出绘图 33.1 为什么要导出绘图 33.2 可使用的格式 33.3 导出指定文件类型 33.3.1 导出位图文件 33.3.2 导出其他图像格式 33.4 小结 第八部分 Visio中的其他功能第34章 使用ShapeSheet 34.1 什么是ShapeSheet 34.2 ShapeSheet的组成 34.3 显示与隐藏区 34.4 显示ShapeSheet 34.5 修改ShaPeSheet 34.6 打印ShapeSheet的电子表格 34.7 小结第35章 用Visio进行Web页面设计 35.1 Visio与Web页面 35.2 插入超链接 35.2.1 链接到对或页面 35.2.2 为链接选择图形 35.3 保存成Web格式 35.3.1 保存为图像 35.3.2 保存为HTML文件 35.4 图像映像 35.4.1 图像映像如何工作 35.4.2 客户方与服务器方图像映像 35.4.3 Visio中的图像映像 35.5 小结 第36章 使用AutoCAD绘图 36.1 导入AutoCAD绘图并显示 36.1.1 可导入的AutoCAD文件格式 36.1.2 使用AutoCAD文件提供详图 36.2 编辑导入的AutoCAD绘图 36.2.1 调整图像比例 36.2.2 改变AutoCAD图像的比例 36.2.3 显示层 36.2.4 剪裁导入图像和全景视图 36.3 把AutoCAD对转换成Visio格式 36.4 导出Visio文件变为AutoCAD格式 36.5 小结 第37章 Visio 2000在其他领域的应用 37.1 完成简单的图形设计任务 37.2 创建销售图表 37.3 为谱系研究设计演示文稿 37.4 管理工程 37.5 进行建筑设计 37.6 分析信息系统 37.7 小结 附录A 安装Visio 2000 附录B Vsio 2000键盘快捷方式组合 附录C Visio 2000绘图示例

5,388

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧