12345678910111213141516171819202122232425262728 |
- namespace LYFZ.ComponentLibrary
- {
- partial class ComboBoxTreeViewEx
- {
-
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.SuspendLayout();
-
-
-
- this.BackColor = System.Drawing.Color.White;
- this.Size = new System.Drawing.Size(160, 20);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|