RaUI/Source/ryControls/Controls/rySearch.Designer.cs
鑫Intel 6bc527a8a2 ### 2020-12-27 dev更新
------

#### ryControls    V2.1.2012.2701
- *.[改进]IconViewEx控件选中背景颜色支持渐变。
- *.[改进]支持设置IconViewEx控件选中字体颜色。
2020-12-27 17:03:04 +08:00

106 lines
5.2 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ryControls
{
/// <summary>
///
/// </summary>
partial class rySearch
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rySearch));
this.txtSearch = new System.Windows.Forms.TextBox();
this.btnSearch = new ryControls.ButtonEx();
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);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
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(246, 4);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Radius = 12;
this.btnSearch.RoundStyle = ryControls.RoundStyle.Right;
this.btnSearch.Size = new System.Drawing.Size(36, 23);
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.btnSearch);
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.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ButtonEx btnSearch;
private System.Windows.Forms.TextBox txtSearch;
}
}