Opc.Ua.Configuration.SelectComServerDlg.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.MainPN = new System.Windows.Forms.Panel();
            this.ServersLV = new System.Windows.Forms.ListView();
            this.ProgIdCH = new System.Windows.Forms.ColumnHeader();
            this.NameCH = new System.Windows.Forms.ColumnHeader();
            this.SpecificationCH = new System.Windows.Forms.ColumnHeader();
            this.AddressPN = new System.Windows.Forms.Panel();
            this.RefreshBTN = new System.Windows.Forms.Button();
            this.HostLB = new System.Windows.Forms.Label();
            this.HostCB = new System.Windows.Forms.ComboBox();
            this.ButtonsPN.SuspendLayout();
            this.MainPN.SuspendLayout();
            this.AddressPN.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, 408);
            this.ButtonsPN.Name = "ButtonsPN";
            this.ButtonsPN.Size = new System.Drawing.Size(942, 35);
            this.ButtonsPN.TabIndex = 4;
            // 
            // OkBTN
            // 
            this.OkBTN.Location = new System.Drawing.Point(8, 6);
            this.OkBTN.Name = "OkBTN";
            this.OkBTN.Size = new System.Drawing.Size(75, 23);
            this.OkBTN.TabIndex = 3;
            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(864, 7);
            this.CancelBTN.Name = "CancelBTN";
            this.CancelBTN.Size = new System.Drawing.Size(75, 23);
            this.CancelBTN.TabIndex = 1;
            this.CancelBTN.Text = "Close";
            this.CancelBTN.UseVisualStyleBackColor = true;
            // 
            // MainPN
            // 
            this.MainPN.Controls.Add(this.ServersLV);
            this.MainPN.Controls.Add(this.AddressPN);
            this.MainPN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainPN.Location = new System.Drawing.Point(0, 0);
            this.MainPN.Name = "MainPN";
            this.MainPN.Padding = new System.Windows.Forms.Padding(3);
            this.MainPN.Size = new System.Drawing.Size(942, 408);
            this.MainPN.TabIndex = 6;
            // 
            // ServersLV
            // 
            this.ServersLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ProgIdCH,
            this.NameCH,
            this.SpecificationCH});
            this.ServersLV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ServersLV.FullRowSelect = true;
            this.ServersLV.Location = new System.Drawing.Point(3, 35);
            this.ServersLV.MultiSelect = false;
            this.ServersLV.Name = "ServersLV";
            this.ServersLV.Size = new System.Drawing.Size(936, 370);
            this.ServersLV.TabIndex = 4;
            this.ServersLV.UseCompatibleStateImageBehavior = false;
            this.ServersLV.View = System.Windows.Forms.View.Details;
            this.ServersLV.DoubleClick += new System.EventHandler(this.OkBTN_Click);
            // 
            // ProgIdCH
            // 
            this.ProgIdCH.Text = "Prog ID";
            this.ProgIdCH.Width = 203;
            // 
            // NameCH
            // 
            this.NameCH.Text = "Server Name";
            this.NameCH.Width = 172;
            // 
            // SpecificationCH
            // 
            this.SpecificationCH.Text = "Specification";
            this.SpecificationCH.Width = 211;
            // 
            // AddressPN
            // 
            this.AddressPN.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.AddressPN.Controls.Add(this.RefreshBTN);
            this.AddressPN.Controls.Add(this.HostLB);
            this.AddressPN.Controls.Add(this.HostCB);
            this.AddressPN.Dock = System.Windows.Forms.DockStyle.Top;
            this.AddressPN.Location = new System.Drawing.Point(3, 3);
            this.AddressPN.Name = "AddressPN";
            this.AddressPN.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.AddressPN.Size = new System.Drawing.Size(936, 32);
            this.AddressPN.TabIndex = 5;
            // 
            // RefreshBTN
            // 
            this.RefreshBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.RefreshBTN.Location = new System.Drawing.Point(858, 3);
            this.RefreshBTN.Name = "RefreshBTN";
            this.RefreshBTN.Size = new System.Drawing.Size(75, 23);
            this.RefreshBTN.TabIndex = 3;
            this.RefreshBTN.Text = "Refresh";
            this.RefreshBTN.UseVisualStyleBackColor = true;
            this.RefreshBTN.Click += new System.EventHandler(this.RefreshBTN_Click);
            // 
            // HostLB
            // 
            this.HostLB.AutoSize = true;
            this.HostLB.Location = new System.Drawing.Point(0, 7);
            this.HostLB.Name = "HostLB";
            this.HostLB.Size = new System.Drawing.Size(60, 13);
            this.HostLB.TabIndex = 2;
            this.HostLB.Text = "Host Name";
            this.HostLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // HostCB
            // 
            this.HostCB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.HostCB.FormattingEnabled = true;
            this.HostCB.Location = new System.Drawing.Point(66, 4);
            this.HostCB.Name = "HostCB";
            this.HostCB.Size = new System.Drawing.Size(787, 21);
            this.HostCB.TabIndex = 1;
            this.HostCB.SelectedIndexChanged += new System.EventHandler(this.HostCB_SelectedIndexChanged);
            // 
            // SelectComServerDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(942, 443);
            this.Controls.Add(this.MainPN);
            this.Controls.Add(this.ButtonsPN);
            this.Name = "SelectComServerDlg";
            this.Text = "Select a COM Server to Expose via UA";
            this.ButtonsPN.ResumeLayout(false);
            this.MainPN.ResumeLayout(false);
            this.AddressPN.ResumeLayout(false);
            this.AddressPN.PerformLayout();
            this.ResumeLayout(false);

        }