#005 增加必要的整理

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-08-06 16:41:47 +08:00
parent 247699faf6
commit 89ab9cce88
20 changed files with 166 additions and 369 deletions
+1 -3
View File
@@ -11,7 +11,7 @@ namespace NSAnalysis
{
#region
private TMeasureMSSQLDAL tmdal = new TMeasureMSSQLDAL();
private CjlrDAL tmdal = new CjlrDAL();
private FToleranceSetup gFTS;
@@ -187,13 +187,11 @@ namespace NSAnalysis
{
rtb_sourceFilePath.Text = folderBrowserDialog.SelectedPath; // 设置源文件路径
}
else
{
// 显示未选择文件夹的提示信息
MessageBox.Show("未选择源文件夹", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
private void btn_targetFile_Click(object sender, EventArgs e)