namespace XenAdmin.Dialogs { partial class BondProperties { /// /// 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(BondProperties)); this.CancelBtn = new System.Windows.Forms.Button(); this.AcceptBtn = new System.Windows.Forms.Button(); this.Details = new XenAdmin.Controls.BondDetails(); this.SuspendLayout(); // // CancelBtn // resources.ApplyResources(this.CancelBtn, "CancelBtn"); this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.UseVisualStyleBackColor = true; // // AcceptBtn // resources.ApplyResources(this.AcceptBtn, "AcceptBtn"); this.AcceptBtn.Name = "AcceptBtn"; this.AcceptBtn.UseVisualStyleBackColor = true; this.AcceptBtn.Click += new System.EventHandler(this.AcceptBtn_Click); // // Details // resources.ApplyResources(this.Details, "Details"); this.Details.BackColor = System.Drawing.Color.Transparent; this.Details.Name = "Details"; this.Details.ValidChanged += new System.EventHandler(this.Details_ValidChanged); // // BondProperties // this.AcceptButton = this.AcceptBtn; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.CancelBtn; this.Controls.Add(this.Details); this.Controls.Add(this.CancelBtn); this.Controls.Add(this.AcceptBtn); this.Name = "BondProperties"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.Button AcceptBtn; public XenAdmin.Controls.BondDetails Details; } }