Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/08 17:52:05 (16 years ago)
Author:
msteinbi
Message:

Added additional WCF endpoint for the server management console - fixed #381

File:
1 edited

Legend:

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

    r741 r800  
    3030        {
    3131          this.label1 = new System.Windows.Forms.Label();
    32           this.lblAddress = new System.Windows.Forms.Label();
     32          this.lblAddress1 = new System.Windows.Forms.Label();
     33          this.label2 = new System.Windows.Forms.Label();
     34          this.lblAddress2 = new System.Windows.Forms.Label();
    3335          this.SuspendLayout();
    3436          //
     
    4244          this.label1.Text = "Hive server running @";
    4345          //
    44           // lblAddress
     46          // lblAddress1
    4547          //
    46           this.lblAddress.AutoSize = true;
    47           this.lblAddress.Location = new System.Drawing.Point(18, 43);
    48           this.lblAddress.Name = "lblAddress";
    49           this.lblAddress.Size = new System.Drawing.Size(44, 13);
    50           this.lblAddress.TabIndex = 1;
    51           this.lblAddress.Text = "address";
     48          this.lblAddress1.AutoSize = true;
     49          this.lblAddress1.Location = new System.Drawing.Point(18, 43);
     50          this.lblAddress1.Name = "lblAddress1";
     51          this.lblAddress1.Size = new System.Drawing.Size(44, 13);
     52          this.lblAddress1.TabIndex = 1;
     53          this.lblAddress1.Text = "address";
     54          //
     55          // label2
     56          //
     57          this.label2.AutoSize = true;
     58          this.label2.Location = new System.Drawing.Point(18, 76);
     59          this.label2.Name = "label2";
     60          this.label2.Size = new System.Drawing.Size(195, 13);
     61          this.label2.TabIndex = 2;
     62          this.label2.Text = "Hive Server Console Facade running @";
     63          //
     64          // lblAddress2
     65          //
     66          this.lblAddress2.AutoSize = true;
     67          this.lblAddress2.Location = new System.Drawing.Point(18, 102);
     68          this.lblAddress2.Name = "lblAddress2";
     69          this.lblAddress2.Size = new System.Drawing.Size(44, 13);
     70          this.lblAddress2.TabIndex = 3;
     71          this.lblAddress2.Text = "address";
    5272          //
    5373          // MainForm
     
    5575          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5676          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    57           this.ClientSize = new System.Drawing.Size(304, 78);
    58           this.Controls.Add(this.lblAddress);
     77          this.ClientSize = new System.Drawing.Size(304, 128);
     78          this.Controls.Add(this.lblAddress2);
     79          this.Controls.Add(this.label2);
     80          this.Controls.Add(this.lblAddress1);
    5981          this.Controls.Add(this.label1);
    6082          this.Name = "MainForm";
     
    6890
    6991        private System.Windows.Forms.Label label1;
    70         private System.Windows.Forms.Label lblAddress;
     92        private System.Windows.Forms.Label lblAddress1;
     93        private System.Windows.Forms.Label label2;
     94        private System.Windows.Forms.Label lblAddress2;
    7195    }
    7296}
Note: See TracChangeset for help on using the changeset viewer.