Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/13 10:05:34 (11 years ago)
Author:
ascheibe
Message:

#2100 merged r9915-r9916, r9920-r9921, r9935 into stable branch

Location:
stable
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.Designer.cs

    r9916 r9977  
    5959      this.okButton.Text = "&OK";
    6060      this.okButton.UseVisualStyleBackColor = true;
    61       this.okButton.Click += new System.EventHandler(this.okButton_Click);
    6261      //
    6362      // infoRichTextBox
     
    7877      // InfoBox
    7978      //
     79      this.AcceptButton = this.okButton;
    8080      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8181      this.ClientSize = new System.Drawing.Size(636, 494);
     
    8989      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    9090      this.Text = "Info Box";
     91      this.Load += new System.EventHandler(this.InfoBox_Load);
    9192      this.ResumeLayout(false);
    9293
Note: See TracChangeset for help on using the changeset viewer.