namespace Maestro.Editors.Common { partial class SourceDataCtrl { /// /// 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(SourceDataCtrl)); this.label1 = new System.Windows.Forms.Label(); this.cmbLocation = new System.Windows.Forms.ComboBox(); this.locationBody = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // cmbLocation // resources.ApplyResources(this.cmbLocation, "cmbLocation"); this.cmbLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLocation.FormattingEnabled = true; this.cmbLocation.Name = "cmbLocation"; // // locationBody // resources.ApplyResources(this.locationBody, "locationBody"); this.locationBody.Name = "locationBody"; // // SourceDataCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.locationBody); this.Controls.Add(this.cmbLocation); this.Controls.Add(this.label1); this.Name = "SourceDataCtrl"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbLocation; private System.Windows.Forms.Panel locationBody; } }