mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Added ResizeSettingsForm, language entries and removed unneeded usages.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2381 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
38de4875e0
commit
8be44214ce
9 changed files with 497 additions and 38 deletions
42
Greenshot/Forms/TornEdgeSettingsForm.Designer.cs
generated
42
Greenshot/Forms/TornEdgeSettingsForm.Designer.cs
generated
|
@ -1,4 +1,24 @@
|
|||
namespace Greenshot.Forms {
|
||||
/*
|
||||
* Greenshot - a free and open source screenshot tool
|
||||
* Copyright (C) 2007-2012 Thomas Braun, Jens Klingen, Robin Krom
|
||||
*
|
||||
* For more information see: http://getgreenshot.org/
|
||||
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 1 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
namespace Greenshot.Forms {
|
||||
partial class TornEdgeSettingsForm {
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
|
@ -159,31 +179,31 @@
|
|||
//
|
||||
this.labelDarkness.AutoSize = true;
|
||||
this.labelDarkness.LanguageKey = "editor_dropshadow_darkness";
|
||||
this.labelDarkness.Location = new System.Drawing.Point(12, 73);
|
||||
this.labelDarkness.Location = new System.Drawing.Point(12, 69);
|
||||
this.labelDarkness.Name = "labelDarkness";
|
||||
this.labelDarkness.Size = new System.Drawing.Size(52, 13);
|
||||
this.labelDarkness.Size = new System.Drawing.Size(92, 13);
|
||||
this.labelDarkness.TabIndex = 13;
|
||||
this.labelDarkness.Text = "Darkness";
|
||||
this.labelDarkness.Text = "Shadow darkness";
|
||||
//
|
||||
// labelOffset
|
||||
//
|
||||
this.labelOffset.AutoSize = true;
|
||||
this.labelOffset.LanguageKey = "editor_dropshadow_offset";
|
||||
this.labelOffset.Location = new System.Drawing.Point(12, 40);
|
||||
this.labelOffset.Location = new System.Drawing.Point(12, 35);
|
||||
this.labelOffset.Name = "labelOffset";
|
||||
this.labelOffset.Size = new System.Drawing.Size(35, 13);
|
||||
this.labelOffset.Size = new System.Drawing.Size(75, 13);
|
||||
this.labelOffset.TabIndex = 14;
|
||||
this.labelOffset.Text = "Offset";
|
||||
this.labelOffset.Text = "Shadow offset";
|
||||
//
|
||||
// labelThickness
|
||||
//
|
||||
this.labelThickness.AutoSize = true;
|
||||
this.labelThickness.LanguageKey = "editor_dropshadow_thickness";
|
||||
this.labelThickness.Location = new System.Drawing.Point(12, 14);
|
||||
this.labelThickness.Location = new System.Drawing.Point(12, 9);
|
||||
this.labelThickness.Name = "labelThickness";
|
||||
this.labelThickness.Size = new System.Drawing.Size(56, 13);
|
||||
this.labelThickness.Size = new System.Drawing.Size(94, 13);
|
||||
this.labelThickness.TabIndex = 15;
|
||||
this.labelThickness.Text = "Thickness";
|
||||
this.labelThickness.Text = "Shadow thickness";
|
||||
//
|
||||
// toothsize
|
||||
//
|
||||
|
@ -311,7 +331,7 @@
|
|||
this.MinimizeBox = false;
|
||||
this.Name = "TornEdgeSettingsForm";
|
||||
this.ShowIcon = false;
|
||||
this.Text = "CreateShadowForm";
|
||||
this.Text = "Torn edges settings";
|
||||
((System.ComponentModel.ISupportInitialize)(this.thickness)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.offsetX)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.offsetY)).EndInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue