ATML1671Allocator.forms.RequiredSignalsWindow.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RequiredSignalsWindow));
            this.lvSignals = new ATMLCommonLibrary.controls.awb.AWBListView();
            this.SuspendLayout();
            // 
            // lvSignals
            // 
            this.lvSignals.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvSignals.Location = new System.Drawing.Point(0, 0);
            this.lvSignals.Name = "lvSignals";
            this.lvSignals.Size = new System.Drawing.Size(284, 262);
            this.lvSignals.TabIndex = 0;
            this.lvSignals.UseCompatibleStateImageBehavior = false;
            this.lvSignals.View = System.Windows.Forms.View.Details;
            this.lvSignals.SelectedIndexChanged += new System.EventHandler(this.lvSignals_SelectedIndexChanged);
            // 
            // RequiredSignalsWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.CloseButton = false;
            this.CloseButtonVisible = false;
            this.Controls.Add(this.lvSignals);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RequiredSignalsWindow";
            this.Text = "Required Signals";
            this.ResumeLayout(false);

        }