随笔分类 - WinForm
摘要:ComboboxEdit this.cmbCalMethod.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; //设置ComboboxEdit 只可选择不可编辑
阅读全文
摘要:一 绑定 1.绑定动态图片 2.绑定动态:repositoryItemPopupContainerEdit 二.编辑表格 编辑表格其实是对数据源的操作,所以如需编辑必定要有数据源,哪怕是空表。
阅读全文
摘要:1.App.config 文件中定义 <!--记忆语言--> <appSettings> <add key="languageRemember" value="2052" /> </appSettings> 2.关闭时保存本次登机的语言选择 // 记忆退出时的语言类型 Communication.C
阅读全文
摘要:#region 方法:无边框拖动窗体 Point mouseOff;//鼠标移动位置变量 bool RightFlag;//标签是否为左键 private void groupMenu_MouseUp(object sender, MouseEventArgs e) { if (RightFlag)
阅读全文