Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 06:53:43 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AdministratorView.Designer.cs

    r4466 r4481  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministratorView));
    4948      this.tabControl = new System.Windows.Forms.TabControl();
    5049      this.platformsTabPage = new System.Windows.Forms.TabPage();
    5150      this.platformCollectionView = new HeuristicLab.Clients.OKB.PlatformCollectionView();
     51      this.dataTypesTabPage = new System.Windows.Forms.TabPage();
     52      this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView();
    5253      this.algorithmClassesTabPage = new System.Windows.Forms.TabPage();
    5354      this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView();
    5455      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
    5556      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView();
    56       this.dataTypesTabPage = new System.Windows.Forms.TabPage();
     57      this.problemClassesTabPage = new System.Windows.Forms.TabPage();
     58      this.problemsTabPage = new System.Windows.Forms.TabPage();
    5759      this.refreshButton = new System.Windows.Forms.Button();
    5860      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    59       this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView();
     61      this.problemClassCollectionView = new HeuristicLab.Clients.OKB.ProblemClassCollectionView();
     62      this.problemCollectionView = new HeuristicLab.Clients.OKB.ProblemCollectionView();
    6063      this.tabControl.SuspendLayout();
    6164      this.platformsTabPage.SuspendLayout();
     65      this.dataTypesTabPage.SuspendLayout();
    6266      this.algorithmClassesTabPage.SuspendLayout();
    6367      this.algorithmsTabPage.SuspendLayout();
    64       this.dataTypesTabPage.SuspendLayout();
     68      this.problemClassesTabPage.SuspendLayout();
     69      this.problemsTabPage.SuspendLayout();
    6570      this.SuspendLayout();
    6671      //
     
    7176                  | System.Windows.Forms.AnchorStyles.Right)));
    7277      this.tabControl.Controls.Add(this.platformsTabPage);
     78      this.tabControl.Controls.Add(this.dataTypesTabPage);
    7379      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
    7480      this.tabControl.Controls.Add(this.algorithmsTabPage);
    75       this.tabControl.Controls.Add(this.dataTypesTabPage);
     81      this.tabControl.Controls.Add(this.problemClassesTabPage);
     82      this.tabControl.Controls.Add(this.problemsTabPage);
    7683      this.tabControl.Location = new System.Drawing.Point(0, 29);
    7784      this.tabControl.Name = "tabControl";
     
    98105      this.platformCollectionView.Caption = "PlatformCollection View";
    99106      this.platformCollectionView.Content = null;
    100       this.platformCollectionView.Location = new System.Drawing.Point(6, 6);
     107      this.platformCollectionView.Location = new System.Drawing.Point(3, 3);
    101108      this.platformCollectionView.Name = "platformCollectionView";
    102109      this.platformCollectionView.ReadOnly = false;
    103       this.platformCollectionView.Size = new System.Drawing.Size(707, 368);
     110      this.platformCollectionView.Size = new System.Drawing.Size(713, 374);
    104111      this.platformCollectionView.TabIndex = 0;
     112      //
     113      // dataTypesTabPage
     114      //
     115      this.dataTypesTabPage.Controls.Add(this.dataTypeCollectionView);
     116      this.dataTypesTabPage.Location = new System.Drawing.Point(4, 22);
     117      this.dataTypesTabPage.Name = "dataTypesTabPage";
     118      this.dataTypesTabPage.Padding = new System.Windows.Forms.Padding(3);
     119      this.dataTypesTabPage.Size = new System.Drawing.Size(719, 380);
     120      this.dataTypesTabPage.TabIndex = 3;
     121      this.dataTypesTabPage.Text = "Data Types";
     122      this.dataTypesTabPage.UseVisualStyleBackColor = true;
     123      //
     124      // dataTypeCollectionView
     125      //
     126      this.dataTypeCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     127                  | System.Windows.Forms.AnchorStyles.Left)
     128                  | System.Windows.Forms.AnchorStyles.Right)));
     129      this.dataTypeCollectionView.Caption = "DataTypeCollection View";
     130      this.dataTypeCollectionView.Content = null;
     131      this.dataTypeCollectionView.Location = new System.Drawing.Point(3, 3);
     132      this.dataTypeCollectionView.Name = "dataTypeCollectionView";
     133      this.dataTypeCollectionView.ReadOnly = false;
     134      this.dataTypeCollectionView.Size = new System.Drawing.Size(713, 374);
     135      this.dataTypeCollectionView.TabIndex = 0;
    105136      //
    106137      // algorithmClassesTabPage
     
    122153      this.algorithmClassCollectionView.Caption = "AlgorithmClassCollection View";
    123154      this.algorithmClassCollectionView.Content = null;
    124       this.algorithmClassCollectionView.Location = new System.Drawing.Point(6, 6);
     155      this.algorithmClassCollectionView.Location = new System.Drawing.Point(3, 3);
    125156      this.algorithmClassCollectionView.Name = "algorithmClassCollectionView";
    126157      this.algorithmClassCollectionView.ReadOnly = false;
    127       this.algorithmClassCollectionView.Size = new System.Drawing.Size(707, 368);
     158      this.algorithmClassCollectionView.Size = new System.Drawing.Size(713, 374);
    128159      this.algorithmClassCollectionView.TabIndex = 0;
    129160      //
     
    146177      this.algorithmCollectionView.Caption = "AlgorithmCollection View";
    147178      this.algorithmCollectionView.Content = null;
    148       this.algorithmCollectionView.Location = new System.Drawing.Point(6, 6);
     179      this.algorithmCollectionView.Location = new System.Drawing.Point(3, 3);
    149180      this.algorithmCollectionView.Name = "algorithmCollectionView";
    150181      this.algorithmCollectionView.ReadOnly = false;
    151       this.algorithmCollectionView.Size = new System.Drawing.Size(707, 368);
     182      this.algorithmCollectionView.Size = new System.Drawing.Size(713, 374);
    152183      this.algorithmCollectionView.TabIndex = 0;
    153184      //
    154       // dataTypesTabPage
    155       //
    156       this.dataTypesTabPage.Controls.Add(this.dataTypeCollectionView);
    157       this.dataTypesTabPage.Location = new System.Drawing.Point(4, 22);
    158       this.dataTypesTabPage.Name = "dataTypesTabPage";
    159       this.dataTypesTabPage.Padding = new System.Windows.Forms.Padding(3);
    160       this.dataTypesTabPage.Size = new System.Drawing.Size(719, 380);
    161       this.dataTypesTabPage.TabIndex = 3;
    162       this.dataTypesTabPage.Text = "Data Types";
    163       this.dataTypesTabPage.UseVisualStyleBackColor = true;
     185      // problemClassesTabPage
     186      //
     187      this.problemClassesTabPage.Controls.Add(this.problemClassCollectionView);
     188      this.problemClassesTabPage.Location = new System.Drawing.Point(4, 22);
     189      this.problemClassesTabPage.Name = "problemClassesTabPage";
     190      this.problemClassesTabPage.Size = new System.Drawing.Size(719, 380);
     191      this.problemClassesTabPage.TabIndex = 4;
     192      this.problemClassesTabPage.Text = "Problem Classes";
     193      this.problemClassesTabPage.UseVisualStyleBackColor = true;
     194      //
     195      // problemsTabPage
     196      //
     197      this.problemsTabPage.Controls.Add(this.problemCollectionView);
     198      this.problemsTabPage.Location = new System.Drawing.Point(4, 22);
     199      this.problemsTabPage.Name = "problemsTabPage";
     200      this.problemsTabPage.Size = new System.Drawing.Size(719, 380);
     201      this.problemsTabPage.TabIndex = 5;
     202      this.problemsTabPage.Text = "Problems";
     203      this.problemsTabPage.UseVisualStyleBackColor = true;
    164204      //
    165205      // refreshButton
    166206      //
    167       this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
     207      this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
    168208      this.refreshButton.Location = new System.Drawing.Point(0, 0);
    169209      this.refreshButton.Name = "refreshButton";
     
    174214      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    175215      //
    176       // dataTypeCollectionView
    177       //
    178       this.dataTypeCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    179                   | System.Windows.Forms.AnchorStyles.Left)
    180                   | System.Windows.Forms.AnchorStyles.Right)));
    181       this.dataTypeCollectionView.Caption = "DataTypeCollection View";
    182       this.dataTypeCollectionView.Content = null;
    183       this.dataTypeCollectionView.Location = new System.Drawing.Point(6, 6);
    184       this.dataTypeCollectionView.Name = "dataTypeCollectionView";
    185       this.dataTypeCollectionView.ReadOnly = false;
    186       this.dataTypeCollectionView.Size = new System.Drawing.Size(707, 368);
    187       this.dataTypeCollectionView.TabIndex = 0;
     216      // problemClassCollectionView
     217      //
     218      this.problemClassCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     219                  | System.Windows.Forms.AnchorStyles.Left)
     220                  | System.Windows.Forms.AnchorStyles.Right)));
     221      this.problemClassCollectionView.Caption = "ProblemClassCollection View";
     222      this.problemClassCollectionView.Content = null;
     223      this.problemClassCollectionView.Location = new System.Drawing.Point(3, 3);
     224      this.problemClassCollectionView.Name = "problemClassCollectionView";
     225      this.problemClassCollectionView.ReadOnly = false;
     226      this.problemClassCollectionView.Size = new System.Drawing.Size(713, 374);
     227      this.problemClassCollectionView.TabIndex = 0;
     228      //
     229      // problemCollectionView
     230      //
     231      this.problemCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     232                  | System.Windows.Forms.AnchorStyles.Left)
     233                  | System.Windows.Forms.AnchorStyles.Right)));
     234      this.problemCollectionView.Caption = "ProblemCollection View";
     235      this.problemCollectionView.Content = null;
     236      this.problemCollectionView.Location = new System.Drawing.Point(3, 3);
     237      this.problemCollectionView.Name = "problemCollectionView";
     238      this.problemCollectionView.ReadOnly = false;
     239      this.problemCollectionView.Size = new System.Drawing.Size(713, 374);
     240      this.problemCollectionView.TabIndex = 0;
    188241      //
    189242      // AdministratorView
     
    197250      this.tabControl.ResumeLayout(false);
    198251      this.platformsTabPage.ResumeLayout(false);
     252      this.dataTypesTabPage.ResumeLayout(false);
    199253      this.algorithmClassesTabPage.ResumeLayout(false);
    200254      this.algorithmsTabPage.ResumeLayout(false);
    201       this.dataTypesTabPage.ResumeLayout(false);
     255      this.problemClassesTabPage.ResumeLayout(false);
     256      this.problemsTabPage.ResumeLayout(false);
    202257      this.ResumeLayout(false);
    203258
     
    217272    private System.Windows.Forms.TabPage dataTypesTabPage;
    218273    private DataTypeCollectionView dataTypeCollectionView;
     274    private System.Windows.Forms.TabPage problemClassesTabPage;
     275    private System.Windows.Forms.TabPage problemsTabPage;
     276    private ProblemClassCollectionView problemClassCollectionView;
     277    private ProblemCollectionView problemCollectionView;
    219278
    220279  }
Note: See TracChangeset for help on using the changeset viewer.