Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/10/14 02:35:44 (10 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

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

    r11412 r11438  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.outputPortLabel = new System.Windows.Forms.Label();
    48       this.outputPortTextBox = new System.Windows.Forms.TextBox();
     47      this.outputPortGroupBox = new System.Windows.Forms.GroupBox();
     48      this.outputPortView = new HeuristicLab.Optimization.Networks.Views.PortView();
    4949      this.valueGroupBox.SuspendLayout();
    5050      this.valuePanel.SuspendLayout();
    5151      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     52      this.outputPortGroupBox.SuspendLayout();
    5253      this.SuspendLayout();
    5354      //
    5455      // valueGroupBox
    5556      //
    56       this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    57       this.valueGroupBox.Size = new System.Drawing.Size(645, 465);
    58       this.valueGroupBox.TabIndex = 5;
     57      this.valueGroupBox.Location = new System.Drawing.Point(0, 129);
     58      this.valueGroupBox.Size = new System.Drawing.Size(645, 388);
     59      this.valueGroupBox.TabIndex = 6;
    5960      //
    6061      // valuePanel
    6162      //
    62       this.valuePanel.Size = new System.Drawing.Size(633, 440);
     63      this.valuePanel.Size = new System.Drawing.Size(633, 363);
    6364      //
    6465      // valueViewHost
    6566      //
    66       this.valueViewHost.Size = new System.Drawing.Size(633, 440);
     67      this.valueViewHost.Size = new System.Drawing.Size(633, 363);
     68      //
     69      // pathTextBox
     70      //
     71      this.pathTextBox.Location = new System.Drawing.Point(71, 26);
     72      this.pathTextBox.Size = new System.Drawing.Size(549, 20);
    6773      //
    6874      // nameTextBox
     
    7076      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7177      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    72       this.nameTextBox.Location = new System.Drawing.Point(73, 0);
    73       this.nameTextBox.Size = new System.Drawing.Size(547, 20);
     78      this.nameTextBox.Location = new System.Drawing.Point(71, 0);
     79      this.nameTextBox.Size = new System.Drawing.Size(549, 20);
    7480      //
    75       // outputPortLabel
     81      // outputPortGroupBox
    7682      //
    77       this.outputPortLabel.AutoSize = true;
    78       this.outputPortLabel.Location = new System.Drawing.Point(3, 29);
    79       this.outputPortLabel.Name = "outputPortLabel";
    80       this.outputPortLabel.Size = new System.Drawing.Size(64, 13);
    81       this.outputPortLabel.TabIndex = 3;
    82       this.outputPortLabel.Text = "&Output Port:";
     83      this.outputPortGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     84            | System.Windows.Forms.AnchorStyles.Right)));
     85      this.outputPortGroupBox.Controls.Add(this.outputPortView);
     86      this.outputPortGroupBox.Location = new System.Drawing.Point(0, 52);
     87      this.outputPortGroupBox.Name = "outputPortGroupBox";
     88      this.outputPortGroupBox.Size = new System.Drawing.Size(645, 71);
     89      this.outputPortGroupBox.TabIndex = 5;
     90      this.outputPortGroupBox.TabStop = false;
     91      this.outputPortGroupBox.Text = "&Output Port";
     92      this.outputPortGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.outputPortGroupBox_DragDrop);
     93      this.outputPortGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.outputPortGroupBox_DragEnterOver);
     94      this.outputPortGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.outputPortGroupBox_DragEnterOver);
    8395      //
    84       // outputPortTextBox
     96      // outputPortView
    8597      //
    86       this.outputPortTextBox.AllowDrop = true;
    87       this.outputPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    88             | System.Windows.Forms.AnchorStyles.Right)));
    89       this.outputPortTextBox.Location = new System.Drawing.Point(73, 26);
    90       this.outputPortTextBox.Name = "outputPortTextBox";
    91       this.outputPortTextBox.ReadOnly = true;
    92       this.outputPortTextBox.Size = new System.Drawing.Size(547, 20);
    93       this.outputPortTextBox.TabIndex = 4;
    94       this.outputPortTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.outputPortTextBox_DragDrop);
    95       this.outputPortTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.outputPortTextBox_DragEnterOver);
    96       this.outputPortTextBox.DragOver += new System.Windows.Forms.DragEventHandler(this.outputPortTextBox_DragEnterOver);
     98      this.outputPortView.Caption = "Port View";
     99      this.outputPortView.Content = null;
     100      this.outputPortView.Dock = System.Windows.Forms.DockStyle.Fill;
     101      this.outputPortView.Location = new System.Drawing.Point(3, 16);
     102      this.outputPortView.Name = "outputPortView";
     103      this.outputPortView.ReadOnly = true;
     104      this.outputPortView.Size = new System.Drawing.Size(639, 52);
     105      this.outputPortView.TabIndex = 0;
    97106      //
    98107      // InputPortView
    99108      //
    100109      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    101       this.Controls.Add(this.outputPortTextBox);
    102       this.Controls.Add(this.outputPortLabel);
     110      this.Controls.Add(this.outputPortGroupBox);
    103111      this.Name = "InputPortView";
     112      this.Controls.SetChildIndex(this.pathLabel, 0);
     113      this.Controls.SetChildIndex(this.pathTextBox, 0);
    104114      this.Controls.SetChildIndex(this.nameLabel, 0);
    105115      this.Controls.SetChildIndex(this.nameTextBox, 0);
    106116      this.Controls.SetChildIndex(this.infoLabel, 0);
    107117      this.Controls.SetChildIndex(this.valueGroupBox, 0);
    108       this.Controls.SetChildIndex(this.outputPortLabel, 0);
    109       this.Controls.SetChildIndex(this.outputPortTextBox, 0);
     118      this.Controls.SetChildIndex(this.outputPortGroupBox, 0);
    110119      this.valueGroupBox.ResumeLayout(false);
    111120      this.valuePanel.ResumeLayout(false);
    112121      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     122      this.outputPortGroupBox.ResumeLayout(false);
    113123      this.ResumeLayout(false);
    114124      this.PerformLayout();
     
    118128    #endregion
    119129
    120     protected System.Windows.Forms.Label outputPortLabel;
    121     protected System.Windows.Forms.TextBox outputPortTextBox;
     130    protected System.Windows.Forms.GroupBox outputPortGroupBox;
     131    protected PortView outputPortView;
    122132
    123133
Note: See TracChangeset for help on using the changeset viewer.