mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-147165: Filter by "location" is ambiguous
-Changed the shortcut key of Filter by Server toolstrip button to "e" from "S".
This commit is contained in:
parent
1fade7f748
commit
6810bfaf76
64
XenAdmin/TabPages/AlertSummaryPage.Designer.cs
generated
64
XenAdmin/TabPages/AlertSummaryPage.Designer.cs
generated
@ -32,13 +32,13 @@ namespace XenAdmin.TabPages
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertSummaryPage));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.LabelCappingEntries = new System.Windows.Forms.Label();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
@ -192,8 +192,8 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// GridViewAlerts
|
||||
//
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.GridViewAlerts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.GridViewAlerts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||
resources.ApplyResources(this.GridViewAlerts, "GridViewAlerts");
|
||||
this.GridViewAlerts.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
this.GridViewAlerts.BackgroundColor = System.Drawing.SystemColors.Window;
|
||||
@ -206,14 +206,14 @@ namespace XenAdmin.TabPages
|
||||
this.ColumnLocation,
|
||||
this.ColumnDate,
|
||||
this.ColumnActions});
|
||||
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle14.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.GridViewAlerts.DefaultCellStyle = dataGridViewCellStyle14;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.GridViewAlerts.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.GridViewAlerts.GridColor = System.Drawing.SystemColors.ControlDark;
|
||||
this.GridViewAlerts.MultiSelect = true;
|
||||
this.GridViewAlerts.Name = "GridViewAlerts";
|
||||
@ -227,10 +227,10 @@ namespace XenAdmin.TabPages
|
||||
// ColumnExpand
|
||||
//
|
||||
this.ColumnExpand.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle9.NullValue = null;
|
||||
dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.ColumnExpand.DefaultCellStyle = dataGridViewCellStyle9;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle2.NullValue = null;
|
||||
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.ColumnExpand.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
resources.ApplyResources(this.ColumnExpand, "ColumnExpand");
|
||||
this.ColumnExpand.Name = "ColumnExpand";
|
||||
this.ColumnExpand.ReadOnly = true;
|
||||
@ -239,10 +239,10 @@ namespace XenAdmin.TabPages
|
||||
// ColumnSeverity
|
||||
//
|
||||
this.ColumnSeverity.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle10.NullValue = null;
|
||||
dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
||||
this.ColumnSeverity.DefaultCellStyle = dataGridViewCellStyle10;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
||||
dataGridViewCellStyle3.NullValue = null;
|
||||
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
||||
this.ColumnSeverity.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
resources.ApplyResources(this.ColumnSeverity, "ColumnSeverity");
|
||||
this.ColumnSeverity.Name = "ColumnSeverity";
|
||||
this.ColumnSeverity.ReadOnly = true;
|
||||
@ -251,9 +251,9 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// ColumnMessage
|
||||
//
|
||||
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.ColumnMessage.DefaultCellStyle = dataGridViewCellStyle11;
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.ColumnMessage.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.ColumnMessage.FillWeight = 200F;
|
||||
resources.ApplyResources(this.ColumnMessage, "ColumnMessage");
|
||||
this.ColumnMessage.Name = "ColumnMessage";
|
||||
@ -261,16 +261,16 @@ namespace XenAdmin.TabPages
|
||||
//
|
||||
// ColumnLocation
|
||||
//
|
||||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnLocation.DefaultCellStyle = dataGridViewCellStyle12;
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnLocation.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
resources.ApplyResources(this.ColumnLocation, "ColumnLocation");
|
||||
this.ColumnLocation.Name = "ColumnLocation";
|
||||
this.ColumnLocation.ReadOnly = true;
|
||||
//
|
||||
// ColumnDate
|
||||
//
|
||||
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnDate.DefaultCellStyle = dataGridViewCellStyle13;
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
||||
this.ColumnDate.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
resources.ApplyResources(this.ColumnDate, "ColumnDate");
|
||||
this.ColumnDate.Name = "ColumnDate";
|
||||
this.ColumnDate.ReadOnly = true;
|
||||
|
@ -232,7 +232,7 @@
|
||||
<value>97, 23</value>
|
||||
</data>
|
||||
<data name="toolStripDropDownButtonServerFilter.Text" xml:space="preserve">
|
||||
<value>Filter by &Server</value>
|
||||
<value>Filter by S&erver</value>
|
||||
</data>
|
||||
<data name="toolStripDropDownButtonDateFilter.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 9pt</value>
|
||||
@ -276,6 +276,18 @@
|
||||
<data name="toolStripButtonExportAll.Text" xml:space="preserve">
|
||||
<value>E&xport All</value>
|
||||
</data>
|
||||
<data name="tsmiDismissAll.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>161, 22</value>
|
||||
</data>
|
||||
<data name="tsmiDismissAll.Text" xml:space="preserve">
|
||||
<value>&Dismiss All</value>
|
||||
</data>
|
||||
<data name="tsmiDismissSelected.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>161, 22</value>
|
||||
</data>
|
||||
<data name="tsmiDismissSelected.Text" xml:space="preserve">
|
||||
<value>&Dismiss Selected</value>
|
||||
</data>
|
||||
<data name="toolStripSplitButtonDismiss.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 9pt</value>
|
||||
</data>
|
||||
@ -360,18 +372,6 @@
|
||||
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||||
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="toolStrip1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,27" /></TableLayoutSettings></value>
|
||||
</data>
|
||||
<data name="tsmiDismissAll.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>161, 22</value>
|
||||
</data>
|
||||
<data name="tsmiDismissAll.Text" xml:space="preserve">
|
||||
<value>&Dismiss All</value>
|
||||
</data>
|
||||
<data name="tsmiDismissSelected.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>161, 22</value>
|
||||
</data>
|
||||
<data name="tsmiDismissSelected.Text" xml:space="preserve">
|
||||
<value>&Dismiss Selected</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel3.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left</value>
|
||||
</data>
|
||||
|
16
XenAdmin/TabPages/HistoryPage.Designer.cs
generated
16
XenAdmin/TabPages/HistoryPage.Designer.cs
generated
@ -47,13 +47,13 @@ namespace XenAdmin.TabPages
|
||||
this.toolStripLabelFiltersOnOff = new System.Windows.Forms.ToolStripLabel();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.dataGridView = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.columnExpander = new System.Windows.Forms.DataGridViewImageColumn();
|
||||
this.columnStatus = new System.Windows.Forms.DataGridViewImageColumn();
|
||||
this.columnMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.columnLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.columnDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.columnActions = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.toolStripTop.SuspendLayout();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||||
@ -155,13 +155,6 @@ namespace XenAdmin.TabPages
|
||||
this.dataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_ColumnHeaderMouseClick);
|
||||
this.dataGridView.SelectionChanged += new System.EventHandler(this.dataGridView_SelectionChanged);
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
||||
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.tableLayoutPanel2.Controls.Add(this.toolStripTop, 0, 0);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
//
|
||||
// columnExpander
|
||||
//
|
||||
this.columnExpander.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||||
@ -212,6 +205,13 @@ namespace XenAdmin.TabPages
|
||||
this.columnActions.Name = "columnActions";
|
||||
this.columnActions.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
||||
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.tableLayoutPanel2.Controls.Add(this.toolStripTop, 0, 0);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
//
|
||||
// HistoryPage
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
|
@ -145,7 +145,7 @@
|
||||
<value>97, 23</value>
|
||||
</data>
|
||||
<data name="toolStripDdbFilterLocation.Text" xml:space="preserve">
|
||||
<value>Filter by &Server</value>
|
||||
<value>Filter by S&erver</value>
|
||||
</data>
|
||||
<data name="toolStripDdbFilterDates.ImageTransparentColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>Magenta</value>
|
||||
|
@ -250,7 +250,7 @@
|
||||
<value>97, 23</value>
|
||||
</data>
|
||||
<data name="toolStripDropDownButtonServerFilter.Text" xml:space="preserve">
|
||||
<value>Filter by &Server</value>
|
||||
<value>Filter by S&erver</value>
|
||||
</data>
|
||||
<data name="toolStripDropDownButtonDateFilter.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 9pt</value>
|
||||
|
Loading…
Reference in New Issue
Block a user