只是个简单的内容,请多多指教.
//文本框(TextBox)
TextBox txtBox = new TextBox();
txtBox.Location = new System.Drawing.Point(6, 8);
txtBox.Name = "txt" + tabPateName;
SetTextBindingInfo(txtBox, tabPateName);
txtBox.Size = new System.Drawing.Size(340, 21);
txtBox.ReadOnly = true;
txtBox.TextChanged += new System.EventHandler(txtBox_TextChanged);
//选择框(CheckedListBox)
&n
C#中程序中自动添加控件
最新推荐文章于 2023-06-10 15:04:57 发布