Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PCF-Gustavo committed Sep 17, 2023
1 parent f6ff3eb commit d77b888
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 160 deletions.
3 changes: 2 additions & 1 deletion PeriTAB/Class_New_or_Open_Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void Evento_New_or_Open()
}
public void Metodo_New_or_Open(Microsoft.Office.Interop.Word.Document Doc)
{
if (Globals.ThisAddIn.Dicionario_Doc_e_UserControl.ContainsKey(Doc)) return;
if (Globals.ThisAddIn.Dicionario_Doc_e_UserControl.ContainsKey(Doc)) return; //Se o documento já tem Taskpane, retorna.
//MessageBox.Show("new or open");
Class_DocChange_Event iClass_DocChange_Event = new Class_DocChange_Event(); iClass_DocChange_Event.Evento_DocChange();

Expand Down Expand Up @@ -74,6 +74,7 @@ public void Metodo_New_or_Open(Microsoft.Office.Interop.Word.Document Doc)

Class_AnyButtonClick_Event iClass_AnyButtonClick_Event = new Class_AnyButtonClick_Event();
iClass_AnyButtonClick_Event.Evento_AnyButtonClick(Globals.ThisAddIn.iMyUserControl);
if (Globals.Ribbons.Ribbon1.toggleButton_painel_de_estilos.Checked) TaskPane_1.Visible = true;

//list_TaskPane.Add(TaskPane_1);
//Dicionario_Doc_e_TaskPane.Add(Globals.ThisAddIn.Application.ActiveDocument, TaskPane_1);
Expand Down
7 changes: 5 additions & 2 deletions PeriTAB/PeriTAB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PublishUrl>C:\Users\gustavo.gvs.PF\OneDrive - Polícia Federal\PCF Gustavo\Visual Studio\PeriTAB\publicacoes\</PublishUrl>
<InstallUrl />
<TargetCulture>pt-BR</TargetCulture>
<ApplicationVersion>1.1.7.0</ApplicationVersion>
<ApplicationVersion>1.1.8.0</ApplicationVersion>
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>0</UpdateInterval>
Expand Down Expand Up @@ -363,6 +363,9 @@
<ItemGroup>
<None Include="Resources\subir2.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\formatacao2.png" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand All @@ -374,7 +377,7 @@
<ManifestKeyFile>PeriTAB_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>2D03FD8A9656143A75CD482D260FB0061115679D</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>F32878367E92CE33F03A515D3C95FB7F3D95C043</ManifestCertificateThumbprint>
</PropertyGroup>
<!-- Include the build rules for a C# project. -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion PeriTAB/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// É possível especificar todos os valores ou usar como padrão os Números da Versão e da Revisão
// utilizando o "*" como mostrado abaixo:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.7.*")]
[assembly: AssemblyVersion("1.1.8.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

10 changes: 10 additions & 0 deletions PeriTAB/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions PeriTAB/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
<data name="Normal" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Normal.dotm;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="subir2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\subir2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="marcador2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\marcador2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand All @@ -208,7 +211,7 @@
<data name="vassoura" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\vassoura.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="subir2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\subir2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="formatacao2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\formatacao2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added PeriTAB/Resources/formatacao2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d77b888

Please sign in to comment.