namespace Maestro.Editors.LayerDefinition.Vector.Scales { partial class VectorScaleRangeCtrl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VectorScaleRangeCtrl)); this.chkPoint = new System.Windows.Forms.CheckBox(); this.chkLine = new System.Windows.Forms.CheckBox(); this.chkArea = new System.Windows.Forms.CheckBox(); this.chkComposite = new System.Windows.Forms.CheckBox(); this.compList = new Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons(); this.areaList = new Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons(); this.lineList = new Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons(); this.pointList = new Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons(); this.SuspendLayout(); // // chkPoint // resources.ApplyResources(this.chkPoint, "chkPoint"); this.chkPoint.Name = "chkPoint"; this.chkPoint.UseVisualStyleBackColor = true; this.chkPoint.CheckedChanged += new System.EventHandler(this.chkPoint_CheckedChanged); // // chkLine // resources.ApplyResources(this.chkLine, "chkLine"); this.chkLine.Name = "chkLine"; this.chkLine.UseVisualStyleBackColor = true; this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged); // // chkArea // resources.ApplyResources(this.chkArea, "chkArea"); this.chkArea.Name = "chkArea"; this.chkArea.UseVisualStyleBackColor = true; this.chkArea.CheckedChanged += new System.EventHandler(this.chkArea_CheckedChanged); // // chkComposite // resources.ApplyResources(this.chkComposite, "chkComposite"); this.chkComposite.Name = "chkComposite"; this.chkComposite.UseVisualStyleBackColor = true; this.chkComposite.CheckedChanged += new System.EventHandler(this.chkComposite_CheckedChanged); // // compList // resources.ApplyResources(this.compList, "compList"); this.compList.Name = "compList"; this.compList.ItemChanged += new System.EventHandler(this.OnItemChanged); // // areaList // resources.ApplyResources(this.areaList, "areaList"); this.areaList.Name = "areaList"; this.areaList.ItemChanged += new System.EventHandler(this.OnItemChanged); // // lineList // resources.ApplyResources(this.lineList, "lineList"); this.lineList.Name = "lineList"; this.lineList.ItemChanged += new System.EventHandler(this.OnItemChanged); // // pointList // resources.ApplyResources(this.pointList, "pointList"); this.pointList.Name = "pointList"; this.pointList.ItemChanged += new System.EventHandler(this.OnItemChanged); // // VectorScaleRangeCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.compList); this.Controls.Add(this.chkComposite); this.Controls.Add(this.areaList); this.Controls.Add(this.chkArea); this.Controls.Add(this.lineList); this.Controls.Add(this.chkLine); this.Controls.Add(this.pointList); this.Controls.Add(this.chkPoint); this.Name = "VectorScaleRangeCtrl"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox chkPoint; private ConditionListButtons pointList; private System.Windows.Forms.CheckBox chkLine; private ConditionListButtons lineList; private System.Windows.Forms.CheckBox chkArea; private ConditionListButtons areaList; private System.Windows.Forms.CheckBox chkComposite; private ConditionListButtons compList; } }