Loading

摘要: private void BtnGpsExportAll_Click(object sender, EventArgs e) { if (backgroundWorker1.IsBusy) { MessageDxUtil.ShowTips("正在执行轨迹导出,请稍后在尝试!"); return; } 阅读全文
posted @ 2020-10-14 14:53 云辰 阅读(159) 评论(0) 推荐(0)
摘要: #region [DateTimePicker控件加入ToolStripControl] /// <summary> /// 添加DateTimePicker方法 /// </summary> /// <param name="n">传入需要添加的位置参数</param> private void 阅读全文
posted @ 2020-10-14 14:34 云辰 阅读(146) 评论(0) 推荐(0)
摘要: #region [设定ComboBox数据源] private Dictionary<string, string> GetScoreStatus() { Dictionary<string, string> dic = new Dictionary<string, string> { {"2", 阅读全文
posted @ 2020-10-14 14:31 云辰 阅读(257) 评论(0) 推荐(0)
摘要: DialogResult result = MessageBox.Show($"当前失败数据共计{failCount}条,是否上传?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question); if (result == DialogResu 阅读全文
posted @ 2020-10-14 14:29 云辰 阅读(268) 评论(0) 推荐(0)