Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/08 14:06:42 (16 years ago)
Author:
gkronber
Message:

worked on #188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/ConsoleEditor.cs

    r377 r389  
    3333    private System.Windows.Forms.Label uriLabel;
    3434    private System.Windows.Forms.TabControl tabControl;
    35     private System.Windows.Forms.TabPage overviewPage;
    3635    private System.Windows.Forms.TabPage agentsPage;
    37     private System.Windows.Forms.TabPage resultsPage;
    3836    private Button connectButton;
    3937    private ComboBox comboBox1;
     
    5149      this.uriLabel = new System.Windows.Forms.Label();
    5250      this.tabControl = new System.Windows.Forms.TabControl();
    53       this.overviewPage = new System.Windows.Forms.TabPage();
    5451      this.agentsPage = new System.Windows.Forms.TabPage();
    55       this.resultsPage = new System.Windows.Forms.TabPage();
    5652      this.connectButton = new System.Windows.Forms.Button();
    5753      this.comboBox1 = new System.Windows.Forms.ComboBox();
     
    8278                  | System.Windows.Forms.AnchorStyles.Left)
    8379                  | System.Windows.Forms.AnchorStyles.Right)));
    84       this.tabControl.Controls.Add(this.overviewPage);
    8580      this.tabControl.Controls.Add(this.agentsPage);
    86       this.tabControl.Controls.Add(this.resultsPage);
    8781      this.tabControl.Enabled = false;
    8882      this.tabControl.Location = new System.Drawing.Point(6, 56);
     
    9185      this.tabControl.Size = new System.Drawing.Size(506, 407);
    9286      this.tabControl.TabIndex = 2;
    93       //
    94       // overviewPage
    95       //
    96       this.overviewPage.Location = new System.Drawing.Point(4, 22);
    97       this.overviewPage.Name = "overviewPage";
    98       this.overviewPage.Padding = new System.Windows.Forms.Padding(3);
    99       this.overviewPage.Size = new System.Drawing.Size(498, 381);
    100       this.overviewPage.TabIndex = 0;
    101       this.overviewPage.Text = "Overview";
    102       this.overviewPage.UseVisualStyleBackColor = true;
    10387      //
    10488      // agentsPage
     
    11195      this.agentsPage.Text = "Agents";
    11296      this.agentsPage.UseVisualStyleBackColor = true;
    113       //
    114       // resultsPage
    115       //
    116       this.resultsPage.Location = new System.Drawing.Point(4, 22);
    117       this.resultsPage.Name = "resultsPage";
    118       this.resultsPage.Padding = new System.Windows.Forms.Padding(3);
    119       this.resultsPage.Size = new System.Drawing.Size(498, 381);
    120       this.resultsPage.TabIndex = 2;
    121       this.resultsPage.Text = "Results";
    122       this.resultsPage.UseVisualStyleBackColor = true;
    12397      //
    12498      // connectButton
Note: See TracChangeset for help on using the changeset viewer.