Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/25/10 17:46:07 (14 years ago)
Author:
cneumuel
Message:

made slave-console service configurable via xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HiveSlaveConsole.designer.cs

    r4253 r4320  
    5555      this.btnDisconnect = new System.Windows.Forms.Button();
    5656      this.btConnect = new System.Windows.Forms.Button();
    57       this.tbPort = new System.Windows.Forms.TextBox();
    5857      this.tbIPAdress = new System.Windows.Forms.TextBox();
    5958      this.lbServerIPCaption = new System.Windows.Forms.Label();
     
    167166      this.gbServerConnection.Controls.Add(this.btnDisconnect);
    168167      this.gbServerConnection.Controls.Add(this.btConnect);
    169       this.gbServerConnection.Controls.Add(this.tbPort);
    170168      this.gbServerConnection.Controls.Add(this.tbIPAdress);
    171169      this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
     
    207205      this.btConnect.UseVisualStyleBackColor = true;
    208206      this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
    209       //
    210       // tbPort
    211       //
    212       this.tbPort.Location = new System.Drawing.Point(74, 59);
    213       this.tbPort.Name = "tbPort";
    214       this.tbPort.Size = new System.Drawing.Size(65, 20);
    215       this.tbPort.TabIndex = 3;
    216       this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);
    217207      //
    218208      // tbIPAdress
     
    674664    private System.Windows.Forms.Button btnDisconnect;
    675665    private System.Windows.Forms.Button btConnect;
    676     private System.Windows.Forms.TextBox tbPort;
    677666    private System.Windows.Forms.TextBox tbIPAdress;
    678667    private System.Windows.Forms.Label lbServerIPCaption;
Note: See TracChangeset for help on using the changeset viewer.