ComboBoxTreeViewEx.Designer.cs 641 B

12345678910111213141516171819202122232425262728
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class ComboBoxTreeViewEx
  4. {
  5. #region 组件设计器生成的代码
  6. /// <summary>
  7. /// 设计器支持所需的方法 - 不要
  8. /// 使用代码编辑器修改此方法的内容。
  9. /// </summary>
  10. private void InitializeComponent()
  11. {
  12. this.SuspendLayout();
  13. //
  14. // ComboBoxTreeViewEx
  15. //
  16. this.BackColor = System.Drawing.Color.White;
  17. this.Size = new System.Drawing.Size(160, 20);
  18. this.ResumeLayout(false);
  19. }
  20. #endregion
  21. }
  22. }