Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/11 00:22:52 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

Location:
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/ProblemView.Designer.cs

    r5532 r5533  
    2020#endregion
    2121
    22 namespace HeuristicLab.Clients.OKB {
     22namespace HeuristicLab.Clients.OKB.Administration {
    2323  partial class ProblemView {
    2424    /// <summary>
     
    5555      this.refreshUsersButton = new System.Windows.Forms.Button();
    5656      this.dataTabPage = new System.Windows.Forms.TabPage();
    57       this.problemDataView = new HeuristicLab.Clients.OKB.ProblemDataView();
    5857      this.tabControl.SuspendLayout();
    5958      this.usersTabPage.SuspendLayout();
     
    181180      // dataTabPage
    182181      //
    183       this.dataTabPage.Controls.Add(this.problemDataView);
    184182      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
    185183      this.dataTabPage.Name = "dataTabPage";
     
    189187      this.dataTabPage.Text = "Platform-Specific Problem Data";
    190188      this.dataTabPage.UseVisualStyleBackColor = true;
    191       //
    192       // problemDataView
    193       //
    194       this.problemDataView.ProblemId = ((long)(0));
    195       this.problemDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    196                   | System.Windows.Forms.AnchorStyles.Left)
    197                   | System.Windows.Forms.AnchorStyles.Right)));
    198       this.problemDataView.Caption = "ProblemData View";
    199       this.problemDataView.Content = null;
    200       this.problemDataView.Location = new System.Drawing.Point(6, 6);
    201       this.problemDataView.Name = "problemDataView";
    202       this.problemDataView.ReadOnly = false;
    203       this.problemDataView.Size = new System.Drawing.Size(613, 254);
    204       this.problemDataView.TabIndex = 0;
    205189      //
    206190      // ProblemView
     
    244228    private System.Windows.Forms.Button refreshUsersButton;
    245229    private System.Windows.Forms.TabPage dataTabPage;
    246     private ProblemDataView problemDataView;
    247230
    248231  }
Note: See TracChangeset for help on using the changeset viewer.