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