12345678910111213141516171819202122232425262728 |
- namespace LYFZ.ComponentLibrary
- {
- partial class ComboBoxTreeViewEx
- {
-
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.SuspendLayout();
- //
- // ComboBoxTreeViewEx
- //
- this.BackColor = System.Drawing.Color.White;
- this.Size = new System.Drawing.Size(160, 20);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|