Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views/3.4/SymbolicTimeSeriesPrognosisSolutionView.Designer.cs @ 6807

Last change on this file since 6807 was 6807, checked in by gkronber, 13 years ago

#1081 added views for time series prognosis

File size: 3.5 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views {
2  partial class SymbolicTimeSeriesPrognosisSolutionView {
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.btnSimplify = new System.Windows.Forms.Button();
27      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
28      this.splitContainer.Panel1.SuspendLayout();
29      this.splitContainer.Panel2.SuspendLayout();
30      this.splitContainer.SuspendLayout();
31      this.itemsGroupBox.SuspendLayout();
32      this.detailsGroupBox.SuspendLayout();
33      this.SuspendLayout();
34      //
35      // splitContainer
36      //
37      //
38      // splitContainer.Panel1
39      //
40      this.splitContainer.Panel1.Controls.Add(this.btnSimplify);
41      this.splitContainer.Size = new System.Drawing.Size(480, 275);
42      this.splitContainer.SplitterDistance = 255;
43      //
44      // itemsGroupBox
45      //
46      this.itemsGroupBox.Size = new System.Drawing.Size(486, 294);
47      //
48      // itemsListView
49      //
50      this.itemsListView.Size = new System.Drawing.Size(249, 238);
51      //
52      // detailsGroupBox
53      //
54      this.detailsGroupBox.Size = new System.Drawing.Size(215, 246);
55      //
56      // addButton
57      //
58      this.toolTip.SetToolTip(this.addButton, "Add");
59      //
60      // removeButton
61      //
62      this.toolTip.SetToolTip(this.removeButton, "Remove");
63      //
64      // viewHost
65      //
66      this.viewHost.Size = new System.Drawing.Size(203, 221);
67      //
68      // btnSimplify
69      //
70      this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
71      this.btnSimplify.Location = new System.Drawing.Point(177, 4);
72      this.btnSimplify.Name = "btnSimplify";
73      this.btnSimplify.Size = new System.Drawing.Size(75, 23);
74      this.btnSimplify.TabIndex = 6;
75      this.btnSimplify.Text = "Simplify";
76      this.btnSimplify.UseVisualStyleBackColor = true;
77      this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click);
78      //
79      // SymbolicTimeSeriesPrognosisSolutionView
80      //
81      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
82      this.Name = "SymbolicTimeSeriesPrognosisSolutionView";
83      this.Size = new System.Drawing.Size(486, 294);
84      this.splitContainer.Panel1.ResumeLayout(false);
85      this.splitContainer.Panel2.ResumeLayout(false);
86      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
87      this.splitContainer.ResumeLayout(false);
88      this.itemsGroupBox.ResumeLayout(false);
89      this.detailsGroupBox.ResumeLayout(false);
90      this.ResumeLayout(false);
91
92    }
93
94    #endregion
95    private System.Windows.Forms.Button btnSimplify;
96  }
97}
Note: See TracBrowser for help on using the repository browser.