Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/08 12:19:05 (16 years ago)
Author:
gkronber
Message:

worked on #189

File:
1 edited

Legend:

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

    r375 r378  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
    4847      this.addressTextBox = new System.Windows.Forms.TextBox();
    4948      this.externalAddressLabel = new System.Windows.Forms.Label();
    5049      this.activeAgentsLabel = new System.Windows.Forms.Label();
    5150      this.activeAgentsTextBox = new System.Windows.Forms.TextBox();
    52       this.statusUpdateTimer = new System.Windows.Forms.Timer(this.components);
    5351      this.gridAddressLabel = new System.Windows.Forms.Label();
    5452      this.gridAddress = new System.Windows.Forms.TextBox();
     
    9189      this.activeAgentsTextBox.Text = "0";
    9290      this.activeAgentsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
    93       //
    94       // statusUpdateTimer
    95       //
    96       this.statusUpdateTimer.Enabled = true;
    97       this.statusUpdateTimer.Interval = 1000;
    98       this.statusUpdateTimer.Tick += new System.EventHandler(this.statusUpdateTimer_Tick);
    9991      //
    10092      // gridAddressLabel
     
    149141    private System.Windows.Forms.Label activeAgentsLabel;
    150142    private System.Windows.Forms.TextBox activeAgentsTextBox;
    151     private System.Windows.Forms.Timer statusUpdateTimer;
    152143    private System.Windows.Forms.Label gridAddressLabel;
    153144    private System.Windows.Forms.TextBox gridAddress;
Note: See TracChangeset for help on using the changeset viewer.