Skip to content

Commit

Permalink
fully converted RCS tool to taskpane, added donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
huvanile committed Oct 23, 2016
1 parent 117e4bd commit d198cbb
Show file tree
Hide file tree
Showing 16 changed files with 437 additions and 1,084 deletions.
34 changes: 6 additions & 28 deletions RCS_Clearing/QuickTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,24 +211,6 @@
-->
<ItemGroup>
<AppDesigner Include="My Project\" />
<Compile Include="Userforms\frmDone.Designer.vb">
<DependentUpon>frmDone.vb</DependentUpon>
</Compile>
<Compile Include="Userforms\frmDone.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Userforms\frmProgressbox.Designer.vb">
<DependentUpon>frmProgressbox.vb</DependentUpon>
</Compile>
<Compile Include="Userforms\frmProgressbox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Userforms\frmStart.Designer.vb">
<DependentUpon>frmStart.vb</DependentUpon>
</Compile>
<Compile Include="Userforms\frmStart.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Helpers\browserHelpers.vb" />
<Compile Include="rcs.vb" />
<Compile Include="Ribbon1.Designer.vb">
Expand All @@ -246,15 +228,6 @@
<Compile Include="Taskpanes\tpnRCSStart.vb">
<SubType>UserControl</SubType>
</Compile>
<EmbeddedResource Include="Userforms\frmDone.resx">
<DependentUpon>frmDone.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Userforms\frmProgressbox.resx">
<DependentUpon>frmProgressbox.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Userforms\frmStart.resx">
<DependentUpon>frmStart.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Ribbon1.resx">
<DependentUpon>Ribbon1.vb</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -296,7 +269,12 @@
<ItemGroup>
<Service Include="{94E38DFF-614B-4CBD-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Userforms\" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\paypal-donation-button.png" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Binary file added RCS_Clearing/Resources/paypal-donation-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion RCS_Clearing/Ribbon1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Public Class Ribbon1
'click handler
Private Sub btnRCSCheck_Click(sender As Object, e As RibbonControlEventArgs) Handles btnRCSCheck.Click
taskpaneRCSStart = New tpnRCSStart
ctpRCSStart = Globals.ThisAddIn.CustomTaskPanes.Add(taskpaneRCSStart, "RCS Clearing")
ctpRCSStart = Globals.ThisAddIn.CustomTaskPanes.Add(taskpaneRCSStart, "QuickTools")
ctpRCSStart.Width = 250
ctpRCSStart.Control.Width = 250
ctpRCSStart.DockPosition = Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRight
Expand Down
76 changes: 52 additions & 24 deletions RCS_Clearing/Taskpanes/tpnRCSStart.Designer.vb

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

Loading

0 comments on commit d198cbb

Please sign in to comment.