Free cookie consent management tool by TermsFeed Policy Generator

Changeset 314 for trunk


Ignore:
Timestamp:
06/13/08 11:21:56 (16 years ago)
Author:
gkronber
Message:

fixed #154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/ClientForm.designer.cs

    r114 r314  
    5151      this.statusLabel = new System.Windows.Forms.Label();
    5252      this.statusTextBox = new System.Windows.Forms.TextBox();
    53       this.label2 = new System.Windows.Forms.Label();
    54       this.clientPort = new System.Windows.Forms.TextBox();
    5553      this.SuspendLayout();
    5654      //
     
    6866      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    6967      this.stopButton.Enabled = false;
    70       this.stopButton.Location = new System.Drawing.Point(99, 87);
     68      this.stopButton.Location = new System.Drawing.Point(99, 59);
    7169      this.stopButton.Name = "stopButton";
    7270      this.stopButton.Size = new System.Drawing.Size(75, 23);
     
    7977      //
    8078      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    81       this.startButton.Location = new System.Drawing.Point(15, 87);
     79      this.startButton.Location = new System.Drawing.Point(15, 59);
    8280      this.startButton.Name = "startButton";
    8381      this.startButton.Size = new System.Drawing.Size(75, 23);
     
    9795      //
    9896      this.statusLabel.AutoSize = true;
    99       this.statusLabel.Location = new System.Drawing.Point(9, 56);
     97      this.statusLabel.Location = new System.Drawing.Point(12, 33);
    10098      this.statusLabel.Name = "statusLabel";
    10199      this.statusLabel.Size = new System.Drawing.Size(67, 13);
     
    105103      // statusTextBox
    106104      //
    107       this.statusTextBox.Location = new System.Drawing.Point(96, 53);
     105      this.statusTextBox.Location = new System.Drawing.Point(96, 30);
    108106      this.statusTextBox.Name = "statusTextBox";
    109107      this.statusTextBox.ReadOnly = true;
     
    111109      this.statusTextBox.TabIndex = 9;
    112110      //
    113       // label2
    114       //
    115       this.label2.AutoSize = true;
    116       this.label2.Location = new System.Drawing.Point(9, 32);
    117       this.label2.Name = "label2";
    118       this.label2.Size = new System.Drawing.Size(57, 13);
    119       this.label2.TabIndex = 10;
    120       this.label2.Text = "Client port:";
    121       //
    122       // clientPort
    123       //
    124       this.clientPort.Location = new System.Drawing.Point(96, 29);
    125       this.clientPort.Name = "clientPort";
    126       this.clientPort.Size = new System.Drawing.Size(222, 20);
    127       this.clientPort.TabIndex = 11;
    128       this.clientPort.Text = "8002";
    129       //
    130111      // ClientForm
    131112      //
    132113      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    133114      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    134       this.ClientSize = new System.Drawing.Size(330, 122);
    135       this.Controls.Add(this.clientPort);
    136       this.Controls.Add(this.label2);
     115      this.ClientSize = new System.Drawing.Size(330, 94);
    137116      this.Controls.Add(this.statusTextBox);
    138117      this.Controls.Add(this.statusLabel);
     
    156135    private System.Windows.Forms.Label statusLabel;
    157136    private System.Windows.Forms.TextBox statusTextBox;
    158     private System.Windows.Forms.Label label2;
    159     private System.Windows.Forms.TextBox clientPort;
    160137  }
    161138}
Note: See TracChangeset for help on using the changeset viewer.