namespace DeviceScheduler { partial class frmAskSecurityPolicy { /// /// 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 Windows Form 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(frmAskSecurityPolicy)); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.cmdYes = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.chkHide = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AccessibleDescription = null; this.label1.AccessibleName = null; resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // linkLabel1 // this.linkLabel1.AccessibleDescription = null; this.linkLabel1.AccessibleName = null; resources.ApplyResources(this.linkLabel1, "linkLabel1"); this.linkLabel1.Font = null; this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.TabStop = true; this.linkLabel1.Tag = "http://support.microsoft.com/kb/310715/sv"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // cmdYes // this.cmdYes.AccessibleDescription = null; this.cmdYes.AccessibleName = null; resources.ApplyResources(this.cmdYes, "cmdYes"); this.cmdYes.BackgroundImage = null; this.cmdYes.Font = null; this.cmdYes.Name = "cmdYes"; this.cmdYes.UseVisualStyleBackColor = true; this.cmdYes.Click += new System.EventHandler(this.cmdYes_Click); // // pictureBox1 // this.pictureBox1.AccessibleDescription = null; this.pictureBox1.AccessibleName = null; resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.BackgroundImage = null; this.pictureBox1.Font = null; this.pictureBox1.ImageLocation = null; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // panel1 // this.panel1.AccessibleDescription = null; this.panel1.AccessibleName = null; resources.ApplyResources(this.panel1, "panel1"); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BackgroundImage = null; this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label1); this.panel1.Font = null; this.panel1.Name = "panel1"; // // label3 // this.label3.AccessibleDescription = null; this.label3.AccessibleName = null; resources.ApplyResources(this.label3, "label3"); this.label3.Font = null; this.label3.Name = "label3"; // // label2 // this.label2.AccessibleDescription = null; this.label2.AccessibleName = null; resources.ApplyResources(this.label2, "label2"); this.label2.Font = null; this.label2.Name = "label2"; // // label4 // this.label4.AccessibleDescription = null; this.label4.AccessibleName = null; resources.ApplyResources(this.label4, "label4"); this.label4.Font = null; this.label4.Name = "label4"; // // chkHide // this.chkHide.AccessibleDescription = null; this.chkHide.AccessibleName = null; resources.ApplyResources(this.chkHide, "chkHide"); this.chkHide.BackgroundImage = null; this.chkHide.Font = null; this.chkHide.Name = "chkHide"; this.chkHide.UseVisualStyleBackColor = true; // // frmAskSecurityPolicy // this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = null; this.Controls.Add(this.chkHide); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Controls.Add(this.cmdYes); this.Controls.Add(this.linkLabel1); this.Font = null; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = null; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAskSecurityPolicy"; this.Load += new System.EventHandler(this.frmAskSecurityPolicy_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Button cmdYes; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox chkHide; } }