CA-353070: Corrected wizard title. Fixed navigation with the Tab key.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2021-04-08 12:37:30 +01:00 committed by Mihaela Stoica
parent 5a91f615b2
commit 6d8ad062f8
3 changed files with 5 additions and 2 deletions

View File

@ -211,6 +211,7 @@
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
this.dataGridViewDetails.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dataGridViewDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewDetails.TabStop = false;
//
// columnKey
//
@ -302,6 +303,7 @@
this.toolStripButtonExport,
this.toolStripLabelFiltersOnOff});
this.toolStripTop.Name = "toolStripTop";
this.toolStripTop.TabStop = true;
//
// toolStripButtonNew
//
@ -430,7 +432,6 @@
this.statusLinkLabel});
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.ShowItemToolTips = true;
this.statusStrip1.TabStop = true;
//
// statusLabel
//

View File

@ -106,6 +106,7 @@ namespace XenAdmin.Dialogs.VMAppliances
this.toolStripButtonImport,
this.toolStripButtonExport});
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.TabStop = true;
//
// toolStripButtonNew
//
@ -199,6 +200,7 @@ namespace XenAdmin.Dialogs.VMAppliances
this.listViewVMs.MultiSelect = false;
this.listViewVMs.Name = "listViewVMs";
this.listViewVMs.ShowItemToolTips = true;
this.listViewVMs.TabStop = false;
this.listViewVMs.UseCompatibleStateImageBehavior = false;
this.listViewVMs.View = System.Windows.Forms.View.SmallIcon;
//

View File

@ -3569,7 +3569,7 @@
<value>正在取消暂停 Conversion Manager 虚拟设备...</value>
</data>
<data name="CONVERSION_WIZARD_TEXT" xml:space="preserve">
<value>新转换</value>
<value>新转换</value>
</data>
<data name="CONVERT" xml:space="preserve">
<value>转换(&amp;C)</value>