namespace BizHawk.MultiClient
{
partial class HexFind
{
///
/// 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.FindBox = new System.Windows.Forms.TextBox();
this.Find_Prev = new System.Windows.Forms.Button();
this.Find_Next = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// FindBox
//
this.FindBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.FindBox.Location = new System.Drawing.Point(13, 12);
this.FindBox.Name = "FindBox";
this.FindBox.Size = new System.Drawing.Size(156, 20);
this.FindBox.TabIndex = 0;
//
// Find_Prev
//
this.Find_Prev.Location = new System.Drawing.Point(13, 39);
this.Find_Prev.Name = "Find_Prev";
this.Find_Prev.Size = new System.Drawing.Size(75, 23);
this.Find_Prev.TabIndex = 1;
this.Find_Prev.Text = "Find Prev";
this.Find_Prev.UseVisualStyleBackColor = true;
this.Find_Prev.Click += new System.EventHandler(this.Find_Prev_Click);
//
// Find_Next
//
this.Find_Next.Location = new System.Drawing.Point(94, 39);
this.Find_Next.Name = "Find_Next";
this.Find_Next.Size = new System.Drawing.Size(75, 23);
this.Find_Next.TabIndex = 2;
this.Find_Next.Text = "Find Next";
this.Find_Next.UseVisualStyleBackColor = true;
this.Find_Next.Click += new System.EventHandler(this.Find_Next_Click);
//
// HexFind
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(178, 77);
this.Controls.Add(this.Find_Next);
this.Controls.Add(this.Find_Prev);
this.Controls.Add(this.FindBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "HexFind";
this.ShowIcon = false;
this.Text = "Find";
this.Load += new System.EventHandler(this.HexFind_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox FindBox;
private System.Windows.Forms.Button Find_Prev;
private System.Windows.Forms.Button Find_Next;
}
}