#002 对分发任务的 数据对象,操作对象,查询,新增,编辑,与删除功能进行开发

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-08-04 16:46:14 +08:00
parent 1857eea8a4
commit 03ee90302f
92 changed files with 6322 additions and 28105 deletions
+119 -100
View File
@@ -39,23 +39,25 @@ namespace NSAnalysis
this.labTitle = new System.Windows.Forms.Label();
this.dgvTolList = new System.Windows.Forms.DataGridView();
this.radGroupBox7 = new Telerik.WinControls.UI.RadGroupBox();
this.CB_TaskStatus = new System.Windows.Forms.ComboBox();
this.rtbnSearch = new Telerik.WinControls.UI.RadButton();
this.label3 = new System.Windows.Forms.Label();
this.rtbMesPointName = new Telerik.WinControls.UI.RadTextBox();
this.label1 = new System.Windows.Forms.Label();
this.rtbCarModel = new Telerik.WinControls.UI.RadTextBox();
this.label1 = new System.Windows.Forms.Label();
this.rtbCarName = new Telerik.WinControls.UI.RadTextBox();
this.label15 = new System.Windows.Forms.Label();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
this.lpcAddTol = new UserControlClass.LabPictureControl();
this.labSearchResult = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CarType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MeasurePointName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.modelsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.modelsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DimensionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TolLower = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TolUpper = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sourceFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.targetFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.readType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CNCEdit = new System.Windows.Forms.DataGridViewImageColumn();
this.CNCDelete = new System.Windows.Forms.DataGridViewImageColumn();
@@ -65,8 +67,8 @@ namespace NSAnalysis
((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).BeginInit();
this.radGroupBox7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbnSearch)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rtbMesPointName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rtbCarModel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rtbCarName)).BeginInit();
this.SuspendLayout();
//
// radTitleBar1
@@ -85,11 +87,11 @@ namespace NSAnalysis
//
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
this.radTitleBar1.Size = new System.Drawing.Size(930, 40);
this.radTitleBar1.Size = new System.Drawing.Size(1112, 40);
this.radTitleBar1.TabIndex = 0;
this.radTitleBar1.TabStop = false;
this.radTitleBar1.Text = "公差带设置";
((Telerik.WinControls.UI.RadTitleBarElement)(this.radTitleBar1.GetChildAt(0))).Text = "公差带设置";
this.radTitleBar1.Text = "文件分发设置";
((Telerik.WinControls.UI.RadTitleBarElement)(this.radTitleBar1.GetChildAt(0))).Text = "文件分发设置";
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
@@ -110,7 +112,7 @@ namespace NSAnalysis
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
this.label2.Location = new System.Drawing.Point(367, -5);
this.label2.Location = new System.Drawing.Point(458, -5);
this.label2.Name = "label2";
this.label2.Padding = new System.Windows.Forms.Padding(23, 15, 23, 15);
this.label2.Size = new System.Drawing.Size(46, 52);
@@ -122,11 +124,11 @@ namespace NSAnalysis
this.labTitle.AutoSize = true;
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
this.labTitle.ForeColor = System.Drawing.Color.White;
this.labTitle.Location = new System.Drawing.Point(409, 8);
this.labTitle.Location = new System.Drawing.Point(500, 8);
this.labTitle.Name = "labTitle";
this.labTitle.Size = new System.Drawing.Size(88, 25);
this.labTitle.Size = new System.Drawing.Size(126, 25);
this.labTitle.TabIndex = 0;
this.labTitle.Text = "分发设置";
this.labTitle.Text = "文件分发设置";
//
// dgvTolList
//
@@ -151,11 +153,13 @@ namespace NSAnalysis
this.dgvTolList.ColumnHeadersHeight = 40;
this.dgvTolList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.CarType,
this.MeasurePointName,
this.modelsName,
this.modelsCode,
this.DimensionName,
this.TolLower,
this.TolUpper,
this.sourceFile,
this.targetFile,
this.Status,
this.readType,
this.CreateTime,
this.CNCEdit,
this.CNCDelete});
@@ -181,9 +185,10 @@ namespace NSAnalysis
this.dgvTolList.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvTolList.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Segoe UI", 11F);
this.dgvTolList.RowTemplate.Height = 40;
this.dgvTolList.Size = new System.Drawing.Size(887, 775);
this.dgvTolList.Size = new System.Drawing.Size(1069, 775);
this.dgvTolList.TabIndex = 17;
this.dgvTolList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTolList_CellContentClick);
this.dgvTolList.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvTolList_CellFormatting);
this.dgvTolList.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvTolList_RowStateChanged);
//
// radGroupBox7
@@ -191,12 +196,12 @@ namespace NSAnalysis
this.radGroupBox7.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.radGroupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radGroupBox7.Controls.Add(this.comboBox1);
this.radGroupBox7.Controls.Add(this.CB_TaskStatus);
this.radGroupBox7.Controls.Add(this.rtbnSearch);
this.radGroupBox7.Controls.Add(this.label3);
this.radGroupBox7.Controls.Add(this.rtbMesPointName);
this.radGroupBox7.Controls.Add(this.label1);
this.radGroupBox7.Controls.Add(this.rtbCarModel);
this.radGroupBox7.Controls.Add(this.label1);
this.radGroupBox7.Controls.Add(this.rtbCarName);
this.radGroupBox7.Controls.Add(this.label15);
this.radGroupBox7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radGroupBox7.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Center;
@@ -207,7 +212,7 @@ namespace NSAnalysis
//
//
this.radGroupBox7.RootElement.ShadowDepth = 2;
this.radGroupBox7.Size = new System.Drawing.Size(749, 94);
this.radGroupBox7.Size = new System.Drawing.Size(931, 94);
this.radGroupBox7.TabIndex = 456;
this.radGroupBox7.Text = "查询条件";
((Telerik.WinControls.UI.RadGroupBoxElement)(this.radGroupBox7.GetChildAt(0))).HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Center;
@@ -228,6 +233,19 @@ namespace NSAnalysis
((Telerik.WinControls.Primitives.TextPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(2).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
//
// CB_TaskStatus
//
this.CB_TaskStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.CB_TaskStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CB_TaskStatus.Font = new System.Drawing.Font("Segoe UI", 12F);
this.CB_TaskStatus.ForeColor = System.Drawing.Color.White;
this.CB_TaskStatus.FormattingEnabled = true;
this.CB_TaskStatus.ItemHeight = 21;
this.CB_TaskStatus.Location = new System.Drawing.Point(447, 52);
this.CB_TaskStatus.Name = "CB_TaskStatus";
this.CB_TaskStatus.Size = new System.Drawing.Size(140, 29);
this.CB_TaskStatus.TabIndex = 459;
//
// rtbnSearch
//
this.rtbnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
@@ -271,17 +289,17 @@ namespace NSAnalysis
this.label3.TabIndex = 459;
this.label3.Text = "运行状态:";
//
// rtbMesPointName
// rtbCarModel
//
this.rtbMesPointName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbMesPointName.Font = new System.Drawing.Font("Segoe UI", 12F);
this.rtbMesPointName.ForeColor = System.Drawing.Color.White;
this.rtbMesPointName.Location = new System.Drawing.Point(237, 52);
this.rtbMesPointName.Name = "rtbMesPointName";
this.rtbMesPointName.Size = new System.Drawing.Size(140, 27);
this.rtbMesPointName.TabIndex = 458;
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbMesPointName.GetChildAt(0))).Text = "";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbMesPointName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbCarModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbCarModel.Font = new System.Drawing.Font("Segoe UI", 12F);
this.rtbCarModel.ForeColor = System.Drawing.Color.White;
this.rtbCarModel.Location = new System.Drawing.Point(237, 52);
this.rtbCarModel.Name = "rtbCarModel";
this.rtbCarModel.Size = new System.Drawing.Size(140, 27);
this.rtbCarModel.TabIndex = 458;
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarModel.GetChildAt(0))).Text = "";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarModel.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
//
// label1
//
@@ -294,17 +312,17 @@ namespace NSAnalysis
this.label1.TabIndex = 457;
this.label1.Text = "车型代码:";
//
// rtbCarModel
// rtbCarName
//
this.rtbCarModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbCarModel.Font = new System.Drawing.Font("Segoe UI", 12F);
this.rtbCarModel.ForeColor = System.Drawing.Color.White;
this.rtbCarModel.Location = new System.Drawing.Point(42, 52);
this.rtbCarModel.Name = "rtbCarModel";
this.rtbCarModel.Size = new System.Drawing.Size(140, 27);
this.rtbCarModel.TabIndex = 456;
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarModel.GetChildAt(0))).Text = "";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarModel.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbCarName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.rtbCarName.Font = new System.Drawing.Font("Segoe UI", 12F);
this.rtbCarName.ForeColor = System.Drawing.Color.White;
this.rtbCarName.Location = new System.Drawing.Point(42, 52);
this.rtbCarName.Name = "rtbCarName";
this.rtbCarName.Size = new System.Drawing.Size(140, 27);
this.rtbCarName.TabIndex = 456;
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarName.GetChildAt(0))).Text = "";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
//
// label15
//
@@ -357,29 +375,13 @@ namespace NSAnalysis
this.labSearchResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.labSearchResult.Font = new System.Drawing.Font("Segoe UI", 12F);
this.labSearchResult.ForeColor = System.Drawing.Color.Red;
this.labSearchResult.Location = new System.Drawing.Point(240, 465);
this.labSearchResult.Location = new System.Drawing.Point(331, 465);
this.labSearchResult.Name = "labSearchResult";
this.labSearchResult.Size = new System.Drawing.Size(452, 21);
this.labSearchResult.TabIndex = 457;
this.labSearchResult.Text = "查询完毕,未查询到任何结果,请检查查询条件是否正确!";
this.labSearchResult.Visible = false;
//
// comboBox1
//
this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.ItemHeight = 19;
this.comboBox1.Items.AddRange(new object[] {
"全部",
"启动",
"暂停"});
this.comboBox1.Location = new System.Drawing.Point(447, 52);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(140, 27);
this.comboBox1.TabIndex = 459;
//
// Id
//
this.Id.DataPropertyName = "Id";
@@ -389,53 +391,68 @@ namespace NSAnalysis
this.Id.Visible = false;
this.Id.Width = 45;
//
// CarType
// modelsName
//
this.CarType.DataPropertyName = "CarType";
this.CarType.HeaderText = "车型名称";
this.CarType.Name = "CarType";
this.CarType.ReadOnly = true;
this.CarType.Width = 65;
this.modelsName.DataPropertyName = "modelsName";
this.modelsName.HeaderText = "车型名称";
this.modelsName.Name = "modelsName";
this.modelsName.ReadOnly = true;
this.modelsName.Width = 65;
//
// MeasurePointName
// modelsCode
//
this.MeasurePointName.DataPropertyName = "MeasurePointName";
this.MeasurePointName.HeaderText = "车型代码";
this.MeasurePointName.Name = "MeasurePointName";
this.MeasurePointName.ReadOnly = true;
this.MeasurePointName.Width = 65;
this.modelsCode.DataPropertyName = "modelsCode";
this.modelsCode.HeaderText = "车型代码";
this.modelsCode.Name = "modelsCode";
this.modelsCode.ReadOnly = true;
this.modelsCode.Width = 65;
//
// DimensionName
//
this.DimensionName.DataPropertyName = "DimensionName";
this.DimensionName.DataPropertyName = "position";
this.DimensionName.HeaderText = "车型位置";
this.DimensionName.Name = "DimensionName";
this.DimensionName.ReadOnly = true;
this.DimensionName.Width = 65;
//
// TolLower
// sourceFile
//
this.TolLower.DataPropertyName = "TolLower";
this.TolLower.HeaderText = "运行状态";
this.TolLower.Name = "TolLower";
this.TolLower.ReadOnly = true;
this.TolLower.Width = 65;
this.sourceFile.DataPropertyName = "sourceFile";
this.sourceFile.HeaderText = "源路径";
this.sourceFile.Name = "sourceFile";
this.sourceFile.ReadOnly = true;
this.sourceFile.Width = 65;
//
// TolUpper
// targetFile
//
this.TolUpper.DataPropertyName = "TolUpper";
this.TolUpper.HeaderText = "读取方式";
this.TolUpper.Name = "TolUpper";
this.TolUpper.ReadOnly = true;
this.TolUpper.Width = 65;
this.targetFile.DataPropertyName = "targetFile";
this.targetFile.HeaderText = "目标路径";
this.targetFile.Name = "targetFile";
this.targetFile.ReadOnly = true;
this.targetFile.Width = 65;
//
// Status
//
this.Status.DataPropertyName = "status";
this.Status.HeaderText = "运行状态";
this.Status.Name = "Status";
this.Status.ReadOnly = true;
this.Status.Width = 65;
//
// readType
//
this.readType.DataPropertyName = "readType";
this.readType.HeaderText = "读取方式";
this.readType.Name = "readType";
this.readType.ReadOnly = true;
this.readType.Width = 65;
//
// CreateTime
//
this.CreateTime.DataPropertyName = "CreateTime";
this.CreateTime.DataPropertyName = "create_date";
this.CreateTime.HeaderText = "创建时间";
this.CreateTime.Name = "CreateTime";
this.CreateTime.ReadOnly = true;
this.CreateTime.Visible = false;
this.CreateTime.Width = 65;
//
// CNCEdit
@@ -444,7 +461,7 @@ namespace NSAnalysis
this.CNCEdit.Image = ((System.Drawing.Image)(resources.GetObject("CNCEdit.Image")));
this.CNCEdit.Name = "CNCEdit";
this.CNCEdit.ReadOnly = true;
this.CNCEdit.ToolTipText = "点击修改公差信息";
this.CNCEdit.ToolTipText = "点击修改配置";
this.CNCEdit.Width = 34;
//
// CNCDelete
@@ -453,7 +470,7 @@ namespace NSAnalysis
this.CNCDelete.Image = ((System.Drawing.Image)(resources.GetObject("CNCDelete.Image")));
this.CNCDelete.Name = "CNCDelete";
this.CNCDelete.ReadOnly = true;
this.CNCDelete.ToolTipText = "点击删除公差信息";
this.CNCDelete.ToolTipText = "点击删除配置";
this.CNCDelete.Width = 34;
//
// FToleranceSetup
@@ -464,7 +481,7 @@ namespace NSAnalysis
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
this.BorderWidth = 0;
this.ClientSize = new System.Drawing.Size(932, 950);
this.ClientSize = new System.Drawing.Size(1114, 950);
this.Controls.Add(this.labSearchResult);
this.Controls.Add(this.radGroupBox7);
this.Controls.Add(this.lpcAddTol);
@@ -475,7 +492,7 @@ namespace NSAnalysis
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FToleranceSetup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "公差带设置";
this.Text = "文件分发设置";
this.Load += new System.EventHandler(this.FToleranceSetup_Load);
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
this.radTitleBar1.ResumeLayout(false);
@@ -485,8 +502,8 @@ namespace NSAnalysis
this.radGroupBox7.ResumeLayout(false);
this.radGroupBox7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbnSearch)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rtbMesPointName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rtbCarModel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rtbCarName)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -503,19 +520,21 @@ namespace NSAnalysis
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
private Telerik.WinControls.UI.RadGroupBox radGroupBox7;
private System.Windows.Forms.Label label3;
private Telerik.WinControls.UI.RadTextBox rtbMesPointName;
private System.Windows.Forms.Label label1;
private Telerik.WinControls.UI.RadTextBox rtbCarModel;
private System.Windows.Forms.Label label1;
private Telerik.WinControls.UI.RadTextBox rtbCarName;
private System.Windows.Forms.Label label15;
private Telerik.WinControls.UI.RadButton rtbnSearch;
private System.Windows.Forms.Label labSearchResult;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox CB_TaskStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
private System.Windows.Forms.DataGridViewTextBoxColumn CarType;
private System.Windows.Forms.DataGridViewTextBoxColumn MeasurePointName;
private System.Windows.Forms.DataGridViewTextBoxColumn modelsName;
private System.Windows.Forms.DataGridViewTextBoxColumn modelsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn DimensionName;
private System.Windows.Forms.DataGridViewTextBoxColumn TolLower;
private System.Windows.Forms.DataGridViewTextBoxColumn TolUpper;
private System.Windows.Forms.DataGridViewTextBoxColumn sourceFile;
private System.Windows.Forms.DataGridViewTextBoxColumn targetFile;
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
private System.Windows.Forms.DataGridViewTextBoxColumn readType;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
private System.Windows.Forms.DataGridViewImageColumn CNCEdit;
private System.Windows.Forms.DataGridViewImageColumn CNCDelete;