mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Moving back to trunk!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1602 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ad265b2c54
commit
8d458998a1
332 changed files with 17647 additions and 9466 deletions
12
Greenshot/Forms/LanguageDialog.Designer.cs
generated
12
Greenshot/Forms/LanguageDialog.Designer.cs
generated
|
@ -58,7 +58,7 @@ namespace Greenshot.Forms {
|
|||
this.comboBoxLanguage.FormattingEnabled = true;
|
||||
this.comboBoxLanguage.Location = new System.Drawing.Point(13, 15);
|
||||
this.comboBoxLanguage.Name = "comboBoxLanguage";
|
||||
this.comboBoxLanguage.Size = new System.Drawing.Size(299, 21);
|
||||
this.comboBoxLanguage.Size = new System.Drawing.Size(360, 21);
|
||||
this.comboBoxLanguage.TabIndex = 3;
|
||||
//
|
||||
// btnOK
|
||||
|
@ -76,17 +76,19 @@ namespace Greenshot.Forms {
|
|||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.ClientSize = new System.Drawing.Size(327, 77);
|
||||
this.ControlBox = false;
|
||||
this.ClientSize = new System.Drawing.Size(390, 77);
|
||||
this.ControlBox = true;
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.comboBoxLanguage);
|
||||
this.Controls.Add(this.lblSelectLanguage);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = GreenshotPlugin.Core.GreenshotResources.getGreenshotIcon();
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "LanguageDialog";
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.Text = "Choose language / Sprache wählen / Taal kiezen";
|
||||
this.Text = "Greenshot: Choose language / Sprache wählen / Taal kiezen";
|
||||
this.TopMost = true;
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
private System.Windows.Forms.Label lblSelectLanguage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue