Browse Source

甘特图信息修改

master
sc 8 months ago
parent
commit
20edc08763
  1. 54
      Properties/Resources.Designer.cs
  2. 18
      Properties/Resources.en-US.resx
  3. 18
      Properties/Resources.resx
  4. 18
      Properties/Resources.zh-CN.resx
  5. 18
      Properties/Resources.zh-TW.resx
  6. 11
      View/ProductionPlanningView.xaml.cs
  7. 2
      WindowsView/ViewStep.xaml.cs

54
Properties/Resources.Designer.cs

@ -150,6 +150,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 BathRatio 的本地化字符串。
/// </summary>
public static string BathRatio {
get {
return ResourceManager.GetString("BathRatio", resourceCulture);
}
}
/// <summary>
/// 查找类似 Before 的本地化字符串。
/// </summary>
@ -258,6 +267,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 Client 的本地化字符串。
/// </summary>
public static string Client {
get {
return ResourceManager.GetString("Client", resourceCulture);
}
}
/// <summary>
/// 查找类似 ClothIntake 的本地化字符串。
/// </summary>
@ -276,6 +294,24 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 ClothSpecies 的本地化字符串。
/// </summary>
public static string ClothSpecies {
get {
return ResourceManager.GetString("ClothSpecies", resourceCulture);
}
}
/// <summary>
/// 查找类似 ClothWeight 的本地化字符串。
/// </summary>
public static string ClothWeight {
get {
return ResourceManager.GetString("ClothWeight", resourceCulture);
}
}
/// <summary>
/// 查找类似 ClothWheel 的本地化字符串。
/// </summary>
@ -321,6 +357,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 ColorNumber 的本地化字符串。
/// </summary>
public static string ColorNumber {
get {
return ResourceManager.GetString("ColorNumber", resourceCulture);
}
}
/// <summary>
/// 查找类似 Compute 的本地化字符串。
/// </summary>
@ -2436,6 +2481,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 Total 的本地化字符串。
/// </summary>
public static string Total {
get {
return ResourceManager.GetString("Total", resourceCulture);
}
}
/// <summary>
/// 查找类似 trce 的本地化字符串。
/// </summary>

18
Properties/Resources.en-US.resx

@ -975,4 +975,22 @@
<data name="attached" xml:space="preserve">
<value>Attached</value>
</data>
<data name="ColorNumber" xml:space="preserve">
<value />
</data>
<data name="Client" xml:space="preserve">
<value />
</data>
<data name="ClothSpecies" xml:space="preserve">
<value />
</data>
<data name="ClothWeight" xml:space="preserve">
<value />
</data>
<data name="BathRatio" xml:space="preserve">
<value />
</data>
<data name="Total" xml:space="preserve">
<value />
</data>
</root>

18
Properties/Resources.resx

@ -975,4 +975,22 @@
<data name="attached" xml:space="preserve">
<value>Attached</value>
</data>
<data name="ColorNumber" xml:space="preserve">
<value>ColorNumber</value>
</data>
<data name="Client" xml:space="preserve">
<value>Client</value>
</data>
<data name="ClothSpecies" xml:space="preserve">
<value>ClothSpecies</value>
</data>
<data name="ClothWeight" xml:space="preserve">
<value>ClothWeight</value>
</data>
<data name="BathRatio" xml:space="preserve">
<value>BathRatio</value>
</data>
<data name="Total" xml:space="preserve">
<value>Total</value>
</data>
</root>

18
Properties/Resources.zh-CN.resx

@ -975,4 +975,22 @@
<data name="attached" xml:space="preserve">
<value>附</value>
</data>
<data name="ColorNumber" xml:space="preserve">
<value>色号</value>
</data>
<data name="Client" xml:space="preserve">
<value>客户</value>
</data>
<data name="ClothSpecies" xml:space="preserve">
<value>布种</value>
</data>
<data name="ClothWeight" xml:space="preserve">
<value>布重</value>
</data>
<data name="BathRatio" xml:space="preserve">
<value>浴比</value>
</data>
<data name="Total" xml:space="preserve">
<value>总浴量</value>
</data>
</root>

18
Properties/Resources.zh-TW.resx

@ -972,4 +972,22 @@
<data name="attached" xml:space="preserve">
<value />
</data>
<data name="ColorNumber" xml:space="preserve">
<value />
</data>
<data name="Client" xml:space="preserve">
<value />
</data>
<data name="ClothSpecies" xml:space="preserve">
<value />
</data>
<data name="ClothWeight" xml:space="preserve">
<value />
</data>
<data name="BathRatio" xml:space="preserve">
<value />
</data>
<data name="Total" xml:space="preserve">
<value />
</data>
</root>

11
View/ProductionPlanningView.xaml.cs

@ -123,7 +123,16 @@ namespace SunlightCentralizedControlManagement_SCCM_.View
Name = Properties.Resources.ProcessName + ";" + dataRows[j].Field<string>("ProgramName"),
Background = colorBackground,
Status = colorStatus,
ID = dataRows[j].Field<string>("WorkOrder"),
ID = Properties.Resources.WorkOrder + ";" + dataRows[j].Field<string>("WorkOrder"),
Dyelot = Properties.Resources.Dyelot + ";" + dataRows[j].Field<string>("Dyelot"),
Remark = Properties.Resources.Remark + ";" + dataRows[j].Field<string>("Remark"),
ColorNumber = Properties.Resources.ColorNumber + ";" + dataRows[j].Field<string>("ColorNumber"),
Client = Properties.Resources.Client + ";" + dataRows[j].Field<string>("Client"),
ClothSpecies = Properties.Resources.ClothSpecies + ";" + dataRows[j].Field<string>("ClothSpecies"),
// ClothWeight = Properties.Resources.ClothWeight + ";" + dataRows[j].Field<string>("ClothWeight"),
// BathRatio = Properties.Resources.BathRatio + ";" + dataRows[j].Field<string>("BathRatio"),
// Total = Properties.Resources.Total + ";" + dataRows[j].Field<string>("Total"),
// USER = Properties.Resources.USER + ";" + dataRows[j].Field<string>("user"),
TaskProgressVisibility = System.Windows.Visibility.Hidden
});
}

2
WindowsView/ViewStep.xaml.cs

@ -1,4 +1,4 @@
using SunlightCentralizedControlManagement_SCCM_.WindowsView;
 using SunlightCentralizedControlManagement_SCCM_.WindowsView;
using ScottPlot.Palettes;
using System;
using System.Collections.Generic;

Loading…
Cancel
Save