mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
0045ca9d0b
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
240 lines
13 KiB
C#
240 lines
13 KiB
C#
namespace XenAdmin.TabPages
|
|
{
|
|
partial class ManageCdnUpdatesPage
|
|
{
|
|
/// <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(ManageCdnUpdatesPage));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.toolStrip1 = new XenAdmin.Controls.ToolStripEx();
|
|
this.toolStripDropDownButtonServerFilter = new XenAdmin.Controls.FilterLocationToolStripDropDownButton();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsSplitButtonSynchronize = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.tsmiSynchronizeSelected = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSynchronizeAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripButtonUpdate = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButtonExportAll = new System.Windows.Forms.ToolStripButton();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.dataGridViewEx1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this._columnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this._columnChannel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this._columnLastSync = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this._columnLastUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.toolStripDropDownButtonServerFilter,
|
|
this.toolStripSeparator3,
|
|
this.tsSplitButtonSynchronize,
|
|
this.toolStripButtonUpdate,
|
|
this.toolStripSeparator1,
|
|
this.toolStripButtonExportAll});
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.TabStop = true;
|
|
//
|
|
// 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);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
|
|
//
|
|
// tsSplitButtonSynchronize
|
|
//
|
|
this.tsSplitButtonSynchronize.AutoToolTip = false;
|
|
this.tsSplitButtonSynchronize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tsSplitButtonSynchronize.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiSynchronizeSelected,
|
|
this.tsmiSynchronizeAll});
|
|
resources.ApplyResources(this.tsSplitButtonSynchronize, "tsSplitButtonSynchronize");
|
|
this.tsSplitButtonSynchronize.Name = "tsSplitButtonSynchronize";
|
|
this.tsSplitButtonSynchronize.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsSplitButtonSynchronize_DropDownItemClicked);
|
|
//
|
|
// tsmiSynchronizeSelected
|
|
//
|
|
this.tsmiSynchronizeSelected.Name = "tsmiSynchronizeSelected";
|
|
resources.ApplyResources(this.tsmiSynchronizeSelected, "tsmiSynchronizeSelected");
|
|
this.tsmiSynchronizeSelected.Click += new System.EventHandler(this.tsmiSynchronizeSelected_Click);
|
|
//
|
|
// tsmiSynchronizeAll
|
|
//
|
|
this.tsmiSynchronizeAll.Name = "tsmiSynchronizeAll";
|
|
resources.ApplyResources(this.tsmiSynchronizeAll, "tsmiSynchronizeAll");
|
|
this.tsmiSynchronizeAll.Click += new System.EventHandler(this.tsmiSynchronizeAll_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);
|
|
//
|
|
// 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;
|
|
//
|
|
// dataGridViewEx1
|
|
//
|
|
resources.ApplyResources(this.dataGridViewEx1, "dataGridViewEx1");
|
|
this.dataGridViewEx1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dataGridViewEx1.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridViewEx1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this._columnName,
|
|
this._columnChannel,
|
|
this._columnLastSync,
|
|
this._columnLastUpdate});
|
|
this.dataGridViewEx1.Name = "dataGridViewEx1";
|
|
this.dataGridViewEx1.ReadOnly = true;
|
|
this.dataGridViewEx1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewEx1_CellDoubleClick);
|
|
this.dataGridViewEx1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewEx1_CellMouseClick);
|
|
this.dataGridViewEx1.SelectionChanged += new System.EventHandler(this.dataGridViewEx1_SelectionChanged);
|
|
this.dataGridViewEx1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewEx1_KeyDown);
|
|
//
|
|
// _columnName
|
|
//
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this._columnName.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this._columnName.FillWeight = 55F;
|
|
resources.ApplyResources(this._columnName, "_columnName");
|
|
this._columnName.Name = "_columnName";
|
|
this._columnName.ReadOnly = true;
|
|
this._columnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// _columnChannel
|
|
//
|
|
this._columnChannel.FillWeight = 15F;
|
|
resources.ApplyResources(this._columnChannel, "_columnChannel");
|
|
this._columnChannel.Name = "_columnChannel";
|
|
this._columnChannel.ReadOnly = true;
|
|
this._columnChannel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// _columnLastSync
|
|
//
|
|
this._columnLastSync.FillWeight = 15F;
|
|
resources.ApplyResources(this._columnLastSync, "_columnLastSync");
|
|
this._columnLastSync.Name = "_columnLastSync";
|
|
this._columnLastSync.ReadOnly = true;
|
|
this._columnLastSync.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// _columnLastUpdate
|
|
//
|
|
this._columnLastUpdate.FillWeight = 15F;
|
|
resources.ApplyResources(this._columnLastUpdate, "_columnLastUpdate");
|
|
this._columnLastUpdate.Name = "_columnLastUpdate";
|
|
this._columnLastUpdate.ReadOnly = true;
|
|
this._columnLastUpdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// ManageCdnUpdatesPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.Controls.Add(this.dataGridViewEx1);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Name = "ManageCdnUpdatesPage";
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private Controls.ToolStripEx toolStrip1;
|
|
private Controls.FilterLocationToolStripDropDownButton toolStripDropDownButtonServerFilter;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonExportAll;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonUpdate;
|
|
private Controls.DataGridViewEx.DataGridViewEx dataGridViewEx1;
|
|
private System.Windows.Forms.ToolStripSplitButton tsSplitButtonSynchronize;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSynchronizeSelected;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSynchronizeAll;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn _columnName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn _columnChannel;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn _columnLastSync;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn _columnLastUpdate;
|
|
}
|
|
}
|