hMailServer.Administrator.ucGlobalRules.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
      private void InitializeComponent()
      {
         this.rules = new hMailServer.Administrator.ucRules();
         this.SuspendLayout();
         // 
         // rules
         // 
         this.rules.Dock = System.Windows.Forms.DockStyle.Fill;
         this.rules.Location = new System.Drawing.Point(0, 0);
         this.rules.Name = "rules";
         this.rules.Size = new System.Drawing.Size(789, 461);
         this.rules.TabIndex = 0;
         // 
         // ucGlobalRules
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.Controls.Add(this.rules);
         this.Name = "ucGlobalRules";
         this.Size = new System.Drawing.Size(789, 461);
         this.ResumeLayout(false);

      }