Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/10 16:34:55 (15 years ago)
Author:
kgrading
Message:

various improvements (#828) concerning the stability of the server

File:
1 edited

Legend:

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

    r2032 r2846  
    4848      this.urlLabel = new System.Windows.Forms.Label();
    4949      this.snapshotButton = new System.Windows.Forms.Button();
     50      this.multiSubmitTextbox = new System.Windows.Forms.TextBox();
    5051      this.splitContainer1.Panel1.SuspendLayout();
    5152      this.splitContainer1.Panel2.SuspendLayout();
     
    114115      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
    115116      //
     117      // multiSubmitTextbox
     118      //
     119      this.multiSubmitTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     120      this.multiSubmitTextbox.Location = new System.Drawing.Point(375, 460);
     121      this.multiSubmitTextbox.Name = "multiSubmitTextbox";
     122      this.multiSubmitTextbox.Size = new System.Drawing.Size(31, 20);
     123      this.multiSubmitTextbox.TabIndex = 10;
     124      this.multiSubmitTextbox.Text = "1";
     125      //
    116126      // HiveEngineEditor
    117127      //
    118128      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    119129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     130      this.Controls.Add(this.multiSubmitTextbox);
    120131      this.Controls.Add(this.snapshotButton);
    121132      this.Controls.Add(this.urlTextBox);
     
    132143      this.Controls.SetChildIndex(this.urlTextBox, 0);
    133144      this.Controls.SetChildIndex(this.snapshotButton, 0);
     145      this.Controls.SetChildIndex(this.multiSubmitTextbox, 0);
    134146      this.splitContainer1.Panel1.ResumeLayout(false);
    135147      this.splitContainer1.Panel2.ResumeLayout(false);
     
    147159    private System.Windows.Forms.Label urlLabel;
    148160    private System.Windows.Forms.Button snapshotButton;
     161    private System.Windows.Forms.TextBox multiSubmitTextbox;
    149162  }
    150163}
Note: See TracChangeset for help on using the changeset viewer.