namespace NBTExplorer.Windows { partial class CancelSearchForm { /// /// 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 () { this._buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // _buttonCancel // this._buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this._buttonCancel.Location = new System.Drawing.Point(124, 57); this._buttonCancel.Name = "_buttonCancel"; this._buttonCancel.Size = new System.Drawing.Size(75, 23); this._buttonCancel.TabIndex = 0; this._buttonCancel.Text = "Cancel"; this._buttonCancel.UseVisualStyleBackColor = true; // // CancelSearchForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this._buttonCancel; this.ClientSize = new System.Drawing.Size(322, 92); this.Controls.Add(this._buttonCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CancelSearchForm"; this.Text = "Searching..."; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button _buttonCancel; } }