#003 完善分发配置
This commit is contained in:
@@ -114,7 +114,7 @@ namespace NSAnalysis
|
||||
strPosition = "L"; // 右侧
|
||||
}
|
||||
|
||||
if(strStatus.Equals("启动"))
|
||||
if (strStatus.Equals("启动"))
|
||||
{
|
||||
strStatus = "start"; // 启动
|
||||
}
|
||||
@@ -124,7 +124,7 @@ namespace NSAnalysis
|
||||
}
|
||||
|
||||
//添加分发配置
|
||||
CJLR_TASK_RELEASE cJLR_TASK_RELEASE = new CJLR_TASK_RELEASE();
|
||||
CjlrTaskReleaseModel cJLR_TASK_RELEASE = new CjlrTaskReleaseModel();
|
||||
cJLR_TASK_RELEASE.ModelsName = strCarName;
|
||||
cJLR_TASK_RELEASE.ModelsCode = strCarType;
|
||||
cJLR_TASK_RELEASE.Position = strPosition;
|
||||
|
||||
+60
-58
@@ -29,11 +29,11 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FAddTolerance));
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem5 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem6 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem7 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
@@ -97,7 +97,7 @@
|
||||
//
|
||||
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(631, 40);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(739, 40);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "添加公差带";
|
||||
@@ -122,7 +122,7 @@
|
||||
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(246, -5);
|
||||
this.label2.Location = new System.Drawing.Point(300, -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);
|
||||
@@ -134,7 +134,7 @@
|
||||
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(288, 8);
|
||||
this.labTitle.Location = new System.Drawing.Point(342, 8);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(88, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
@@ -146,7 +146,7 @@
|
||||
this.rbtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.rbtnCancel.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rbtnCancel.ForeColor = System.Drawing.Color.White;
|
||||
this.rbtnCancel.Location = new System.Drawing.Point(524, 374);
|
||||
this.rbtnCancel.Location = new System.Drawing.Point(606, 465);
|
||||
this.rbtnCancel.Name = "rbtnCancel";
|
||||
this.rbtnCancel.Size = new System.Drawing.Size(85, 30);
|
||||
this.rbtnCancel.TabIndex = 10;
|
||||
@@ -164,7 +164,7 @@
|
||||
this.rbtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.rbtnOK.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rbtnOK.ForeColor = System.Drawing.Color.White;
|
||||
this.rbtnOK.Location = new System.Drawing.Point(396, 374);
|
||||
this.rbtnOK.Location = new System.Drawing.Point(478, 465);
|
||||
this.rbtnOK.Name = "rbtnOK";
|
||||
this.rbtnOK.Size = new System.Drawing.Size(85, 30);
|
||||
this.rbtnOK.TabIndex = 9;
|
||||
@@ -185,7 +185,7 @@
|
||||
this.btn_targetFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btn_targetFile.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.btn_targetFile.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_targetFile.Location = new System.Drawing.Point(383, 184);
|
||||
this.btn_targetFile.Location = new System.Drawing.Point(504, 204);
|
||||
this.btn_targetFile.Name = "btn_targetFile";
|
||||
this.btn_targetFile.Size = new System.Drawing.Size(50, 30);
|
||||
this.btn_targetFile.TabIndex = 72;
|
||||
@@ -201,7 +201,7 @@
|
||||
this.btn_sourceFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btn_sourceFile.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.btn_sourceFile.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_sourceFile.Location = new System.Drawing.Point(383, 144);
|
||||
this.btn_sourceFile.Location = new System.Drawing.Point(504, 164);
|
||||
this.btn_sourceFile.Name = "btn_sourceFile";
|
||||
this.btn_sourceFile.Size = new System.Drawing.Size(50, 30);
|
||||
this.btn_sourceFile.TabIndex = 71;
|
||||
@@ -215,7 +215,7 @@
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label9.Location = new System.Drawing.Point(451, 183);
|
||||
this.label9.Location = new System.Drawing.Point(563, 205);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(106, 20);
|
||||
this.label9.TabIndex = 70;
|
||||
@@ -225,7 +225,7 @@
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label8.Location = new System.Drawing.Point(451, 147);
|
||||
this.label8.Location = new System.Drawing.Point(563, 169);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(58, 20);
|
||||
this.label8.TabIndex = 69;
|
||||
@@ -235,7 +235,7 @@
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label7.Location = new System.Drawing.Point(451, 109);
|
||||
this.label7.Location = new System.Drawing.Point(563, 122);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(76, 20);
|
||||
this.label7.TabIndex = 68;
|
||||
@@ -245,7 +245,7 @@
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label6.Location = new System.Drawing.Point(451, 67);
|
||||
this.label6.Location = new System.Drawing.Point(560, 75);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(166, 20);
|
||||
this.label6.TabIndex = 67;
|
||||
@@ -257,17 +257,17 @@
|
||||
this.rddl_Status.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_Status.DropDownHeight = 50;
|
||||
this.rddl_Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_Status.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_Status.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_Status.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem1.Tag = "start";
|
||||
radListDataItem1.Text = "启动";
|
||||
radListDataItem2.Tag = "stop";
|
||||
radListDataItem2.Text = "暂停";
|
||||
this.rddl_Status.Items.Add(radListDataItem1);
|
||||
this.rddl_Status.Items.Add(radListDataItem2);
|
||||
this.rddl_Status.Location = new System.Drawing.Point(194, 305);
|
||||
radListDataItem4.Tag = "start";
|
||||
radListDataItem4.Text = "启动";
|
||||
radListDataItem5.Tag = "stop";
|
||||
radListDataItem5.Text = "暂停";
|
||||
this.rddl_Status.Items.Add(radListDataItem4);
|
||||
this.rddl_Status.Items.Add(radListDataItem5);
|
||||
this.rddl_Status.Location = new System.Drawing.Point(170, 352);
|
||||
this.rddl_Status.Name = "rddl_Status";
|
||||
this.rddl_Status.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_Status.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_Status.TabIndex = 66;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_Status.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_Status.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -280,7 +280,7 @@
|
||||
this.radLabel6.AutoSize = false;
|
||||
this.radLabel6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel6.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel6.Location = new System.Drawing.Point(40, 304);
|
||||
this.radLabel6.Location = new System.Drawing.Point(17, 352);
|
||||
this.radLabel6.Name = "radLabel6";
|
||||
this.radLabel6.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel6.TabIndex = 65;
|
||||
@@ -293,17 +293,17 @@
|
||||
this.rddl_Position.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_Position.DropDownHeight = 50;
|
||||
this.rddl_Position.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_Position.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_Position.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_Position.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem3.Tag = "L";
|
||||
radListDataItem3.Text = "左侧";
|
||||
radListDataItem4.Tag = "R";
|
||||
radListDataItem4.Text = "右侧";
|
||||
this.rddl_Position.Items.Add(radListDataItem3);
|
||||
this.rddl_Position.Items.Add(radListDataItem4);
|
||||
this.rddl_Position.Location = new System.Drawing.Point(194, 265);
|
||||
radListDataItem6.Tag = "L";
|
||||
radListDataItem6.Text = "左侧";
|
||||
radListDataItem7.Tag = "R";
|
||||
radListDataItem7.Text = "右侧";
|
||||
this.rddl_Position.Items.Add(radListDataItem6);
|
||||
this.rddl_Position.Items.Add(radListDataItem7);
|
||||
this.rddl_Position.Location = new System.Drawing.Point(170, 305);
|
||||
this.rddl_Position.Name = "rddl_Position";
|
||||
this.rddl_Position.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_Position.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_Position.TabIndex = 64;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_Position.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_Position.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -316,7 +316,7 @@
|
||||
this.radLabel1.AutoSize = false;
|
||||
this.radLabel1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel1.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel1.Location = new System.Drawing.Point(40, 265);
|
||||
this.radLabel1.Location = new System.Drawing.Point(17, 305);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel1.TabIndex = 63;
|
||||
@@ -329,14 +329,14 @@
|
||||
this.rddl_ReadType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_ReadType.DropDownHeight = 50;
|
||||
this.rddl_ReadType.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_ReadType.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_ReadType.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_ReadType.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem5.Tag = "2";
|
||||
radListDataItem5.Text = "文件内容";
|
||||
this.rddl_ReadType.Items.Add(radListDataItem5);
|
||||
this.rddl_ReadType.Location = new System.Drawing.Point(194, 221);
|
||||
radListDataItem1.Tag = "2";
|
||||
radListDataItem1.Text = "文件内容";
|
||||
this.rddl_ReadType.Items.Add(radListDataItem1);
|
||||
this.rddl_ReadType.Location = new System.Drawing.Point(170, 258);
|
||||
this.rddl_ReadType.Name = "rddl_ReadType";
|
||||
this.rddl_ReadType.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_ReadType.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_ReadType.TabIndex = 62;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_ReadType.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_ReadType.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -348,38 +348,40 @@
|
||||
//
|
||||
this.rtb_sourceFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtb_sourceFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtb_sourceFilePath.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtb_sourceFilePath.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtb_sourceFilePath.ForeColor = System.Drawing.Color.White;
|
||||
this.rtb_sourceFilePath.Location = new System.Drawing.Point(194, 147);
|
||||
this.rtb_sourceFilePath.Location = new System.Drawing.Point(170, 164);
|
||||
this.rtb_sourceFilePath.Name = "rtb_sourceFilePath";
|
||||
this.rtb_sourceFilePath.Size = new System.Drawing.Size(173, 23);
|
||||
this.rtb_sourceFilePath.Size = new System.Drawing.Size(317, 25);
|
||||
this.rtb_sourceFilePath.TabIndex = 55;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_sourceFilePath.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_sourceFilePath.GetChildAt(0))).StretchVertically = false;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtb_sourceFilePath.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
//
|
||||
// rtb_targetFilePath
|
||||
//
|
||||
this.rtb_targetFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtb_targetFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtb_targetFilePath.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtb_targetFilePath.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtb_targetFilePath.ForeColor = System.Drawing.Color.White;
|
||||
this.rtb_targetFilePath.Location = new System.Drawing.Point(194, 184);
|
||||
this.rtb_targetFilePath.Location = new System.Drawing.Point(170, 211);
|
||||
this.rtb_targetFilePath.MaxLength = 15;
|
||||
this.rtb_targetFilePath.Name = "rtb_targetFilePath";
|
||||
this.rtb_targetFilePath.Size = new System.Drawing.Size(173, 23);
|
||||
this.rtb_targetFilePath.Size = new System.Drawing.Size(317, 25);
|
||||
this.rtb_targetFilePath.TabIndex = 56;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_targetFilePath.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_targetFilePath.GetChildAt(0))).StretchVertically = false;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtb_targetFilePath.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
//
|
||||
// rtbCarType
|
||||
//
|
||||
this.rtbCarType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtbCarType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtbCarType.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtbCarType.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtbCarType.ForeColor = System.Drawing.Color.White;
|
||||
this.rtbCarType.Location = new System.Drawing.Point(194, 108);
|
||||
this.rtbCarType.Location = new System.Drawing.Point(170, 117);
|
||||
this.rtbCarType.Name = "rtbCarType";
|
||||
this.rtbCarType.Size = new System.Drawing.Size(239, 23);
|
||||
this.rtbCarType.Size = new System.Drawing.Size(384, 25);
|
||||
this.rtbCarType.TabIndex = 54;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarType.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarType.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -388,11 +390,11 @@
|
||||
//
|
||||
this.rtbCarName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtbCarName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtbCarName.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtbCarName.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtbCarName.ForeColor = System.Drawing.Color.White;
|
||||
this.rtbCarName.Location = new System.Drawing.Point(194, 67);
|
||||
this.rtbCarName.Location = new System.Drawing.Point(170, 70);
|
||||
this.rtbCarName.Name = "rtbCarName";
|
||||
this.rtbCarName.Size = new System.Drawing.Size(239, 23);
|
||||
this.rtbCarName.Size = new System.Drawing.Size(384, 25);
|
||||
this.rtbCarName.TabIndex = 53;
|
||||
((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)))));
|
||||
@@ -402,7 +404,7 @@
|
||||
this.radLabel7.AutoSize = false;
|
||||
this.radLabel7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel7.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel7.Location = new System.Drawing.Point(35, 187);
|
||||
this.radLabel7.Location = new System.Drawing.Point(12, 211);
|
||||
this.radLabel7.Name = "radLabel7";
|
||||
this.radLabel7.Size = new System.Drawing.Size(152, 23);
|
||||
this.radLabel7.TabIndex = 61;
|
||||
@@ -414,7 +416,7 @@
|
||||
this.radLabel3.AutoSize = false;
|
||||
this.radLabel3.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel3.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel3.Location = new System.Drawing.Point(40, 148);
|
||||
this.radLabel3.Location = new System.Drawing.Point(17, 164);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel3.TabIndex = 60;
|
||||
@@ -426,7 +428,7 @@
|
||||
this.radLabel4.AutoSize = false;
|
||||
this.radLabel4.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel4.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel4.Location = new System.Drawing.Point(40, 226);
|
||||
this.radLabel4.Location = new System.Drawing.Point(17, 258);
|
||||
this.radLabel4.Name = "radLabel4";
|
||||
this.radLabel4.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel4.TabIndex = 59;
|
||||
@@ -438,7 +440,7 @@
|
||||
this.radLabel2.AutoSize = false;
|
||||
this.radLabel2.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel2.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel2.Location = new System.Drawing.Point(40, 109);
|
||||
this.radLabel2.Location = new System.Drawing.Point(17, 117);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel2.TabIndex = 58;
|
||||
@@ -450,7 +452,7 @@
|
||||
this.radLabel5.AutoSize = false;
|
||||
this.radLabel5.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel5.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel5.Location = new System.Drawing.Point(40, 70);
|
||||
this.radLabel5.Location = new System.Drawing.Point(17, 70);
|
||||
this.radLabel5.Name = "radLabel5";
|
||||
this.radLabel5.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel5.TabIndex = 57;
|
||||
@@ -465,7 +467,7 @@
|
||||
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(633, 426);
|
||||
this.ClientSize = new System.Drawing.Size(741, 556);
|
||||
this.Controls.Add(this.btn_targetFile);
|
||||
this.Controls.Add(this.btn_sourceFile);
|
||||
this.Controls.Add(this.label9);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using DAL;
|
||||
using NSAnalysis.Model;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
@@ -32,95 +33,141 @@ namespace NSAnalysis
|
||||
|
||||
#endregion 鼠标事件
|
||||
|
||||
|
||||
|
||||
public FEditTolerance(FToleranceSetup fts)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
||||
gFTS = fts;
|
||||
}
|
||||
|
||||
private void FEditTolerance_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
rtbCarName.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["modelsName"].Value.ToString();
|
||||
rtbCarName.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["modelsName"].Value.ToString();
|
||||
rtbCarType.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["modelsCode"].Value.ToString();
|
||||
rtb_sourceFilePath.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["sourceFile"].Value.ToString();
|
||||
rtb_targetFilePath.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["targetFile"].Value.ToString();
|
||||
|
||||
rddl_ReadType.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["readType"].Value.ToString();
|
||||
rddl_Position.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["position"].Value.ToString();
|
||||
rddl_Status.Text = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["status"].Value.ToString();
|
||||
string strReadTyple = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["readType"].Value.ToString();
|
||||
|
||||
if (strReadTyple.Equals("1"))
|
||||
{
|
||||
rddl_ReadType.Text = "文件内容";
|
||||
}
|
||||
else
|
||||
{
|
||||
rddl_ReadType.SelectedIndex = -1; // 未匹配到,设置为无选中项
|
||||
}
|
||||
|
||||
string strPosition = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["position"].Value.ToString();
|
||||
|
||||
if (strPosition.Equals("L"))
|
||||
{
|
||||
rddl_Position.Text = "左侧";
|
||||
}
|
||||
else if (strPosition.Equals("R"))
|
||||
{
|
||||
rddl_Position.Text = "右侧";
|
||||
}
|
||||
else
|
||||
{
|
||||
rddl_Position.SelectedIndex = -1; // 未匹配到,设置为无选中项
|
||||
}
|
||||
string strStatus = gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["status"].Value.ToString();
|
||||
|
||||
if (strStatus.Equals("start"))
|
||||
{
|
||||
rddl_Status.Text = "启动";
|
||||
}
|
||||
else if (strStatus.Equals("stop"))
|
||||
{
|
||||
rddl_Status.Text = "停止";
|
||||
}
|
||||
else
|
||||
{
|
||||
rddl_Status.SelectedIndex = -1; // 未匹配到,设置为无选中项
|
||||
}
|
||||
}
|
||||
|
||||
private void rbtnOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
#region 防愚操作
|
||||
|
||||
string strCarName = rtbCarName.Text.Trim();
|
||||
string strCarType = rtbCarType.Text.Trim();
|
||||
//string strMesPointName = rtbMesPointName.Text.Trim();
|
||||
string strReadType = rddl_ReadType.Text.Trim();
|
||||
string strPosition = rddl_Position.Text.Trim();
|
||||
string strStatus = rddl_Status.Text.Trim();
|
||||
|
||||
//string strDimensionName = rddlDimensionName.Text.Trim();
|
||||
//if (string.IsNullOrEmpty(rtbCarType.Text.Trim()))
|
||||
//{
|
||||
// MessageBox.Show("车身类型不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
// return;
|
||||
//}
|
||||
if (string.IsNullOrEmpty(rtbCarName.Text.Trim()))
|
||||
{
|
||||
MessageBox.Show("车型名称不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
|
||||
//if (string.IsNullOrEmpty(rtbMesPointName.Text.Trim()))
|
||||
//{
|
||||
// MessageBox.Show("测量点位名称不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
// return;
|
||||
//}
|
||||
//if (string.IsNullOrEmpty(rtbLower.Text.Trim()))
|
||||
//{
|
||||
// MessageBox.Show("下限值不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
// return;
|
||||
//}
|
||||
//if (string.IsNullOrEmpty(rtbUpper.Text.Trim()))
|
||||
//{
|
||||
// MessageBox.Show("上限值不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
// return;
|
||||
//}
|
||||
|
||||
//if (rtbCarType.Text != gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["CarType"].Value.ToString() || rtbMesPointName.Text != gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["MeasurePointName"].Value.ToString() || rddlDimensionName.Text != gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["DimensionName"].Value.ToString())
|
||||
//{
|
||||
// if (tmdal.CheckTaskExit(strCarType, strMesPointName, strDimensionName))
|
||||
// {
|
||||
// MessageBox.Show("该车身类型下,已经存在该测量点位名称和尺寸名称,请修改!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
if (string.IsNullOrEmpty(rtbCarType.Text.Trim()))
|
||||
{
|
||||
MessageBox.Show("车型代码不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
if (string.IsNullOrEmpty(rtb_sourceFilePath.Text.Trim()))
|
||||
{
|
||||
MessageBox.Show("源文件路径不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
if (string.IsNullOrEmpty(rtb_targetFilePath.Text.Trim()))
|
||||
{
|
||||
MessageBox.Show("目标文件路径不能为空,请重新输入! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
|
||||
// return;
|
||||
// }
|
||||
//}
|
||||
// 对于分发配置,strReadType 进行转换 ,文件内容 对应1 文件名称对应2
|
||||
if (string.IsNullOrEmpty(strReadType) || (strReadType != "文件内容" && strReadType != "文件名称"))
|
||||
{
|
||||
MessageBox.Show("请选择正确的读取类型! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
|
||||
if (strReadType.Equals("文件名称"))
|
||||
{
|
||||
strReadType = "1"; // 文件名称
|
||||
}
|
||||
else if (strReadType.Equals("文件内容"))
|
||||
{
|
||||
strReadType = "2"; // 文件内容
|
||||
}
|
||||
|
||||
#endregion 防愚操作
|
||||
|
||||
//try
|
||||
//{
|
||||
// TToleranceModel ttm = new TToleranceModel();
|
||||
// ttm.Id = int.Parse(gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["Id"].Value.ToString());
|
||||
// ttm.CarType = strCarType;
|
||||
// ttm.MeasurePointName = strMesPointName;
|
||||
// ttm.DimensionName = strDimensionName;
|
||||
// ttm.TolLower = double.Parse(rtbLower.Text.Trim());
|
||||
// ttm.TolUpper = double.Parse(rtbUpper.Text.Trim());
|
||||
// //ttm.Remark = rtbRemark.Text.Trim();
|
||||
// ttm.CreateTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
||||
// tmdal.UpdateTTolerance(ttm);
|
||||
//}
|
||||
//catch (Exception ex)
|
||||
//{
|
||||
// MessageBox.Show("修改公差带信息失败,原因:" + ex.ToString(), "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
try
|
||||
{
|
||||
CjlrTaskReleaseModel cjlrTaskRelease = new CjlrTaskReleaseModel
|
||||
{
|
||||
Id = int.Parse(gFTS.dgvTolList.Rows[gFTS.idgvSelectRowNumber].Cells["Id"].Value.ToString()),
|
||||
ModelsName = strCarName,
|
||||
ModelsCode = strCarType,
|
||||
Position = strPosition.Equals("左侧") ? "L" : "R",
|
||||
SourceFile = rtb_sourceFilePath.Text.Trim(),
|
||||
TargetFile = rtb_targetFilePath.Text.Trim(),
|
||||
Status = strStatus.Equals("启动") ? "start" : "stop",
|
||||
CreateDate = DateTime.Now,
|
||||
IsDelete = 1, //未删除
|
||||
ReadType = strReadType.Equals("文件内容") ? 2 : 1 // 文件内容对应1,文件名称对应2
|
||||
};
|
||||
|
||||
// return;
|
||||
//}
|
||||
tmdal.UpdateTaskRelease(cjlrTaskRelease);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show("修改分发配置失败,原因:" + ex.ToString(), "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
|
||||
//MessageBox.Show("修改公差带信息成功! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
|
||||
//gFTS.rtbnSearch_Click(null, null);
|
||||
MessageBox.Show("修改分发配置成功! ", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
|
||||
//this.Close();
|
||||
gFTS.rtbnSearch_Click(null, null);
|
||||
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void rbtnCancel_Click(object sender, EventArgs e)
|
||||
|
||||
+42
-40
@@ -97,7 +97,7 @@
|
||||
//
|
||||
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(631, 40);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(739, 40);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "修改公差带";
|
||||
@@ -122,7 +122,7 @@
|
||||
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(244, -5);
|
||||
this.label2.Location = new System.Drawing.Point(298, -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);
|
||||
@@ -134,7 +134,7 @@
|
||||
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(286, 8);
|
||||
this.labTitle.Location = new System.Drawing.Point(340, 8);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(88, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
@@ -146,7 +146,7 @@
|
||||
this.rbtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.rbtnCancel.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rbtnCancel.ForeColor = System.Drawing.Color.White;
|
||||
this.rbtnCancel.Location = new System.Drawing.Point(501, 373);
|
||||
this.rbtnCancel.Location = new System.Drawing.Point(612, 488);
|
||||
this.rbtnCancel.Name = "rbtnCancel";
|
||||
this.rbtnCancel.Size = new System.Drawing.Size(85, 30);
|
||||
this.rbtnCancel.TabIndex = 10;
|
||||
@@ -164,7 +164,7 @@
|
||||
this.rbtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.rbtnOK.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rbtnOK.ForeColor = System.Drawing.Color.White;
|
||||
this.rbtnOK.Location = new System.Drawing.Point(373, 373);
|
||||
this.rbtnOK.Location = new System.Drawing.Point(484, 488);
|
||||
this.rbtnOK.Name = "rbtnOK";
|
||||
this.rbtnOK.Size = new System.Drawing.Size(85, 30);
|
||||
this.rbtnOK.TabIndex = 9;
|
||||
@@ -185,7 +185,7 @@
|
||||
this.btn_targetFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btn_targetFile.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.btn_targetFile.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_targetFile.Location = new System.Drawing.Point(376, 193);
|
||||
this.btn_targetFile.Location = new System.Drawing.Point(519, 218);
|
||||
this.btn_targetFile.Name = "btn_targetFile";
|
||||
this.btn_targetFile.Size = new System.Drawing.Size(50, 30);
|
||||
this.btn_targetFile.TabIndex = 92;
|
||||
@@ -200,7 +200,7 @@
|
||||
this.btn_sourceFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btn_sourceFile.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.btn_sourceFile.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_sourceFile.Location = new System.Drawing.Point(376, 153);
|
||||
this.btn_sourceFile.Location = new System.Drawing.Point(519, 178);
|
||||
this.btn_sourceFile.Name = "btn_sourceFile";
|
||||
this.btn_sourceFile.Size = new System.Drawing.Size(50, 30);
|
||||
this.btn_sourceFile.TabIndex = 91;
|
||||
@@ -213,7 +213,7 @@
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label9.Location = new System.Drawing.Point(444, 192);
|
||||
this.label9.Location = new System.Drawing.Point(578, 219);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(106, 20);
|
||||
this.label9.TabIndex = 90;
|
||||
@@ -223,7 +223,7 @@
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label8.Location = new System.Drawing.Point(444, 156);
|
||||
this.label8.Location = new System.Drawing.Point(578, 183);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(58, 20);
|
||||
this.label8.TabIndex = 89;
|
||||
@@ -233,7 +233,7 @@
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label7.Location = new System.Drawing.Point(444, 118);
|
||||
this.label7.Location = new System.Drawing.Point(578, 136);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(76, 20);
|
||||
this.label7.TabIndex = 88;
|
||||
@@ -243,7 +243,7 @@
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.label6.Location = new System.Drawing.Point(444, 76);
|
||||
this.label6.Location = new System.Drawing.Point(575, 89);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(166, 20);
|
||||
this.label6.TabIndex = 87;
|
||||
@@ -255,7 +255,7 @@
|
||||
this.rddl_Status.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_Status.DropDownHeight = 50;
|
||||
this.rddl_Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_Status.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_Status.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_Status.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem1.Tag = "start";
|
||||
radListDataItem1.Text = "启动";
|
||||
@@ -263,9 +263,9 @@
|
||||
radListDataItem2.Text = "暂停";
|
||||
this.rddl_Status.Items.Add(radListDataItem1);
|
||||
this.rddl_Status.Items.Add(radListDataItem2);
|
||||
this.rddl_Status.Location = new System.Drawing.Point(187, 314);
|
||||
this.rddl_Status.Location = new System.Drawing.Point(185, 366);
|
||||
this.rddl_Status.Name = "rddl_Status";
|
||||
this.rddl_Status.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_Status.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_Status.TabIndex = 86;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_Status.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_Status.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -278,7 +278,7 @@
|
||||
this.radLabel6.AutoSize = false;
|
||||
this.radLabel6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel6.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel6.Location = new System.Drawing.Point(33, 313);
|
||||
this.radLabel6.Location = new System.Drawing.Point(32, 366);
|
||||
this.radLabel6.Name = "radLabel6";
|
||||
this.radLabel6.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel6.TabIndex = 85;
|
||||
@@ -291,7 +291,7 @@
|
||||
this.rddl_Position.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_Position.DropDownHeight = 50;
|
||||
this.rddl_Position.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_Position.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_Position.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_Position.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem3.Tag = "L";
|
||||
radListDataItem3.Text = "左侧";
|
||||
@@ -299,9 +299,9 @@
|
||||
radListDataItem4.Text = "右侧";
|
||||
this.rddl_Position.Items.Add(radListDataItem3);
|
||||
this.rddl_Position.Items.Add(radListDataItem4);
|
||||
this.rddl_Position.Location = new System.Drawing.Point(187, 274);
|
||||
this.rddl_Position.Location = new System.Drawing.Point(185, 319);
|
||||
this.rddl_Position.Name = "rddl_Position";
|
||||
this.rddl_Position.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_Position.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_Position.TabIndex = 84;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_Position.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_Position.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -314,7 +314,7 @@
|
||||
this.radLabel1.AutoSize = false;
|
||||
this.radLabel1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel1.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel1.Location = new System.Drawing.Point(33, 274);
|
||||
this.radLabel1.Location = new System.Drawing.Point(32, 319);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel1.TabIndex = 83;
|
||||
@@ -327,14 +327,14 @@
|
||||
this.rddl_ReadType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rddl_ReadType.DropDownHeight = 50;
|
||||
this.rddl_ReadType.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.rddl_ReadType.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rddl_ReadType.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rddl_ReadType.ForeColor = System.Drawing.Color.White;
|
||||
radListDataItem5.Tag = "2";
|
||||
radListDataItem5.Text = "文件内容";
|
||||
this.rddl_ReadType.Items.Add(radListDataItem5);
|
||||
this.rddl_ReadType.Location = new System.Drawing.Point(187, 230);
|
||||
this.rddl_ReadType.Location = new System.Drawing.Point(185, 272);
|
||||
this.rddl_ReadType.Name = "rddl_ReadType";
|
||||
this.rddl_ReadType.Size = new System.Drawing.Size(239, 23);
|
||||
this.rddl_ReadType.Size = new System.Drawing.Size(384, 25);
|
||||
this.rddl_ReadType.TabIndex = 82;
|
||||
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddl_ReadType.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddl_ReadType.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -346,38 +346,40 @@
|
||||
//
|
||||
this.rtb_sourceFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtb_sourceFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtb_sourceFilePath.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtb_sourceFilePath.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtb_sourceFilePath.ForeColor = System.Drawing.Color.White;
|
||||
this.rtb_sourceFilePath.Location = new System.Drawing.Point(187, 156);
|
||||
this.rtb_sourceFilePath.Location = new System.Drawing.Point(185, 178);
|
||||
this.rtb_sourceFilePath.Name = "rtb_sourceFilePath";
|
||||
this.rtb_sourceFilePath.Size = new System.Drawing.Size(173, 23);
|
||||
this.rtb_sourceFilePath.Size = new System.Drawing.Size(317, 25);
|
||||
this.rtb_sourceFilePath.TabIndex = 75;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_sourceFilePath.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_sourceFilePath.GetChildAt(0))).StretchVertically = false;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtb_sourceFilePath.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
//
|
||||
// rtb_targetFilePath
|
||||
//
|
||||
this.rtb_targetFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtb_targetFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtb_targetFilePath.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtb_targetFilePath.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtb_targetFilePath.ForeColor = System.Drawing.Color.White;
|
||||
this.rtb_targetFilePath.Location = new System.Drawing.Point(187, 193);
|
||||
this.rtb_targetFilePath.Location = new System.Drawing.Point(185, 225);
|
||||
this.rtb_targetFilePath.MaxLength = 15;
|
||||
this.rtb_targetFilePath.Name = "rtb_targetFilePath";
|
||||
this.rtb_targetFilePath.Size = new System.Drawing.Size(173, 23);
|
||||
this.rtb_targetFilePath.Size = new System.Drawing.Size(317, 25);
|
||||
this.rtb_targetFilePath.TabIndex = 76;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_targetFilePath.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtb_targetFilePath.GetChildAt(0))).StretchVertically = false;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtb_targetFilePath.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
//
|
||||
// rtbCarType
|
||||
//
|
||||
this.rtbCarType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtbCarType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtbCarType.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtbCarType.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtbCarType.ForeColor = System.Drawing.Color.White;
|
||||
this.rtbCarType.Location = new System.Drawing.Point(187, 117);
|
||||
this.rtbCarType.Location = new System.Drawing.Point(185, 131);
|
||||
this.rtbCarType.Name = "rtbCarType";
|
||||
this.rtbCarType.Size = new System.Drawing.Size(239, 23);
|
||||
this.rtbCarType.Size = new System.Drawing.Size(384, 25);
|
||||
this.rtbCarType.TabIndex = 74;
|
||||
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarType.GetChildAt(0))).Text = "";
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarType.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
@@ -386,11 +388,11 @@
|
||||
//
|
||||
this.rtbCarName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rtbCarName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
||||
this.rtbCarName.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
||||
this.rtbCarName.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.rtbCarName.ForeColor = System.Drawing.Color.White;
|
||||
this.rtbCarName.Location = new System.Drawing.Point(187, 76);
|
||||
this.rtbCarName.Location = new System.Drawing.Point(185, 84);
|
||||
this.rtbCarName.Name = "rtbCarName";
|
||||
this.rtbCarName.Size = new System.Drawing.Size(239, 23);
|
||||
this.rtbCarName.Size = new System.Drawing.Size(384, 25);
|
||||
this.rtbCarName.TabIndex = 73;
|
||||
((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)))));
|
||||
@@ -400,7 +402,7 @@
|
||||
this.radLabel7.AutoSize = false;
|
||||
this.radLabel7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel7.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel7.Location = new System.Drawing.Point(28, 196);
|
||||
this.radLabel7.Location = new System.Drawing.Point(27, 225);
|
||||
this.radLabel7.Name = "radLabel7";
|
||||
this.radLabel7.Size = new System.Drawing.Size(152, 23);
|
||||
this.radLabel7.TabIndex = 81;
|
||||
@@ -412,7 +414,7 @@
|
||||
this.radLabel3.AutoSize = false;
|
||||
this.radLabel3.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel3.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel3.Location = new System.Drawing.Point(33, 157);
|
||||
this.radLabel3.Location = new System.Drawing.Point(32, 178);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel3.TabIndex = 80;
|
||||
@@ -424,7 +426,7 @@
|
||||
this.radLabel4.AutoSize = false;
|
||||
this.radLabel4.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel4.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel4.Location = new System.Drawing.Point(33, 235);
|
||||
this.radLabel4.Location = new System.Drawing.Point(32, 272);
|
||||
this.radLabel4.Name = "radLabel4";
|
||||
this.radLabel4.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel4.TabIndex = 79;
|
||||
@@ -436,7 +438,7 @@
|
||||
this.radLabel2.AutoSize = false;
|
||||
this.radLabel2.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel2.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel2.Location = new System.Drawing.Point(33, 118);
|
||||
this.radLabel2.Location = new System.Drawing.Point(32, 131);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel2.TabIndex = 78;
|
||||
@@ -448,7 +450,7 @@
|
||||
this.radLabel5.AutoSize = false;
|
||||
this.radLabel5.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
this.radLabel5.ForeColor = System.Drawing.Color.White;
|
||||
this.radLabel5.Location = new System.Drawing.Point(33, 79);
|
||||
this.radLabel5.Location = new System.Drawing.Point(32, 84);
|
||||
this.radLabel5.Name = "radLabel5";
|
||||
this.radLabel5.Size = new System.Drawing.Size(147, 23);
|
||||
this.radLabel5.TabIndex = 77;
|
||||
@@ -463,7 +465,7 @@
|
||||
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(633, 426);
|
||||
this.ClientSize = new System.Drawing.Size(741, 556);
|
||||
this.Controls.Add(this.btn_targetFile);
|
||||
this.Controls.Add(this.btn_sourceFile);
|
||||
this.Controls.Add(this.label9);
|
||||
|
||||
@@ -142,7 +142,7 @@ namespace NSAnalysis
|
||||
{
|
||||
string modelName = dgvTolList.Rows[e.RowIndex].Cells["modelsName"].Value.ToString();
|
||||
string modelsCode = dgvTolList.Rows[e.RowIndex].Cells["modelsCode"].Value.ToString();
|
||||
|
||||
|
||||
if (string.IsNullOrEmpty(modelsCode) || string.IsNullOrEmpty(modelName))
|
||||
{
|
||||
MessageBox.Show("分发配置代码或名称不能为空,无法删除!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
@@ -150,7 +150,7 @@ namespace NSAnalysis
|
||||
}
|
||||
try
|
||||
{
|
||||
tmdal.UpdateIsDelete(modelName,modelsCode);
|
||||
tmdal.UpdateIsDelete(modelName, modelsCode);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@@ -172,6 +172,7 @@ namespace NSAnalysis
|
||||
|
||||
private void dgvTolList_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)
|
||||
{
|
||||
// 系统状态
|
||||
if (dgvTolList.Columns
|
||||
.Cast<DataGridViewColumn>()
|
||||
.Any(c => c.DataPropertyName == "status" && c.Index == e.ColumnIndex))
|
||||
@@ -179,11 +180,19 @@ namespace NSAnalysis
|
||||
{
|
||||
switch (e.Value.ToString())
|
||||
{
|
||||
case "start": e.Value = "启动"; break;
|
||||
case "stop": e.Value = "停止"; break;
|
||||
case "start":
|
||||
e.Value = "启动";
|
||||
//dgvTolList.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.White; // 默认背景色
|
||||
break;
|
||||
|
||||
case "stop":
|
||||
dgvTolList.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.Red;
|
||||
e.Value = "停止";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//读取方式
|
||||
if (dgvTolList.Columns
|
||||
.Cast<DataGridViewColumn>()
|
||||
.Any(c => c.DataPropertyName == "readType" && c.Index == e.ColumnIndex))
|
||||
@@ -194,6 +203,18 @@ namespace NSAnalysis
|
||||
case "2": e.Value = "文件内容"; break;
|
||||
}
|
||||
}
|
||||
|
||||
// 位置
|
||||
if (dgvTolList.Columns
|
||||
.Cast<DataGridViewColumn>()
|
||||
.Any(c => c.DataPropertyName == "position" && c.Index == e.ColumnIndex))
|
||||
{
|
||||
switch (e.Value.ToString())
|
||||
{
|
||||
case "L": e.Value = "左侧"; break;
|
||||
case "R": e.Value = "右侧"; break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+24
-24
@@ -48,12 +48,12 @@ namespace NSAnalysis
|
||||
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.lpcAddTol = new UserControlClass.LabPictureControl();
|
||||
this.Id = 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.position = 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();
|
||||
@@ -155,7 +155,7 @@ namespace NSAnalysis
|
||||
this.Id,
|
||||
this.modelsName,
|
||||
this.modelsCode,
|
||||
this.DimensionName,
|
||||
this.position,
|
||||
this.sourceFile,
|
||||
this.targetFile,
|
||||
this.Status,
|
||||
@@ -353,6 +353,20 @@ namespace NSAnalysis
|
||||
this.dataGridViewImageColumn2.ToolTipText = "点击删除机床信息";
|
||||
this.dataGridViewImageColumn2.Width = 45;
|
||||
//
|
||||
// labSearchResult
|
||||
//
|
||||
this.labSearchResult.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.labSearchResult.AutoSize = true;
|
||||
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(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;
|
||||
//
|
||||
// lpcAddTol
|
||||
//
|
||||
this.lpcAddTol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
@@ -368,20 +382,6 @@ namespace NSAnalysis
|
||||
this.lpcAddTol.TabIndex = 18;
|
||||
this.lpcAddTol.Click += new System.EventHandler(this.lpcAddTol_Click);
|
||||
//
|
||||
// labSearchResult
|
||||
//
|
||||
this.labSearchResult.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.labSearchResult.AutoSize = true;
|
||||
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(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;
|
||||
//
|
||||
// Id
|
||||
//
|
||||
this.Id.DataPropertyName = "Id";
|
||||
@@ -407,13 +407,13 @@ namespace NSAnalysis
|
||||
this.modelsCode.ReadOnly = true;
|
||||
this.modelsCode.Width = 65;
|
||||
//
|
||||
// DimensionName
|
||||
// position
|
||||
//
|
||||
this.DimensionName.DataPropertyName = "position";
|
||||
this.DimensionName.HeaderText = "车型位置";
|
||||
this.DimensionName.Name = "DimensionName";
|
||||
this.DimensionName.ReadOnly = true;
|
||||
this.DimensionName.Width = 65;
|
||||
this.position.DataPropertyName = "position";
|
||||
this.position.HeaderText = "车型位置";
|
||||
this.position.Name = "position";
|
||||
this.position.ReadOnly = true;
|
||||
this.position.Width = 65;
|
||||
//
|
||||
// sourceFile
|
||||
//
|
||||
@@ -530,7 +530,7 @@ namespace NSAnalysis
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn modelsName;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn modelsCode;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn DimensionName;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn position;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn sourceFile;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn targetFile;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
<metadata name="modelsCode.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="DimensionName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="position.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="sourceFile.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
|
||||
Reference in New Issue
Block a user