mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
b5e843c53d
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
578 lines
35 KiB
C#
578 lines
35 KiB
C#
namespace XenAdmin.TabPages
|
|
{
|
|
partial class ManageUpdatesPage
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing)
|
|
{
|
|
DeregisterEventHandlers();
|
|
|
|
if (components != null)
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageUpdatesPage));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.informationLabelIcon = new System.Windows.Forms.PictureBox();
|
|
this.informationLabel = new System.Windows.Forms.LinkLabel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.toolStrip1 = new XenAdmin.Controls.ToolStripEx();
|
|
this.toolStripDropDownButtonView = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.byUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.byHostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripDropDownButtonServerFilter = new XenAdmin.Controls.FilterLocationToolStripDropDownButton();
|
|
this.toolStripDropDownButtonDateFilter = new XenAdmin.Controls.FilterDatesToolStripDropDownButton();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButtonRefresh = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSplitButtonDismiss = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.dismissAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.dismissSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripButtonRestoreDismissed = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButtonUpdate = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButtonExportAll = new System.Windows.Forms.ToolStripButton();
|
|
this.AutoCheckForUpdatesDisabledLabel = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelProgress = new System.Windows.Forms.Label();
|
|
this.spinner = new XenAdmin.Controls.SpinnerIcon();
|
|
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.dataGridViewHosts = new XenAdmin.TabPages.ManageUpdatesPage.UpdatePageByHostDataGridView();
|
|
this.ColumnExpansion = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.ColumnIcon = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnVersion = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnPatchingStatus = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.ColumnStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnRequiredUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnInstalledUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewUpdates = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this.ColumnExpand = 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.ColumnWebPage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.linkLabelConfigure = new System.Windows.Forms.LinkLabel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.informationLabelIcon)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinner)).BeginInit();
|
|
this.tableLayoutPanel5.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewHosts)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewUpdates)).BeginInit();
|
|
this.tableLayoutPanel6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.informationLabelIcon, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.informationLabel, 1, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// informationLabelIcon
|
|
//
|
|
resources.ApplyResources(this.informationLabelIcon, "informationLabelIcon");
|
|
this.informationLabelIcon.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
this.informationLabelIcon.InitialImage = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
this.informationLabelIcon.Name = "informationLabelIcon";
|
|
this.informationLabelIcon.TabStop = false;
|
|
//
|
|
// informationLabel
|
|
//
|
|
resources.ApplyResources(this.informationLabel, "informationLabel");
|
|
this.informationLabel.Name = "informationLabel";
|
|
this.informationLabel.TabStop = true;
|
|
this.informationLabel.Click += new System.EventHandler(this.informationLabel_Click);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// toolStrip1
|
|
//
|
|
resources.ApplyResources(this.toolStrip1, "toolStrip1");
|
|
this.toolStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.toolStrip1.ClickThrough = true;
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripDropDownButtonView,
|
|
this.toolStripSeparator2,
|
|
this.toolStripDropDownButtonServerFilter,
|
|
this.toolStripDropDownButtonDateFilter,
|
|
this.toolStripSeparator3,
|
|
this.toolStripButtonRefresh,
|
|
this.toolStripSplitButtonDismiss,
|
|
this.toolStripButtonRestoreDismissed,
|
|
this.toolStripButtonUpdate,
|
|
this.toolStripSeparator1,
|
|
this.toolStripButtonExportAll});
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.TabStop = true;
|
|
//
|
|
// toolStripDropDownButtonView
|
|
//
|
|
this.toolStripDropDownButtonView.AutoToolTip = false;
|
|
this.toolStripDropDownButtonView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButtonView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.byUpdateToolStripMenuItem,
|
|
this.byHostToolStripMenuItem});
|
|
resources.ApplyResources(this.toolStripDropDownButtonView, "toolStripDropDownButtonView");
|
|
this.toolStripDropDownButtonView.Name = "toolStripDropDownButtonView";
|
|
//
|
|
// byUpdateToolStripMenuItem
|
|
//
|
|
this.byUpdateToolStripMenuItem.Image = global::XenAdmin.Properties.Resources._015_Download_h32bit_16;
|
|
resources.ApplyResources(this.byUpdateToolStripMenuItem, "byUpdateToolStripMenuItem");
|
|
this.byUpdateToolStripMenuItem.Name = "byUpdateToolStripMenuItem";
|
|
this.byUpdateToolStripMenuItem.Click += new System.EventHandler(this.byUpdateToolStripMenuItem_Click);
|
|
//
|
|
// byHostToolStripMenuItem
|
|
//
|
|
this.byHostToolStripMenuItem.Image = global::XenAdmin.Properties.Resources._000_TreeConnected_h32bit_16;
|
|
resources.ApplyResources(this.byHostToolStripMenuItem, "byHostToolStripMenuItem");
|
|
this.byHostToolStripMenuItem.Name = "byHostToolStripMenuItem";
|
|
this.byHostToolStripMenuItem.Click += new System.EventHandler(this.byHostToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
|
|
//
|
|
// toolStripDropDownButtonServerFilter
|
|
//
|
|
this.toolStripDropDownButtonServerFilter.AutoToolTip = false;
|
|
resources.ApplyResources(this.toolStripDropDownButtonServerFilter, "toolStripDropDownButtonServerFilter");
|
|
this.toolStripDropDownButtonServerFilter.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
|
|
this.toolStripDropDownButtonServerFilter.Name = "toolStripDropDownButtonServerFilter";
|
|
this.toolStripDropDownButtonServerFilter.FilterChanged += new System.Action(this.toolStripDropDownButtonServerFilter_FilterChanged);
|
|
//
|
|
// toolStripDropDownButtonDateFilter
|
|
//
|
|
this.toolStripDropDownButtonDateFilter.AutoToolTip = false;
|
|
this.toolStripDropDownButtonDateFilter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
resources.ApplyResources(this.toolStripDropDownButtonDateFilter, "toolStripDropDownButtonDateFilter");
|
|
this.toolStripDropDownButtonDateFilter.Name = "toolStripDropDownButtonDateFilter";
|
|
this.toolStripDropDownButtonDateFilter.FilterChanged += new System.Action(this.toolStripDropDownButtonDateFilter_FilterChanged);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
|
|
//
|
|
// toolStripButtonRefresh
|
|
//
|
|
this.toolStripButtonRefresh.AutoToolTip = false;
|
|
resources.ApplyResources(this.toolStripButtonRefresh, "toolStripButtonRefresh");
|
|
this.toolStripButtonRefresh.Name = "toolStripButtonRefresh";
|
|
this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
|
|
//
|
|
// toolStripSplitButtonDismiss
|
|
//
|
|
this.toolStripSplitButtonDismiss.AutoToolTip = false;
|
|
this.toolStripSplitButtonDismiss.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripSplitButtonDismiss.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.dismissAllToolStripMenuItem,
|
|
this.dismissSelectedToolStripMenuItem});
|
|
resources.ApplyResources(this.toolStripSplitButtonDismiss, "toolStripSplitButtonDismiss");
|
|
this.toolStripSplitButtonDismiss.Name = "toolStripSplitButtonDismiss";
|
|
this.toolStripSplitButtonDismiss.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripSplitButtonDismiss_DropDownItemClicked);
|
|
//
|
|
// dismissAllToolStripMenuItem
|
|
//
|
|
this.dismissAllToolStripMenuItem.Name = "dismissAllToolStripMenuItem";
|
|
resources.ApplyResources(this.dismissAllToolStripMenuItem, "dismissAllToolStripMenuItem");
|
|
this.dismissAllToolStripMenuItem.Click += new System.EventHandler(this.dismissAllToolStripMenuItem_Click);
|
|
//
|
|
// dismissSelectedToolStripMenuItem
|
|
//
|
|
this.dismissSelectedToolStripMenuItem.Name = "dismissSelectedToolStripMenuItem";
|
|
resources.ApplyResources(this.dismissSelectedToolStripMenuItem, "dismissSelectedToolStripMenuItem");
|
|
this.dismissSelectedToolStripMenuItem.Click += new System.EventHandler(this.dismissSelectedToolStripMenuItem_Click);
|
|
//
|
|
// toolStripButtonRestoreDismissed
|
|
//
|
|
this.toolStripButtonRestoreDismissed.AutoToolTip = false;
|
|
this.toolStripButtonRestoreDismissed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
resources.ApplyResources(this.toolStripButtonRestoreDismissed, "toolStripButtonRestoreDismissed");
|
|
this.toolStripButtonRestoreDismissed.Name = "toolStripButtonRestoreDismissed";
|
|
this.toolStripButtonRestoreDismissed.Click += new System.EventHandler(this.toolStripButtonRestoreDismissed_Click);
|
|
//
|
|
// toolStripButtonUpdate
|
|
//
|
|
this.toolStripButtonUpdate.AutoToolTip = false;
|
|
this.toolStripButtonUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
resources.ApplyResources(this.toolStripButtonUpdate, "toolStripButtonUpdate");
|
|
this.toolStripButtonUpdate.Name = "toolStripButtonUpdate";
|
|
this.toolStripButtonUpdate.Click += new System.EventHandler(this.toolStripButtonUpdate_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
|
//
|
|
// toolStripButtonExportAll
|
|
//
|
|
this.toolStripButtonExportAll.AutoToolTip = false;
|
|
resources.ApplyResources(this.toolStripButtonExportAll, "toolStripButtonExportAll");
|
|
this.toolStripButtonExportAll.Name = "toolStripButtonExportAll";
|
|
this.toolStripButtonExportAll.Click += new System.EventHandler(this.toolStripButtonExportAll_Click);
|
|
//
|
|
// AutoCheckForUpdatesDisabledLabel
|
|
//
|
|
resources.ApplyResources(this.AutoCheckForUpdatesDisabledLabel, "AutoCheckForUpdatesDisabledLabel");
|
|
this.AutoCheckForUpdatesDisabledLabel.Name = "AutoCheckForUpdatesDisabledLabel";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// button2
|
|
//
|
|
resources.ApplyResources(this.button2, "button2");
|
|
this.button2.Name = "button2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
resources.ApplyResources(this.button1, "button1");
|
|
this.button1.Name = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanel4
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
|
|
this.tableLayoutPanel4.Controls.Add(this.labelProgress, 1, 0);
|
|
this.tableLayoutPanel4.Controls.Add(this.spinner, 0, 0);
|
|
this.tableLayoutPanel4.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
this.tableLayoutPanel4.Resize += new System.EventHandler(this.tableLayoutPanel4_Resize);
|
|
//
|
|
// labelProgress
|
|
//
|
|
resources.ApplyResources(this.labelProgress, "labelProgress");
|
|
this.labelProgress.Name = "labelProgress";
|
|
//
|
|
// spinner
|
|
//
|
|
resources.ApplyResources(this.spinner, "spinner");
|
|
this.spinner.Name = "spinner";
|
|
this.spinner.TabStop = false;
|
|
//
|
|
// tableLayoutPanel5
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
|
|
this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel1, 0, 2);
|
|
this.tableLayoutPanel5.Controls.Add(this.panel1, 0, 1);
|
|
this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 0, 0);
|
|
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.dataGridViewHosts);
|
|
this.panel1.Controls.Add(this.dataGridViewUpdates);
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// dataGridViewHosts
|
|
//
|
|
this.dataGridViewHosts.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridViewHosts.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridViewHosts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridViewHosts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColumnExpansion,
|
|
this.ColumnIcon,
|
|
this.ColumnName,
|
|
this.ColumnVersion,
|
|
this.ColumnPatchingStatus,
|
|
this.ColumnStatus,
|
|
this.ColumnRequiredUpdate,
|
|
this.ColumnInstalledUpdate});
|
|
resources.ApplyResources(this.dataGridViewHosts, "dataGridViewHosts");
|
|
this.dataGridViewHosts.MultiSelect = true;
|
|
this.dataGridViewHosts.Name = "dataGridViewHosts";
|
|
this.dataGridViewHosts.ReadOnly = true;
|
|
this.dataGridViewHosts.Updating = false;
|
|
//
|
|
// ColumnExpansion
|
|
//
|
|
this.ColumnExpansion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
this.ColumnExpansion.DefaultCellStyle = dataGridViewCellStyle1;
|
|
resources.ApplyResources(this.ColumnExpansion, "ColumnExpansion");
|
|
this.ColumnExpansion.Name = "ColumnExpansion";
|
|
this.ColumnExpansion.ReadOnly = true;
|
|
//
|
|
// ColumnIcon
|
|
//
|
|
this.ColumnIcon.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.NullValue = null;
|
|
this.ColumnIcon.DefaultCellStyle = dataGridViewCellStyle2;
|
|
resources.ApplyResources(this.ColumnIcon, "ColumnIcon");
|
|
this.ColumnIcon.Name = "ColumnIcon";
|
|
this.ColumnIcon.ReadOnly = true;
|
|
this.ColumnIcon.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnName
|
|
//
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.ColumnName.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.ColumnName.FillWeight = 40F;
|
|
resources.ApplyResources(this.ColumnName, "ColumnName");
|
|
this.ColumnName.Name = "ColumnName";
|
|
this.ColumnName.ReadOnly = true;
|
|
//
|
|
// ColumnVersion
|
|
//
|
|
this.ColumnVersion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.ColumnVersion.FillWeight = 20F;
|
|
resources.ApplyResources(this.ColumnVersion, "ColumnVersion");
|
|
this.ColumnVersion.Name = "ColumnVersion";
|
|
this.ColumnVersion.ReadOnly = true;
|
|
this.ColumnVersion.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnPatchingStatus
|
|
//
|
|
this.ColumnPatchingStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.ColumnPatchingStatus, "ColumnPatchingStatus");
|
|
this.ColumnPatchingStatus.Name = "ColumnPatchingStatus";
|
|
this.ColumnPatchingStatus.ReadOnly = true;
|
|
//
|
|
// ColumnStatus
|
|
//
|
|
this.ColumnStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.ColumnStatus.FillWeight = 20F;
|
|
resources.ApplyResources(this.ColumnStatus, "ColumnStatus");
|
|
this.ColumnStatus.Name = "ColumnStatus";
|
|
this.ColumnStatus.ReadOnly = true;
|
|
//
|
|
// ColumnRequiredUpdate
|
|
//
|
|
resources.ApplyResources(this.ColumnRequiredUpdate, "ColumnRequiredUpdate");
|
|
this.ColumnRequiredUpdate.Name = "ColumnRequiredUpdate";
|
|
this.ColumnRequiredUpdate.ReadOnly = true;
|
|
this.ColumnRequiredUpdate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.ColumnRequiredUpdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// ColumnInstalledUpdate
|
|
//
|
|
resources.ApplyResources(this.ColumnInstalledUpdate, "ColumnInstalledUpdate");
|
|
this.ColumnInstalledUpdate.Name = "ColumnInstalledUpdate";
|
|
this.ColumnInstalledUpdate.ReadOnly = true;
|
|
this.ColumnInstalledUpdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewUpdates
|
|
//
|
|
this.dataGridViewUpdates.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dataGridViewUpdates.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridViewUpdates.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridViewUpdates.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridViewUpdates.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColumnExpand,
|
|
this.ColumnMessage,
|
|
this.ColumnLocation,
|
|
this.ColumnDate,
|
|
this.ColumnWebPage});
|
|
resources.ApplyResources(this.dataGridViewUpdates, "dataGridViewUpdates");
|
|
this.dataGridViewUpdates.MultiSelect = true;
|
|
this.dataGridViewUpdates.Name = "dataGridViewUpdates";
|
|
this.dataGridViewUpdates.ReadOnly = true;
|
|
this.dataGridViewUpdates.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewUpdates_CellClick);
|
|
this.dataGridViewUpdates.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewUpdates_CellDoubleClick);
|
|
this.dataGridViewUpdates.SelectionChanged += new System.EventHandler(this.dataGridViewUpdates_SelectionChanged);
|
|
this.dataGridViewUpdates.SortCompare += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridViewUpdates_SortCompare);
|
|
this.dataGridViewUpdates.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewUpdates_KeyDown);
|
|
//
|
|
// ColumnExpand
|
|
//
|
|
this.ColumnExpand.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
|
dataGridViewCellStyle4.NullValue = null;
|
|
dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
|
this.ColumnExpand.DefaultCellStyle = dataGridViewCellStyle4;
|
|
resources.ApplyResources(this.ColumnExpand, "ColumnExpand");
|
|
this.ColumnExpand.Name = "ColumnExpand";
|
|
this.ColumnExpand.ReadOnly = true;
|
|
this.ColumnExpand.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnMessage
|
|
//
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.ColumnMessage.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.ColumnMessage.FillWeight = 40F;
|
|
resources.ApplyResources(this.ColumnMessage, "ColumnMessage");
|
|
this.ColumnMessage.Name = "ColumnMessage";
|
|
this.ColumnMessage.ReadOnly = true;
|
|
//
|
|
// ColumnLocation
|
|
//
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
|
this.ColumnLocation.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.ColumnLocation.FillWeight = 20F;
|
|
resources.ApplyResources(this.ColumnLocation, "ColumnLocation");
|
|
this.ColumnLocation.Name = "ColumnLocation";
|
|
this.ColumnLocation.ReadOnly = true;
|
|
this.ColumnLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnDate
|
|
//
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
|
this.ColumnDate.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.ColumnDate.FillWeight = 20F;
|
|
resources.ApplyResources(this.ColumnDate, "ColumnDate");
|
|
this.ColumnDate.Name = "ColumnDate";
|
|
this.ColumnDate.ReadOnly = true;
|
|
//
|
|
// ColumnWebPage
|
|
//
|
|
this.ColumnWebPage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.ColumnWebPage, "ColumnWebPage");
|
|
this.ColumnWebPage.Name = "ColumnWebPage";
|
|
this.ColumnWebPage.ReadOnly = true;
|
|
this.ColumnWebPage.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.ColumnWebPage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// tableLayoutPanel6
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
|
|
this.tableLayoutPanel6.Controls.Add(this.pictureBox1, 0, 0);
|
|
this.tableLayoutPanel6.Controls.Add(this.AutoCheckForUpdatesDisabledLabel, 1, 0);
|
|
this.tableLayoutPanel6.Controls.Add(this.linkLabelConfigure, 2, 0);
|
|
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
|
|
//
|
|
// linkLabelConfigure
|
|
//
|
|
resources.ApplyResources(this.linkLabelConfigure, "linkLabelConfigure");
|
|
this.linkLabelConfigure.Name = "linkLabelConfigure";
|
|
this.linkLabelConfigure.TabStop = true;
|
|
this.linkLabelConfigure.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelConfigure_LinkClicked);
|
|
//
|
|
// ManageUpdatesPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.Controls.Add(this.tableLayoutPanel4);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Controls.Add(this.tableLayoutPanel5);
|
|
this.Name = "ManageUpdatesPage";
|
|
this.Resize += new System.EventHandler(this.ManageUpdatesPage_Resize);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.informationLabelIcon)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
this.tableLayoutPanel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinner)).EndInit();
|
|
this.tableLayoutPanel5.ResumeLayout(false);
|
|
this.tableLayoutPanel5.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewHosts)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewUpdates)).EndInit();
|
|
this.tableLayoutPanel6.ResumeLayout(false);
|
|
this.tableLayoutPanel6.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewUpdates;
|
|
private System.Windows.Forms.Label labelProgress;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox informationLabelIcon;
|
|
private System.Windows.Forms.LinkLabel informationLabel;
|
|
private System.Windows.Forms.Button button2;
|
|
private Controls.ToolStripEx toolStrip1;
|
|
private Controls.FilterLocationToolStripDropDownButton toolStripDropDownButtonServerFilter;
|
|
private Controls.FilterDatesToolStripDropDownButton toolStripDropDownButtonDateFilter;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonExportAll;
|
|
private System.Windows.Forms.Label AutoCheckForUpdatesDisabledLabel;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonView;
|
|
private System.Windows.Forms.ToolStripMenuItem byUpdateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem byHostToolStripMenuItem;
|
|
private TabPages.ManageUpdatesPage.UpdatePageByHostDataGridView dataGridViewHosts;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DataGridViewImageColumn ColumnExpansion;
|
|
private System.Windows.Forms.DataGridViewImageColumn ColumnIcon;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnVersion;
|
|
private System.Windows.Forms.DataGridViewImageColumn ColumnPatchingStatus;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnStatus;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnRequiredUpdate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnInstalledUpdate;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonUpdate;
|
|
private Controls.SpinnerIcon spinner;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonRefresh;
|
|
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButtonDismiss;
|
|
private System.Windows.Forms.ToolStripMenuItem dismissAllToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem dismissSelectedToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonRestoreDismissed;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
|
|
private System.Windows.Forms.DataGridViewImageColumn ColumnExpand;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMessage;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnLocation;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnWebPage;
|
|
private System.Windows.Forms.LinkLabel linkLabelConfigure;
|
|
}
|
|
}
|