分析模块重新调整

This commit is contained in:
2026-03-26 06:50:22 +08:00
parent 8cd16929a3
commit 8c105c5068
62 changed files with 447 additions and 949 deletions

View File

@@ -4,10 +4,8 @@ using CaeKnowledge.View;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using System.Linq;
using CaeKnowledge.Data;
using System.Windows.Forms;
namespace CPSO.Forms._92_Knowledge
{
@@ -22,6 +20,8 @@ namespace CPSO.Forms._92_Knowledge
{
InitializeComponent();
Text = @"切削力查看";
// dgvCommands.EnableDragAndDropRows();
dgvCommands.DataBindingComplete += DataBindingComplete;
_controller = controller;