mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
FEATURE-1000: Changed tab order to make the OK button have focus. [skip ci]
This commit is contained in:
parent
48fc52aab7
commit
01abc5e9e4
1 changed files with 5 additions and 5 deletions
10
GreenshotPlugin/Controls/QualityDialog.Designer.cs
generated
10
GreenshotPlugin/Controls/QualityDialog.Designer.cs
generated
|
@ -69,7 +69,7 @@ namespace GreenshotPlugin.Controls {
|
|||
this.textBoxJpegQuality.Name = "textBoxJpegQuality";
|
||||
this.textBoxJpegQuality.ReadOnly = true;
|
||||
this.textBoxJpegQuality.Size = new System.Drawing.Size(35, 20);
|
||||
this.textBoxJpegQuality.TabIndex = 16;
|
||||
this.textBoxJpegQuality.TabIndex = 4;
|
||||
this.textBoxJpegQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// trackBarJpegQuality
|
||||
|
@ -79,7 +79,7 @@ namespace GreenshotPlugin.Controls {
|
|||
this.trackBarJpegQuality.Maximum = 100;
|
||||
this.trackBarJpegQuality.Name = "trackBarJpegQuality";
|
||||
this.trackBarJpegQuality.Size = new System.Drawing.Size(233, 45);
|
||||
this.trackBarJpegQuality.TabIndex = 14;
|
||||
this.trackBarJpegQuality.TabIndex = 3;
|
||||
this.trackBarJpegQuality.TickFrequency = 10;
|
||||
this.trackBarJpegQuality.Scroll += new System.EventHandler(this.TrackBarJpegQualityScroll);
|
||||
//
|
||||
|
@ -91,7 +91,7 @@ namespace GreenshotPlugin.Controls {
|
|||
this.checkbox_dontaskagain.Name = "checkbox_dontaskagain";
|
||||
this.checkbox_dontaskagain.LanguageKey = "qualitydialog_dontaskagain";
|
||||
this.checkbox_dontaskagain.Size = new System.Drawing.Size(268, 37);
|
||||
this.checkbox_dontaskagain.TabIndex = 17;
|
||||
this.checkbox_dontaskagain.TabIndex = 5;
|
||||
this.checkbox_dontaskagain.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.checkbox_dontaskagain.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -101,7 +101,7 @@ namespace GreenshotPlugin.Controls {
|
|||
this.button_ok.Location = new System.Drawing.Point(205, 149);
|
||||
this.button_ok.Name = "button_ok";
|
||||
this.button_ok.Size = new System.Drawing.Size(75, 23);
|
||||
this.button_ok.TabIndex = 18;
|
||||
this.button_ok.TabIndex = 1;
|
||||
this.button_ok.LanguageKey = "OK";
|
||||
this.button_ok.UseVisualStyleBackColor = true;
|
||||
this.button_ok.Click += new System.EventHandler(this.Button_okClick);
|
||||
|
@ -112,7 +112,7 @@ namespace GreenshotPlugin.Controls {
|
|||
this.checkBox_reduceColors.Location = new System.Drawing.Point(12, 11);
|
||||
this.checkBox_reduceColors.Name = "checkBox_reduceColors";
|
||||
this.checkBox_reduceColors.Size = new System.Drawing.Size(95, 17);
|
||||
this.checkBox_reduceColors.TabIndex = 19;
|
||||
this.checkBox_reduceColors.TabIndex = 2;
|
||||
this.checkBox_reduceColors.Text = "settings_reducecolors";
|
||||
this.checkBox_reduceColors.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue