Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/09 16:05:26 (15 years ago)
Author:
svonolfe
Message:

Added execution engine facade (#465)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server/MainForm.Designer.cs

    r899 r1120  
    3333          this.label2 = new System.Windows.Forms.Label();
    3434          this.lblAddress2 = new System.Windows.Forms.Label();
     35          this.label3 = new System.Windows.Forms.Label();
     36          this.lblAddress3 = new System.Windows.Forms.Label();
    3537          this.SuspendLayout();
    3638          //
     
    7173          this.lblAddress2.Text = "address";
    7274          //
     75          // label3
     76          //
     77          this.label3.AutoSize = true;
     78          this.label3.Location = new System.Drawing.Point(18, 131);
     79          this.label3.Name = "label3";
     80          this.label3.Size = new System.Drawing.Size(206, 13);
     81          this.label3.TabIndex = 4;
     82          this.label3.Text = "Hive Execution Engine Facade running @";
     83          //
     84          // lblAddress3
     85          //
     86          this.lblAddress3.AutoSize = true;
     87          this.lblAddress3.Location = new System.Drawing.Point(18, 159);
     88          this.lblAddress3.Name = "lblAddress3";
     89          this.lblAddress3.Size = new System.Drawing.Size(44, 13);
     90          this.lblAddress3.TabIndex = 5;
     91          this.lblAddress3.Text = "address";
     92          //
    7393          // MainForm
    7494          //
    7595          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7696          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    77           this.ClientSize = new System.Drawing.Size(304, 128);
     97          this.ClientSize = new System.Drawing.Size(304, 181);
     98          this.Controls.Add(this.lblAddress3);
     99          this.Controls.Add(this.label3);
    78100          this.Controls.Add(this.lblAddress2);
    79101          this.Controls.Add(this.label2);
     
    93115        private System.Windows.Forms.Label label2;
    94116        private System.Windows.Forms.Label lblAddress2;
     117        private System.Windows.Forms.Label label3;
     118        private System.Windows.Forms.Label lblAddress3;
    95119    }
    96120}
Note: See TracChangeset for help on using the changeset viewer.