namespace UCT.Controls { partial class CertErrorDetails { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CertErrorDetails)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblHeader = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(2, 17); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(24, 24); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // lblHeader // this.lblHeader.AutoSize = true; this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.lblHeader.ForeColor = System.Drawing.Color.MidnightBlue; this.lblHeader.Location = new System.Drawing.Point(25, 24); this.lblHeader.Name = "lblHeader"; this.lblHeader.Size = new System.Drawing.Size(123, 13); this.lblHeader.TabIndex = 3; this.lblHeader.Text = "Hostname Mismatch"; // // lblDescription // this.lblDescription.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDescription.Location = new System.Drawing.Point(28, 50); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(117, 79); this.lblDescription.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Cursor = System.Windows.Forms.Cursors.Hand; this.label2.Font = new System.Drawing.Font("Webdings", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(130, -2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(21, 19); this.label2.TabIndex = 1; this.label2.Text = "r"; this.label2.Click += new System.EventHandler(this.HideControl); // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label1.Location = new System.Drawing.Point(-4, 136); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(156, 27); this.label1.TabIndex = 4; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.linkLabel1.Location = new System.Drawing.Point(33, 143); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(80, 13); this.linkLabel1.TabIndex = 5; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "View Certificate"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // CertErrorDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.linkLabel1); this.Controls.Add(this.label1); this.Controls.Add(this.lblDescription); this.Controls.Add(this.lblHeader); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label2); this.Name = "CertErrorDetails"; this.Size = new System.Drawing.Size(148, 163); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label lblHeader; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; } }