ATMLCommonLibrary.controls.network.NetworkNodeListControl.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NetworkNodeListControl));
            this.btnMapNetwork = new System.Windows.Forms.ToolStripButton();
            this.SuspendLayout();
            // 
            // lvList
            // 
            this.lvList.Size = new System.Drawing.Size(385, 203);
            // 
            // btnMapNetwork
            // 
            this.btnMapNetwork.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnMapNetwork.Image = ((System.Drawing.Image)(resources.GetObject("btnMapNetwork.Image")));
            this.btnMapNetwork.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnMapNetwork.Name = "btnMapNetwork";
            this.btnMapNetwork.Size = new System.Drawing.Size(23, 20);
            this.btnMapNetwork.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.btnMapNetwork.ToolTipText = "Press to select multiple network nodes";
            this.btnMapNetwork.Click += new System.EventHandler(this.btnMapNetwork_Click);
            // 
            // NetworkNodeListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "NetworkNodeListControl";
            this.Size = new System.Drawing.Size(424, 206);
            this.TooltipTextAddButton = "Press to add a new Network Node";
            this.TooltipTextDeleteButton = "Press to delete the selected Network Node";
            this.TooltipTextEditButton = "Press to edit the selected Network Node";
            this.ResumeLayout(false);

        }