Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.MainForm.Test/3.2/EditorView.Designer.cs @ 2250

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

tried to add docking views - not working right now (ticket #716)

File size: 1.8 KB
Line 
1namespace HeuristicLab.MainForm.Test {
2  partial class EditorView {
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.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
33      this.label1.Location = new System.Drawing.Point(52, 73);
34      this.label1.Name = "label1";
35      this.label1.Size = new System.Drawing.Size(57, 13);
36      this.label1.TabIndex = 0;
37      this.label1.Text = "EditorForm";
38      //
39      // EditorView
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.ForeColor = System.Drawing.SystemColors.ControlText;
45      this.Name = "EditorView";
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.