namespace Maestro.Editors.LayerDefinition.Vector.Scales
{
partial class EditorTemplateForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorTemplateForm));
this.ButtonPanel = new System.Windows.Forms.Panel();
this.CancelBtn = new System.Windows.Forms.Button();
this.OKBtn = new System.Windows.Forms.Button();
this.ItemPanel = new System.Windows.Forms.Panel();
this.ButtonPanel.SuspendLayout();
this.SuspendLayout();
//
// ButtonPanel
//
this.ButtonPanel.Controls.Add(this.CancelBtn);
this.ButtonPanel.Controls.Add(this.OKBtn);
resources.ApplyResources(this.ButtonPanel, "ButtonPanel");
this.ButtonPanel.Name = "ButtonPanel";
//
// CancelBtn
//
resources.ApplyResources(this.CancelBtn, "CancelBtn");
this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelBtn.Name = "CancelBtn";
this.CancelBtn.UseVisualStyleBackColor = true;
//
// OKBtn
//
resources.ApplyResources(this.OKBtn, "OKBtn");
this.OKBtn.Name = "OKBtn";
this.OKBtn.UseVisualStyleBackColor = true;
this.OKBtn.Click += new System.EventHandler(this.OKBtn_Click);
//
// ItemPanel
//
resources.ApplyResources(this.ItemPanel, "ItemPanel");
this.ItemPanel.Name = "ItemPanel";
//
// EditorTemplateForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.CancelBtn;
this.Controls.Add(this.ItemPanel);
this.Controls.Add(this.ButtonPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "EditorTemplateForm";
this.Load += new System.EventHandler(this.EditorTemplateForm_Load);
this.ButtonPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel ButtonPanel;
public System.Windows.Forms.Panel ItemPanel;
private System.Windows.Forms.Button CancelBtn;
private System.Windows.Forms.Button OKBtn;
}
}