ArchiveTools.FrmMain.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.BtnFindCorruptFiles = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // BtnFindCorruptFiles
            // 
            this.BtnFindCorruptFiles.Location = new System.Drawing.Point(12, 12);
            this.BtnFindCorruptFiles.Name = "BtnFindCorruptFiles";
            this.BtnFindCorruptFiles.Size = new System.Drawing.Size(135, 23);
            this.BtnFindCorruptFiles.TabIndex = 0;
            this.BtnFindCorruptFiles.Text = "Find Corrupt Files";
            this.BtnFindCorruptFiles.UseVisualStyleBackColor = true;
            this.BtnFindCorruptFiles.Click += new System.EventHandler(this.BtnFindCorruptFiles_Click);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(306, 125);
            this.Controls.Add(this.BtnFindCorruptFiles);
            this.Name = "FrmMain";
            this.Text = "Archive Tools";
            this.ResumeLayout(false);

        }