ComboBoxTextEx.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class ComboBoxTextEx
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComboBoxTextEx));
  29. this.txtValue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  30. this.lstboxData = new LYFZ.ComponentLibrary.ListBoxEx();
  31. this.btnOpenDrop = new LYFZ.ComponentLibrary.ButtonExpand();
  32. this.SuspendLayout();
  33. //
  34. // txtValue
  35. //
  36. this.txtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  37. | System.Windows.Forms.AnchorStyles.Right)));
  38. this.txtValue.Location = new System.Drawing.Point(0, 0);
  39. this.txtValue.Name = "txtValue";
  40. this.txtValue.Size = new System.Drawing.Size(136, 21);
  41. this.txtValue.TabIndex = 3;
  42. this.txtValue.Leave += new System.EventHandler(this.txtValue_Leave);
  43. //
  44. // lstboxData
  45. //
  46. this.lstboxData.BorderStyle = System.Windows.Forms.BorderStyle.None;
  47. this.lstboxData.FormattingEnabled = true;
  48. this.lstboxData.ItemHeight = 12;
  49. this.lstboxData.Location = new System.Drawing.Point(1, 19);
  50. this.lstboxData.Name = "lstboxData";
  51. this.lstboxData.Size = new System.Drawing.Size(154, 192);
  52. this.lstboxData.TabIndex = 2;
  53. this.lstboxData.Visible = false;
  54. this.lstboxData.SelectedIndexChanged += new System.EventHandler(this.lstboxData_SelectedIndexChanged);
  55. this.lstboxData.Leave += new System.EventHandler(this.lstboxData_Leave);
  56. //
  57. // btnOpenDrop
  58. //
  59. this.btnOpenDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  60. this.btnOpenDrop.BackColor = System.Drawing.Color.Transparent;
  61. this.btnOpenDrop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenDrop.BackImg")));
  62. this.btnOpenDrop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  63. this.btnOpenDrop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  64. this.btnOpenDrop.ForeColor = System.Drawing.Color.White;
  65. this.btnOpenDrop.IsShowText = true;
  66. this.btnOpenDrop.Location = new System.Drawing.Point(136, 0);
  67. this.btnOpenDrop.Name = "btnOpenDrop";
  68. this.btnOpenDrop.Size = new System.Drawing.Size(19, 19);
  69. this.btnOpenDrop.TabIndex = 1;
  70. this.btnOpenDrop.Text = "OK";
  71. this.btnOpenDrop.UseVisualStyleBackColor = false;
  72. this.btnOpenDrop.Click += new System.EventHandler(this.btnOpenDrop_Click);
  73. //
  74. // ComboBoxTextEx
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  78. this.BackColor = System.Drawing.Color.White;
  79. this.Controls.Add(this.txtValue);
  80. this.Controls.Add(this.lstboxData);
  81. this.Controls.Add(this.btnOpenDrop);
  82. this.Name = "ComboBoxTextEx";
  83. this.Size = new System.Drawing.Size(155, 19);
  84. this.Load += new System.EventHandler(this.ComboBoxTextEx_Load);
  85. this.ResumeLayout(false);
  86. this.PerformLayout();
  87. }
  88. #endregion
  89. private ButtonExpand btnOpenDrop;
  90. private ListBoxEx lstboxData;
  91. private TextBoxBasicEx txtValue;
  92. }
  93. }