Opc.Ua.Configuration.CreateCertificateDlg.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()
        {
            this.ButtonsPN = new System.Windows.Forms.Panel();
            this.OkBTN = new System.Windows.Forms.Button();
            this.CancelBTN = new System.Windows.Forms.Button();
            this.ApplicationNameLB = new System.Windows.Forms.Label();
            this.ApplicationNameTB = new System.Windows.Forms.TextBox();
            this.ApplicationUriLB = new System.Windows.Forms.Label();
            this.ApplicationUriTB = new System.Windows.Forms.TextBox();
            this.SubjectNameLB = new System.Windows.Forms.Label();
            this.SubjectNameTB = new System.Windows.Forms.TextBox();
            this.DomainsLB = new System.Windows.Forms.Label();
            this.DomainsTB = new System.Windows.Forms.TextBox();
            this.KeySizeLB = new System.Windows.Forms.Label();
            this.KeySizeCB = new System.Windows.Forms.ComboBox();
            this.LifeTimeInMonthsLB = new System.Windows.Forms.Label();
            this.LifeTimeInMonthsUD = new System.Windows.Forms.NumericUpDown();
            this.LifeTimeInMonthsUnitsLB = new System.Windows.Forms.Label();
            this.SubjectNameCK = new System.Windows.Forms.CheckBox();
            this.DomainsCK = new System.Windows.Forms.CheckBox();
            this.ApplicationUriCK = new System.Windows.Forms.CheckBox();
            this.MainPN = new System.Windows.Forms.Panel();
            this.IssuerPasswordTB = new System.Windows.Forms.TextBox();
            this.IssuerPasswordLB = new System.Windows.Forms.Label();
            this.BrowseBTN = new System.Windows.Forms.Button();
            this.IssuerKeyFilePathTB = new System.Windows.Forms.TextBox();
            this.IssuerKeyFilePathLB = new System.Windows.Forms.Label();
            this.OrganizationTB = new System.Windows.Forms.TextBox();
            this.OrganizationLB = new System.Windows.Forms.Label();
            this.CertificateStoreCTRL = new Opc.Ua.Client.Controls.CertificateStoreCtrl();
            this.KeyFormatCB = new System.Windows.Forms.ComboBox();
            this.KeyFormatLB = new System.Windows.Forms.Label();
            this.ButtonsPN.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LifeTimeInMonthsUD)).BeginInit();
            this.MainPN.SuspendLayout();
            this.SuspendLayout();
            // 
            // ButtonsPN
            // 
            this.ButtonsPN.Controls.Add(this.OkBTN);
            this.ButtonsPN.Controls.Add(this.CancelBTN);
            this.ButtonsPN.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ButtonsPN.Location = new System.Drawing.Point(0, 326);
            this.ButtonsPN.Name = "ButtonsPN";
            this.ButtonsPN.Size = new System.Drawing.Size(577, 31);
            this.ButtonsPN.TabIndex = 0;
            // 
            // OkBTN
            // 
            this.OkBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.OkBTN.Location = new System.Drawing.Point(4, 4);
            this.OkBTN.Name = "OkBTN";
            this.OkBTN.Size = new System.Drawing.Size(75, 23);
            this.OkBTN.TabIndex = 1;
            this.OkBTN.Text = "OK";
            this.OkBTN.UseVisualStyleBackColor = true;
            this.OkBTN.Click += new System.EventHandler(this.OkBTN_Click);
            // 
            // CancelBTN
            // 
            this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.CancelBTN.Location = new System.Drawing.Point(498, 4);
            this.CancelBTN.Name = "CancelBTN";
            this.CancelBTN.Size = new System.Drawing.Size(75, 23);
            this.CancelBTN.TabIndex = 0;
            this.CancelBTN.Text = "Cancel";
            this.CancelBTN.UseVisualStyleBackColor = true;
            // 
            // ApplicationNameLB
            // 
            this.ApplicationNameLB.AutoSize = true;
            this.ApplicationNameLB.Location = new System.Drawing.Point(5, 117);
            this.ApplicationNameLB.Name = "ApplicationNameLB";
            this.ApplicationNameLB.Size = new System.Drawing.Size(90, 13);
            this.ApplicationNameLB.TabIndex = 6;
            this.ApplicationNameLB.Text = "Application Name";
            this.ApplicationNameLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ApplicationNameTB
            // 
            this.ApplicationNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ApplicationNameTB.Location = new System.Drawing.Point(96, 114);
            this.ApplicationNameTB.Name = "ApplicationNameTB";
            this.ApplicationNameTB.Size = new System.Drawing.Size(477, 20);
            this.ApplicationNameTB.TabIndex = 7;
            this.ApplicationNameTB.TextChanged += new System.EventHandler(this.ApplicationNameTB_TextChanged);
            // 
            // ApplicationUriLB
            // 
            this.ApplicationUriLB.AutoSize = true;
            this.ApplicationUriLB.Location = new System.Drawing.Point(5, 171);
            this.ApplicationUriLB.Name = "ApplicationUriLB";
            this.ApplicationUriLB.Size = new System.Drawing.Size(81, 13);
            this.ApplicationUriLB.TabIndex = 10;
            this.ApplicationUriLB.Text = "Application URI";
            this.ApplicationUriLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ApplicationUriTB
            // 
            this.ApplicationUriTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ApplicationUriTB.Enabled = false;
            this.ApplicationUriTB.Location = new System.Drawing.Point(96, 168);
            this.ApplicationUriTB.Name = "ApplicationUriTB";
            this.ApplicationUriTB.Size = new System.Drawing.Size(455, 20);
            this.ApplicationUriTB.TabIndex = 11;
            // 
            // SubjectNameLB
            // 
            this.SubjectNameLB.AutoSize = true;
            this.SubjectNameLB.Location = new System.Drawing.Point(4, 197);
            this.SubjectNameLB.Name = "SubjectNameLB";
            this.SubjectNameLB.Size = new System.Drawing.Size(74, 13);
            this.SubjectNameLB.TabIndex = 13;
            this.SubjectNameLB.Text = "Subject Name";
            this.SubjectNameLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // SubjectNameTB
            // 
            this.SubjectNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.SubjectNameTB.Enabled = false;
            this.SubjectNameTB.Location = new System.Drawing.Point(96, 194);
            this.SubjectNameTB.Name = "SubjectNameTB";
            this.SubjectNameTB.Size = new System.Drawing.Size(454, 20);
            this.SubjectNameTB.TabIndex = 14;
            // 
            // DomainsLB
            // 
            this.DomainsLB.AutoSize = true;
            this.DomainsLB.Location = new System.Drawing.Point(4, 223);
            this.DomainsLB.Name = "DomainsLB";
            this.DomainsLB.Size = new System.Drawing.Size(48, 13);
            this.DomainsLB.TabIndex = 16;
            this.DomainsLB.Text = "Domains";
            this.DomainsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // DomainsTB
            // 
            this.DomainsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.DomainsTB.Enabled = false;
            this.DomainsTB.Location = new System.Drawing.Point(96, 220);
            this.DomainsTB.Name = "DomainsTB";
            this.DomainsTB.Size = new System.Drawing.Size(454, 20);
            this.DomainsTB.TabIndex = 17;
            this.DomainsTB.TextChanged += new System.EventHandler(this.ApplicationNameTB_TextChanged);
            // 
            // KeySizeLB
            // 
            this.KeySizeLB.AutoSize = true;
            this.KeySizeLB.Location = new System.Drawing.Point(4, 249);
            this.KeySizeLB.Name = "KeySizeLB";
            this.KeySizeLB.Size = new System.Drawing.Size(48, 13);
            this.KeySizeLB.TabIndex = 19;
            this.KeySizeLB.Text = "Key Size";
            this.KeySizeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // KeySizeCB
            // 
            this.KeySizeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.KeySizeCB.FormattingEnabled = true;
            this.KeySizeCB.Location = new System.Drawing.Point(96, 246);
            this.KeySizeCB.Name = "KeySizeCB";
            this.KeySizeCB.Size = new System.Drawing.Size(120, 21);
            this.KeySizeCB.TabIndex = 20;
            // 
            // LifeTimeInMonthsLB
            // 
            this.LifeTimeInMonthsLB.AutoSize = true;
            this.LifeTimeInMonthsLB.Location = new System.Drawing.Point(5, 276);
            this.LifeTimeInMonthsLB.Name = "LifeTimeInMonthsLB";
            this.LifeTimeInMonthsLB.Size = new System.Drawing.Size(43, 13);
            this.LifeTimeInMonthsLB.TabIndex = 21;
            this.LifeTimeInMonthsLB.Text = "Lifetime";
            this.LifeTimeInMonthsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // LifeTimeInMonthsUD
            // 
            this.LifeTimeInMonthsUD.Increment = new decimal(new int[] {
            12,
            0,
            0,
            0});
            this.LifeTimeInMonthsUD.Location = new System.Drawing.Point(96, 273);
            this.LifeTimeInMonthsUD.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.LifeTimeInMonthsUD.Name = "LifeTimeInMonthsUD";
            this.LifeTimeInMonthsUD.Size = new System.Drawing.Size(56, 20);
            this.LifeTimeInMonthsUD.TabIndex = 22;
            this.LifeTimeInMonthsUD.Value = new decimal(new int[] {
            600,
            0,
            0,
            0});
            // 
            // LifeTimeInMonthsUnitsLB
            // 
            this.LifeTimeInMonthsUnitsLB.AutoSize = true;
            this.LifeTimeInMonthsUnitsLB.Location = new System.Drawing.Point(158, 276);
            this.LifeTimeInMonthsUnitsLB.Name = "LifeTimeInMonthsUnitsLB";
            this.LifeTimeInMonthsUnitsLB.Size = new System.Drawing.Size(42, 13);
            this.LifeTimeInMonthsUnitsLB.TabIndex = 23;
            this.LifeTimeInMonthsUnitsLB.Text = "Months";
            this.LifeTimeInMonthsUnitsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // SubjectNameCK
            // 
            this.SubjectNameCK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.SubjectNameCK.AutoSize = true;
            this.SubjectNameCK.Location = new System.Drawing.Point(557, 197);
            this.SubjectNameCK.Name = "SubjectNameCK";
            this.SubjectNameCK.Size = new System.Drawing.Size(15, 14);
            this.SubjectNameCK.TabIndex = 15;
            this.SubjectNameCK.UseVisualStyleBackColor = true;
            this.SubjectNameCK.CheckedChanged += new System.EventHandler(this.DomainsCK_CheckedChanged);
            // 
            // DomainsCK
            // 
            this.DomainsCK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.DomainsCK.AutoSize = true;
            this.DomainsCK.Location = new System.Drawing.Point(557, 223);
            this.DomainsCK.Name = "DomainsCK";
            this.DomainsCK.Size = new System.Drawing.Size(15, 14);
            this.DomainsCK.TabIndex = 18;
            this.DomainsCK.UseVisualStyleBackColor = true;
            this.DomainsCK.CheckedChanged += new System.EventHandler(this.DomainsCK_CheckedChanged);
            // 
            // ApplicationUriCK
            // 
            this.ApplicationUriCK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ApplicationUriCK.AutoSize = true;
            this.ApplicationUriCK.Location = new System.Drawing.Point(557, 171);
            this.ApplicationUriCK.Name = "ApplicationUriCK";
            this.ApplicationUriCK.Size = new System.Drawing.Size(15, 14);
            this.ApplicationUriCK.TabIndex = 12;
            this.ApplicationUriCK.UseVisualStyleBackColor = true;
            this.ApplicationUriCK.CheckedChanged += new System.EventHandler(this.DomainsCK_CheckedChanged);
            // 
            // MainPN
            // 
            this.MainPN.Controls.Add(this.KeyFormatCB);
            this.MainPN.Controls.Add(this.KeyFormatLB);
            this.MainPN.Controls.Add(this.IssuerPasswordTB);
            this.MainPN.Controls.Add(this.IssuerPasswordLB);
            this.MainPN.Controls.Add(this.BrowseBTN);
            this.MainPN.Controls.Add(this.IssuerKeyFilePathTB);
            this.MainPN.Controls.Add(this.IssuerKeyFilePathLB);
            this.MainPN.Controls.Add(this.OrganizationTB);
            this.MainPN.Controls.Add(this.OrganizationLB);
            this.MainPN.Controls.Add(this.CertificateStoreCTRL);
            this.MainPN.Controls.Add(this.ApplicationUriCK);
            this.MainPN.Controls.Add(this.DomainsCK);
            this.MainPN.Controls.Add(this.SubjectNameCK);
            this.MainPN.Controls.Add(this.LifeTimeInMonthsUnitsLB);
            this.MainPN.Controls.Add(this.LifeTimeInMonthsUD);
            this.MainPN.Controls.Add(this.LifeTimeInMonthsLB);
            this.MainPN.Controls.Add(this.KeySizeCB);
            this.MainPN.Controls.Add(this.KeySizeLB);
            this.MainPN.Controls.Add(this.DomainsTB);
            this.MainPN.Controls.Add(this.DomainsLB);
            this.MainPN.Controls.Add(this.SubjectNameTB);
            this.MainPN.Controls.Add(this.SubjectNameLB);
            this.MainPN.Controls.Add(this.ApplicationUriTB);
            this.MainPN.Controls.Add(this.ApplicationUriLB);
            this.MainPN.Controls.Add(this.ApplicationNameTB);
            this.MainPN.Controls.Add(this.ApplicationNameLB);
            this.MainPN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainPN.Location = new System.Drawing.Point(0, 0);
            this.MainPN.Name = "MainPN";
            this.MainPN.Size = new System.Drawing.Size(577, 326);
            this.MainPN.TabIndex = 0;
            // 
            // IssuerPasswordTB
            // 
            this.IssuerPasswordTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.IssuerPasswordTB.Location = new System.Drawing.Point(96, 88);
            this.IssuerPasswordTB.Name = "IssuerPasswordTB";
            this.IssuerPasswordTB.PasswordChar = '*';
            this.IssuerPasswordTB.Size = new System.Drawing.Size(478, 20);
            this.IssuerPasswordTB.TabIndex = 5;
            // 
            // IssuerPasswordLB
            // 
            this.IssuerPasswordLB.AutoSize = true;
            this.IssuerPasswordLB.Location = new System.Drawing.Point(4, 91);
            this.IssuerPasswordLB.Name = "IssuerPasswordLB";
            this.IssuerPasswordLB.Size = new System.Drawing.Size(70, 13);
            this.IssuerPasswordLB.TabIndex = 4;
            this.IssuerPasswordLB.Text = "CA Password";
            this.IssuerPasswordLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // BrowseBTN
            // 
            this.BrowseBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BrowseBTN.Location = new System.Drawing.Point(497, 60);
            this.BrowseBTN.Name = "BrowseBTN";
            this.BrowseBTN.Size = new System.Drawing.Size(75, 23);
            this.BrowseBTN.TabIndex = 3;
            this.BrowseBTN.Text = "Browse...";
            this.BrowseBTN.UseVisualStyleBackColor = true;
            this.BrowseBTN.Click += new System.EventHandler(this.BrowseBTN_Click);
            // 
            // IssuerKeyFilePathTB
            // 
            this.IssuerKeyFilePathTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.IssuerKeyFilePathTB.Location = new System.Drawing.Point(96, 62);
            this.IssuerKeyFilePathTB.Name = "IssuerKeyFilePathTB";
            this.IssuerKeyFilePathTB.Size = new System.Drawing.Size(398, 20);
            this.IssuerKeyFilePathTB.TabIndex = 2;
            // 
            // IssuerKeyFilePathLB
            // 
            this.IssuerKeyFilePathLB.AutoSize = true;
            this.IssuerKeyFilePathLB.Location = new System.Drawing.Point(4, 65);
            this.IssuerKeyFilePathLB.Name = "IssuerKeyFilePathLB";
            this.IssuerKeyFilePathLB.Size = new System.Drawing.Size(61, 13);
            this.IssuerKeyFilePathLB.TabIndex = 1;
            this.IssuerKeyFilePathLB.Text = "CA Key File";
            this.IssuerKeyFilePathLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // OrganizationTB
            // 
            this.OrganizationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.OrganizationTB.Location = new System.Drawing.Point(96, 140);
            this.OrganizationTB.Name = "OrganizationTB";
            this.OrganizationTB.Size = new System.Drawing.Size(477, 20);
            this.OrganizationTB.TabIndex = 9;
            this.OrganizationTB.TextChanged += new System.EventHandler(this.ApplicationNameTB_TextChanged);
            // 
            // OrganizationLB
            // 
            this.OrganizationLB.AutoSize = true;
            this.OrganizationLB.Location = new System.Drawing.Point(5, 143);
            this.OrganizationLB.Name = "OrganizationLB";
            this.OrganizationLB.Size = new System.Drawing.Size(66, 13);
            this.OrganizationLB.TabIndex = 8;
            this.OrganizationLB.Text = "Organization";
            this.OrganizationLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // CertificateStoreCTRL
            // 
            this.CertificateStoreCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.CertificateStoreCTRL.LabelWidth = 91;
            this.CertificateStoreCTRL.Location = new System.Drawing.Point(4, 6);
            this.CertificateStoreCTRL.MinimumSize = new System.Drawing.Size(300, 51);
            this.CertificateStoreCTRL.Name = "CertificateStoreCTRL";
            this.CertificateStoreCTRL.Size = new System.Drawing.Size(568, 51);
            this.CertificateStoreCTRL.StorePath = "X:\\OPC\\Source\\UA311\\Source\\Utilities\\CertificateGenerator";
            this.CertificateStoreCTRL.TabIndex = 0;
            // 
            // KeyFormatCB
            // 
            this.KeyFormatCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.KeyFormatCB.FormattingEnabled = true;
            this.KeyFormatCB.Location = new System.Drawing.Point(96, 299);
            this.KeyFormatCB.Name = "KeyFormatCB";
            this.KeyFormatCB.Size = new System.Drawing.Size(120, 21);
            this.KeyFormatCB.TabIndex = 25;
            // 
            // KeyFormatLB
            // 
            this.KeyFormatLB.AutoSize = true;
            this.KeyFormatLB.Location = new System.Drawing.Point(4, 302);
            this.KeyFormatLB.Name = "KeyFormatLB";
            this.KeyFormatLB.Size = new System.Drawing.Size(60, 13);
            this.KeyFormatLB.TabIndex = 24;
            this.KeyFormatLB.Text = "Key Format";
            this.KeyFormatLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // CreateCertificateDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(577, 357);
            this.Controls.Add(this.MainPN);
            this.Controls.Add(this.ButtonsPN);
            this.MaximumSize = new System.Drawing.Size(1024, 1024);
            this.MinimumSize = new System.Drawing.Size(409, 290);
            this.Name = "CreateCertificateDlg";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Create Certificate";
            this.ButtonsPN.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.LifeTimeInMonthsUD)).EndInit();
            this.MainPN.ResumeLayout(false);
            this.MainPN.PerformLayout();
            this.ResumeLayout(false);

        }