AsterixDisplayAnalyser.frmDebug.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()
        {
            this.listBoxDebug = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // listBoxDebug
            // 
            this.listBoxDebug.FormattingEnabled = true;
            this.listBoxDebug.Location = new System.Drawing.Point(2, 12);
            this.listBoxDebug.Name = "listBoxDebug";
            this.listBoxDebug.Size = new System.Drawing.Size(270, 238);
            this.listBoxDebug.TabIndex = 0;
            // 
            // frmDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Controls.Add(this.listBoxDebug);
            this.Name = "frmDebug";
            this.Text = "frmDebug";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.frmDebug_Load);
            this.ResumeLayout(false);

        }