xenadmin/XenAdmin/TabPages/HomePage.Designer.cs
Konstantina Chremmou 26e7d4e700 CP-41432: Embed the homepage html files in the project resources.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2022-12-16 00:37:24 +00:00

60 lines
2.1 KiB
C#

namespace XenAdmin.TabPages
{
partial class HomePage
{
/// <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(HomePage));
this.webBrowser = new XenAdmin.Core.WebBrowser2();
this.SuspendLayout();
//
// webBrowser
//
this.webBrowser.AllowWebBrowserDrop = false;
resources.ApplyResources(this.webBrowser, "webBrowser");
this.webBrowser.IsWebBrowserContextMenuEnabled = false;
this.webBrowser.Name = "webBrowser";
this.webBrowser.ScriptErrorsSuppressed = true;
this.webBrowser.WebBrowserShortcutsEnabled = false;
this.webBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser_Navigating);
//
// HomePage
//
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.webBrowser);
resources.ApplyResources(this, "$this");
this.ResumeLayout(false);
}
#endregion
private Core.WebBrowser2 webBrowser;
}
}