Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/09 15:49:02 (14 years ago)
Author:
mkommend
Message:

added Initialized event to ViewBase in MainForm.WindowsForms (ticket #771)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/ViewBase.Designer.cs

    r2461 r2509  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       components = new System.ComponentModel.Container();
     47      this.SuspendLayout();
     48      //
     49      // ViewBase
     50      //
     51      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4852      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     53      this.Name = "ViewBase";
     54      this.Load += new System.EventHandler(this.ViewBase_Load);
     55      this.ResumeLayout(false);
     56
    4957    }
    5058
Note: See TracChangeset for help on using the changeset viewer.