Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 15:26:29 (15 years ago)
Author:
gkronber
Message:

Added problem view for the cedma server. #712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ServerView.designer.cs

    r2094 r2193  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.addressTextBox = new System.Windows.Forms.TextBox();
    48       this.externalAddressLabel = new System.Windows.Forms.Label();
    4947      this.gridAddressLabel = new System.Windows.Forms.Label();
    5048      this.address = new System.Windows.Forms.TextBox();
     
    5351      this.executerTabPage = new System.Windows.Forms.TabPage();
    5452      this.dispatcherTabPage = new System.Windows.Forms.TabPage();
     53      this.problemPage = new System.Windows.Forms.TabPage();
    5554      this.tabControl.SuspendLayout();
    5655      this.SuspendLayout();
    57       //
    58       // addressTextBox
    59       //
    60       this.addressTextBox.Location = new System.Drawing.Point(106, 6);
    61       this.addressTextBox.Name = "addressTextBox";
    62       this.addressTextBox.ReadOnly = true;
    63       this.addressTextBox.Size = new System.Drawing.Size(229, 20);
    64       this.addressTextBox.TabIndex = 0;
    65       //
    66       // externalAddressLabel
    67       //
    68       this.externalAddressLabel.AutoSize = true;
    69       this.externalAddressLabel.Location = new System.Drawing.Point(12, 9);
    70       this.externalAddressLabel.Name = "externalAddressLabel";
    71       this.externalAddressLabel.Size = new System.Drawing.Size(48, 13);
    72       this.externalAddressLabel.TabIndex = 3;
    73       this.externalAddressLabel.Text = "&Address:";
    7456      //
    7557      // gridAddressLabel
     
    10688      this.tabControl.Controls.Add(this.executerTabPage);
    10789      this.tabControl.Controls.Add(this.dispatcherTabPage);
     90      this.tabControl.Controls.Add(this.problemPage);
    10891      this.tabControl.Location = new System.Drawing.Point(3, 58);
    10992      this.tabControl.Name = "tabControl";
     
    132115      this.dispatcherTabPage.UseVisualStyleBackColor = true;
    133116      //
    134       // ServerForm
     117      // problemPage
     118      //
     119      this.problemPage.Location = new System.Drawing.Point(4, 22);
     120      this.problemPage.Name = "problemPage";
     121      this.problemPage.Padding = new System.Windows.Forms.Padding(3);
     122      this.problemPage.Size = new System.Drawing.Size(565, 517);
     123      this.problemPage.TabIndex = 2;
     124      this.problemPage.Text = "Problem";
     125      this.problemPage.UseVisualStyleBackColor = true;
     126      //
     127      // ServerView
    135128      //
    136129      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    140133      this.Controls.Add(this.gridAddressLabel);
    141134      this.Controls.Add(this.address);
    142       this.Controls.Add(this.externalAddressLabel);
    143       this.Controls.Add(this.addressTextBox);
    144       this.Name = "ServerForm";
     135      this.Name = "ServerView";
    145136      this.Size = new System.Drawing.Size(579, 604);
    146137      this.tabControl.ResumeLayout(false);
     
    152143    #endregion
    153144
    154     private System.Windows.Forms.TextBox addressTextBox;
    155     private System.Windows.Forms.Label externalAddressLabel;
    156145    private System.Windows.Forms.Label gridAddressLabel;
    157146    private System.Windows.Forms.TextBox address;
     
    160149    private System.Windows.Forms.TabPage executerTabPage;
    161150    private System.Windows.Forms.TabPage dispatcherTabPage;
     151    private System.Windows.Forms.TabPage problemPage;
    162152  }
    163153}
Note: See TracChangeset for help on using the changeset viewer.