Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/14 05:32:41 (9 years ago)
Author:
swagner
Message:

#2205: Continued working on programmable network items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/Core.Networks.Views/UserDefinedNetworkView.Designer.cs

    r11529 r11564  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
     47      this.codeTabPage = new System.Windows.Forms.TabPage();
     48      this.programmableItemView = new HeuristicLab.Core.Views.ProgrammableItemView();
     49      this.tabControl.SuspendLayout();
     50      this.nodesTabPage.SuspendLayout();
     51      this.portsTabPage.SuspendLayout();
     52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     53      this.SuspendLayout();
     54      //
     55      // tabControl
     56      //
     57      this.tabControl.Controls.Add(this.codeTabPage);
     58      this.tabControl.Controls.SetChildIndex(this.codeTabPage, 0);
     59      this.tabControl.Controls.SetChildIndex(this.portsTabPage, 0);
     60      this.tabControl.Controls.SetChildIndex(this.nodesTabPage, 0);
     61      //
     62      // nameTextBox
     63      //
     64      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     65      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     66      //
     67      // codeTabPage
     68      //
     69      this.codeTabPage.Controls.Add(this.programmableItemView);
     70      this.codeTabPage.Location = new System.Drawing.Point(4, 22);
     71      this.codeTabPage.Name = "codeTabPage";
     72      this.codeTabPage.Size = new System.Drawing.Size(637, 465);
     73      this.codeTabPage.TabIndex = 2;
     74      this.codeTabPage.Text = "Code";
     75      this.codeTabPage.UseVisualStyleBackColor = true;
     76      //
     77      // programmableItemView
     78      //
     79      this.programmableItemView.Caption = "ProgrammableItem View";
     80      this.programmableItemView.Content = null;
     81      this.programmableItemView.Dock = System.Windows.Forms.DockStyle.Fill;
     82      this.programmableItemView.Location = new System.Drawing.Point(3, 3);
     83      this.programmableItemView.Name = "programmableItemView";
     84      this.programmableItemView.ReadOnly = false;
     85      this.programmableItemView.Size = new System.Drawing.Size(631, 459);
     86      this.programmableItemView.TabIndex = 0;
     87      //
     88      // UserDefinedNetworkView
     89      //
     90      this.Name = "UserDefinedNetworkView";
     91      this.tabControl.ResumeLayout(false);
     92      this.nodesTabPage.ResumeLayout(false);
     93      this.portsTabPage.ResumeLayout(false);
     94      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     95      this.ResumeLayout(false);
     96      this.PerformLayout();
     97
    4898    }
    4999
    50100    #endregion
     101
     102    protected System.Windows.Forms.TabPage codeTabPage;
     103    protected HeuristicLab.Core.Views.ProgrammableItemView programmableItemView;
    51104  }
    52105}
Note: See TracChangeset for help on using the changeset viewer.