123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- // ***********************************************************************
- // Assembly : HZH_Controls
- // Created : 08-08-2019
- //
- // ***********************************************************************
- // <copyright file="UCTextBoxEx.Designer.cs">
- // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
- // </copyright>
- //
- // Blog: https://www.cnblogs.com/bfyx
- // GitHub:https://github.com/kwwwvagaa/NetWinformControl
- // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
- //
- // If you use this code, please keep this note.
- // ***********************************************************************
- namespace HZH_Controls.Controls
- {
- /// <summary>
- /// Class UCTextBoxEx.
- /// Implements the <see cref="HZH_Controls.Controls.UCControlBase" />
- /// </summary>
- /// <seealso cref="HZH_Controls.Controls.UCControlBase" />
- partial class UCTextBoxEx
- {
- /// <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(UCTextBoxEx));
- this.txtInput = new HZH_Controls.Controls.TextBoxEx();
- this.imageList1 = new System.Windows.Forms.ImageList();
- this.btnClear = new System.Windows.Forms.Panel();
- this.btnKeybord = new System.Windows.Forms.Panel();
- this.btnSearch = new System.Windows.Forms.Panel();
- this.SuspendLayout();
- //
- // txtInput
- //
- this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtInput.DecLength = 2;
- this.txtInput.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtInput.InputType = TextInputType.NotControl;
- this.txtInput.Location = new System.Drawing.Point(8, 9);
- this.txtInput.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
- this.txtInput.MaxValue = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.txtInput.MinValue = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- -2147483648});
- this.txtInput.MyRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.txtInput.Name = "txtInput";
- this.txtInput.OldText = null;
- this.txtInput.PromptColor = System.Drawing.Color.Gray;
- this.txtInput.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtInput.PromptText = "";
- this.txtInput.RegexPattern = "";
- this.txtInput.Size = new System.Drawing.Size(309, 24);
- this.txtInput.TabIndex = 0;
- this.txtInput.TextChanged += new System.EventHandler(this.txtInput_TextChanged);
- //
- // imageList1
- //
- this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
- this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList1.Images.SetKeyName(0, "ic_cancel_black_24dp.png");
- this.imageList1.Images.SetKeyName(1, "ic_search_black_24dp.png");
- this.imageList1.Images.SetKeyName(2, "keyboard.png");
- //
- // btnClear
- //
- this.btnClear.BackgroundImage = global::HZH_Controls.Properties.Resources.input_clear;
- this.btnClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnClear.Cursor = System.Windows.Forms.Cursors.Default;
- this.btnClear.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnClear.Location = new System.Drawing.Point(227, 5);
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(30, 32);
- this.btnClear.TabIndex = 4;
- this.btnClear.Visible = false;
- this.btnClear.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClear_MouseDown);
- //
- // btnKeybord
- //
- this.btnKeybord.BackgroundImage = global::HZH_Controls.Properties.Resources.keyboard;
- this.btnKeybord.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnKeybord.Cursor = System.Windows.Forms.Cursors.Default;
- this.btnKeybord.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnKeybord.Location = new System.Drawing.Point(257, 5);
- this.btnKeybord.Name = "btnKeybord";
- this.btnKeybord.Size = new System.Drawing.Size(30, 32);
- this.btnKeybord.TabIndex = 6;
- this.btnKeybord.Visible = false;
- this.btnKeybord.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnKeybord_MouseDown);
- //
- // btnSearch
- //
- this.btnSearch.BackgroundImage = global::HZH_Controls.Properties.Resources.ic_search_black_24dp;
- this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnSearch.Cursor = System.Windows.Forms.Cursors.Default;
- this.btnSearch.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnSearch.Location = new System.Drawing.Point(287, 5);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(30, 32);
- this.btnSearch.TabIndex = 5;
- this.btnSearch.Visible = false;
- this.btnSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnSearch_MouseDown);
- //
- // UCTextBoxEx
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.Transparent;
- this.ConerRadius = 5;
- this.Controls.Add(this.btnClear);
- this.Controls.Add(this.btnKeybord);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtInput);
- this.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.IsShowRect = true;
- this.IsRadius = true;
- this.Name = "UCTextBoxEx";
- this.Padding = new System.Windows.Forms.Padding(5);
- this.Size = new System.Drawing.Size(322, 42);
- this.Load += new System.EventHandler(this.UCTextBoxEx_Load);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UCTextBoxEx_MouseDown);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- /// <summary>
- /// The image list1
- /// </summary>
- private System.Windows.Forms.ImageList imageList1;
- /// <summary>
- /// The text input
- /// </summary>
- public TextBoxEx txtInput;
- /// <summary>
- /// The BTN clear
- /// </summary>
- private System.Windows.Forms.Panel btnClear;
- /// <summary>
- /// The BTN search
- /// </summary>
- private System.Windows.Forms.Panel btnSearch;
- /// <summary>
- /// The BTN keybord
- /// </summary>
- private System.Windows.Forms.Panel btnKeybord;
- }
- }
|