namespace Maestro.Base.UI { partial class ResourceDependencyListDialog { /// /// 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(ResourceDependencyListDialog)); this.label1 = new System.Windows.Forms.Label(); this.lstDependencies = new System.Windows.Forms.ListBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // lstDependencies // resources.ApplyResources(this.lstDependencies, "lstDependencies"); this.lstDependencies.FormattingEnabled = true; this.lstDependencies.Name = "lstDependencies"; // // btnSave // resources.ApplyResources(this.btnSave, "btnSave"); this.btnSave.Name = "btnSave"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // ResourceDependencyListDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.ControlBox = false; this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.Controls.Add(this.lstDependencies); this.Controls.Add(this.label1); this.Name = "ResourceDependencyListDialog"; this.ShowIcon = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox lstDependencies; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnClose; } }