mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form.
This commit is contained in:
parent
5cd6afad74
commit
036aec55f5
25 changed files with 119 additions and 180 deletions
|
@ -62,6 +62,7 @@ namespace ExternalCommand {
|
|||
//
|
||||
// buttonOk
|
||||
//
|
||||
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.buttonOk.Enabled = false;
|
||||
this.buttonOk.LanguageKey = "OK";
|
||||
this.buttonOk.Location = new System.Drawing.Point(273, 140);
|
||||
|
@ -80,7 +81,6 @@ namespace ExternalCommand {
|
|||
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonCancel.TabIndex = 11;
|
||||
this.buttonCancel.UseVisualStyleBackColor = true;
|
||||
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
|
@ -178,7 +178,6 @@ namespace ExternalCommand {
|
|||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.LanguageKey = "externalcommand.settings_detail_title";
|
||||
this.Name = "SettingsFormDetail";
|
||||
this.Text = "Configure command";
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue