ATML1671Reader.forms.ATMLReaderToolWindow.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(ATMLReaderToolWindow));
            this.readerFrameControl = new UTRS1671Reader.controls.ReaderFrame();
            this.SuspendLayout();
            // 
            // readerFrameControl
            // 
            this.readerFrameControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.readerFrameControl.Location = new System.Drawing.Point(0, 0);
            this.readerFrameControl.Name = "readerFrameControl";
            this.readerFrameControl.Size = new System.Drawing.Size(829, 444);
            this.readerFrameControl.TabIndex = 0;
            // 
            // ATMLReaderToolWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(829, 444);
            this.Controls.Add(this.readerFrameControl);
            this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.HelpButton = true;
            this.HideOnClose = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ATMLReaderToolWindow";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
            this.TabText = "Reader";
            this.Text = "ATMLReaderToolWindow";
            this.Activated += new System.EventHandler(this.ATMLReaderToolWindow_Activated);
            this.Deactivate += new System.EventHandler(this.ATMLReaderToolWindow_Deactivate);
            this.ResumeLayout(false);

        }