Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/NamedDataAnalysisSolutionView.Designer.cs @ 6652

Last change on this file since 6652 was 6652, checked in by mkommend, 13 years ago

#1594: Refactored DataAnalysisSolutionViews and inherited from NamedItemView to display name and description.

File size: 2.5 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Views.Solution_Views {
2  partial class NamedDataAnalysisSolutionView {
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.panel = new System.Windows.Forms.Panel();
27      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
28      this.SuspendLayout();
29      //
30      // nameTextBox
31      //
32      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
33      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
34      //
35      // panel
36      //
37      this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
38            | System.Windows.Forms.AnchorStyles.Left)
39            | System.Windows.Forms.AnchorStyles.Right)));
40      this.panel.Location = new System.Drawing.Point(3, 26);
41      this.panel.Name = "panel";
42      this.panel.Size = new System.Drawing.Size(345, 235);
43      this.panel.TabIndex = 3;
44      //
45      // NamedDataAnalysisSolutionView
46      //
47      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
49      this.Controls.Add(this.panel);
50      this.Name = "NamedDataAnalysisSolutionView";
51      this.Size = new System.Drawing.Size(351, 264);
52      this.Controls.SetChildIndex(this.panel, 0);
53      this.Controls.SetChildIndex(this.nameLabel, 0);
54      this.Controls.SetChildIndex(this.nameTextBox, 0);
55      this.Controls.SetChildIndex(this.infoLabel, 0);
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
57      this.ResumeLayout(false);
58      this.PerformLayout();
59
60    }
61
62    #endregion
63
64    private System.Windows.Forms.Panel panel;
65  }
66}
Note: See TracBrowser for help on using the repository browser.