Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/09 20:23:47 (15 years ago)
Author:
gkronber
Message:

Refactored CEDMA dispatcher and CEDMA server view to allow different modeling scenarios for each variable. #754

File:
1 edited

Legend:

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

    r2223 r2375  
    5858      //
    5959      this.gridAddressLabel.AutoSize = true;
    60       this.gridAddressLabel.Location = new System.Drawing.Point(12, 35);
     60      this.gridAddressLabel.Location = new System.Drawing.Point(2, 8);
    6161      this.gridAddressLabel.Name = "gridAddressLabel";
    6262      this.gridAddressLabel.Size = new System.Drawing.Size(69, 13);
     
    6666      // address
    6767      //
    68       this.address.Location = new System.Drawing.Point(106, 32);
     68      this.address.Location = new System.Drawing.Point(96, 5);
    6969      this.address.Name = "address";
    7070      this.address.Size = new System.Drawing.Size(160, 20);
     
    7373      // connectButton
    7474      //
    75       this.connectButton.Location = new System.Drawing.Point(272, 30);
     75      this.connectButton.Location = new System.Drawing.Point(262, 3);
    7676      this.connectButton.Name = "connectButton";
    7777      this.connectButton.Size = new System.Drawing.Size(75, 23);
     
    8989      this.tabControl.Controls.Add(this.dispatcherTabPage);
    9090      this.tabControl.Controls.Add(this.problemPage);
    91       this.tabControl.Location = new System.Drawing.Point(3, 58);
     91      this.tabControl.Location = new System.Drawing.Point(3, 31);
    9292      this.tabControl.Name = "tabControl";
    9393      this.tabControl.SelectedIndex = 0;
    94       this.tabControl.Size = new System.Drawing.Size(573, 543);
     94      this.tabControl.Size = new System.Drawing.Size(573, 570);
    9595      this.tabControl.TabIndex = 14;
    9696      //
     
    100100      this.executerTabPage.Name = "executerTabPage";
    101101      this.executerTabPage.Padding = new System.Windows.Forms.Padding(3);
    102       this.executerTabPage.Size = new System.Drawing.Size(565, 517);
     102      this.executerTabPage.Size = new System.Drawing.Size(565, 544);
    103103      this.executerTabPage.TabIndex = 0;
    104104      this.executerTabPage.Text = "Executer";
Note: See TracChangeset for help on using the changeset viewer.