Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/08 14:29:53 (15 years ago)
Author:
gkronber
Message:

worked on CEDMA console and problem importer. #419 (Refactor CEDMA plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/ServerForm.designer.cs

    r378 r1003  
    4747      this.addressTextBox = new System.Windows.Forms.TextBox();
    4848      this.externalAddressLabel = new System.Windows.Forms.Label();
    49       this.activeAgentsLabel = new System.Windows.Forms.Label();
    50       this.activeAgentsTextBox = new System.Windows.Forms.TextBox();
    5149      this.gridAddressLabel = new System.Windows.Forms.Label();
    5250      this.gridAddress = new System.Windows.Forms.TextBox();
     
    7068      this.externalAddressLabel.TabIndex = 3;
    7169      this.externalAddressLabel.Text = "&Address:";
    72       //
    73       // activeAgentsLabel
    74       //
    75       this.activeAgentsLabel.AutoSize = true;
    76       this.activeAgentsLabel.Location = new System.Drawing.Point(12, 61);
    77       this.activeAgentsLabel.Name = "activeAgentsLabel";
    78       this.activeAgentsLabel.Size = new System.Drawing.Size(75, 13);
    79       this.activeAgentsLabel.TabIndex = 7;
    80       this.activeAgentsLabel.Text = "A&ctive agents:";
    81       //
    82       // activeAgentsTextBox
    83       //
    84       this.activeAgentsTextBox.Location = new System.Drawing.Point(106, 58);
    85       this.activeAgentsTextBox.Name = "activeAgentsTextBox";
    86       this.activeAgentsTextBox.ReadOnly = true;
    87       this.activeAgentsTextBox.Size = new System.Drawing.Size(90, 20);
    88       this.activeAgentsTextBox.TabIndex = 6;
    89       this.activeAgentsTextBox.Text = "0";
    90       this.activeAgentsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
    9170      //
    9271      // gridAddressLabel
     
    124103      this.Controls.Add(this.gridAddressLabel);
    125104      this.Controls.Add(this.gridAddress);
    126       this.Controls.Add(this.activeAgentsLabel);
    127       this.Controls.Add(this.activeAgentsTextBox);
    128105      this.Controls.Add(this.externalAddressLabel);
    129106      this.Controls.Add(this.addressTextBox);
    130107      this.Name = "ServerForm";
    131       this.Text = "Agent Server";
     108      this.Text = "CEDMA Server";
    132109      this.ResumeLayout(false);
    133110      this.PerformLayout();
     
    139116    private System.Windows.Forms.TextBox addressTextBox;
    140117    private System.Windows.Forms.Label externalAddressLabel;
    141     private System.Windows.Forms.Label activeAgentsLabel;
    142     private System.Windows.Forms.TextBox activeAgentsTextBox;
    143118    private System.Windows.Forms.Label gridAddressLabel;
    144119    private System.Windows.Forms.TextBox gridAddress;
Note: See TracChangeset for help on using the changeset viewer.