Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/30/10 13:47:43 (14 years ago)
Author:
cneumuel
Message:

added connection setup dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs

    r4305 r4342  
    6464      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    6565      this.pauseButton = new System.Windows.Forms.Button();
    66       this.ServerIpLabel = new System.Windows.Forms.Label();
    6766      this.resourceIdsLabel = new System.Windows.Forms.Label();
    68       this.serverIpTextBox = new System.Windows.Forms.TextBox();
    6967      this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
    7068      this.disconnectButton = new System.Windows.Forms.Button();
     
    9795      this.tabControl.Controls.Add(this.runsTabPage);
    9896      this.tabControl.Controls.Add(this.logTabPage);
    99       this.tabControl.Location = new System.Drawing.Point(0, 99);
     97      this.tabControl.Location = new System.Drawing.Point(0, 78);
    10098      this.tabControl.Name = "tabControl";
    10199      this.tabControl.SelectedIndex = 0;
    102       this.tabControl.Size = new System.Drawing.Size(735, 395);
     100      this.tabControl.Size = new System.Drawing.Size(735, 416);
    103101      this.tabControl.TabIndex = 4;
    104102      //
     
    112110      this.experimentTabPage.Name = "experimentTabPage";
    113111      this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3);
    114       this.experimentTabPage.Size = new System.Drawing.Size(727, 369);
     112      this.experimentTabPage.Size = new System.Drawing.Size(727, 390);
    115113      this.experimentTabPage.TabIndex = 1;
    116114      this.experimentTabPage.Text = "Experiment";
     
    302300      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    303301      //
    304       // ServerUrlLabel
    305       //
    306       this.ServerIpLabel.AutoSize = true;
    307       this.ServerIpLabel.Location = new System.Drawing.Point(1, 53);
    308       this.ServerIpLabel.Name = "ServerIpLabel";
    309       this.ServerIpLabel.Size = new System.Drawing.Size(51, 13);
    310       this.ServerIpLabel.TabIndex = 11;
    311       this.ServerIpLabel.Text = "ServerIp";
    312       //
    313302      // resourceIdsLabel
    314303      //
    315304      this.resourceIdsLabel.AutoSize = true;
    316       this.resourceIdsLabel.Location = new System.Drawing.Point(3, 76);
     305      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 55);
    317306      this.resourceIdsLabel.Name = "resourceIdsLabel";
    318307      this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13);
     
    320309      this.resourceIdsLabel.Text = "ResourceIds";
    321310      //
    322       // serverUrlTextBox
    323       //
    324       this.serverIpTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    325                   | System.Windows.Forms.AnchorStyles.Right)));
    326       this.serverIpTextBox.Location = new System.Drawing.Point(72, 50);
    327       this.serverIpTextBox.Name = "serverIpTextBox";
    328       this.serverIpTextBox.Size = new System.Drawing.Size(663, 20);
    329       this.serverIpTextBox.TabIndex = 13;
    330       this.serverIpTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.serverUrlTextBox_Validating);
    331       this.serverIpTextBox.Validated += new System.EventHandler(this.serverUrlTextBox_Validated);
    332       //
    333311      // resourceIdsTextBox
    334312      //
    335313      this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    336314                  | System.Windows.Forms.AnchorStyles.Right)));
    337       this.resourceIdsTextBox.Location = new System.Drawing.Point(72, 73);
     315      this.resourceIdsTextBox.Location = new System.Drawing.Point(72, 52);
    338316      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    339317      this.resourceIdsTextBox.Size = new System.Drawing.Size(663, 20);
     
    371349      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    372350      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    373       this.Controls.Add(this.resourceIdsTextBox);
    374       this.Controls.Add(this.serverIpTextBox);
    375       this.Controls.Add(this.resourceIdsLabel);
    376351      this.Controls.Add(this.tabControl);
    377352      this.Controls.Add(this.disconnectButton);
    378353      this.Controls.Add(this.startButton);
     354      this.Controls.Add(this.resourceIdsTextBox);
    379355      this.Controls.Add(this.executionTimeTextBox);
     356      this.Controls.Add(this.resourceIdsLabel);
    380357      this.Controls.Add(this.executionTimeLabel);
    381       this.Controls.Add(this.ServerIpLabel);
    382358      this.Controls.Add(this.pauseButton);
    383359      this.Controls.Add(this.stopButton);
     
    390366      this.Controls.SetChildIndex(this.stopButton, 0);
    391367      this.Controls.SetChildIndex(this.pauseButton, 0);
    392       this.Controls.SetChildIndex(this.ServerIpLabel, 0);
    393368      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
     369      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    394370      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     371      this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
    395372      this.Controls.SetChildIndex(this.startButton, 0);
    396373      this.Controls.SetChildIndex(this.disconnectButton, 0);
    397374      this.Controls.SetChildIndex(this.tabControl, 0);
    398       this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    399       this.Controls.SetChildIndex(this.serverIpTextBox, 0);
    400       this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
    401375      this.Controls.SetChildIndex(this.nameLabel, 0);
    402376      this.Controls.SetChildIndex(this.descriptionLabel, 0);
     
    424398    private System.Windows.Forms.Button pauseButton;
    425399    private System.Windows.Forms.TabPage hiveStatusTabPage;
    426     private System.Windows.Forms.Label ServerIpLabel;
    427400    private System.Windows.Forms.Label resourceIdsLabel;
    428     private System.Windows.Forms.TextBox serverIpTextBox;
    429401    private System.Windows.Forms.TextBox resourceIdsTextBox;
    430402    private System.Windows.Forms.Button viewExperimentButton;
Note: See TracChangeset for help on using the changeset viewer.