ATMLWorkBench.Forms.SignalModelContainer.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(SignalModelContainer));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tbAddSignal = new System.Windows.Forms.ToolStripButton();
            this.panel = new ATMLWorkBench.Forms.SignalContainer();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbAddSignal});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(656, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tbAddSignal
            // 
            this.tbAddSignal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tbAddSignal.Image = ( (System.Drawing.Image)( resources.GetObject("tbAddSignal.Image") ) );
            this.tbAddSignal.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbAddSignal.Name = "tbAddSignal";
            this.tbAddSignal.Size = new System.Drawing.Size(23, 22);
            this.tbAddSignal.Text = "toolStripButton1";
            this.tbAddSignal.Click += new System.EventHandler(this.tbAddSignal_Click);
            // 
            // panel
            // 
            this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel.Location = new System.Drawing.Point(0, 25);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(656, 454);
            this.panel.TabIndex = 1;
            // 
            // SignalModelContainer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(656, 479);
            this.Controls.Add(this.panel);
            this.Controls.Add(this.toolStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "SignalModelContainer";
            this.Text = "Signal Model";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }