Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/10 05:54:13 (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

    r4441 r4466  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministratorView));
    4849      this.tabControl = new System.Windows.Forms.TabControl();
    4950      this.platformsTabPage = new System.Windows.Forms.TabPage();
     
    5354      this.algorithmsTabPage = new System.Windows.Forms.TabPage();
    5455      this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView();
     56      this.dataTypesTabPage = new System.Windows.Forms.TabPage();
    5557      this.refreshButton = new System.Windows.Forms.Button();
    5658      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     59      this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView();
    5760      this.tabControl.SuspendLayout();
    5861      this.platformsTabPage.SuspendLayout();
    5962      this.algorithmClassesTabPage.SuspendLayout();
    6063      this.algorithmsTabPage.SuspendLayout();
     64      this.dataTypesTabPage.SuspendLayout();
    6165      this.SuspendLayout();
    6266      //
     
    6973      this.tabControl.Controls.Add(this.algorithmClassesTabPage);
    7074      this.tabControl.Controls.Add(this.algorithmsTabPage);
     75      this.tabControl.Controls.Add(this.dataTypesTabPage);
    7176      this.tabControl.Location = new System.Drawing.Point(0, 29);
    7277      this.tabControl.Name = "tabControl";
     
    147152      this.algorithmCollectionView.TabIndex = 0;
    148153      //
     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;
     164      //
    149165      // refreshButton
    150166      //
    151       this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
     167      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
    152168      this.refreshButton.Location = new System.Drawing.Point(0, 0);
    153169      this.refreshButton.Name = "refreshButton";
     
    157173      this.refreshButton.UseVisualStyleBackColor = true;
    158174      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     175      //
     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;
    159188      //
    160189      // AdministratorView
     
    170199      this.algorithmClassesTabPage.ResumeLayout(false);
    171200      this.algorithmsTabPage.ResumeLayout(false);
     201      this.dataTypesTabPage.ResumeLayout(false);
    172202      this.ResumeLayout(false);
    173203
     
    185215    private System.Windows.Forms.TabPage platformsTabPage;
    186216    private PlatformCollectionView platformCollectionView;
     217    private System.Windows.Forms.TabPage dataTypesTabPage;
     218    private DataTypeCollectionView dataTypeCollectionView;
    187219
    188220  }
Note: See TracChangeset for help on using the changeset viewer.