摘要: /// <summary> /// Executes the Action asynchronously on the UI thread, does not block execution on the calling thread. /// </summary> /// <param name= 阅读全文
posted @ 2022-12-01 15:31 蓝瑟黄昏 阅读(33) 评论(0) 推荐(0) 编辑
摘要: CSKin、DSKin HZHControls MetroModernUI SunnyUI 搜索 复制 阅读全文
posted @ 2022-07-06 10:20 蓝瑟黄昏 阅读(205) 评论(0) 推荐(0) 编辑
摘要: public string GetData(string methodName, string data) { try { //地址 string url = "http://localhost:8080/api/AndroidEAGV/GetAGVScreenAndCarInfo?LoaclIP= 阅读全文
posted @ 2021-12-21 09:49 蓝瑟黄昏 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //序号列宽度 gridView1.IndicatorWidth = 60; //行不可编辑 gridView1.OptionsBehavior.Editable = false; //复选框多选 gridView1.OptionsSelection.MultiSelect = true; grid 阅读全文
posted @ 2021-08-09 16:03 蓝瑟黄昏 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Alt+空格 启动建议模式 阅读全文
posted @ 2020-03-24 09:05 蓝瑟黄昏 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 当前的屏幕除任务栏外的工作域大小 this.Width = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width; this.Height = System.Windows.Forms.Screen.PrimaryScreen.Wor 阅读全文
posted @ 2019-12-20 14:00 蓝瑟黄昏 阅读(889) 评论(0) 推荐(0) 编辑
摘要: private void AddGroup() { for (int i = 0; i < 5; i++) { GroupBox gbox = new GroupBox(); gbox.Name = "gbox" + i; gbox.Text = i + "号清洗机"; gbox.Size = ne 阅读全文
posted @ 2019-11-18 14:08 蓝瑟黄昏 阅读(144) 评论(0) 推荐(0) 编辑
摘要: private void datagridveiw_style() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle 阅读全文
posted @ 2018-03-08 17:42 蓝瑟黄昏 阅读(114) 评论(0) 推荐(0) 编辑
摘要: --先执行上述语句然后调用select dbo.f_GetPy('中国') 阅读全文
posted @ 2017-03-21 15:51 蓝瑟黄昏 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: 一、PreviewKeyDown、KeyDown、KeyPress、KeyUp相关:http://blog.csdn.net/jiankunking/article/details/20611383 需要焦点在控件上才能监听按键。 二、以下代码是重写事件来监听左右键,取消点击回车在datagridv 阅读全文
posted @ 2016-07-30 15:06 蓝瑟黄昏 阅读(339) 评论(0) 推荐(0) 编辑