Opc.Ua.Configuration.ManagedApplicationCtrl.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.NewApplicationBTN = new System.Windows.Forms.Button();
            this.EditApplicationBTN = new System.Windows.Forms.Button();
            this.ApplicationToManageCB = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // NewApplicationBTN
            // 
            this.NewApplicationBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.NewApplicationBTN.Location = new System.Drawing.Point(442, 0);
            this.NewApplicationBTN.Name = "NewApplicationBTN";
            this.NewApplicationBTN.Size = new System.Drawing.Size(74, 23);
            this.NewApplicationBTN.TabIndex = 31;
            this.NewApplicationBTN.Text = "Find...";
            this.NewApplicationBTN.UseVisualStyleBackColor = true;
            this.NewApplicationBTN.Click += new System.EventHandler(this.NewApplicationBTN_Click);
            // 
            // EditApplicationBTN
            // 
            this.EditApplicationBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.EditApplicationBTN.Location = new System.Drawing.Point(522, 0);
            this.EditApplicationBTN.Name = "EditApplicationBTN";
            this.EditApplicationBTN.Size = new System.Drawing.Size(74, 23);
            this.EditApplicationBTN.TabIndex = 30;
            this.EditApplicationBTN.Text = "Edit...";
            this.EditApplicationBTN.UseVisualStyleBackColor = true;
            this.EditApplicationBTN.Click += new System.EventHandler(this.EditApplicationBTN_Click);
            // 
            // ApplicationToManageCB
            // 
            this.ApplicationToManageCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ApplicationToManageCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ApplicationToManageCB.FormattingEnabled = true;
            this.ApplicationToManageCB.Location = new System.Drawing.Point(0, 1);
            this.ApplicationToManageCB.Name = "ApplicationToManageCB";
            this.ApplicationToManageCB.Size = new System.Drawing.Size(436, 21);
            this.ApplicationToManageCB.TabIndex = 29;
            this.ApplicationToManageCB.SelectedIndexChanged += new System.EventHandler(this.ApplicationToManageCB_SelectedIndexChanged);
            // 
            // ManagedApplicationCtrl
            // 
            this.Controls.Add(this.NewApplicationBTN);
            this.Controls.Add(this.EditApplicationBTN);
            this.Controls.Add(this.ApplicationToManageCB);
            this.MaximumSize = new System.Drawing.Size(4096, 24);
            this.MinimumSize = new System.Drawing.Size(300, 24);
            this.Name = "ManagedApplicationCtrl";
            this.Size = new System.Drawing.Size(600, 24);
            this.ResumeLayout(false);

        }