| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
- {
- partial class dkproductionLineSearchBox
- {
- /// <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.txtProductionLineName = new System.Windows.Forms.TextBox();
- this.lblProductionLineName = new System.Windows.Forms.Label();
- this.btnSearch = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // txtProductionLineName
- //
- this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F);
- this.txtProductionLineName.Location = new System.Drawing.Point(53, 3);
- this.txtProductionLineName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtProductionLineName.Name = "txtProductionLineName";
- this.txtProductionLineName.ReadOnly = true;
- this.txtProductionLineName.Size = new System.Drawing.Size(155, 21);
- this.txtProductionLineName.TabIndex = 4;
- this.txtProductionLineName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionLineName_KeyDown);
- //
- // lblProductionLineName
- //
- this.lblProductionLineName.AutoSize = true;
- this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblProductionLineName.Location = new System.Drawing.Point(6, 7);
- this.lblProductionLineName.Name = "lblProductionLineName";
- this.lblProductionLineName.Size = new System.Drawing.Size(41, 12);
- this.lblProductionLineName.TabIndex = 3;
- this.lblProductionLineName.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);
- //
- // dkproductionLineSearchBox
- //
- 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.txtProductionLineName);
- this.Controls.Add(this.lblProductionLineName);
- this.Name = "dkproductionLineSearchBox";
- this.Size = new System.Drawing.Size(240, 24);
- this.SizeChanged += new System.EventHandler(this.dkproductionLineSearchBox_SizeChanged);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnSearch;
- private System.Windows.Forms.TextBox txtProductionLineName;
- private System.Windows.Forms.Label lblProductionLineName;
- }
- }
|