namespace ryControls
{
///
///
///
partial class rySearch
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rySearch));
this.txtSearch = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btnSearch = new ryControls.ButtonEx();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// txtSearch
//
this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSearch.ForeColor = System.Drawing.Color.Silver;
this.txtSearch.Location = new System.Drawing.Point(0, 4);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(240, 16);
this.txtSearch.TabIndex = 3;
this.txtSearch.TabStop = false;
this.txtSearch.Click += new System.EventHandler(this.TxtSearch_Click);
this.txtSearch.TextChanged += new System.EventHandler(this.TxtSearch_TextChanged);
this.txtSearch.DoubleClick += new System.EventHandler(this.TxtSearch_DoubleClick);
this.txtSearch.Enter += new System.EventHandler(this.TxtSearch_Enter);
this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtSearch_KeyDown);
this.txtSearch.Leave += new System.EventHandler(this.TxtSearch_Leave);
//
// panel1
//
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(245, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(37, 30);
this.panel1.TabIndex = 5;
//
// btnSearch
//
this.btnSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.btnSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageHeight = 14;
this.btnSearch.ImageWidth = 14;
this.btnSearch.Location = new System.Drawing.Point(0, 0);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Radius = 12;
this.btnSearch.RoundStyle = ryControls.RoundStyle.Right;
this.btnSearch.Size = new System.Drawing.Size(37, 30);
this.btnSearch.SpliteButtonWidth = 0;
this.btnSearch.TabIndex = 4;
this.btnSearch.TabStop = false;
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.BtnSearch_Click);
//
// rySearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.Controls.Add(this.panel1);
this.Controls.Add(this.txtSearch);
this.Name = "rySearch";
this.Size = new System.Drawing.Size(282, 30);
this.Load += new System.EventHandler(this.RySearch_Load);
this.FontChanged += new System.EventHandler(this.RySearch_FontChanged);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.RySearch_Paint);
this.Enter += new System.EventHandler(this.RySearch_Enter);
this.Leave += new System.EventHandler(this.RySearch_Leave);
this.Resize += new System.EventHandler(this.RySearch_Resize);
this.ImeModeChanged += new System.EventHandler(this.RySearch_ImeModeChanged);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ButtonEx btnSearch;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.Panel panel1;
}
}