namespace com.clusterrr.hakchi_gui { partial class SearchForm { /// /// 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(SearchForm)); this.textBoxSearch = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBoxSearch // resources.ApplyResources(this.textBoxSearch, "textBoxSearch"); this.textBoxSearch.Name = "textBoxSearch"; this.textBoxSearch.TextChanged += new System.EventHandler(this.textBoxSearch_TextChanged); // // SearchForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textBoxSearch); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SearchForm"; this.Opacity = 0.75D; this.TopMost = true; this.Deactivate += new System.EventHandler(this.SearchForm_Deactivate); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SearchForm_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxSearch; } }