namespace Maestro.Editors.LayerDefinition { partial class DrawingLayerEditorCtrl { /// /// 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(DrawingLayerEditorCtrl)); this.drawingSettingsCtrl = new Maestro.Editors.LayerDefinition.Drawing.DrawingLayerSettingsCtrl(); this.SuspendLayout(); // // drawingSettingsCtrl // this.drawingSettingsCtrl.ContentBackgroundColor = System.Drawing.SystemColors.Control; resources.ApplyResources(this.drawingSettingsCtrl, "drawingSettingsCtrl"); this.drawingSettingsCtrl.HeaderBackgroundColor = System.Drawing.Color.LightSteelBlue; this.drawingSettingsCtrl.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.drawingSettingsCtrl.HeaderText = "Drawing Source Settings"; this.drawingSettingsCtrl.Name = "drawingSettingsCtrl"; // // DrawingLayerEditorCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(this.drawingSettingsCtrl); this.Name = "DrawingLayerEditorCtrl"; this.ResumeLayout(false); } #endregion private Maestro.Editors.LayerDefinition.Drawing.DrawingLayerSettingsCtrl drawingSettingsCtrl; } }