namespace Maestro.Base.UI { partial class ConfirmDeleteResourcesDialog { /// /// 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(ConfirmDeleteResourcesDialog)); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnYes = new System.Windows.Forms.Button(); this.btnNo = new System.Windows.Forms.Button(); this.trvDependents = new System.Windows.Forms.TreeView(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.trvDependents); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // btnYes // resources.ApplyResources(this.btnYes, "btnYes"); this.btnYes.Name = "btnYes"; this.btnYes.UseVisualStyleBackColor = true; this.btnYes.Click += new System.EventHandler(this.btnYes_Click); // // btnNo // resources.ApplyResources(this.btnNo, "btnNo"); this.btnNo.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnNo.Name = "btnNo"; this.btnNo.UseVisualStyleBackColor = true; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // trvDependents // resources.ApplyResources(this.trvDependents, "trvDependents"); this.trvDependents.Name = "trvDependents"; // // ConfirmDeleteResourcesDialog // this.AcceptButton = this.btnYes; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnNo; this.ControlBox = false; this.Controls.Add(this.btnNo); this.Controls.Add(this.btnYes); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Name = "ConfirmDeleteResourcesDialog"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnYes; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.TreeView trvDependents; } }