mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
119 lines
5.7 KiB
C#
119 lines
5.7 KiB
C#
|
namespace XenAdmin.Dialogs.OptionsPages
|
||
|
{
|
||
|
partial class UpdatesOptionsPage
|
||
|
{
|
||
|
/// <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 && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Component 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(UpdatesOptionsPage));
|
||
|
this.UpdatesTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||
|
this.XenCenterGroupBox = new XenAdmin.Controls.DecentGroupBox();
|
||
|
this.AllowXenCenterUpdatesCheckBox = new System.Windows.Forms.CheckBox();
|
||
|
this.XenServerGroupBox = new XenAdmin.Controls.DecentGroupBox();
|
||
|
this.AllowXenServerUpdatesCheckBox = new System.Windows.Forms.CheckBox();
|
||
|
this.AllowXenServerPatchesCheckBox = new System.Windows.Forms.CheckBox();
|
||
|
this.UpdatesBlurb = new System.Windows.Forms.Label();
|
||
|
this.UpdatesTableLayoutPanel.SuspendLayout();
|
||
|
this.XenCenterGroupBox.SuspendLayout();
|
||
|
this.XenServerGroupBox.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// UpdatesTableLayoutPanel
|
||
|
//
|
||
|
resources.ApplyResources(this.UpdatesTableLayoutPanel, "UpdatesTableLayoutPanel");
|
||
|
this.UpdatesTableLayoutPanel.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.UpdatesTableLayoutPanel.Controls.Add(this.XenCenterGroupBox, 0, 2);
|
||
|
this.UpdatesTableLayoutPanel.Controls.Add(this.XenServerGroupBox, 0, 1);
|
||
|
this.UpdatesTableLayoutPanel.Controls.Add(this.UpdatesBlurb, 0, 0);
|
||
|
this.UpdatesTableLayoutPanel.Name = "UpdatesTableLayoutPanel";
|
||
|
//
|
||
|
// XenCenterGroupBox
|
||
|
//
|
||
|
resources.ApplyResources(this.XenCenterGroupBox, "XenCenterGroupBox");
|
||
|
this.XenCenterGroupBox.Controls.Add(this.AllowXenCenterUpdatesCheckBox);
|
||
|
this.XenCenterGroupBox.Name = "XenCenterGroupBox";
|
||
|
this.XenCenterGroupBox.TabStop = false;
|
||
|
//
|
||
|
// AllowXenCenterUpdatesCheckBox
|
||
|
//
|
||
|
resources.ApplyResources(this.AllowXenCenterUpdatesCheckBox, "AllowXenCenterUpdatesCheckBox");
|
||
|
this.AllowXenCenterUpdatesCheckBox.Name = "AllowXenCenterUpdatesCheckBox";
|
||
|
this.AllowXenCenterUpdatesCheckBox.UseVisualStyleBackColor = true;
|
||
|
//
|
||
|
// XenServerGroupBox
|
||
|
//
|
||
|
resources.ApplyResources(this.XenServerGroupBox, "XenServerGroupBox");
|
||
|
this.XenServerGroupBox.Controls.Add(this.AllowXenServerUpdatesCheckBox);
|
||
|
this.XenServerGroupBox.Controls.Add(this.AllowXenServerPatchesCheckBox);
|
||
|
this.XenServerGroupBox.Name = "XenServerGroupBox";
|
||
|
this.XenServerGroupBox.TabStop = false;
|
||
|
//
|
||
|
// AllowXenServerUpdatesCheckBox
|
||
|
//
|
||
|
resources.ApplyResources(this.AllowXenServerUpdatesCheckBox, "AllowXenServerUpdatesCheckBox");
|
||
|
this.AllowXenServerUpdatesCheckBox.Name = "AllowXenServerUpdatesCheckBox";
|
||
|
this.AllowXenServerUpdatesCheckBox.UseVisualStyleBackColor = true;
|
||
|
//
|
||
|
// AllowXenServerPatchesCheckBox
|
||
|
//
|
||
|
resources.ApplyResources(this.AllowXenServerPatchesCheckBox, "AllowXenServerPatchesCheckBox");
|
||
|
this.AllowXenServerPatchesCheckBox.Name = "AllowXenServerPatchesCheckBox";
|
||
|
this.AllowXenServerPatchesCheckBox.UseVisualStyleBackColor = true;
|
||
|
//
|
||
|
// UpdatesBlurb
|
||
|
//
|
||
|
resources.ApplyResources(this.UpdatesBlurb, "UpdatesBlurb");
|
||
|
this.UpdatesBlurb.Name = "UpdatesBlurb";
|
||
|
//
|
||
|
// UpdatesOptionsPage
|
||
|
//
|
||
|
resources.ApplyResources(this, "$this");
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||
|
this.Controls.Add(this.UpdatesTableLayoutPanel);
|
||
|
this.Name = "UpdatesOptionsPage";
|
||
|
this.UpdatesTableLayoutPanel.ResumeLayout(false);
|
||
|
this.UpdatesTableLayoutPanel.PerformLayout();
|
||
|
this.XenCenterGroupBox.ResumeLayout(false);
|
||
|
this.XenCenterGroupBox.PerformLayout();
|
||
|
this.XenServerGroupBox.ResumeLayout(false);
|
||
|
this.XenServerGroupBox.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.TableLayoutPanel UpdatesTableLayoutPanel;
|
||
|
private XenAdmin.Controls.DecentGroupBox XenCenterGroupBox;
|
||
|
private System.Windows.Forms.CheckBox AllowXenCenterUpdatesCheckBox;
|
||
|
private XenAdmin.Controls.DecentGroupBox XenServerGroupBox;
|
||
|
private System.Windows.Forms.CheckBox AllowXenServerUpdatesCheckBox;
|
||
|
private System.Windows.Forms.CheckBox AllowXenServerPatchesCheckBox;
|
||
|
private System.Windows.Forms.Label UpdatesBlurb;
|
||
|
}
|
||
|
}
|