mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
BUG-1653: Accessibility fixes for the tab-order on multiple forms. [ci-skip]
This commit is contained in:
parent
3bf94a76e6
commit
5cd6afad74
16 changed files with 369 additions and 380 deletions
|
@ -60,8 +60,7 @@ namespace GreenshotDropboxPlugin {
|
|||
this.buttonOK.Location = new System.Drawing.Point(267, 64);
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonOK.TabIndex = 2;
|
||||
this.buttonOK.Text = "OK";
|
||||
this.buttonOK.TabIndex = 10;
|
||||
this.buttonOK.UseVisualStyleBackColor = true;
|
||||
this.buttonOK.Click += new System.EventHandler(this.ButtonOKClick);
|
||||
//
|
||||
|
@ -72,15 +71,15 @@ namespace GreenshotDropboxPlugin {
|
|||
this.buttonCancel.Location = new System.Drawing.Point(348, 64);
|
||||
this.buttonCancel.Name = "buttonCancel";
|
||||
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonCancel.TabIndex = 3;
|
||||
this.buttonCancel.TabIndex = 11;
|
||||
this.buttonCancel.Text = "Cancel";
|
||||
this.buttonCancel.UseVisualStyleBackColor = true;
|
||||
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
|
||||
//
|
||||
// combobox_uploadimageformat
|
||||
//
|
||||
this.combobox_uploadimageformat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.combobox_uploadimageformat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.combobox_uploadimageformat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.combobox_uploadimageformat.FormattingEnabled = true;
|
||||
this.combobox_uploadimageformat.Location = new System.Drawing.Point(116, 9);
|
||||
|
@ -88,7 +87,7 @@ namespace GreenshotDropboxPlugin {
|
|||
this.combobox_uploadimageformat.PropertyName = "UploadFormat";
|
||||
this.combobox_uploadimageformat.SectionName = "Dropbox";
|
||||
this.combobox_uploadimageformat.Size = new System.Drawing.Size(309, 21);
|
||||
this.combobox_uploadimageformat.TabIndex = 8;
|
||||
this.combobox_uploadimageformat.TabIndex = 1;
|
||||
//
|
||||
// label_upload_format
|
||||
//
|
||||
|
@ -117,7 +116,7 @@ namespace GreenshotDropboxPlugin {
|
|||
this.checkboxAfterUploadLinkToClipBoard.PropertyName = "AfterUploadLinkToClipBoard";
|
||||
this.checkboxAfterUploadLinkToClipBoard.SectionName = "Dropbox";
|
||||
this.checkboxAfterUploadLinkToClipBoard.Size = new System.Drawing.Size(104, 17);
|
||||
this.checkboxAfterUploadLinkToClipBoard.TabIndex = 24;
|
||||
this.checkboxAfterUploadLinkToClipBoard.TabIndex = 2;
|
||||
this.checkboxAfterUploadLinkToClipBoard.Text = "Link to clipboard";
|
||||
this.checkboxAfterUploadLinkToClipBoard.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue