Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/13 20:11:14 (11 years ago)
Author:
abeham
Message:

#2110: merged to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs

    r9456 r10021  
    4646    private void InitializeComponent() {
    4747      this.problemInstanceSplitContainer = new System.Windows.Forms.SplitContainer();
    48       this.ProblemInstanceConsumerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     48      this.libraryLabel = new System.Windows.Forms.Label();
     49      this.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
     50      this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4951      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5052      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
     
    8789      // problemInstanceSplitContainer.Panel1
    8890      //
    89       this.problemInstanceSplitContainer.Panel1.Controls.Add(this.ProblemInstanceConsumerViewHost);
     91      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.libraryLabel);
     92      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderComboBox);
     93      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderViewHost);
    9094      this.problemInstanceSplitContainer.Panel1MinSize = 10;
    9195      //
     
    100104      this.problemInstanceSplitContainer.TabIndex = 13;
    101105      //
    102       // ProblemInstanceConsumerViewHost
     106      // libraryLabel
    103107      //
    104       this.ProblemInstanceConsumerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     108      this.libraryLabel.AutoSize = true;
     109      this.libraryLabel.Location = new System.Drawing.Point(3, 6);
     110      this.libraryLabel.Name = "libraryLabel";
     111      this.libraryLabel.Size = new System.Drawing.Size(41, 13);
     112      this.libraryLabel.TabIndex = 17;
     113      this.libraryLabel.Text = "Library:";
     114      //
     115      // problemInstanceProviderComboBox
     116      //
     117      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     118      this.problemInstanceProviderComboBox.FormattingEnabled = true;
     119      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 2);
     120      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
     121      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(208, 21);
     122      this.problemInstanceProviderComboBox.TabIndex = 18;
     123      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
     124      //
     125      // problemInstanceProviderViewHost
     126      //
     127      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    105128            | System.Windows.Forms.AnchorStyles.Left)
    106129            | System.Windows.Forms.AnchorStyles.Right)));
    107       this.ProblemInstanceConsumerViewHost.Caption = "ProblemInstanceConsumerView";
    108       this.ProblemInstanceConsumerViewHost.Content = null;
    109       this.ProblemInstanceConsumerViewHost.Enabled = false;
    110       this.ProblemInstanceConsumerViewHost.Location = new System.Drawing.Point(0, 1);
    111       this.ProblemInstanceConsumerViewHost.Name = "ProblemInstanceConsumerViewHost";
    112       this.ProblemInstanceConsumerViewHost.ReadOnly = false;
    113       this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(511, 23);
    114       this.ProblemInstanceConsumerViewHost.TabIndex = 0;
    115       this.ProblemInstanceConsumerViewHost.ViewsLabelVisible = false;
    116       this.ProblemInstanceConsumerViewHost.ViewType = null;
     130      this.problemInstanceProviderViewHost.Caption = "ProblemInstanceConsumerView";
     131      this.problemInstanceProviderViewHost.Content = null;
     132      this.problemInstanceProviderViewHost.Enabled = false;
     133      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(264, 1);
     134      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
     135      this.problemInstanceProviderViewHost.ReadOnly = false;
     136      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(247, 23);
     137      this.problemInstanceProviderViewHost.TabIndex = 0;
     138      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
     139      this.problemInstanceProviderViewHost.ViewType = null;
    117140      //
    118141      // ProblemView
    119142      //
    120       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    121143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    122144      this.Controls.Add(this.problemInstanceSplitContainer);
     
    125147      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    126148      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
     149      this.problemInstanceSplitContainer.Panel1.PerformLayout();
    127150      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
    128151      this.problemInstanceSplitContainer.Panel2.PerformLayout();
     
    136159
    137160    protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer;
    138     protected HeuristicLab.MainForm.WindowsForms.ViewHost ProblemInstanceConsumerViewHost;
     161    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
     162    protected System.Windows.Forms.Label libraryLabel;
     163    protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
    139164  }
    140165}
Note: See TracChangeset for help on using the changeset viewer.