笔记

text 标题
size 大小
BakeColor 背景颜色
Backgroundimage 背景图片
Background 平铺方式
AutoSizeMode GrowOnly 允许改变
不允许改变窗口大小
MaximizeBox 最大化窗口 true 有
lsmdi父窗体

ComboBox 下拉列表
items 选择下拉
DropDownStyle 下拉 列表不允许被改变
selectionMode 整行选中


控件名称 控件类名 命名前缀

标签 Label lbl

文本框 TextBox txt

组合框 ComboBox cbo

按钮 Button btn

 

public readonly static string CONNECTION_STRING = "Data Source= . ;Initial Catalog=MySchool;User ID=sa;pwd=123456";

frmList frm = new frmList();
frm.MdiParent = this;
frm.Show();

posted @ 2017-10-26 18:42  王钰鑫  阅读(97)  评论(0编辑  收藏  举报