mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
170 lines
7.4 KiB
C#
170 lines
7.4 KiB
C#
namespace XenAdmin.Wizards.NewPolicyWizard
|
|
{
|
|
partial class NewPolicyEmailPage
|
|
{
|
|
/// <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(NewPolicyEmailPage));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBoxEmailAddress = new System.Windows.Forms.TextBox();
|
|
this.textBoxSMTP = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBoxPort = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.errorPanel = new System.Windows.Forms.Panel();
|
|
this.errorMessageLabel = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.errorPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Controls.Add(this.tableLayoutPanel1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxEmailAddress, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxSMTP, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxPort, 3, 1);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// textBoxEmailAddress
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.textBoxEmailAddress, 3);
|
|
resources.ApplyResources(this.textBoxEmailAddress, "textBoxEmailAddress");
|
|
this.textBoxEmailAddress.Name = "textBoxEmailAddress";
|
|
//
|
|
// textBoxSMTP
|
|
//
|
|
resources.ApplyResources(this.textBoxSMTP, "textBoxSMTP");
|
|
this.textBoxSMTP.Name = "textBoxSMTP";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// textBoxPort
|
|
//
|
|
resources.ApplyResources(this.textBoxPort, "textBoxPort");
|
|
this.textBoxPort.Name = "textBoxPort";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// checkBox1
|
|
//
|
|
resources.ApplyResources(this.checkBox1, "checkBox1");
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// errorPanel
|
|
//
|
|
this.errorPanel.Controls.Add(this.errorMessageLabel);
|
|
this.errorPanel.Controls.Add(this.pictureBox1);
|
|
resources.ApplyResources(this.errorPanel, "errorPanel");
|
|
this.errorPanel.Name = "errorPanel";
|
|
//
|
|
// errorMessageLabel
|
|
//
|
|
resources.ApplyResources(this.errorMessageLabel, "errorMessageLabel");
|
|
this.errorMessageLabel.ForeColor = System.Drawing.Color.Red;
|
|
this.errorMessageLabel.Name = "errorMessageLabel";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.ErrorImage = null;
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// NewPolicyEmailPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.errorPanel);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "NewPolicyEmailPage";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.errorPanel.ResumeLayout(false);
|
|
this.errorPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBoxEmailAddress;
|
|
private System.Windows.Forms.TextBox textBoxSMTP;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBoxPort;
|
|
private System.Windows.Forms.Panel errorPanel;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label errorMessageLabel;
|
|
}
|
|
}
|