| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
- {
- partial class dkDefectTypeNameSearchBox
- {
- /// <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.txtProcedureName = new System.Windows.Forms.TextBox();
- this.lblProcedureName = new System.Windows.Forms.Label();
- this.btnSearch = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // txtProcedureName
- //
- this.txtProcedureName.Font = new System.Drawing.Font("宋体", 9F);
- this.txtProcedureName.Location = new System.Drawing.Point(60, 3);
- this.txtProcedureName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtProcedureName.Name = "txtProcedureName";
- this.txtProcedureName.ReadOnly = true;
- this.txtProcedureName.Size = new System.Drawing.Size(155, 21);
- this.txtProcedureName.TabIndex = 4;
- this.txtProcedureName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProcedureName_KeyDown);
- //
- // lblProcedureName
- //
- this.lblProcedureName.AutoSize = true;
- this.lblProcedureName.BackColor = System.Drawing.Color.Transparent;
- this.lblProcedureName.Location = new System.Drawing.Point(6, 7);
- this.lblProcedureName.Name = "lblProcedureName";
- this.lblProcedureName.Size = new System.Drawing.Size(53, 12);
- this.lblProcedureName.TabIndex = 3;
- this.lblProcedureName.Text = "缺陷类别";
- //
- // btnSearch
- //
- this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
- this.btnSearch.Location = new System.Drawing.Point(214, 2);
- 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 = 5;
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dkDefectTypeNameSearchBox
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtProcedureName);
- this.Controls.Add(this.lblProcedureName);
- this.Name = "dkDefectTypeNameSearchBox";
- this.Size = new System.Drawing.Size(240, 24);
- this.SizeChanged += new System.EventHandler(this.dkProcedureSearchBox_SizeChanged);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnSearch;
- private System.Windows.Forms.TextBox txtProcedureName;
- private System.Windows.Forms.Label lblProcedureName;
- }
- }
|