namespace Maestro.Base.UI { partial class DirtyStateConfirmationDialog { /// /// 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(DirtyStateConfirmationDialog)); this.lblConfirm = new System.Windows.Forms.Label(); this.btnYes = new System.Windows.Forms.Button(); this.btnNo = new System.Windows.Forms.Button(); this.btnDiff = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblConfirm // resources.ApplyResources(this.lblConfirm, "lblConfirm"); this.lblConfirm.Name = "lblConfirm"; // // 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); // // btnDiff // resources.ApplyResources(this.btnDiff, "btnDiff"); this.btnDiff.Name = "btnDiff"; this.btnDiff.UseVisualStyleBackColor = true; this.btnDiff.Click += new System.EventHandler(this.btnDiff_Click); // // DirtyStateConfirmationDialog // this.AcceptButton = this.btnYes; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.btnNo; resources.ApplyResources(this, "$this"); this.ControlBox = false; this.Controls.Add(this.btnDiff); this.Controls.Add(this.btnNo); this.Controls.Add(this.btnYes); this.Controls.Add(this.lblConfirm); this.Name = "DirtyStateConfirmationDialog"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblConfirm; private System.Windows.Forms.Button btnYes; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnDiff; } }