| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
- {
- partial class dkGroutingLineSearchBox
- {
- /// <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()
- {
- this.lblGroutingLine = new System.Windows.Forms.Label();
- this.txtGroutingLine = new System.Windows.Forms.TextBox();
- this.btnSearch = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lblGroutingLine
- //
- this.lblGroutingLine.AutoSize = true;
- this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLine.Location = new System.Drawing.Point(3, 5);
- this.lblGroutingLine.Name = "lblGroutingLine";
- this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
- this.lblGroutingLine.TabIndex = 2;
- this.lblGroutingLine.Text = "成型线";
- //
- // txtGroutingLine
- //
- this.txtGroutingLine.Font = new System.Drawing.Font("宋体", 9F);
- this.txtGroutingLine.Location = new System.Drawing.Point(50, 2);
- this.txtGroutingLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtGroutingLine.Name = "txtGroutingLine";
- this.txtGroutingLine.ReadOnly = true;
- this.txtGroutingLine.Size = new System.Drawing.Size(155, 21);
- this.txtGroutingLine.TabIndex = 3;
- this.txtGroutingLine.TextChanged += new System.EventHandler(this.txtGroutingLine_TextChanged);
- this.txtGroutingLine.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtGroutingLine_KeyDown);
- //
- // btnSearch
- //
- this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
- this.btnSearch.Location = new System.Drawing.Point(211, 1);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(21, 21);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dkGroutingLineSearchBox
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtGroutingLine);
- this.Controls.Add(this.lblGroutingLine);
- this.Name = "dkGroutingLineSearchBox";
- this.Size = new System.Drawing.Size(237, 25);
- this.SizeChanged += new System.EventHandler(this.dkGroutingLineSearchBox_SizeChanged);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblGroutingLine;
- private System.Windows.Forms.TextBox txtGroutingLine;
- private System.Windows.Forms.Button btnSearch;
- }
- }
|