namespace Maestro.Editors.LayerDefinition.Vector.Scales
{
partial class SymbolInstancePropertiesDialog
{
///
/// 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(SymbolInstancePropertiesDialog));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblInsertOffsetY = new System.Windows.Forms.Label();
this.symInsertOffsetY = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblInsertOffsetX = new System.Windows.Forms.Label();
this.symInsertOffsetX = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblScaleY = new System.Windows.Forms.Label();
this.symScaleY = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblScaleX = new System.Windows.Forms.Label();
this.symScaleX = new Maestro.Editors.SymbolDefinition.SymbolField();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblPositioningAlgorithm = new System.Windows.Forms.Label();
this.symPositioningAlgorithm = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblAddToExclusionRegion = new System.Windows.Forms.Label();
this.symAddToExclusionRegion = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblCheckExclusionRegion = new System.Windows.Forms.Label();
this.symCheckExclusionRegion = new Maestro.Editors.SymbolDefinition.SymbolField();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.symGeometryContext = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblGeometryContext = new System.Windows.Forms.Label();
this.symUsageContext = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblUsageContext = new System.Windows.Forms.Label();
this.symRenderingPass = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblDrawLast = new System.Windows.Forms.Label();
this.symDrawLast = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblSizeContext = new System.Windows.Forms.Label();
this.symSizeContext = new Maestro.Editors.SymbolDefinition.SymbolField();
this.lblRenderingPass = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.lblInsertOffsetY);
this.groupBox1.Controls.Add(this.symInsertOffsetY);
this.groupBox1.Controls.Add(this.lblInsertOffsetX);
this.groupBox1.Controls.Add(this.symInsertOffsetX);
this.groupBox1.Controls.Add(this.lblScaleY);
this.groupBox1.Controls.Add(this.symScaleY);
this.groupBox1.Controls.Add(this.lblScaleX);
this.groupBox1.Controls.Add(this.symScaleX);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// lblInsertOffsetY
//
resources.ApplyResources(this.lblInsertOffsetY, "lblInsertOffsetY");
this.lblInsertOffsetY.Name = "lblInsertOffsetY";
//
// symInsertOffsetY
//
resources.ApplyResources(this.symInsertOffsetY, "symInsertOffsetY");
this.symInsertOffsetY.Name = "symInsertOffsetY";
this.symInsertOffsetY.SupportedEnhancedDataTypes = null;
this.symInsertOffsetY.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symInsertOffsetY.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblInsertOffsetX
//
resources.ApplyResources(this.lblInsertOffsetX, "lblInsertOffsetX");
this.lblInsertOffsetX.Name = "lblInsertOffsetX";
//
// symInsertOffsetX
//
resources.ApplyResources(this.symInsertOffsetX, "symInsertOffsetX");
this.symInsertOffsetX.Name = "symInsertOffsetX";
this.symInsertOffsetX.SupportedEnhancedDataTypes = null;
this.symInsertOffsetX.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symInsertOffsetX.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblScaleY
//
resources.ApplyResources(this.lblScaleY, "lblScaleY");
this.lblScaleY.Name = "lblScaleY";
//
// symScaleY
//
resources.ApplyResources(this.symScaleY, "symScaleY");
this.symScaleY.Name = "symScaleY";
this.symScaleY.SupportedEnhancedDataTypes = null;
this.symScaleY.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symScaleY.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblScaleX
//
resources.ApplyResources(this.lblScaleX, "lblScaleX");
this.lblScaleX.Name = "lblScaleX";
//
// symScaleX
//
resources.ApplyResources(this.symScaleX, "symScaleX");
this.symScaleX.Name = "symScaleX";
this.symScaleX.SupportedEnhancedDataTypes = null;
this.symScaleX.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symScaleX.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.lblPositioningAlgorithm);
this.groupBox2.Controls.Add(this.symPositioningAlgorithm);
this.groupBox2.Controls.Add(this.lblAddToExclusionRegion);
this.groupBox2.Controls.Add(this.symAddToExclusionRegion);
this.groupBox2.Controls.Add(this.lblCheckExclusionRegion);
this.groupBox2.Controls.Add(this.symCheckExclusionRegion);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// lblPositioningAlgorithm
//
resources.ApplyResources(this.lblPositioningAlgorithm, "lblPositioningAlgorithm");
this.lblPositioningAlgorithm.Name = "lblPositioningAlgorithm";
//
// symPositioningAlgorithm
//
resources.ApplyResources(this.symPositioningAlgorithm, "symPositioningAlgorithm");
this.symPositioningAlgorithm.Name = "symPositioningAlgorithm";
this.symPositioningAlgorithm.SupportedEnhancedDataTypes = null;
this.symPositioningAlgorithm.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symPositioningAlgorithm.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblAddToExclusionRegion
//
resources.ApplyResources(this.lblAddToExclusionRegion, "lblAddToExclusionRegion");
this.lblAddToExclusionRegion.Name = "lblAddToExclusionRegion";
//
// symAddToExclusionRegion
//
resources.ApplyResources(this.symAddToExclusionRegion, "symAddToExclusionRegion");
this.symAddToExclusionRegion.Name = "symAddToExclusionRegion";
this.symAddToExclusionRegion.SupportedEnhancedDataTypes = null;
this.symAddToExclusionRegion.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symAddToExclusionRegion.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblCheckExclusionRegion
//
resources.ApplyResources(this.lblCheckExclusionRegion, "lblCheckExclusionRegion");
this.lblCheckExclusionRegion.Name = "lblCheckExclusionRegion";
//
// symCheckExclusionRegion
//
resources.ApplyResources(this.symCheckExclusionRegion, "symCheckExclusionRegion");
this.symCheckExclusionRegion.Name = "symCheckExclusionRegion";
this.symCheckExclusionRegion.SupportedEnhancedDataTypes = null;
this.symCheckExclusionRegion.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symCheckExclusionRegion.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.symGeometryContext);
this.groupBox3.Controls.Add(this.lblGeometryContext);
this.groupBox3.Controls.Add(this.symUsageContext);
this.groupBox3.Controls.Add(this.lblUsageContext);
this.groupBox3.Controls.Add(this.symRenderingPass);
this.groupBox3.Controls.Add(this.lblDrawLast);
this.groupBox3.Controls.Add(this.symDrawLast);
this.groupBox3.Controls.Add(this.lblSizeContext);
this.groupBox3.Controls.Add(this.symSizeContext);
this.groupBox3.Controls.Add(this.lblRenderingPass);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// symGeometryContext
//
resources.ApplyResources(this.symGeometryContext, "symGeometryContext");
this.symGeometryContext.Name = "symGeometryContext";
this.symGeometryContext.SupportedEnhancedDataTypes = null;
this.symGeometryContext.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symGeometryContext.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblGeometryContext
//
resources.ApplyResources(this.lblGeometryContext, "lblGeometryContext");
this.lblGeometryContext.Name = "lblGeometryContext";
//
// symUsageContext
//
resources.ApplyResources(this.symUsageContext, "symUsageContext");
this.symUsageContext.Name = "symUsageContext";
this.symUsageContext.SupportedEnhancedDataTypes = null;
this.symUsageContext.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symUsageContext.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblUsageContext
//
resources.ApplyResources(this.lblUsageContext, "lblUsageContext");
this.lblUsageContext.Name = "lblUsageContext";
//
// symRenderingPass
//
resources.ApplyResources(this.symRenderingPass, "symRenderingPass");
this.symRenderingPass.Name = "symRenderingPass";
this.symRenderingPass.SupportedEnhancedDataTypes = null;
this.symRenderingPass.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symRenderingPass.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblDrawLast
//
resources.ApplyResources(this.lblDrawLast, "lblDrawLast");
this.lblDrawLast.Name = "lblDrawLast";
//
// symDrawLast
//
resources.ApplyResources(this.symDrawLast, "symDrawLast");
this.symDrawLast.Name = "symDrawLast";
this.symDrawLast.SupportedEnhancedDataTypes = null;
this.symDrawLast.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symDrawLast.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblSizeContext
//
resources.ApplyResources(this.lblSizeContext, "lblSizeContext");
this.lblSizeContext.Name = "lblSizeContext";
//
// symSizeContext
//
resources.ApplyResources(this.symSizeContext, "symSizeContext");
this.symSizeContext.Name = "symSizeContext";
this.symSizeContext.SupportedEnhancedDataTypes = null;
this.symSizeContext.RequestBrowse += new Maestro.Editors.SymbolDefinition.SymbolField.BrowseEventHandler(this.OnRequestBrowse);
this.symSizeContext.ContentChanged += new System.EventHandler(this.OnContentChanged);
//
// lblRenderingPass
//
resources.ApplyResources(this.lblRenderingPass, "lblRenderingPass");
this.lblRenderingPass.Name = "lblRenderingPass";
//
// btnClose
//
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// SymbolInstancePropertiesDialog
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ControlBox = false;
this.Controls.Add(this.btnClose);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "SymbolInstancePropertiesDialog";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private SymbolDefinition.SymbolField symScaleX;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblInsertOffsetY;
private SymbolDefinition.SymbolField symInsertOffsetY;
private System.Windows.Forms.Label lblInsertOffsetX;
private SymbolDefinition.SymbolField symInsertOffsetX;
private System.Windows.Forms.Label lblScaleY;
private SymbolDefinition.SymbolField symScaleY;
private System.Windows.Forms.Label lblScaleX;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label lblPositioningAlgorithm;
private SymbolDefinition.SymbolField symPositioningAlgorithm;
private System.Windows.Forms.Label lblAddToExclusionRegion;
private SymbolDefinition.SymbolField symAddToExclusionRegion;
private System.Windows.Forms.Label lblCheckExclusionRegion;
private SymbolDefinition.SymbolField symCheckExclusionRegion;
private System.Windows.Forms.GroupBox groupBox3;
private SymbolDefinition.SymbolField symGeometryContext;
private System.Windows.Forms.Label lblGeometryContext;
private SymbolDefinition.SymbolField symUsageContext;
private System.Windows.Forms.Label lblUsageContext;
private SymbolDefinition.SymbolField symRenderingPass;
private System.Windows.Forms.Label lblDrawLast;
private SymbolDefinition.SymbolField symDrawLast;
private System.Windows.Forms.Label lblSizeContext;
private SymbolDefinition.SymbolField symSizeContext;
private System.Windows.Forms.Label lblRenderingPass;
private System.Windows.Forms.Button btnClose;
}
}