228 lines
12 KiB
C#

namespace UCT.Forms
{
partial class CertWarning
{
/// <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 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CertWarning));
this.innerPane1 = new AMT_SW_GUI.InnerPane();
this.linkViewCert = new System.Windows.Forms.LinkLabel();
this.lblProblemDescription = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lbCloseConnection = new System.Windows.Forms.LinkLabel();
this.lbContinue = new System.Windows.Forms.LinkLabel();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.innerPane1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// innerPane1
//
this.innerPane1.BackColor = System.Drawing.Color.Transparent;
this.innerPane1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(192)))), ((int)(((byte)(223)))));
this.innerPane1.Controls.Add(this.linkViewCert);
this.innerPane1.Controls.Add(this.lblProblemDescription);
this.innerPane1.Controls.Add(this.label4);
this.innerPane1.Controls.Add(this.pictureBox2);
this.innerPane1.Controls.Add(this.pictureBox1);
this.innerPane1.Controls.Add(this.lbCloseConnection);
this.innerPane1.Controls.Add(this.lbContinue);
this.innerPane1.Controls.Add(this.label3);
this.innerPane1.Controls.Add(this.label1);
this.innerPane1.Controls.Add(this.label2);
this.innerPane1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
this.innerPane1.Location = new System.Drawing.Point(12, 12);
this.innerPane1.Name = "innerPane1";
this.innerPane1.RoundCorners = 10;
this.innerPane1.Size = new System.Drawing.Size(507, 231);
this.innerPane1.TabIndex = 96;
//
// linkViewCert
//
this.linkViewCert.AutoSize = true;
this.linkViewCert.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkViewCert.Location = new System.Drawing.Point(402, 207);
this.linkViewCert.Name = "linkViewCert";
this.linkViewCert.Size = new System.Drawing.Size(94, 13);
this.linkViewCert.TabIndex = 20;
this.linkViewCert.TabStop = true;
this.linkViewCert.Text = "View Certificate...";
this.linkViewCert.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkViewCert_LinkClicked);
//
// lblProblemDescription
//
this.lblProblemDescription.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblProblemDescription.Location = new System.Drawing.Point(50, 176);
this.lblProblemDescription.Name = "lblProblemDescription";
this.lblProblemDescription.Size = new System.Drawing.Size(346, 44);
this.lblProblemDescription.TabIndex = 19;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label4.Location = new System.Drawing.Point(50, 156);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(46, 14);
this.label4.TabIndex = 18;
this.label4.Text = "Details:";
//
// pictureBox2
//
this.pictureBox2.Image = global::UCT.Properties.Resources.red_shield;
this.pictureBox2.Location = new System.Drawing.Point(20, 114);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(28, 28);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 16;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::UCT.Properties.Resources.green_shield;
this.pictureBox1.Location = new System.Drawing.Point(20, 76);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(28, 28);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 16;
this.pictureBox1.TabStop = false;
//
// lbCloseConnection
//
this.lbCloseConnection.AutoSize = true;
this.lbCloseConnection.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbCloseConnection.Location = new System.Drawing.Point(50, 120);
this.lbCloseConnection.Name = "lbCloseConnection";
this.lbCloseConnection.Size = new System.Drawing.Size(260, 14);
this.lbCloseConnection.TabIndex = 8;
this.lbCloseConnection.TabStop = true;
this.lbCloseConnection.Text = "Continue the connection (not recommended)";
this.lbCloseConnection.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbCloseConnection_LinkClicked);
//
// lbContinue
//
this.lbContinue.AutoSize = true;
this.lbContinue.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbContinue.Location = new System.Drawing.Point(50, 84);
this.lbContinue.Name = "lbContinue";
this.lbContinue.Size = new System.Drawing.Size(298, 14);
this.lbContinue.TabIndex = 7;
this.lbContinue.TabStop = true;
this.lbContinue.Text = "Click here to close the connection with this machine.";
this.lbContinue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbContinue_LinkClicked);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.SteelBlue;
this.label3.Location = new System.Drawing.Point(12, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(372, 22);
this.label3.TabIndex = 4;
this.label3.Text = "We recommend that you do not connect to this machine.";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.SteelBlue;
this.label1.Location = new System.Drawing.Point(12, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(335, 21);
this.label1.TabIndex = 5;
this.label1.Text = "There is a problem with the certificate";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.SteelBlue;
this.label2.Location = new System.Drawing.Point(12, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(475, 13);
this.label2.TabIndex = 6;
this.label2.Text = "______________________________________________________________________________";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
this.imageList1.Images.SetKeyName(0, "Critical.bmp");
this.imageList1.Images.SetKeyName(1, "OK.bmp");
this.imageList1.Images.SetKeyName(2, "Alert.bmp");
//
// CertWarning
//
this.AcceptButton = this.lbContinue;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::UCT.Properties.Resources.background;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CancelButton = this.lbCloseConnection;
this.ClientSize = new System.Drawing.Size(531, 255);
this.ControlBox = false;
this.Controls.Add(this.innerPane1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CertWarning";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Certificate Problem";
this.TopMost = true;
this.innerPane1.ResumeLayout(false);
this.innerPane1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private AMT_SW_GUI.InnerPane innerPane1;
private System.Windows.Forms.LinkLabel lbCloseConnection;
private System.Windows.Forms.LinkLabel lbContinue;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.LinkLabel linkViewCert;
private System.Windows.Forms.Label lblProblemDescription;
private System.Windows.Forms.Label label4;
}
}