mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 17:43: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
|
@ -63,10 +63,10 @@ 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);
|
||||
//
|
||||
// buttonOk
|
||||
//
|
||||
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.buttonOk.LanguageKey = "OK";
|
||||
this.buttonOk.Location = new System.Drawing.Point(275, 173);
|
||||
this.buttonOk.Name = "buttonOk";
|
||||
|
@ -144,6 +144,7 @@ namespace ExternalCommand {
|
|||
this.LanguageKey = "externalcommand.settings_title";
|
||||
this.Name = "SettingsForm";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
private GreenshotPlugin.Controls.GreenshotButton button_edit;
|
||||
private GreenshotPlugin.Controls.GreenshotButton button_delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue