mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
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:
parent
5a91f615b2
commit
6d8ad062f8
3
XenAdmin/Dialogs/ConversionDialog.Designer.cs
generated
3
XenAdmin/Dialogs/ConversionDialog.Designer.cs
generated
@ -211,6 +211,7 @@
|
|||||||
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
this.dataGridViewDetails.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
this.dataGridViewDetails.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
||||||
this.dataGridViewDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
this.dataGridViewDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||||
|
this.dataGridViewDetails.TabStop = false;
|
||||||
//
|
//
|
||||||
// columnKey
|
// columnKey
|
||||||
//
|
//
|
||||||
@ -302,6 +303,7 @@
|
|||||||
this.toolStripButtonExport,
|
this.toolStripButtonExport,
|
||||||
this.toolStripLabelFiltersOnOff});
|
this.toolStripLabelFiltersOnOff});
|
||||||
this.toolStripTop.Name = "toolStripTop";
|
this.toolStripTop.Name = "toolStripTop";
|
||||||
|
this.toolStripTop.TabStop = true;
|
||||||
//
|
//
|
||||||
// toolStripButtonNew
|
// toolStripButtonNew
|
||||||
//
|
//
|
||||||
@ -430,7 +432,6 @@
|
|||||||
this.statusLinkLabel});
|
this.statusLinkLabel});
|
||||||
this.statusStrip1.Name = "statusStrip1";
|
this.statusStrip1.Name = "statusStrip1";
|
||||||
this.statusStrip1.ShowItemToolTips = true;
|
this.statusStrip1.ShowItemToolTips = true;
|
||||||
this.statusStrip1.TabStop = true;
|
|
||||||
//
|
//
|
||||||
// statusLabel
|
// statusLabel
|
||||||
//
|
//
|
||||||
|
@ -106,6 +106,7 @@ namespace XenAdmin.Dialogs.VMAppliances
|
|||||||
this.toolStripButtonImport,
|
this.toolStripButtonImport,
|
||||||
this.toolStripButtonExport});
|
this.toolStripButtonExport});
|
||||||
this.toolStrip1.Name = "toolStrip1";
|
this.toolStrip1.Name = "toolStrip1";
|
||||||
|
this.toolStrip1.TabStop = true;
|
||||||
//
|
//
|
||||||
// toolStripButtonNew
|
// toolStripButtonNew
|
||||||
//
|
//
|
||||||
@ -199,6 +200,7 @@ namespace XenAdmin.Dialogs.VMAppliances
|
|||||||
this.listViewVMs.MultiSelect = false;
|
this.listViewVMs.MultiSelect = false;
|
||||||
this.listViewVMs.Name = "listViewVMs";
|
this.listViewVMs.Name = "listViewVMs";
|
||||||
this.listViewVMs.ShowItemToolTips = true;
|
this.listViewVMs.ShowItemToolTips = true;
|
||||||
|
this.listViewVMs.TabStop = false;
|
||||||
this.listViewVMs.UseCompatibleStateImageBehavior = false;
|
this.listViewVMs.UseCompatibleStateImageBehavior = false;
|
||||||
this.listViewVMs.View = System.Windows.Forms.View.SmallIcon;
|
this.listViewVMs.View = System.Windows.Forms.View.SmallIcon;
|
||||||
//
|
//
|
||||||
|
@ -3569,7 +3569,7 @@
|
|||||||
<value>正在取消暂停 Conversion Manager 虚拟设备...</value>
|
<value>正在取消暂停 Conversion Manager 虚拟设备...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CONVERSION_WIZARD_TEXT" xml:space="preserve">
|
<data name="CONVERSION_WIZARD_TEXT" xml:space="preserve">
|
||||||
<value>新转换</value>
|
<value>新建转换</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CONVERT" xml:space="preserve">
|
<data name="CONVERT" xml:space="preserve">
|
||||||
<value>转换(&C)</value>
|
<value>转换(&C)</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user