| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
- {
- partial class dkLogoSearchBox
- {
- /// <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.txtLogoName = new System.Windows.Forms.TextBox();
- this.lblLogoName = new System.Windows.Forms.Label();
- this.btnSearch = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // txtLogoName
- //
- this.txtLogoName.Font = new System.Drawing.Font("宋体", 9F);
- this.txtLogoName.Location = new System.Drawing.Point(65, 3);
- this.txtLogoName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtLogoName.Name = "txtLogoName";
- this.txtLogoName.ReadOnly = true;
- this.txtLogoName.Size = new System.Drawing.Size(143, 21);
- this.txtLogoName.TabIndex = 4;
- this.txtLogoName.TextChanged += new System.EventHandler(this.txtProcedureName_TextChanged);
- this.txtLogoName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProcedureName_KeyDown);
- //
- // lblLogoName
- //
- this.lblLogoName.AutoSize = true;
- this.lblLogoName.BackColor = System.Drawing.Color.Transparent;
- this.lblLogoName.Location = new System.Drawing.Point(6, 7);
- this.lblLogoName.Name = "lblLogoName";
- this.lblLogoName.Size = new System.Drawing.Size(53, 12);
- this.lblLogoName.TabIndex = 3;
- this.lblLogoName.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);
- //
- // dkLogoSearchBox
- //
- 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.txtLogoName);
- this.Controls.Add(this.lblLogoName);
- this.Name = "dkLogoSearchBox";
- 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.Label lblLogoName;
- private System.Windows.Forms.TextBox txtLogoName;
- }
- }
|