123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- namespace LYFZ.ComponentLibrary
- {
- partial class ComboBoxTextEx
- {
- /// <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(ComboBoxTextEx));
- this.txtValue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.lstboxData = new LYFZ.ComponentLibrary.ListBoxEx();
- this.btnOpenDrop = new LYFZ.ComponentLibrary.ButtonExpand();
- this.SuspendLayout();
- //
- // txtValue
- //
- this.txtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtValue.Location = new System.Drawing.Point(0, 0);
- this.txtValue.Name = "txtValue";
- this.txtValue.Size = new System.Drawing.Size(136, 21);
- this.txtValue.TabIndex = 3;
- this.txtValue.Leave += new System.EventHandler(this.txtValue_Leave);
- //
- // lstboxData
- //
- this.lstboxData.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.lstboxData.FormattingEnabled = true;
- this.lstboxData.ItemHeight = 12;
- this.lstboxData.Location = new System.Drawing.Point(1, 19);
- this.lstboxData.Name = "lstboxData";
- this.lstboxData.Size = new System.Drawing.Size(154, 192);
- this.lstboxData.TabIndex = 2;
- this.lstboxData.Visible = false;
- this.lstboxData.SelectedIndexChanged += new System.EventHandler(this.lstboxData_SelectedIndexChanged);
- this.lstboxData.Leave += new System.EventHandler(this.lstboxData_Leave);
- //
- // btnOpenDrop
- //
- this.btnOpenDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOpenDrop.BackColor = System.Drawing.Color.Transparent;
- this.btnOpenDrop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenDrop.BackImg")));
- this.btnOpenDrop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOpenDrop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOpenDrop.ForeColor = System.Drawing.Color.White;
- this.btnOpenDrop.IsShowText = true;
- this.btnOpenDrop.Location = new System.Drawing.Point(136, 0);
- this.btnOpenDrop.Name = "btnOpenDrop";
- this.btnOpenDrop.Size = new System.Drawing.Size(19, 19);
- this.btnOpenDrop.TabIndex = 1;
- this.btnOpenDrop.Text = "OK";
- this.btnOpenDrop.UseVisualStyleBackColor = false;
- this.btnOpenDrop.Click += new System.EventHandler(this.btnOpenDrop_Click);
- //
- // ComboBoxTextEx
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.txtValue);
- this.Controls.Add(this.lstboxData);
- this.Controls.Add(this.btnOpenDrop);
- this.Name = "ComboBoxTextEx";
- this.Size = new System.Drawing.Size(155, 19);
- this.Load += new System.EventHandler(this.ComboBoxTextEx_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ButtonExpand btnOpenDrop;
- private ListBoxEx lstboxData;
- private TextBoxBasicEx txtValue;
- }
- }
|