ComponentFactory.Krypton.Ribbon.LicenseInstallForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseInstallForm));
            this._keyText = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
            this._keyLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.kryptonPanelTop = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this.labelTopHeader = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.pictureBoxRight = new System.Windows.Forms.PictureBox();
            this.kryptonPanelBottom = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this.kryptonButtonHelp = new ComponentFactory.Krypton.Toolkit.KryptonButton();
            this.kryptonButtonOK = new ComponentFactory.Krypton.Toolkit.KryptonButton();
            this.kryptonButtonIgnore = new ComponentFactory.Krypton.Toolkit.KryptonButton();
            this.kryptonPanelBottomBorder = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this.kryptonPanelTopBorder = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
            this._msgError = new System.Windows.Forms.Label();
            this._msgLabel = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).BeginInit();
            this.kryptonPanelTop.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelBottom)).BeginInit();
            this.kryptonPanelBottom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelBottomBorder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTopBorder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
            this.kryptonPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // _keyText
            //
            this._keyText.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
            this._keyText.Location = new System.Drawing.Point(89, 98);
            this._keyText.Multiline = true;
            this._keyText.Name = "_keyText";
            this._keyText.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this._keyText.Size = new System.Drawing.Size(320, 35);
            this._keyText.TabIndex = 0;
            this._keyText.TextChanged += new System.EventHandler(this.OnLicenceTextChanged);
            //
            // _keyLabel
            //
            this._keyLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this._keyLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
            this._keyLabel.Location = new System.Drawing.Point(17, 101);
            this._keyLabel.Name = "_keyLabel";
            this._keyLabel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this._keyLabel.Size = new System.Drawing.Size(69, 19);
            this._keyLabel.TabIndex = 3;
            this._keyLabel.Values.Text = "Licence Key";
            //
            // kryptonPanelTop
            //
            this.kryptonPanelTop.Controls.Add(this.labelTopHeader);
            this.kryptonPanelTop.Controls.Add(this.pictureBoxRight);
            this.kryptonPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.kryptonPanelTop.Location = new System.Drawing.Point(0, 0);
            this.kryptonPanelTop.Name = "kryptonPanelTop";
            this.kryptonPanelTop.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonPanelTop.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
            this.kryptonPanelTop.Size = new System.Drawing.Size(437, 90);
            this.kryptonPanelTop.TabIndex = 0;
            //
            // labelTopHeader
            //
            this.labelTopHeader.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
            this.labelTopHeader.Location = new System.Drawing.Point(12, 30);
            this.labelTopHeader.Name = "labelTopHeader";
            this.labelTopHeader.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.labelTopHeader.Size = new System.Drawing.Size(215, 53);
            this.labelTopHeader.StateCommon.ShortText.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTopHeader.StateCommon.ShortText.Hint = ComponentFactory.Krypton.Toolkit.PaletteTextHint.AntiAlias;
            this.labelTopHeader.StateCommon.ShortText.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
            this.labelTopHeader.StateCommon.ShortText.Trim = ComponentFactory.Krypton.Toolkit.PaletteTextTrim.Inherit;
            this.labelTopHeader.TabIndex = 1;
            this.labelTopHeader.Values.Text = "Krypton Suite\r\nInstall Licence";
            //
            // pictureBoxRight
            //
            this.pictureBoxRight.BackColor = System.Drawing.SystemColors.Window;
            this.pictureBoxRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBoxRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.pictureBoxRight.Image = global::ComponentFactory.Krypton.Ribbon.Properties.Resources.CF_logo;
            this.pictureBoxRight.Location = new System.Drawing.Point(231, 0);
            this.pictureBoxRight.Name = "pictureBoxRight";
            this.pictureBoxRight.Size = new System.Drawing.Size(206, 90);
            this.pictureBoxRight.TabIndex = 0;
            this.pictureBoxRight.TabStop = false;
            //
            // kryptonPanelBottom
            //
            this.kryptonPanelBottom.Controls.Add(this.kryptonButtonHelp);
            this.kryptonPanelBottom.Controls.Add(this.kryptonButtonOK);
            this.kryptonPanelBottom.Controls.Add(this.kryptonButtonIgnore);
            this.kryptonPanelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.kryptonPanelBottom.Location = new System.Drawing.Point(0, 330);
            this.kryptonPanelBottom.Name = "kryptonPanelBottom";
            this.kryptonPanelBottom.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonPanelBottom.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
            this.kryptonPanelBottom.Size = new System.Drawing.Size(437, 45);
            this.kryptonPanelBottom.StateNormal.ColorStyle = ComponentFactory.Krypton.Toolkit.PaletteColorStyle.Solid;
            this.kryptonPanelBottom.StateNormal.ImageStyle = ComponentFactory.Krypton.Toolkit.PaletteImageStyle.Inherit;
            this.kryptonPanelBottom.TabIndex = 1;
            //
            // kryptonButtonHelp
            //
            this.kryptonButtonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.kryptonButtonHelp.ButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Standalone;
            this.kryptonButtonHelp.Location = new System.Drawing.Point(10, 10);
            this.kryptonButtonHelp.Name = "kryptonButtonHelp";
            this.kryptonButtonHelp.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonButtonHelp.Size = new System.Drawing.Size(74, 25);
            this.kryptonButtonHelp.TabIndex = 0;
            this.kryptonButtonHelp.Values.Image = global::ComponentFactory.Krypton.Ribbon.Properties.Resources.help2;
            this.kryptonButtonHelp.Values.Text = "Help";
            this.kryptonButtonHelp.Click += new System.EventHandler(this.OnHelpButtonClick);
            //
            // kryptonButtonOK
            //
            this.kryptonButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.kryptonButtonOK.ButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Standalone;
            this.kryptonButtonOK.Enabled = false;
            this.kryptonButtonOK.Location = new System.Drawing.Point(273, 10);
            this.kryptonButtonOK.Name = "kryptonButtonOK";
            this.kryptonButtonOK.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonButtonOK.Size = new System.Drawing.Size(74, 25);
            this.kryptonButtonOK.TabIndex = 1;
            this.kryptonButtonOK.Values.Image = global::ComponentFactory.Krypton.Ribbon.Properties.Resources.check2;
            this.kryptonButtonOK.Values.Text = "OK";
            this.kryptonButtonOK.Click += new System.EventHandler(this.OnOkButtonClick);
            //
            // kryptonButtonIgnore
            //
            this.kryptonButtonIgnore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.kryptonButtonIgnore.ButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Standalone;
            this.kryptonButtonIgnore.Location = new System.Drawing.Point(353, 10);
            this.kryptonButtonIgnore.Name = "kryptonButtonIgnore";
            this.kryptonButtonIgnore.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonButtonIgnore.Size = new System.Drawing.Size(74, 25);
            this.kryptonButtonIgnore.TabIndex = 2;
            this.kryptonButtonIgnore.Values.Image = global::ComponentFactory.Krypton.Ribbon.Properties.Resources.delete2;
            this.kryptonButtonIgnore.Values.Text = "Ignore";
            this.kryptonButtonIgnore.Click += new System.EventHandler(this.OnIgnoreButtonClick);
            //
            // kryptonPanelBottomBorder
            //
            this.kryptonPanelBottomBorder.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.kryptonPanelBottomBorder.Location = new System.Drawing.Point(0, 327);
            this.kryptonPanelBottomBorder.Name = "kryptonPanelBottomBorder";
            this.kryptonPanelBottomBorder.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonPanelBottomBorder.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.HeaderPrimary;
            this.kryptonPanelBottomBorder.Size = new System.Drawing.Size(437, 3);
            this.kryptonPanelBottomBorder.TabIndex = 13;
            //
            // kryptonPanelTopBorder
            //
            this.kryptonPanelTopBorder.Dock = System.Windows.Forms.DockStyle.Top;
            this.kryptonPanelTopBorder.Location = new System.Drawing.Point(0, 90);
            this.kryptonPanelTopBorder.Name = "kryptonPanelTopBorder";
            this.kryptonPanelTopBorder.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonPanelTopBorder.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.HeaderPrimary;
            this.kryptonPanelTopBorder.Size = new System.Drawing.Size(437, 3);
            this.kryptonPanelTopBorder.TabIndex = 14;
            //
            // kryptonPanel1
            //
            this.kryptonPanel1.Controls.Add(this.label1);
            this.kryptonPanel1.Controls.Add(this._msgError);
            this.kryptonPanel1.Controls.Add(this._msgLabel);
            this.kryptonPanel1.Controls.Add(this._keyText);
            this.kryptonPanel1.Controls.Add(this._keyLabel);
            this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.kryptonPanel1.Location = new System.Drawing.Point(0, 93);
            this.kryptonPanel1.Name = "kryptonPanel1";
            this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelAlternate;
            this.kryptonPanel1.Size = new System.Drawing.Size(437, 234);
            this.kryptonPanel1.TabIndex = 0;
            //
            // _msgError
            //
            this._msgError.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this._msgError.BackColor = System.Drawing.Color.Transparent;
            this._msgError.ForeColor = System.Drawing.Color.Red;
            this._msgError.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this._msgError.Location = new System.Drawing.Point(88, 138);
            this._msgError.Name = "_msgError";
            this._msgError.Size = new System.Drawing.Size(333, 83);
            this._msgError.TabIndex = 5;
            //
            // _msgLabel
            //
            this._msgLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this._msgLabel.BackColor = System.Drawing.Color.Transparent;
            this._msgLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this._msgLabel.Location = new System.Drawing.Point(10, 10);
            this._msgLabel.Name = "_msgLabel";
            this._msgLabel.Size = new System.Drawing.Size(417, 63);
            this._msgLabel.TabIndex = 4;
            this._msgLabel.Text = "Krypton Suite is not currently licenced. Install your licence by entering the" +
                " serial key and clicking OK.";
            //
            // label1
            //
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label1.Location = new System.Drawing.Point(10, 44);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(417, 51);
            this.label1.TabIndex = 6;
            this.label1.Text = "Click Ignore to start a 30 day evaluation period. Once your 30 day evaluation per" +
                "iod expires you will receive this message at design time and a warning message a" +
                "t runtime.";
            //
            // LicenseInstallForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(437, 375);
            this.ControlBox = false;
            this.Controls.Add(this.kryptonPanel1);
            this.Controls.Add(this.kryptonPanelTopBorder);
            this.Controls.Add(this.kryptonPanelBottomBorder);
            this.Controls.Add(this.kryptonPanelBottom);
            this.Controls.Add(this.kryptonPanelTop);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LicenseInstallForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Install Krypton Suite Licence";
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).EndInit();
            this.kryptonPanelTop.ResumeLayout(false);
            this.kryptonPanelTop.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelBottom)).EndInit();
            this.kryptonPanelBottom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelBottomBorder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTopBorder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
            this.kryptonPanel1.ResumeLayout(false);
            this.kryptonPanel1.PerformLayout();
            this.ResumeLayout(false);
        }