Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/10 05:15:15 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174)

File:
1 edited

Legend:

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

    r4426 r4441  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.tabControl = new System.Windows.Forms.TabControl();
     49      this.platformsTabPage = new System.Windows.Forms.TabPage();
     50      this.platformCollectionView = new HeuristicLab.Clients.OKB.PlatformCollectionView();
    4851      this.algorithmClassesTabPage = new System.Windows.Forms.TabPage();
    4952      this.algorithmClassCollectionView = new HeuristicLab.Clients.OKB.AlgorithmClassCollectionView();
    50       this.refreshButton = new System.Windows.Forms.Button();
    5153      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
    5254      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView();
     55      this.refreshButton = new System.Windows.Forms.Button();
     56      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5357      this.tabControl.SuspendLayout();
     58      this.platformsTabPage.SuspendLayout();
    5459      this.algorithmClassesTabPage.SuspendLayout();
    5560      this.algorithmsTabPage.SuspendLayout();
     
    6166                  | System.Windows.Forms.AnchorStyles.Left)
    6267                  | System.Windows.Forms.AnchorStyles.Right)));
     68      this.tabControl.Controls.Add(this.platformsTabPage);
    6369      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
    6470      this.tabControl.Controls.Add(this.algorithmsTabPage);
     
    6773      this.tabControl.SelectedIndex = 0;
    6874      this.tabControl.Size = new System.Drawing.Size(727, 406);
    69       this.tabControl.TabIndex = 2;
     75      this.tabControl.TabIndex = 1;
     76      //
     77      // platformsTabPage
     78      //
     79      this.platformsTabPage.Controls.Add(this.platformCollectionView);
     80      this.platformsTabPage.Location = new System.Drawing.Point(4, 22);
     81      this.platformsTabPage.Name = "platformsTabPage";
     82      this.platformsTabPage.Padding = new System.Windows.Forms.Padding(3);
     83      this.platformsTabPage.Size = new System.Drawing.Size(719, 380);
     84      this.platformsTabPage.TabIndex = 2;
     85      this.platformsTabPage.Text = "Platforms";
     86      this.platformsTabPage.UseVisualStyleBackColor = true;
     87      //
     88      // platformCollectionView
     89      //
     90      this.platformCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     91                  | System.Windows.Forms.AnchorStyles.Left)
     92                  | System.Windows.Forms.AnchorStyles.Right)));
     93      this.platformCollectionView.Caption = "PlatformCollection View";
     94      this.platformCollectionView.Content = null;
     95      this.platformCollectionView.Location = new System.Drawing.Point(6, 6);
     96      this.platformCollectionView.Name = "platformCollectionView";
     97      this.platformCollectionView.ReadOnly = false;
     98      this.platformCollectionView.Size = new System.Drawing.Size(707, 368);
     99      this.platformCollectionView.TabIndex = 0;
    70100      //
    71101      // algorithmClassesTabPage
     
    91121      this.algorithmClassCollectionView.ReadOnly = false;
    92122      this.algorithmClassCollectionView.Size = new System.Drawing.Size(707, 368);
    93       this.algorithmClassCollectionView.TabIndex = 3;
    94       //
    95       // refreshButton
    96       //
    97       this.refreshButton.Location = new System.Drawing.Point(0, 0);
    98       this.refreshButton.Name = "refreshButton";
    99       this.refreshButton.Size = new System.Drawing.Size(75, 23);
    100       this.refreshButton.TabIndex = 2;
    101       this.refreshButton.Text = "&Refresh";
    102       this.refreshButton.UseVisualStyleBackColor = true;
    103       this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     123      this.algorithmClassCollectionView.TabIndex = 0;
    104124      //
    105125      // algorithmsTabPage
     
    125145      this.algorithmCollectionView.ReadOnly = false;
    126146      this.algorithmCollectionView.Size = new System.Drawing.Size(707, 368);
    127       this.algorithmCollectionView.TabIndex = 2;
     147      this.algorithmCollectionView.TabIndex = 0;
     148      //
     149      // refreshButton
     150      //
     151      this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
     152      this.refreshButton.Location = new System.Drawing.Point(0, 0);
     153      this.refreshButton.Name = "refreshButton";
     154      this.refreshButton.Size = new System.Drawing.Size(24, 24);
     155      this.refreshButton.TabIndex = 0;
     156      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
     157      this.refreshButton.UseVisualStyleBackColor = true;
     158      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    128159      //
    129160      // AdministratorView
     
    136167      this.Size = new System.Drawing.Size(727, 435);
    137168      this.tabControl.ResumeLayout(false);
     169      this.platformsTabPage.ResumeLayout(false);
    138170      this.algorithmClassesTabPage.ResumeLayout(false);
    139171      this.algorithmsTabPage.ResumeLayout(false);
     
    150182    private AlgorithmClassCollectionView algorithmClassCollectionView;
    151183    private AlgorithmCollectionView algorithmCollectionView;
     184    private System.Windows.Forms.ToolTip toolTip;
     185    private System.Windows.Forms.TabPage platformsTabPage;
     186    private PlatformCollectionView platformCollectionView;
    152187
    153188  }
Note: See TracChangeset for help on using the changeset viewer.