mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Added Greenshot controls which allow to map directly to the ini and language files. This makes settings forms a lot easier to implement and maintain
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1766 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
0d0c0a5f45
commit
a4df32c0e8
13 changed files with 787 additions and 258 deletions
|
@ -175,11 +175,20 @@
|
|||
<Compile Include="..\GreenshotInterop\OfficeInterop\WordInterop.cs">
|
||||
<Link>Interop\WordInterop.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Controls\GreenshotButton.cs" />
|
||||
<Compile Include="Controls\GreenshotCheckBox.cs" />
|
||||
<Compile Include="Controls\GreenshotForm.cs" />
|
||||
<Compile Include="Controls\GreenshotGroupBox.cs" />
|
||||
<Compile Include="Controls\GreenshotLabel.cs" />
|
||||
<Compile Include="Controls\GreenshotTabPage.cs" />
|
||||
<Compile Include="Controls\GreenshotTextBox.cs" />
|
||||
<Compile Include="Controls\HotkeyControl.cs" />
|
||||
<Compile Include="Controls\BackgroundForm.cs" />
|
||||
<Compile Include="Controls\BackgroundForm.Designer.cs">
|
||||
<DependentUpon>BackgroundForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\IGreenshotConfigBindable.cs" />
|
||||
<Compile Include="Controls\IGreenshotLanguageBindable.cs" />
|
||||
<Compile Include="Core\AbstractDestination.cs" />
|
||||
<Compile Include="Core\AbstractProcessor.cs" />
|
||||
<Compile Include="Core\AccessibleHelper.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue