2011-12-04 07:18:27 +00:00
|
|
|
|
namespace NBTExplorer
|
2011-12-04 05:09:49 +00:00
|
|
|
|
{
|
|
|
|
|
partial class EditValue
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose (bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent ()
|
|
|
|
|
{
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this._buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this._buttonOK = new System.Windows.Forms.Button();
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(12, 10);
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.textBox1.Name = "textBox1";
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(196, 20);
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.textBox1.TabIndex = 0;
|
|
|
|
|
//
|
2012-08-24 03:58:11 +00:00
|
|
|
|
// _buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this._buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this._buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this._buttonCancel.Location = new System.Drawing.Point(52, 37);
|
|
|
|
|
this._buttonCancel.Name = "_buttonCancel";
|
|
|
|
|
this._buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this._buttonCancel.TabIndex = 11;
|
|
|
|
|
this._buttonCancel.Text = "Cancel";
|
|
|
|
|
this._buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// _buttonOK
|
|
|
|
|
//
|
|
|
|
|
this._buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this._buttonOK.Location = new System.Drawing.Point(133, 37);
|
|
|
|
|
this._buttonOK.Name = "_buttonOK";
|
|
|
|
|
this._buttonOK.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this._buttonOK.TabIndex = 10;
|
|
|
|
|
this._buttonOK.Text = "OK";
|
|
|
|
|
this._buttonOK.UseVisualStyleBackColor = true;
|
|
|
|
|
this._buttonOK.Click += new System.EventHandler(this._buttonOK_Click);
|
|
|
|
|
//
|
2011-12-04 05:09:49 +00:00
|
|
|
|
// EditValue
|
|
|
|
|
//
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this.AcceptButton = this._buttonOK;
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this.CancelButton = this._buttonCancel;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(220, 72);
|
|
|
|
|
this.Controls.Add(this._buttonCancel);
|
|
|
|
|
this.Controls.Add(this._buttonOK);
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.Controls.Add(this.textBox1);
|
2012-08-24 03:58:11 +00:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
2011-12-04 05:09:49 +00:00
|
|
|
|
this.KeyPreview = true;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "EditValue";
|
|
|
|
|
this.Text = "Edit Value...";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
2012-08-24 03:58:11 +00:00
|
|
|
|
private System.Windows.Forms.Button _buttonCancel;
|
|
|
|
|
private System.Windows.Forms.Button _buttonOK;
|
2011-12-04 05:09:49 +00:00
|
|
|
|
}
|
|
|
|
|
}
|