Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/09 18:34:28 (15 years ago)
Author:
gkronber
Message:

Worked on asynchronous result polling in HiveEngine. #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

    r2018 r2032  
    4747      this.urlTextBox = new System.Windows.Forms.TextBox();
    4848      this.urlLabel = new System.Windows.Forms.Label();
     49      this.snapshotButton = new System.Windows.Forms.Button();
    4950      this.splitContainer1.Panel1.SuspendLayout();
    5051      this.splitContainer1.Panel2.SuspendLayout();
     
    101102      this.urlLabel.Text = "Hive Server Url:";
    102103      //
     104      // snapshotButton
     105      //
     106      this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     107      this.snapshotButton.Enabled = false;
     108      this.snapshotButton.Location = new System.Drawing.Point(294, 457);
     109      this.snapshotButton.Name = "snapshotButton";
     110      this.snapshotButton.Size = new System.Drawing.Size(75, 23);
     111      this.snapshotButton.TabIndex = 9;
     112      this.snapshotButton.Text = "Sna&pshot";
     113      this.snapshotButton.UseVisualStyleBackColor = true;
     114      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
     115      //
    103116      // HiveEngineEditor
    104117      //
    105118      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    106119      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     120      this.Controls.Add(this.snapshotButton);
    107121      this.Controls.Add(this.urlTextBox);
    108122      this.Controls.Add(this.urlLabel);
     
    117131      this.Controls.SetChildIndex(this.urlLabel, 0);
    118132      this.Controls.SetChildIndex(this.urlTextBox, 0);
     133      this.Controls.SetChildIndex(this.snapshotButton, 0);
    119134      this.splitContainer1.Panel1.ResumeLayout(false);
    120135      this.splitContainer1.Panel2.ResumeLayout(false);
     
    131146    private System.Windows.Forms.TextBox urlTextBox;
    132147    private System.Windows.Forms.Label urlLabel;
     148    private System.Windows.Forms.Button snapshotButton;
    133149  }
    134150}
Note: See TracChangeset for help on using the changeset viewer.