1 | using HeuristicLab.Core.Views;
|
---|
2 | namespace HeuristicLab.Problems.MetaOptimization.Views {
|
---|
3 | partial class RootValueConfigurationView {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | components.Dispose();
|
---|
16 | }
|
---|
17 | base.Dispose(disposing);
|
---|
18 | }
|
---|
19 |
|
---|
20 | #region Component Designer generated code
|
---|
21 |
|
---|
22 | /// <summary>
|
---|
23 | /// Required method for Designer support - do not modify
|
---|
24 | /// the contents of this method with the code editor.
|
---|
25 | /// </summary>
|
---|
26 | private void InitializeComponent() {
|
---|
27 | this.listView = new ItemCollectionView<IParameterConfiguration>();
|
---|
28 | this.SuspendLayout();
|
---|
29 | //
|
---|
30 | // listView
|
---|
31 | //
|
---|
32 | this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
33 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
34 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
35 | this.listView.Caption = "ParameterConfigurationList View";
|
---|
36 | this.listView.Content = null;
|
---|
37 | this.listView.Location = new System.Drawing.Point(0, 0);
|
---|
38 | this.listView.Name = "listView";
|
---|
39 | this.listView.ReadOnly = false;
|
---|
40 | this.listView.Size = new System.Drawing.Size(556, 473);
|
---|
41 | this.listView.TabIndex = 0;
|
---|
42 | //
|
---|
43 | // RootParameterConfigurationView
|
---|
44 | //
|
---|
45 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
46 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
47 | this.Controls.Add(this.listView);
|
---|
48 | this.Name = "RootParameterConfigurationView";
|
---|
49 | this.Size = new System.Drawing.Size(556, 473);
|
---|
50 | this.ResumeLayout(false);
|
---|
51 |
|
---|
52 | }
|
---|
53 |
|
---|
54 | #endregion
|
---|
55 |
|
---|
56 | private ItemCollectionView<IParameterConfiguration> listView;
|
---|
57 |
|
---|
58 | }
|
---|
59 | }
|
---|