Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization (trunk integration)/HeuristicLab.Problems.MetaOptimization.Views/3.3/MetaOptimizationProblemView.Designer.cs @ 8576

Last change on this file since 8576 was 8576, checked in by jkarder, 12 years ago

#1853: created branch for MetaOptimization (trunk integration)

File size: 4.4 KB
Line 
1namespace HeuristicLab.Problems.MetaOptimization.Views {
2  partial class MetaOptimizationProblemView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.createExperimentButton = new System.Windows.Forms.Button();
27      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
28      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
29      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
30      this.problemInstanceSplitContainer.SuspendLayout();
31      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
32      this.SuspendLayout();
33      //
34      // problemInstanceSplitContainer
35      //
36      this.problemInstanceSplitContainer.Size = new System.Drawing.Size(601, 399);
37      //
38      // ProblemInstanceConsumerViewHost
39      //
40      this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(589, 23);
41      //
42      // parameterCollectionView
43      //
44      this.parameterCollectionView.AllowDrop = true;
45      this.parameterCollectionView.Size = new System.Drawing.Size(592, 339);
46      this.parameterCollectionView.DragDrop += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragDrop);
47      this.parameterCollectionView.DragEnter += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver);
48      this.parameterCollectionView.DragOver += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver);
49      //
50      // nameTextBox
51      //
52      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
53      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
54      this.nameTextBox.Size = new System.Drawing.Size(620, 20);
55      //
56      // infoLabel
57      //
58      this.infoLabel.Location = new System.Drawing.Point(569, 4);
59      //
60      // createExperimentButton
61      //
62      this.createExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
63                  | System.Windows.Forms.AnchorStyles.Right)));
64      this.createExperimentButton.Location = new System.Drawing.Point(0, 405);
65      this.createExperimentButton.Name = "createExperimentButton";
66      this.createExperimentButton.Size = new System.Drawing.Size(601, 24);
67      this.createExperimentButton.TabIndex = 5;
68      this.createExperimentButton.Text = "Create Combinations";
69      this.createExperimentButton.UseVisualStyleBackColor = true;
70      this.createExperimentButton.Click += new System.EventHandler(this.createExperimentButton_Click);
71      //
72      // MetaOptimizationProblemView
73      //
74      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
75      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
76      this.Controls.Add(this.createExperimentButton);
77      this.Name = "MetaOptimizationProblemView";
78      this.Size = new System.Drawing.Size(604, 431);
79      this.Controls.SetChildIndex(this.createExperimentButton, 0);
80      this.Controls.SetChildIndex(this.problemInstanceSplitContainer, 0);
81      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
82      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
83      this.problemInstanceSplitContainer.Panel2.PerformLayout();
84      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
85      this.problemInstanceSplitContainer.ResumeLayout(false);
86      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
87      this.ResumeLayout(false);
88
89    }
90
91    #endregion
92
93    private System.Windows.Forms.Button createExperimentButton;
94  }
95}
Note: See TracBrowser for help on using the repository browser.