├── Fonte ├── PDFemMassa.suo ├── .vs │ └── PDFemMassa │ │ └── v14 │ │ └── .suo ├── PDFemMassa │ ├── bin │ │ ├── stdole.dll │ │ ├── PDFemMassa.dll │ │ ├── PDFemMassa.pdb │ │ ├── WinControls.ListView.dll │ │ └── .xml │ ├── Resources │ │ ├── Icon1.ico │ │ ├── iam.png │ │ ├── ipt.png │ │ ├── xlsx.png │ │ ├── rhythmbox.ico │ │ ├── DesenhoCheio.png │ │ ├── DesenhoVazio.png │ │ ├── dialog-apply.ico │ │ ├── AssemblyTools.ico │ │ ├── AssemblyTools.png │ │ ├── IconeSheetMetal.ico │ │ ├── AssemblyToolsIcon.ico │ │ ├── IconeSheetMetal1.ico │ │ ├── user-trash-full-3.ico │ │ ├── WinControls.ListView.dll │ │ └── Autodesk.PackAndGo.Interop.dll │ ├── StandardAddInServer.vb │ ├── obj │ │ ├── Debug │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ ├── Interop.Office.dll │ │ │ ├── PDFemMassa.Resources.resources │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ ├── ResolveAssemblyReference.cache │ │ │ ├── Interop.Microsoft.Office.Core.dll │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ ├── PDFemMassa.frmAssemblyTools.resources │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ ├── PDFemMassa.vbproj.ResolveComReference.cache │ │ │ ├── TempPE │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── PDFemMassa.vbprojResolveAssemblyReference.cache │ │ │ └── .xml │ │ └── Release │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.Resources.resources │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ ├── ResolveAssemblyReference.cache │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ ├── TempPE │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ ├── .xml │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ ├── Settings.vb │ ├── AssemblyInfo.vb │ └── PDFemMassa.vbproj.user ├── OldVersions │ ├── PDFemMassa V0.0 │ │ ├── PDFemMassa.suo │ │ ├── Resources │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ └── DesenhoVazio.png │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ ├── .xml │ │ │ └── ACAD2007.ini │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ ├── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ ├── .xml │ │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── PDFemMassa.sln │ │ ├── PDFemMassa.vbproj.user │ │ ├── AssemblyInfo.vb │ │ ├── Funcoes.vb │ │ └── My Project │ │ │ └── Resources.Designer.vb │ ├── PDFemMassa V0.4 │ │ ├── PDFemMassa.suo │ │ ├── Resources │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ ├── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── PDFemMassa.sln │ │ ├── AssemblyInfo.vb │ │ ├── PDFemMassa.vbproj.user │ │ ├── Funcoes.vb │ │ └── frmPesquisarArquivos.Designer.vb │ ├── PDFemMassa V0.5 │ │ ├── PDFemMassa.suo │ │ ├── Resources │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ ├── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── PDFemMassa.sln │ │ ├── AssemblyInfo.vb │ │ ├── PDFemMassa.vbproj.user │ │ ├── Funcoes.vb │ │ └── frmPesquisarArquivos.Designer.vb │ ├── PDFemMassa V0.6 │ │ ├── Resources │ │ │ ├── iam.png │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ ├── .xml │ │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ │ │ └── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── TempPE │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ ├── .xml │ │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ │ ├── Settings.vb │ │ ├── AssemblyInfo.vb │ │ ├── PDFemMassa.vbproj.user │ │ └── Funcoes.vb │ ├── PDFemMassa V0.7 │ │ ├── Resources │ │ │ ├── iam.png │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ ├── .xml │ │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ │ │ └── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── TempPE │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ ├── .xml │ │ │ │ └── PDFemMassa.vbproj.FileListAbsolute.txt │ │ ├── Settings.vb │ │ ├── AssemblyInfo.vb │ │ ├── PDFemMassa.vbproj.user │ │ └── Funcoes.vb │ ├── PDFemMassa V0.1 │ │ ├── Resources │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ ├── PDFemMassa.tlb │ │ │ ├── .xml │ │ │ └── ACAD2007.ini │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ ├── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── PDFemMassa.vbproj.user │ │ ├── AssemblyInfo.vb │ │ ├── Funcoes.vb │ │ └── My Project │ │ │ └── Resources.Designer.vb │ ├── PDFemMassa V0.2 │ │ ├── Resources │ │ │ ├── Icon1.ico │ │ │ ├── DesenhoCheio.png │ │ │ ├── DesenhoVazio.png │ │ │ ├── IconeSheetMetal.ico │ │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ ├── PDFemMassa.tlb │ │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.pdb │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ ├── Release │ │ │ │ ├── PDFemMassa.dll │ │ │ │ ├── PDFemMassa.Resources.resources │ │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ │ ├── TempPE │ │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ │ └── .xml │ │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── PDFemMassa.vbproj.user │ │ ├── AssemblyInfo.vb │ │ ├── Funcoes.vb │ │ └── frmPesquisarArquivos.Designer.vb │ └── PDFemMassa V0.3 │ │ ├── Resources │ │ ├── Icon1.ico │ │ ├── DesenhoCheio.png │ │ ├── DesenhoVazio.png │ │ ├── IconeSheetMetal.ico │ │ └── IconeSheetMetal1.ico │ │ ├── bin │ │ ├── PDFemMassa.dll │ │ ├── PDFemMassa.pdb │ │ └── .xml │ │ ├── StandardAddInServer.vb │ │ ├── obj │ │ ├── Debug │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.pdb │ │ │ ├── PDFemMassa.Resources.resources │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ ├── ResolveAssemblyReference.cache │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ ├── TempPE │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ └── .xml │ │ ├── Release │ │ │ ├── PDFemMassa.dll │ │ │ ├── PDFemMassa.Resources.resources │ │ │ ├── PDFemMassa.frmInicio.resources │ │ │ ├── PDFemMassa.frmPesquisa.resources │ │ │ ├── PDFemMassa.frmOpcoesGeral.resources │ │ │ ├── PDFemMassa.frmListaArquivos.resources │ │ │ ├── PDFemMassa.vbproj.GenerateResource.Cache │ │ │ ├── PDFemMassa.frmPesquisarArquivos.resources │ │ │ ├── TempPE │ │ │ │ └── My Project.Resources.Designer.vb.dll │ │ │ └── .xml │ │ └── PDFemMassa.vbproj.UnmanagedRegistration.cache │ │ ├── Settings.vb │ │ ├── AssemblyInfo.vb │ │ ├── PDFemMassa.vbproj.user │ │ ├── Funcoes.vb │ │ └── frmPesquisarArquivos.Designer.vb └── PDFemMassa.sln ├── 00 - Install ├── 2014 │ └── PDFemMassa.dll ├── PDFemMassa.dll ├── Prompt Disable.xlsx ├── WinControls.ListView.dll ├── Import Filenames to Excel.xlsm ├── 00 - Unregister.cmd ├── 00 - Register D.cmd └── 00 - Register.cmd ├── .gitattributes └── .gitignore /Fonte/PDFemMassa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa.suo -------------------------------------------------------------------------------- /00 - Install/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/00 - Install/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/.vs/PDFemMassa/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/.vs/PDFemMassa/v14/.suo -------------------------------------------------------------------------------- /Fonte/PDFemMassa/bin/stdole.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/bin/stdole.dll -------------------------------------------------------------------------------- /00 - Install/2014/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/00 - Install/2014/PDFemMassa.dll -------------------------------------------------------------------------------- /00 - Install/Prompt Disable.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/00 - Install/Prompt Disable.xlsx -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/iam.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/ipt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/ipt.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/xlsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/xlsx.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /00 - Install/WinControls.ListView.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/00 - Install/WinControls.ListView.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/rhythmbox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/rhythmbox.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /00 - Install/Import Filenames to Excel.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/00 - Install/Import Filenames to Excel.xlsm -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/dialog-apply.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/dialog-apply.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/AssemblyTools.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/AssemblyTools.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/AssemblyTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/AssemblyTools.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/bin/WinControls.ListView.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/bin/WinControls.ListView.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/Interop.Office.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/Interop.Office.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/PDFemMassa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/PDFemMassa.suo -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/PDFemMassa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/PDFemMassa.suo -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/PDFemMassa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/PDFemMassa.suo -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/AssemblyToolsIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/AssemblyToolsIcon.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/user-trash-full-3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/user-trash-full-3.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/iam.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/iam.png -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/WinControls.ListView.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/WinControls.ListView.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/bin/PDFemMassa.tlb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/bin/PDFemMassa.tlb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/Icon1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/bin/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/bin/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/bin/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/bin/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/StandardAddInServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/StandardAddInServer.vb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.pdb -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Resources/Autodesk.PackAndGo.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/Resources/Autodesk.PackAndGo.Interop.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/DesenhoCheio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/DesenhoCheio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/DesenhoVazio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/DesenhoVazio.png -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/Interop.Microsoft.Office.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/Interop.Microsoft.Office.Core.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/IconeSheetMetal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/IconeSheetMetal.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Resources/IconeSheetMetal1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/Resources/IconeSheetMetal1.ico -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmAssemblyTools.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmAssemblyTools.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.Resources.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmInicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmInicio.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/PDFemMassa/obj/Debug/PDFemMassa.vbprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmPesquisa.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmPesquisa.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmOpcoesGeral.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmOpcoesGeral.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/PDFemMassa.vbproj.UnmanagedRegistration.cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmListaArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmListaArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.vbproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmPesquisarArquivos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.frmPesquisarArquivos.resources -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.0/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.1/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.2/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.3/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.4/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.5/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.6/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dfernando/Inventor-Large-Assembly-Tools/HEAD/Fonte/OldVersions/PDFemMassa V0.7/obj/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /00 - Install/00 - Unregister.cmd: -------------------------------------------------------------------------------- 1 | cd /d %~dp0 2 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe /u "C:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" 3 | del /f "C:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" 4 | call cmd 5 | -------------------------------------------------------------------------------- /00 - Install/00 - Register D.cmd: -------------------------------------------------------------------------------- 1 | cd /d %~dp0 2 | copy "PDFemMassa.dll" "D:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" /y 3 | copy "WinControls.ListView.dll" "D:\Program Files\Autodesk\Inventor 2014\bin\WinControls.ListView.dll" /y 4 | D:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe /codebase "D:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" 5 | 6 | call cmd -------------------------------------------------------------------------------- /00 - Install/00 - Register.cmd: -------------------------------------------------------------------------------- 1 | cd /d %~dp0 2 | copy "PDFemMassa.dll" "C:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" /y 3 | copy "WinControls.ListView.dll" "C:\Program Files\Autodesk\Inventor 2014\bin\WinControls.ListView.dll" /y 4 | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe /codebase "C:\Program Files\Autodesk\Inventor 2014\bin\PDFemMassa.dll" 5 | 6 | call cmd -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Settings.vb: -------------------------------------------------------------------------------- 1 | 2 | Namespace My 3 | 4 | 'This class allows you to handle specific events on the settings class: 5 | ' The SettingChanging event is raised before a setting's value is changed. 6 | ' The PropertyChanged event is raised after a setting's value is changed. 7 | ' The SettingsLoaded event is raised after the setting values are loaded. 8 | ' The SettingsSaving event is raised before the setting values are saved. 9 | Partial Friend NotInheritable Class MySettings 10 | End Class 11 | End Namespace 12 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # Windows shortcuts 18 | *.lnk 19 | 20 | # ========================= 21 | # Operating System Files 22 | # ========================= 23 | 24 | # OSX 25 | # ========================= 26 | 27 | .DS_Store 28 | .AppleDouble 29 | .LSOverride 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear in the root of a volume 35 | .DocumentRevisions-V100 36 | .fseventsd 37 | .Spotlight-V100 38 | .TemporaryItems 39 | .Trashes 40 | .VolumeIcon.icns 41 | 42 | # Directories potentially created on remote AFP share 43 | .AppleDB 44 | .AppleDesktop 45 | Network Trash Folder 46 | Temporary Items 47 | .apdisk 48 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Debug/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll.config 2 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll 3 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.pdb 4 | H:\Fonte PDF\PDFemMassa\bin\.xml 5 | H:\Fonte PDF\PDFemMassa\obj\Debug\ResolveAssemblyReference.cache 6 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisarArquivos.resources 7 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmListaArquivos.resources 8 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmInicio.resources 9 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmOpcoesGeral.resources 10 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisa.resources 11 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.Resources.resources 12 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.vbproj.GenerateResource.Cache 13 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.dll 14 | H:\Fonte PDF\PDFemMassa\obj\Debug\.xml 15 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.pdb 16 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/PDFemMassa.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual Studio 2008 4 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PDFemMassa", "PDFemMassa.vbproj", "{16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/PDFemMassa.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual Studio 2008 4 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PDFemMassa", "PDFemMassa.vbproj", "{16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/PDFemMassa.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual Studio 2008 4 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PDFemMassa", "PDFemMassa.vbproj", "{16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 19 | 20 | 21 | Program 22 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 19 | 20 | 21 | Program 22 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 23 | 24 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 19 | 20 | 21 | Program 22 | C:\Program Files\Autodesk\Inventor 2010\bin\Inventor.exe 23 | 24 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 14 4 | VisualStudioVersion = 14.0.25420.1 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PDFemMassa", "PDFemMassa\PDFemMassa.vbproj", "{16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {16D79F31-FF4B-4EED-B5EB-8BDACC6DC337}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Release/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll.config 2 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll 3 | C:\Program Files\Autodesk\Inventor 2014\Bin\.xml 4 | H:\Fonte PDF\PDFemMassa\obj\Release\ResolveAssemblyReference.cache 5 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisarArquivos.resources 6 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmListaArquivos.resources 7 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmInicio.resources 8 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmOpcoesGeral.resources 9 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisa.resources 10 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.Resources.resources 11 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.vbproj.GenerateResource.Cache 12 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.dll 13 | H:\Fonte PDF\PDFemMassa\obj\Release\.xml 14 | c:\Bin\PDFemMassa.dll.config 15 | c:\Bin\PDFemMassa.dll 16 | c:\Bin\.xml 17 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll.config 18 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll 19 | H:\Fonte PDF\PDFemMassa\bin\.xml 20 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 19 | 20 | 21 | ' Version information for an assembly consists of the following four values: 22 | ' 23 | ' Major Version 24 | ' Minor Version 25 | ' Build Number 26 | ' Revision 27 | ' 28 | ' You can specify all the values or you can default the Build and Revision Numbers 29 | ' by using the '*' as shown below: 30 | 31 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/obj/Release/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll.config 2 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll 3 | C:\Program Files\Autodesk\Inventor 2014\Bin\.xml 4 | H:\Fonte PDF\PDFemMassa\obj\Release\ResolveAssemblyReference.cache 5 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisarArquivos.resources 6 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmListaArquivos.resources 7 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmInicio.resources 8 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmOpcoesGeral.resources 9 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisa.resources 10 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.Resources.resources 11 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.vbproj.GenerateResource.Cache 12 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.dll 13 | H:\Fonte PDF\PDFemMassa\obj\Release\.xml 14 | c:\Bin\PDFemMassa.dll.config 15 | c:\Bin\PDFemMassa.dll 16 | c:\Bin\.xml 17 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll.config 18 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll 19 | H:\Fonte PDF\PDFemMassa\bin\.xml 20 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Release/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll.config 2 | C:\Program Files\Autodesk\Inventor 2014\Bin\PDFemMassa.dll 3 | C:\Program Files\Autodesk\Inventor 2014\Bin\.xml 4 | H:\Fonte PDF\PDFemMassa\obj\Release\ResolveAssemblyReference.cache 5 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisarArquivos.resources 6 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmListaArquivos.resources 7 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmInicio.resources 8 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmOpcoesGeral.resources 9 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.frmPesquisa.resources 10 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.Resources.resources 11 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.vbproj.GenerateResource.Cache 12 | H:\Fonte PDF\PDFemMassa\obj\Release\PDFemMassa.dll 13 | H:\Fonte PDF\PDFemMassa\obj\Release\.xml 14 | c:\Bin\PDFemMassa.dll.config 15 | c:\Bin\PDFemMassa.dll 16 | c:\Bin\.xml 17 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll.config 18 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll 19 | H:\Fonte PDF\PDFemMassa\bin\.xml 20 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 19 | false 20 | 21 | 22 | Program 23 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 24 | false 25 | 26 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 19 | false 20 | 21 | 22 | Program 23 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 24 | false 25 | 26 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 19 | false 20 | 21 | 22 | Program 23 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 24 | false 25 | 26 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 19 | false 20 | 21 | 22 | Program 23 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 24 | false 25 | 26 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | Program 18 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 19 | false 20 | 21 | 22 | Program 23 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 24 | false 25 | 26 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/PDFemMassa.vbproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | en-US 15 | false 16 | 17 | 18 | 19 | Program 20 | C:\Program Files\Autodesk\Inventor 2016\Bin\Inventor.exe 21 | false 22 | 23 | 24 | Program 25 | C:\Program Files\Autodesk\Inventor 2014\Bin\Inventor.exe 26 | false 27 | 28 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/bin/ACAD2007.ini: -------------------------------------------------------------------------------- 1 | [EXPORT SELECT OPTIONS] 2 | AUTOCAD VERSION=AutoCAD 2007 3 | CREATE AUTOCAD MECHANICAL=No 4 | USE TRANSMITTAL=No 5 | USE CUSTOMIZE=No 6 | CUSTOMIZE FILE=C:\Users\Public\Documents\Autodesk\Inventor 2010\Design Data\DWG-DXF\FlatPattern.xml 7 | CREATE LAYER GROUP=No 8 | PARTS ONLY=No 9 | [EXPORT PROPERTIES] 10 | SELECTED PROPERTIES= 11 | [EXPORT DESTINATION] 12 | SPACE=Model 13 | SCALING=Geometry 14 | ALL SHEETS=Yes 15 | MAPPING=MapsBest 16 | MODEL GEOMETRY ONLY=No 17 | EXPLODE DIMENSIONS=No 18 | SYMBOLS ARE BLOCKED=Yes 19 | AUTOCAD TEMPLATE= 20 | DESTINATION DXF=No 21 | USE ACI FOR ENTITIES AND LAYERS=No 22 | [EXPORT LINE TYPE & LINE SCALE] 23 | LINE TYPE FILE=C:\Users\Public\Documents\Autodesk\Inventor 2010\COMPATIBILITY\Support\invDIN.lin 24 | Continuous=Continuous;0, 25 | Dashed=DASHED;0, 26 | Dashed Space=DASHED_SPACE;0, 27 | Long Dash Dotted=LONG_DASH_DOTTED;0, 28 | Long Dash Double Dot=LONG_DASH_DOUBLE_DOT;0, 29 | Long Dash Triple Dot=LONG_DASH_TRIPLE_DOT;0, 30 | Dotted=DOTTED;0, 31 | Chain=CHAIN;0, 32 | Double Dash Chain=DOUBLE_DASH_CHAIN;0, 33 | Dash Double Dot=DASH_DOUBLE_DOT;0, 34 | Dash Dot=DASH_DOT;0, 35 | Double Dash Dot=DOUBLE_DASH_DOT;0, 36 | Double Dash Double Dot=DOUBLE_DASH_DOUBLE_DOT;0, 37 | Dash Triple Dot=DASH_TRIPLE_DOT;0, 38 | Double Dash Triple Dot=DOUBLE_DASH_TRIPLE_DOT;0, 39 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/bin/ACAD2007.ini: -------------------------------------------------------------------------------- 1 | [EXPORT SELECT OPTIONS] 2 | AUTOCAD VERSION=AutoCAD 2007 3 | CREATE AUTOCAD MECHANICAL=No 4 | USE TRANSMITTAL=No 5 | USE CUSTOMIZE=No 6 | CUSTOMIZE FILE=C:\Users\Public\Documents\Autodesk\Inventor 2010\Design Data\DWG-DXF\FlatPattern.xml 7 | CREATE LAYER GROUP=No 8 | PARTS ONLY=No 9 | [EXPORT PROPERTIES] 10 | SELECTED PROPERTIES= 11 | [EXPORT DESTINATION] 12 | SPACE=Model 13 | SCALING=Geometry 14 | ALL SHEETS=Yes 15 | MAPPING=MapsBest 16 | MODEL GEOMETRY ONLY=No 17 | EXPLODE DIMENSIONS=No 18 | SYMBOLS ARE BLOCKED=Yes 19 | AUTOCAD TEMPLATE= 20 | DESTINATION DXF=No 21 | USE ACI FOR ENTITIES AND LAYERS=No 22 | [EXPORT LINE TYPE & LINE SCALE] 23 | LINE TYPE FILE=C:\Users\Public\Documents\Autodesk\Inventor 2010\COMPATIBILITY\Support\invDIN.lin 24 | Continuous=Continuous;0, 25 | Dashed=DASHED;0, 26 | Dashed Space=DASHED_SPACE;0, 27 | Long Dash Dotted=LONG_DASH_DOTTED;0, 28 | Long Dash Double Dot=LONG_DASH_DOUBLE_DOT;0, 29 | Long Dash Triple Dot=LONG_DASH_TRIPLE_DOT;0, 30 | Dotted=DOTTED;0, 31 | Chain=CHAIN;0, 32 | Double Dash Chain=DOUBLE_DASH_CHAIN;0, 33 | Dash Double Dot=DASH_DOUBLE_DOT;0, 34 | Dash Dot=DASH_DOT;0, 35 | Double Dash Dot=DOUBLE_DASH_DOT;0, 36 | Double Dash Double Dot=DOUBLE_DASH_DOUBLE_DOT;0, 37 | Dash Triple Dot=DASH_TRIPLE_DOT;0, 38 | Double Dash Triple Dot=DOUBLE_DASH_TRIPLE_DOT;0, 39 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/obj/Release/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\PDFemMassa.dll 2 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\.xml 3 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\PDFemMassa.tlb 4 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\ResolveAssemblyReference.cache 5 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.dll 6 | E:\Backup 07-11-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\.xml 7 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\PDFemMassa.dll.config 8 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\PDFemMassa.dll 9 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\bin\.xml 10 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\ResolveAssemblyReference.cache 11 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.frmListaArquivos.resources 12 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.frmInicio.resources 13 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.frmOpcoesGeral.resources 14 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.frmPesquisa.resources 15 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.Resources.resources 16 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.vbproj.GenerateResource.Cache 17 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\PDFemMassa.dll 18 | E:\Backup 09-01-10\Arquivos\Programação\Engenharia\Inventor API\VB.Net\PDFemMassa\PDFemMassa\obj\Release\.xml 19 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/obj/Debug/PDFemMassa.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll.config 2 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.dll 3 | H:\Fonte PDF\PDFemMassa\bin\PDFemMassa.pdb 4 | H:\Fonte PDF\PDFemMassa\bin\.xml 5 | H:\Fonte PDF\PDFemMassa\obj\Debug\ResolveAssemblyReference.cache 6 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisarArquivos.resources 7 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmListaArquivos.resources 8 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmInicio.resources 9 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmOpcoesGeral.resources 10 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisa.resources 11 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.Resources.resources 12 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.vbproj.GenerateResource.Cache 13 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.dll 14 | H:\Fonte PDF\PDFemMassa\obj\Debug\.xml 15 | H:\Fonte PDF\PDFemMassa\obj\Debug\PDFemMassa.pdb 16 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\bin\PDFemMassa.dll.config 17 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\bin\PDFemMassa.dll 18 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\bin\PDFemMassa.pdb 19 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\bin\.xml 20 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\ResolveAssemblyReference.cache 21 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisarArquivos.resources 22 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.frmListaArquivos.resources 23 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.frmInicio.resources 24 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.frmOpcoesGeral.resources 25 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.frmPesquisa.resources 26 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.Resources.resources 27 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.vbproj.GenerateResource.Cache 28 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.dll 29 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\.xml 30 | I:\07 - SOFTWARES\Softwares Inventor\PDF\Fonte\PDFemMassa\obj\Debug\PDFemMassa.pdb 31 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/bin/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | A strongly-typed resource class, for looking up localized strings, etc. 12 | 13 | 14 | 15 | 16 | Returns the cached ResourceManager instance used by this class. 17 | 18 | 19 | 20 | 21 | Overrides the current thread's CurrentUICulture property for all 22 | resource lookups using this strongly typed resource class. 23 | 24 | 25 | 26 | 27 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 28 | 29 | 30 | 31 | 32 | Looks up a localized resource of type System.Drawing.Bitmap. 33 | 34 | 35 | 36 | 37 | Looks up a localized resource of type System.Drawing.Bitmap. 38 | 39 | 40 | 41 | 42 | Looks up a localized resource of type System.Drawing.Bitmap. 43 | 44 | 45 | 46 | 47 | Looks up a localized resource of type System.Drawing.Bitmap. 48 | 49 | 50 | 51 | 52 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 53 | 54 | 55 | 56 | 57 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 58 | 59 | 60 | 61 | 62 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 63 | 64 | 65 | 66 | 67 | Looks up a localized resource of type System.Drawing.Bitmap. 68 | 69 | 70 | 71 | 72 | Looks up a localized resource of type System.Drawing.Bitmap. 73 | 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /Fonte/PDFemMassa/obj/Debug/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PDFemMassa 6 | 7 | 8 | 9 | 10 | 11 | A strongly-typed resource class, for looking up localized strings, etc. 12 | 13 | 14 | 15 | 16 | Returns the cached ResourceManager instance used by this class. 17 | 18 | 19 | 20 | 21 | Overrides the current thread's CurrentUICulture property for all 22 | resource lookups using this strongly typed resource class. 23 | 24 | 25 | 26 | 27 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 28 | 29 | 30 | 31 | 32 | Looks up a localized resource of type System.Drawing.Bitmap. 33 | 34 | 35 | 36 | 37 | Looks up a localized resource of type System.Drawing.Bitmap. 38 | 39 | 40 | 41 | 42 | Looks up a localized resource of type System.Drawing.Bitmap. 43 | 44 | 45 | 46 | 47 | Looks up a localized resource of type System.Drawing.Bitmap. 48 | 49 | 50 | 51 | 52 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 53 | 54 | 55 | 56 | 57 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 58 | 59 | 60 | 61 | 62 | Looks up a localized resource of type System.Drawing.Icon similar to (Icon). 63 | 64 | 65 | 66 | 67 | Looks up a localized resource of type System.Drawing.Bitmap. 68 | 69 | 70 | 71 | 72 | Looks up a localized resource of type System.Drawing.Bitmap. 73 | 74 | 75 | 76 | 77 | Looks up a localized resource of type System.Drawing.Bitmap. 78 | 79 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | Dim I As Long 31 | For I = Caminho.Length To 1 Step -1 32 | If Mid(Caminho, I, 1) = "\" Then 33 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 34 | Exit Function 35 | End If 36 | Next 37 | NomeDoArquivo = "" 38 | End Function 39 | 40 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 41 | Dim I As Long 42 | For I = Caminho.Length To 1 Step -1 43 | If Mid(Caminho, I, 1) = "." Then 44 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 45 | Exit Function 46 | End If 47 | Next 48 | TipoDoArquivo = "" 49 | End Function 50 | 51 | 52 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 53 | Dim I As Long 54 | For I = Caminho.Length To 1 Step -1 55 | If Mid(Caminho, I, 1) = "\" Then 56 | CaminhoArquivo = Mid(Caminho, 1, I) 57 | Exit Function 58 | End If 59 | Next 60 | CaminhoArquivo = "" 61 | End Function 62 | 63 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 64 | Select Case Resolucao 65 | Case 0 66 | TabelaResolucoesPDF = 150 67 | Case 1 68 | TabelaResolucoesPDF = 200 69 | Case 2 70 | TabelaResolucoesPDF = 300 71 | Case 3 72 | TabelaResolucoesPDF = 400 73 | Case 4 74 | TabelaResolucoesPDF = 600 75 | Case 5 76 | TabelaResolucoesPDF = 720 77 | Case 6 78 | TabelaResolucoesPDF = 1200 79 | Case 7 80 | TabelaResolucoesPDF = 2400 81 | Case 8 82 | TabelaResolucoesPDF = 4800 83 | End Select 84 | End Function 85 | 86 | #End Region 87 | 88 | End Module 89 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.6/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | If IsNothing(Caminho) Then Return "" 31 | Dim I As Long 32 | For I = Caminho.Length To 1 Step -1 33 | If Mid(Caminho, I, 1) = "\" Then 34 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 35 | Exit Function 36 | End If 37 | Next 38 | NomeDoArquivo = "" 39 | End Function 40 | 41 | Public Function NomeDoArquivoSemExtensao(ByVal Caminho As String) As String 42 | If IsNothing(Caminho) Then Return "" 43 | Dim I As Long 44 | For I = Caminho.Length To 1 Step -1 45 | If Mid(Caminho, I, 1) = "\" Then 46 | NomeDoArquivoSemExtensao = Mid(Caminho, I + 1, Caminho.Length - I - 4) 47 | Exit Function 48 | End If 49 | Next 50 | NomeDoArquivoSemExtensao = "" 51 | End Function 52 | 53 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 54 | If IsNothing(Caminho) Then Return "" 55 | Dim I As Long 56 | For I = Caminho.Length To 1 Step -1 57 | If Mid(Caminho, I, 1) = "." Then 58 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 59 | Exit Function 60 | End If 61 | Next 62 | TipoDoArquivo = "" 63 | End Function 64 | 65 | 66 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 67 | If IsNothing(Caminho) Then Return "" 68 | Dim I As Long 69 | For I = Caminho.Length To 1 Step -1 70 | If Mid(Caminho, I, 1) = "\" Then 71 | CaminhoArquivo = Mid(Caminho, 1, I) 72 | Exit Function 73 | End If 74 | Next 75 | CaminhoArquivo = "" 76 | End Function 77 | 78 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 79 | Select Case Resolucao 80 | Case 0 81 | TabelaResolucoesPDF = 150 82 | Case 1 83 | TabelaResolucoesPDF = 200 84 | Case 2 85 | TabelaResolucoesPDF = 300 86 | Case 3 87 | TabelaResolucoesPDF = 400 88 | Case 4 89 | TabelaResolucoesPDF = 600 90 | Case 5 91 | TabelaResolucoesPDF = 720 92 | Case 6 93 | TabelaResolucoesPDF = 1200 94 | Case 7 95 | TabelaResolucoesPDF = 2400 96 | Case 8 97 | TabelaResolucoesPDF = 4800 98 | End Select 99 | End Function 100 | 101 | #End Region 102 | 103 | End Module 104 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.7/Funcoes.vb: -------------------------------------------------------------------------------- 1 | 2 | Module Funcoes 3 | 4 | #Region "DLLs da API do Windows" 5 | 6 | #End Region 7 | 8 | #Region "Variáveis e Objetos" 9 | 10 | Public ListaArquivos() As ConfigArquivo 11 | 12 | Public Structure ConfigArquivo 13 | Dim CaminhoCompleto As String 14 | Dim NomeArquivo As String 15 | Dim FormatoPredefinido As Boolean 16 | Dim FormatoPos As Long 17 | Dim FormatoLargura As String 18 | Dim FormatoAltura As String 19 | Dim FormatoUnidades As String 20 | Dim PosicaoPredefinida As Boolean 21 | Dim Posicao As String 22 | Dim Checked As Boolean 23 | Dim TipoArquivo As String 24 | End Structure 25 | 26 | #End Region 27 | 28 | #Region "Funções Personalizadas" 29 | Public Function NomeDoArquivo(ByVal Caminho As String) As String 30 | If IsNothing(Caminho) Then Return "" 31 | Dim I As Long 32 | For I = Caminho.Length To 1 Step -1 33 | If Mid(Caminho, I, 1) = "\" Then 34 | NomeDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 35 | Exit Function 36 | End If 37 | Next 38 | NomeDoArquivo = "" 39 | End Function 40 | 41 | Public Function NomeDoArquivoSemExtensao(ByVal Caminho As String) As String 42 | If IsNothing(Caminho) Then Return "" 43 | Dim I As Long 44 | For I = Caminho.Length To 1 Step -1 45 | If Mid(Caminho, I, 1) = "\" Then 46 | NomeDoArquivoSemExtensao = Mid(Caminho, I + 1, Caminho.Length - I - 4) 47 | Exit Function 48 | End If 49 | Next 50 | NomeDoArquivoSemExtensao = "" 51 | End Function 52 | 53 | Public Function TipoDoArquivo(ByVal Caminho As String) As String 54 | If IsNothing(Caminho) Then Return "" 55 | Dim I As Long 56 | For I = Caminho.Length To 1 Step -1 57 | If Mid(Caminho, I, 1) = "." Then 58 | TipoDoArquivo = Mid(Caminho, I + 1, Caminho.Length - I + 1) 59 | Exit Function 60 | End If 61 | Next 62 | TipoDoArquivo = "" 63 | End Function 64 | 65 | 66 | Public Function CaminhoArquivo(ByVal Caminho As String) As String 67 | If IsNothing(Caminho) Then Return "" 68 | Dim I As Long 69 | For I = Caminho.Length To 1 Step -1 70 | If Mid(Caminho, I, 1) = "\" Then 71 | CaminhoArquivo = Mid(Caminho, 1, I) 72 | Exit Function 73 | End If 74 | Next 75 | CaminhoArquivo = "" 76 | End Function 77 | 78 | Public Function TabelaResolucoesPDF(ByVal Resolucao As Integer) As Integer 79 | Select Case Resolucao 80 | Case 0 81 | TabelaResolucoesPDF = 150 82 | Case 1 83 | TabelaResolucoesPDF = 200 84 | Case 2 85 | TabelaResolucoesPDF = 300 86 | Case 3 87 | TabelaResolucoesPDF = 400 88 | Case 4 89 | TabelaResolucoesPDF = 600 90 | Case 5 91 | TabelaResolucoesPDF = 720 92 | Case 6 93 | TabelaResolucoesPDF = 1200 94 | Case 7 95 | TabelaResolucoesPDF = 2400 96 | Case 8 97 | TabelaResolucoesPDF = 4800 98 | End Select 99 | End Function 100 | 101 | #End Region 102 | 103 | End Module 104 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.2/frmPesquisarArquivos.Designer.vb: -------------------------------------------------------------------------------- 1 | _ 2 | Partial Class frmPesquisarArquivos 3 | Inherits System.Windows.Forms.Form 4 | 5 | 'Form overrides dispose to clean up the component list. 6 | _ 7 | Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 | Try 9 | If disposing AndAlso components IsNot Nothing Then 10 | components.Dispose() 11 | End If 12 | Finally 13 | MyBase.Dispose(disposing) 14 | End Try 15 | End Sub 16 | 17 | 'Required by the Windows Form Designer 18 | Private components As System.ComponentModel.IContainer 19 | 20 | 'NOTE: The following procedure is required by the Windows Form Designer 21 | 'It can be modified using the Windows Form Designer. 22 | 'Do not modify it using the code editor. 23 | _ 24 | Private Sub InitializeComponent() 25 | Me.dgvTabela = New System.Windows.Forms.DataGridView 26 | Me.Arquivos = New System.Windows.Forms.DataGridViewTextBoxColumn 27 | Me.DataGridView1 = New System.Windows.Forms.DataGridView 28 | Me.ccc = New System.Windows.Forms.DataGridViewTextBoxColumn 29 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).BeginInit() 30 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() 31 | Me.SuspendLayout() 32 | ' 33 | 'dgvTabela 34 | ' 35 | Me.dgvTabela.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 36 | Me.dgvTabela.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Arquivos}) 37 | Me.dgvTabela.Location = New System.Drawing.Point(12, 12) 38 | Me.dgvTabela.Name = "dgvTabela" 39 | Me.dgvTabela.Size = New System.Drawing.Size(215, 218) 40 | Me.dgvTabela.TabIndex = 0 41 | ' 42 | 'Arquivos 43 | ' 44 | Me.Arquivos.HeaderText = "Column1" 45 | Me.Arquivos.Name = "Arquivos" 46 | ' 47 | 'DataGridView1 48 | ' 49 | Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 50 | Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ccc}) 51 | Me.DataGridView1.Location = New System.Drawing.Point(241, 37) 52 | Me.DataGridView1.Name = "DataGridView1" 53 | Me.DataGridView1.Size = New System.Drawing.Size(219, 328) 54 | Me.DataGridView1.TabIndex = 1 55 | ' 56 | 'ccc 57 | ' 58 | Me.ccc.HeaderText = "Column1" 59 | Me.ccc.Name = "ccc" 60 | ' 61 | 'frmPesquisarArquivos 62 | ' 63 | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 64 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 65 | Me.ClientSize = New System.Drawing.Size(476, 432) 66 | Me.Controls.Add(Me.DataGridView1) 67 | Me.Controls.Add(Me.dgvTabela) 68 | Me.Name = "frmPesquisarArquivos" 69 | Me.Text = "Form1" 70 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).EndInit() 71 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() 72 | Me.ResumeLayout(False) 73 | 74 | End Sub 75 | Friend WithEvents dgvTabela As System.Windows.Forms.DataGridView 76 | Friend WithEvents Arquivos As System.Windows.Forms.DataGridViewTextBoxColumn 77 | Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView 78 | Friend WithEvents ccc As System.Windows.Forms.DataGridViewTextBoxColumn 79 | End Class 80 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.3/frmPesquisarArquivos.Designer.vb: -------------------------------------------------------------------------------- 1 | _ 2 | Partial Class frmPesquisarArquivos 3 | Inherits System.Windows.Forms.Form 4 | 5 | 'Form overrides dispose to clean up the component list. 6 | _ 7 | Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 | Try 9 | If disposing AndAlso components IsNot Nothing Then 10 | components.Dispose() 11 | End If 12 | Finally 13 | MyBase.Dispose(disposing) 14 | End Try 15 | End Sub 16 | 17 | 'Required by the Windows Form Designer 18 | Private components As System.ComponentModel.IContainer 19 | 20 | 'NOTE: The following procedure is required by the Windows Form Designer 21 | 'It can be modified using the Windows Form Designer. 22 | 'Do not modify it using the code editor. 23 | _ 24 | Private Sub InitializeComponent() 25 | Me.dgvTabela = New System.Windows.Forms.DataGridView 26 | Me.Arquivos = New System.Windows.Forms.DataGridViewTextBoxColumn 27 | Me.DataGridView1 = New System.Windows.Forms.DataGridView 28 | Me.ccc = New System.Windows.Forms.DataGridViewTextBoxColumn 29 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).BeginInit() 30 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() 31 | Me.SuspendLayout() 32 | ' 33 | 'dgvTabela 34 | ' 35 | Me.dgvTabela.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 36 | Me.dgvTabela.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Arquivos}) 37 | Me.dgvTabela.Location = New System.Drawing.Point(12, 12) 38 | Me.dgvTabela.Name = "dgvTabela" 39 | Me.dgvTabela.Size = New System.Drawing.Size(215, 218) 40 | Me.dgvTabela.TabIndex = 0 41 | ' 42 | 'Arquivos 43 | ' 44 | Me.Arquivos.HeaderText = "Column1" 45 | Me.Arquivos.Name = "Arquivos" 46 | ' 47 | 'DataGridView1 48 | ' 49 | Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 50 | Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ccc}) 51 | Me.DataGridView1.Location = New System.Drawing.Point(241, 37) 52 | Me.DataGridView1.Name = "DataGridView1" 53 | Me.DataGridView1.Size = New System.Drawing.Size(219, 328) 54 | Me.DataGridView1.TabIndex = 1 55 | ' 56 | 'ccc 57 | ' 58 | Me.ccc.HeaderText = "Column1" 59 | Me.ccc.Name = "ccc" 60 | ' 61 | 'frmPesquisarArquivos 62 | ' 63 | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 64 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 65 | Me.ClientSize = New System.Drawing.Size(476, 432) 66 | Me.Controls.Add(Me.DataGridView1) 67 | Me.Controls.Add(Me.dgvTabela) 68 | Me.Name = "frmPesquisarArquivos" 69 | Me.Text = "Form1" 70 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).EndInit() 71 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() 72 | Me.ResumeLayout(False) 73 | 74 | End Sub 75 | Friend WithEvents dgvTabela As System.Windows.Forms.DataGridView 76 | Friend WithEvents Arquivos As System.Windows.Forms.DataGridViewTextBoxColumn 77 | Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView 78 | Friend WithEvents ccc As System.Windows.Forms.DataGridViewTextBoxColumn 79 | End Class 80 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.4/frmPesquisarArquivos.Designer.vb: -------------------------------------------------------------------------------- 1 | _ 2 | Partial Class frmPesquisarArquivos 3 | Inherits System.Windows.Forms.Form 4 | 5 | 'Form overrides dispose to clean up the component list. 6 | _ 7 | Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 | Try 9 | If disposing AndAlso components IsNot Nothing Then 10 | components.Dispose() 11 | End If 12 | Finally 13 | MyBase.Dispose(disposing) 14 | End Try 15 | End Sub 16 | 17 | 'Required by the Windows Form Designer 18 | Private components As System.ComponentModel.IContainer 19 | 20 | 'NOTE: The following procedure is required by the Windows Form Designer 21 | 'It can be modified using the Windows Form Designer. 22 | 'Do not modify it using the code editor. 23 | _ 24 | Private Sub InitializeComponent() 25 | Me.dgvTabela = New System.Windows.Forms.DataGridView 26 | Me.Arquivos = New System.Windows.Forms.DataGridViewTextBoxColumn 27 | Me.DataGridView1 = New System.Windows.Forms.DataGridView 28 | Me.ccc = New System.Windows.Forms.DataGridViewTextBoxColumn 29 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).BeginInit() 30 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() 31 | Me.SuspendLayout() 32 | ' 33 | 'dgvTabela 34 | ' 35 | Me.dgvTabela.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 36 | Me.dgvTabela.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Arquivos}) 37 | Me.dgvTabela.Location = New System.Drawing.Point(12, 12) 38 | Me.dgvTabela.Name = "dgvTabela" 39 | Me.dgvTabela.Size = New System.Drawing.Size(215, 218) 40 | Me.dgvTabela.TabIndex = 0 41 | ' 42 | 'Arquivos 43 | ' 44 | Me.Arquivos.HeaderText = "Column1" 45 | Me.Arquivos.Name = "Arquivos" 46 | ' 47 | 'DataGridView1 48 | ' 49 | Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 50 | Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ccc}) 51 | Me.DataGridView1.Location = New System.Drawing.Point(241, 37) 52 | Me.DataGridView1.Name = "DataGridView1" 53 | Me.DataGridView1.Size = New System.Drawing.Size(219, 328) 54 | Me.DataGridView1.TabIndex = 1 55 | ' 56 | 'ccc 57 | ' 58 | Me.ccc.HeaderText = "Column1" 59 | Me.ccc.Name = "ccc" 60 | ' 61 | 'frmPesquisarArquivos 62 | ' 63 | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 64 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 65 | Me.ClientSize = New System.Drawing.Size(476, 432) 66 | Me.Controls.Add(Me.DataGridView1) 67 | Me.Controls.Add(Me.dgvTabela) 68 | Me.Name = "frmPesquisarArquivos" 69 | Me.Text = "Form1" 70 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).EndInit() 71 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() 72 | Me.ResumeLayout(False) 73 | 74 | End Sub 75 | Friend WithEvents dgvTabela As System.Windows.Forms.DataGridView 76 | Friend WithEvents Arquivos As System.Windows.Forms.DataGridViewTextBoxColumn 77 | Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView 78 | Friend WithEvents ccc As System.Windows.Forms.DataGridViewTextBoxColumn 79 | End Class 80 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.5/frmPesquisarArquivos.Designer.vb: -------------------------------------------------------------------------------- 1 | _ 2 | Partial Class frmPesquisarArquivos 3 | Inherits System.Windows.Forms.Form 4 | 5 | 'Form overrides dispose to clean up the component list. 6 | _ 7 | Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 | Try 9 | If disposing AndAlso components IsNot Nothing Then 10 | components.Dispose() 11 | End If 12 | Finally 13 | MyBase.Dispose(disposing) 14 | End Try 15 | End Sub 16 | 17 | 'Required by the Windows Form Designer 18 | Private components As System.ComponentModel.IContainer 19 | 20 | 'NOTE: The following procedure is required by the Windows Form Designer 21 | 'It can be modified using the Windows Form Designer. 22 | 'Do not modify it using the code editor. 23 | _ 24 | Private Sub InitializeComponent() 25 | Me.dgvTabela = New System.Windows.Forms.DataGridView 26 | Me.Arquivos = New System.Windows.Forms.DataGridViewTextBoxColumn 27 | Me.DataGridView1 = New System.Windows.Forms.DataGridView 28 | Me.ccc = New System.Windows.Forms.DataGridViewTextBoxColumn 29 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).BeginInit() 30 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() 31 | Me.SuspendLayout() 32 | ' 33 | 'dgvTabela 34 | ' 35 | Me.dgvTabela.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 36 | Me.dgvTabela.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Arquivos}) 37 | Me.dgvTabela.Location = New System.Drawing.Point(12, 12) 38 | Me.dgvTabela.Name = "dgvTabela" 39 | Me.dgvTabela.Size = New System.Drawing.Size(215, 218) 40 | Me.dgvTabela.TabIndex = 0 41 | ' 42 | 'Arquivos 43 | ' 44 | Me.Arquivos.HeaderText = "Column1" 45 | Me.Arquivos.Name = "Arquivos" 46 | ' 47 | 'DataGridView1 48 | ' 49 | Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize 50 | Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ccc}) 51 | Me.DataGridView1.Location = New System.Drawing.Point(241, 37) 52 | Me.DataGridView1.Name = "DataGridView1" 53 | Me.DataGridView1.Size = New System.Drawing.Size(219, 328) 54 | Me.DataGridView1.TabIndex = 1 55 | ' 56 | 'ccc 57 | ' 58 | Me.ccc.HeaderText = "Column1" 59 | Me.ccc.Name = "ccc" 60 | ' 61 | 'frmPesquisarArquivos 62 | ' 63 | Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 64 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 65 | Me.ClientSize = New System.Drawing.Size(476, 432) 66 | Me.Controls.Add(Me.DataGridView1) 67 | Me.Controls.Add(Me.dgvTabela) 68 | Me.Name = "frmPesquisarArquivos" 69 | Me.Text = "Form1" 70 | CType(Me.dgvTabela, System.ComponentModel.ISupportInitialize).EndInit() 71 | CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() 72 | Me.ResumeLayout(False) 73 | 74 | End Sub 75 | Friend WithEvents dgvTabela As System.Windows.Forms.DataGridView 76 | Friend WithEvents Arquivos As System.Windows.Forms.DataGridViewTextBoxColumn 77 | Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView 78 | Friend WithEvents ccc As System.Windows.Forms.DataGridViewTextBoxColumn 79 | End Class 80 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.0/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:2.0.50727.4927 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | Imports System 15 | 16 | Namespace My.Resources 17 | 18 | 'This class was auto-generated by the StronglyTypedResourceBuilder 19 | 'class via a tool like ResGen or Visual Studio. 20 | 'To add or remove a member, edit your .ResX file then rerun ResGen 21 | 'with the /str option, or rebuild your VS project. 22 | ''' 23 | ''' A strongly-typed resource class, for looking up localized strings, etc. 24 | ''' 25 | _ 29 | Friend Module Resources 30 | 31 | Private resourceMan As Global.System.Resources.ResourceManager 32 | 33 | Private resourceCulture As Global.System.Globalization.CultureInfo 34 | 35 | ''' 36 | ''' Returns the cached ResourceManager instance used by this class. 37 | ''' 38 | _ 39 | Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager 40 | Get 41 | If Object.ReferenceEquals(resourceMan, Nothing) Then 42 | Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("PDFemMassa.Resources", GetType(Resources).Assembly) 43 | resourceMan = temp 44 | End If 45 | Return resourceMan 46 | End Get 47 | End Property 48 | 49 | ''' 50 | ''' Overrides the current thread's CurrentUICulture property for all 51 | ''' resource lookups using this strongly typed resource class. 52 | ''' 53 | _ 54 | Friend Property Culture() As Global.System.Globalization.CultureInfo 55 | Get 56 | Return resourceCulture 57 | End Get 58 | Set 59 | resourceCulture = value 60 | End Set 61 | End Property 62 | 63 | Friend ReadOnly Property DesenhoCheio() As System.Drawing.Bitmap 64 | Get 65 | Dim obj As Object = ResourceManager.GetObject("DesenhoCheio", resourceCulture) 66 | Return CType(obj,System.Drawing.Bitmap) 67 | End Get 68 | End Property 69 | 70 | Friend ReadOnly Property DesenhoVazio() As System.Drawing.Bitmap 71 | Get 72 | Dim obj As Object = ResourceManager.GetObject("DesenhoVazio", resourceCulture) 73 | Return CType(obj,System.Drawing.Bitmap) 74 | End Get 75 | End Property 76 | 77 | Friend ReadOnly Property IconePDF() As System.Drawing.Icon 78 | Get 79 | Dim obj As Object = ResourceManager.GetObject("IconePDF", resourceCulture) 80 | Return CType(obj,System.Drawing.Icon) 81 | End Get 82 | End Property 83 | End Module 84 | End Namespace 85 | -------------------------------------------------------------------------------- /Fonte/OldVersions/PDFemMassa V0.1/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:2.0.50727.4927 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | Imports System 15 | 16 | Namespace My.Resources 17 | 18 | 'This class was auto-generated by the StronglyTypedResourceBuilder 19 | 'class via a tool like ResGen or Visual Studio. 20 | 'To add or remove a member, edit your .ResX file then rerun ResGen 21 | 'with the /str option, or rebuild your VS project. 22 | ''' 23 | ''' A strongly-typed resource class, for looking up localized strings, etc. 24 | ''' 25 | _ 29 | Friend Module Resources 30 | 31 | Private resourceMan As Global.System.Resources.ResourceManager 32 | 33 | Private resourceCulture As Global.System.Globalization.CultureInfo 34 | 35 | ''' 36 | ''' Returns the cached ResourceManager instance used by this class. 37 | ''' 38 | _ 39 | Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager 40 | Get 41 | If Object.ReferenceEquals(resourceMan, Nothing) Then 42 | Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("PDFemMassa.Resources", GetType(Resources).Assembly) 43 | resourceMan = temp 44 | End If 45 | Return resourceMan 46 | End Get 47 | End Property 48 | 49 | ''' 50 | ''' Overrides the current thread's CurrentUICulture property for all 51 | ''' resource lookups using this strongly typed resource class. 52 | ''' 53 | _ 54 | Friend Property Culture() As Global.System.Globalization.CultureInfo 55 | Get 56 | Return resourceCulture 57 | End Get 58 | Set 59 | resourceCulture = value 60 | End Set 61 | End Property 62 | 63 | Friend ReadOnly Property DesenhoCheio() As System.Drawing.Bitmap 64 | Get 65 | Dim obj As Object = ResourceManager.GetObject("DesenhoCheio", resourceCulture) 66 | Return CType(obj,System.Drawing.Bitmap) 67 | End Get 68 | End Property 69 | 70 | Friend ReadOnly Property DesenhoVazio() As System.Drawing.Bitmap 71 | Get 72 | Dim obj As Object = ResourceManager.GetObject("DesenhoVazio", resourceCulture) 73 | Return CType(obj,System.Drawing.Bitmap) 74 | End Get 75 | End Property 76 | 77 | Friend ReadOnly Property IconeNoSheetMetal() As System.Drawing.Icon 78 | Get 79 | Dim obj As Object = ResourceManager.GetObject("IconeNoSheetMetal", resourceCulture) 80 | Return CType(obj,System.Drawing.Icon) 81 | End Get 82 | End Property 83 | 84 | Friend ReadOnly Property IconePDF() As System.Drawing.Icon 85 | Get 86 | Dim obj As Object = ResourceManager.GetObject("IconePDF", resourceCulture) 87 | Return CType(obj,System.Drawing.Icon) 88 | End Get 89 | End Property 90 | 91 | Friend ReadOnly Property IconeSheetMetal() As System.Drawing.Icon 92 | Get 93 | Dim obj As Object = ResourceManager.GetObject("IconeSheetMetal", resourceCulture) 94 | Return CType(obj,System.Drawing.Icon) 95 | End Get 96 | End Property 97 | End Module 98 | End Namespace 99 | --------------------------------------------------------------------------------