added GreenshotRadioButton

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2498 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2013-02-17 13:49:35 +00:00
commit ebad49261d
3 changed files with 72 additions and 0 deletions

View file

@ -31,6 +31,9 @@
<Compile Include="Controls\AnimatingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\GreenshotRadioButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Core\FastBitmap.cs" />
<Compile Include="IEInterop\IHTMLBodyElement.cs" />
<Compile Include="IEInterop\IHTMLCurrentStyle.cs" />