Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 15:18:28 (15 years ago)
Author:
gkronber
Message:

worked on HiveEngine and the HiveEngineEditor (#545 (Engine which can be executed in the Hive))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs

    r1530 r1726  
    8787      //
    8888      this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     89      this.snapshotButton.Enabled = false;
    8990      this.snapshotButton.Location = new System.Drawing.Point(294, 457);
    9091      this.snapshotButton.Name = "snapshotButton";
     
    9394      this.snapshotButton.Text = "Snapshot";
    9495      this.snapshotButton.UseVisualStyleBackColor = true;
     96      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
    9597      //
    9698      // urlTextBox
Note: See TracChangeset for help on using the changeset viewer.