Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/09 13:37:27 (15 years ago)
Author:
gkronber
Message:

Implemented and integrated first version of backend for execution of CEDMA runs on HL.Hive. #642 (Hive backend for CEDMA)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/ServerForm.designer.cs

    r1529 r1898  
    4949      this.externalAddressLabel = new System.Windows.Forms.Label();
    5050      this.gridAddressLabel = new System.Windows.Forms.Label();
    51       this.gridAddress = new System.Windows.Forms.TextBox();
     51      this.address = new System.Windows.Forms.TextBox();
    5252      this.connectButton = new System.Windows.Forms.Button();
    5353      this.listBox = new System.Windows.Forms.ListBox();
     
    8686      // gridAddress
    8787      //
    88       this.gridAddress.Location = new System.Drawing.Point(106, 32);
    89       this.gridAddress.Name = "gridAddress";
    90       this.gridAddress.Size = new System.Drawing.Size(160, 20);
    91       this.gridAddress.TabIndex = 8;
     88      this.address.Location = new System.Drawing.Point(106, 32);
     89      this.address.Name = "gridAddress";
     90      this.address.Size = new System.Drawing.Size(160, 20);
     91      this.address.TabIndex = 8;
    9292      //
    9393      // connectButton
     
    151151      this.Controls.Add(this.connectButton);
    152152      this.Controls.Add(this.gridAddressLabel);
    153       this.Controls.Add(this.gridAddress);
     153      this.Controls.Add(this.address);
    154154      this.Controls.Add(this.externalAddressLabel);
    155155      this.Controls.Add(this.addressTextBox);
     
    167167    private System.Windows.Forms.Label externalAddressLabel;
    168168    private System.Windows.Forms.Label gridAddressLabel;
    169     private System.Windows.Forms.TextBox gridAddress;
     169    private System.Windows.Forms.TextBox address;
    170170    private System.Windows.Forms.Button connectButton;
    171171    private System.Windows.Forms.ListBox listBox;
Note: See TracChangeset for help on using the changeset viewer.