Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/09 02:23:56 (15 years ago)
Author:
swagner
Message:

Worked on VS wizard for creating new HeuristicLab plugins (#567)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Wizards/NewPluginWizardForm.Designer.cs

    r1546 r1547  
    6464      //
    6565      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     66      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    6667      this.okButton.Location = new System.Drawing.Point(449, 335);
    6768      this.okButton.Name = "okButton";
     
    7071      this.okButton.Text = "&OK";
    7172      this.okButton.UseVisualStyleBackColor = true;
    72       this.okButton.Click += new System.EventHandler(this.okButton_Click);
    7373      //
    7474      // cancelButton
Note: See TracChangeset for help on using the changeset viewer.