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;
|
||||
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
|
||||
//
|
||||
|
@ -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;
|
||||
//
|
||||
|
@ -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>转换(&C)</value>
|
||||
|
Loading…
Reference in New Issue
Block a user