Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView2.Designer.cs @ 2437

Last change on this file since 2437 was 2437, checked in by mkommend, 15 years ago

implemented changes regarding detection of view types and default views as discussed with SWA (ticket #771)

File size: 1.7 KB
Line 
1namespace HeuristicLab.MainForm.Test {
2  partial class FormView2 {
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.label1 = new System.Windows.Forms.Label();
27      this.SuspendLayout();
28      //
29      // label1
30      //
31      this.label1.AutoSize = true;
32      this.label1.ForeColor = System.Drawing.Color.Coral;
33      this.label1.Location = new System.Drawing.Point(112, 110);
34      this.label1.Name = "label1";
35      this.label1.Size = new System.Drawing.Size(61, 13);
36      this.label1.TabIndex = 0;
37      this.label1.Text = "Form VIEW";
38      //
39      // FormView
40      //
41      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
42      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
43      this.Controls.Add(this.label1);
44      this.Name = "FormView";
45      this.Size = new System.Drawing.Size(385, 267);
46      this.ResumeLayout(false);
47      this.PerformLayout();
48
49    }
50
51    #endregion
52
53    private System.Windows.Forms.Label label1;
54  }
55}
Note: See TracBrowser for help on using the repository browser.