namespace HeuristicLab.CodeEditor {
partial class CodeEditor {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.elementHost = new System.Windows.Forms.Integration.ElementHost();
this.avalonEditWrapper = new HeuristicLab.CodeEditor.AvalonEditWrapper();
this.SuspendLayout();
//
// elementHost
//
this.elementHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.elementHost.Location = new System.Drawing.Point(0, 0);
this.elementHost.Name = "elementHost";
this.elementHost.Size = new System.Drawing.Size(150, 150);
this.elementHost.TabIndex = 0;
this.elementHost.Child = this.avalonEditWrapper;
//
// CodeEditor
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.elementHost);
this.Name = "CodeEditor";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Integration.ElementHost elementHost;
private AvalonEditWrapper avalonEditWrapper;
}
}