Commit c7fcfbca 刘韬

1

1 个父辈 eb9fc358
...@@ -110,6 +110,12 @@ ...@@ -110,6 +110,12 @@
<Compile Include="SettingControl.Designer.cs"> <Compile Include="SettingControl.Designer.cs">
<DependentUpon>SettingControl.cs</DependentUpon> <DependentUpon>SettingControl.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="UC\AgvControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UC\AgvControl.Designer.cs">
<DependentUpon>AgvControl.cs</DependentUpon>
</Compile>
<Compile Include="UC\ConfigControl.cs"> <Compile Include="UC\ConfigControl.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
...@@ -151,6 +157,9 @@ ...@@ -151,6 +157,9 @@
<EmbeddedResource Include="SettingControl.resx"> <EmbeddedResource Include="SettingControl.resx">
<DependentUpon>SettingControl.cs</DependentUpon> <DependentUpon>SettingControl.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="UC\AgvControl.resx">
<DependentUpon>AgvControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UC\ConfigControl.resx"> <EmbeddedResource Include="UC\ConfigControl.resx">
<DependentUpon>ConfigControl.cs</DependentUpon> <DependentUpon>ConfigControl.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
......
...@@ -52,6 +52,10 @@ namespace AutoScanAndLabel ...@@ -52,6 +52,10 @@ namespace AutoScanAndLabel
this.listView1 = new System.Windows.Forms.ListView(); this.listView1 = new System.Windows.Forms.ListView();
this.btn_stop = new System.Windows.Forms.Button(); this.btn_stop = new System.Windows.Forms.Button();
this.btn_run = new System.Windows.Forms.Button(); this.btn_run = new System.Windows.Forms.Button();
this.语言toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.简体中文ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.日本语ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.englishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
...@@ -63,6 +67,7 @@ namespace AutoScanAndLabel ...@@ -63,6 +67,7 @@ namespace AutoScanAndLabel
this.menuStrip1.BackColor = System.Drawing.Color.Transparent; this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.设备操作ToolStripMenuItem, this.设备操作ToolStripMenuItem,
this.语言toolStripMenuItem,
this.关于ToolStripMenuItem}); this.关于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Name = "menuStrip1";
...@@ -302,6 +307,41 @@ namespace AutoScanAndLabel ...@@ -302,6 +307,41 @@ namespace AutoScanAndLabel
this.btn_run.UseVisualStyleBackColor = true; this.btn_run.UseVisualStyleBackColor = true;
this.btn_run.Click += new System.EventHandler(this.btn_run_Click); this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
// //
// 语言toolStripMenuItem
//
this.语言toolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.简体中文ToolStripMenuItem,
this.日本语ToolStripMenuItem,
this.englishToolStripMenuItem});
this.语言toolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.语言toolStripMenuItem.Name = "语言toolStripMenuItem";
this.语言toolStripMenuItem.Size = new System.Drawing.Size(54, 25);
this.语言toolStripMenuItem.Text = "语言";
//
// 简体中文ToolStripMenuItem
//
this.简体中文ToolStripMenuItem.Name = "简体中文ToolStripMenuItem";
this.简体中文ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.简体中文ToolStripMenuItem.Tag = "not";
this.简体中文ToolStripMenuItem.Text = "简体中文";
this.简体中文ToolStripMenuItem.Click += new System.EventHandler(this.简体中文ToolStripMenuItem_Click);
//
// 日本语ToolStripMenuItem
//
this.日本语ToolStripMenuItem.Name = "日本语ToolStripMenuItem";
this.日本语ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.日本语ToolStripMenuItem.Tag = "not";
this.日本语ToolStripMenuItem.Text = "日本語";
this.日本语ToolStripMenuItem.Click += new System.EventHandler(this.日本语ToolStripMenuItem_Click);
//
// englishToolStripMenuItem
//
this.englishToolStripMenuItem.Name = "englishToolStripMenuItem";
this.englishToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.englishToolStripMenuItem.Tag = "not";
this.englishToolStripMenuItem.Text = "English";
this.englishToolStripMenuItem.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
//
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
...@@ -355,6 +395,10 @@ namespace AutoScanAndLabel ...@@ -355,6 +395,10 @@ namespace AutoScanAndLabel
private System.Windows.Forms.CheckBox cb_EnableBuzzer; private System.Windows.Forms.CheckBox cb_EnableBuzzer;
private System.Windows.Forms.Button btn_PauseBuzzer; private System.Windows.Forms.Button btn_PauseBuzzer;
private System.Windows.Forms.Button btn_leftempty; private System.Windows.Forms.Button btn_leftempty;
private System.Windows.Forms.ToolStripMenuItem 语言toolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 简体中文ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 日本语ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem englishToolStripMenuItem;
} }
} }
...@@ -14,6 +14,7 @@ using System.Text; ...@@ -14,6 +14,7 @@ using System.Text;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using AutoScanAndLabel.UC;
namespace AutoScanAndLabel namespace AutoScanAndLabel
{ {
...@@ -90,6 +91,7 @@ namespace AutoScanAndLabel ...@@ -90,6 +91,7 @@ namespace AutoScanAndLabel
IOControl ioc = new IOControl(); IOControl ioc = new IOControl();
AxisControl ac = new AxisControl(); AxisControl ac = new AxisControl();
SettingControl sc = new SettingControl(); SettingControl sc = new SettingControl();
AgvControl agv = new AgvControl();
readonly System.Windows.Forms.Timer t1 = new System.Windows.Forms.Timer(); readonly System.Windows.Forms.Timer t1 = new System.Windows.Forms.Timer();
private void Form1_Load(object sender, EventArgs e) private void Form1_Load(object sender, EventArgs e)
...@@ -144,7 +146,8 @@ namespace AutoScanAndLabel ...@@ -144,7 +146,8 @@ namespace AutoScanAndLabel
cb_EnableBuzzer.Checked = Config.Get("EnableBuzzer", true); cb_EnableBuzzer.Checked = Config.Get("EnableBuzzer", true);
AlarmBuzzer.BuzzerStateChange += AlarmBuzzer_BuzzerStateChange; AlarmBuzzer.BuzzerStateChange += AlarmBuzzer_BuzzerStateChange;
RobotManage.LoadFinishEvent += RobotManage_LoadFinishEvent; RobotManage.LoadFinishEvent += RobotManage_LoadFinishEvent;
AddForm(crc.GetString("Res0007","日志"), lc); if (Config.Get("EnableLogWindow",false))
AddForm(crc.GetString("Res0007","日志"), lc);
RobotManage.Init(); RobotManage.Init();
} }
...@@ -164,6 +167,7 @@ namespace AutoScanAndLabel ...@@ -164,6 +167,7 @@ namespace AutoScanAndLabel
void addTablePage() { void addTablePage() {
AddForm(crc.GetString("Res0008","IO调试"), ioc); AddForm(crc.GetString("Res0008","IO调试"), ioc);
AddForm(crc.GetString("Res0009","伺服调试"), ac); AddForm(crc.GetString("Res0009","伺服调试"), ac);
AddForm("Agv调试", agv);
AddForm(crc.GetString("Res0010","相关设置"), sc); AddForm(crc.GetString("Res0010","相关设置"), sc);
crc.LanguageProcess(this); crc.LanguageProcess(this);
} }
...@@ -468,6 +472,7 @@ namespace AutoScanAndLabel ...@@ -468,6 +472,7 @@ namespace AutoScanAndLabel
private void 关于ToolStripMenuItem_Click(object sender, EventArgs e) private void 关于ToolStripMenuItem_Click(object sender, EventArgs e)
{ {
AboutBox1 aboutBox1 = new AboutBox1(); AboutBox1 aboutBox1 = new AboutBox1();
crc.LanguageProcess(aboutBox1);
aboutBox1.ShowDialog(); aboutBox1.ShowDialog();
} }
...@@ -498,5 +503,23 @@ namespace AutoScanAndLabel ...@@ -498,5 +503,23 @@ namespace AutoScanAndLabel
RobotManage.mainMachine.LeftMoveInfo.NewMove(MoveStep.L01); RobotManage.mainMachine.LeftMoveInfo.NewMove(MoveStep.L01);
LogUtil.info("手动:左侧已清空,重新上升"); LogUtil.info("手动:左侧已清空,重新上升");
} }
private void 简体中文ToolStripMenuItem_Click(object sender, EventArgs e)
{
ConfigHelper.Config.Set("Default_Language", "zh-CN");
crc.LanguageChange();
}
private void 日本语ToolStripMenuItem_Click(object sender, EventArgs e)
{
ConfigHelper.Config.Set("Default_Language", "ja-JP");
crc.LanguageChange();
}
private void englishToolStripMenuItem_Click(object sender, EventArgs e)
{
ConfigHelper.Config.Set("Default_Language", "en-US");
crc.LanguageChange();
}
} }
} }
\ No newline at end of file \ No newline at end of file

namespace AutoScanAndLabel.UC
{
partial class AgvControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox_right = new System.Windows.Forms.GroupBox();
this.button_rightleavefull = new System.Windows.Forms.Button();
this.button_rightneedempty = new System.Windows.Forms.Button();
this.groupBox_left = new System.Windows.Forms.GroupBox();
this.button_leftneedempty = new System.Windows.Forms.Button();
this.button_Leftleavefull = new System.Windows.Forms.Button();
this.groupBox_right.SuspendLayout();
this.groupBox_left.SuspendLayout();
this.SuspendLayout();
//
// groupBox_right
//
this.groupBox_right.Controls.Add(this.button_rightleavefull);
this.groupBox_right.Controls.Add(this.button_rightneedempty);
this.groupBox_right.Location = new System.Drawing.Point(299, 20);
this.groupBox_right.Name = "groupBox_right";
this.groupBox_right.Size = new System.Drawing.Size(233, 226);
this.groupBox_right.TabIndex = 0;
this.groupBox_right.TabStop = false;
this.groupBox_right.Text = "右侧";
//
// button_rightleavefull
//
this.button_rightleavefull.Location = new System.Drawing.Point(23, 126);
this.button_rightleavefull.Name = "button_rightleavefull";
this.button_rightleavefull.Size = new System.Drawing.Size(175, 61);
this.button_rightleavefull.TabIndex = 0;
this.button_rightleavefull.Text = "请求取空料串";
this.button_rightleavefull.UseVisualStyleBackColor = true;
this.button_rightleavefull.Click += new System.EventHandler(this.button_rightleavefull_Click);
//
// button_rightneedempty
//
this.button_rightneedempty.Location = new System.Drawing.Point(23, 40);
this.button_rightneedempty.Name = "button_rightneedempty";
this.button_rightneedempty.Size = new System.Drawing.Size(175, 61);
this.button_rightneedempty.TabIndex = 0;
this.button_rightneedempty.Text = "请求送满料串";
this.button_rightneedempty.UseVisualStyleBackColor = true;
this.button_rightneedempty.Click += new System.EventHandler(this.button_rightneedempty_Click);
//
// groupBox_left
//
this.groupBox_left.Controls.Add(this.button_leftneedempty);
this.groupBox_left.Controls.Add(this.button_Leftleavefull);
this.groupBox_left.Location = new System.Drawing.Point(22, 20);
this.groupBox_left.Name = "groupBox_left";
this.groupBox_left.Size = new System.Drawing.Size(233, 226);
this.groupBox_left.TabIndex = 0;
this.groupBox_left.TabStop = false;
this.groupBox_left.Text = "左侧";
//
// button_leftneedempty
//
this.button_leftneedempty.Location = new System.Drawing.Point(30, 126);
this.button_leftneedempty.Name = "button_leftneedempty";
this.button_leftneedempty.Size = new System.Drawing.Size(175, 61);
this.button_leftneedempty.TabIndex = 0;
this.button_leftneedempty.Text = "请求送空料串";
this.button_leftneedempty.UseVisualStyleBackColor = true;
this.button_leftneedempty.Click += new System.EventHandler(this.button_leftneedempty_Click);
//
// button_Leftleavefull
//
this.button_Leftleavefull.Location = new System.Drawing.Point(30, 40);
this.button_Leftleavefull.Name = "button_Leftleavefull";
this.button_Leftleavefull.Size = new System.Drawing.Size(175, 61);
this.button_Leftleavefull.TabIndex = 0;
this.button_Leftleavefull.Text = "请求取满料串";
this.button_Leftleavefull.UseVisualStyleBackColor = true;
this.button_Leftleavefull.Click += new System.EventHandler(this.button_Leftleavefull_Click);
//
// AgvControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupBox_left);
this.Controls.Add(this.groupBox_right);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "AgvControl";
this.Size = new System.Drawing.Size(973, 521);
this.groupBox_right.ResumeLayout(false);
this.groupBox_left.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox_right;
private System.Windows.Forms.GroupBox groupBox_left;
private System.Windows.Forms.Button button_rightleavefull;
private System.Windows.Forms.Button button_rightneedempty;
private System.Windows.Forms.Button button_leftneedempty;
private System.Windows.Forms.Button button_Leftleavefull;
}
}
using DeviceLibrary;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AutoScanAndLabel.UC
{
public partial class AgvControl : UserControl
{
public AgvControl()
{
InitializeComponent();
}
private void button_rightneedempty_Click(object sender, EventArgs e)
{
if (!RobotManage.isRunning)
{
MessageBox.Show("机器尚未启动不能呼叫Agv");
return;
}
if (RobotManage.mainMachine.IOValue(IO_Type.RightEnd_Check).Equals(IO_VALUE.LOW))
{
//请求AGV代码放这里
//等待agv到位
RobotManage.mainMachine.RightMoveInfo.NewMove(MoveStep.R40_InShelf);//等待agv到位后执行,启动进入
Task.Run(() =>
{
while (RobotManage.mainMachine.RightMoveInfo.MoveStep >= MoveStep.R40_InShelf)
{
Task.Delay(1000).Wait();
}
//通知agv上料结束, 也可以把上料结束的代码放到 R40_InShelf的结束步骤里去
});
}
else
MessageBox.Show("当前有料串不能请求进入料串");
}
private void button_rightleavefull_Click(object sender, EventArgs e)
{
if (!RobotManage.isRunning)
{
MessageBox.Show("机器尚未启动不能呼叫Agv");
return;
}
if (RobotManage.mainMachine.IOValue(IO_Type.RightEnd_Check).Equals(IO_VALUE.HIGH))
{
//请求AGV代码放这里
//等待agv到位
RobotManage.mainMachine.RightMoveInfo.NewMove(MoveStep.R30_OutShelf);//等待agv到位后执行,启动料串离开
Task.Run(() =>
{
while (RobotManage.mainMachine.RightMoveInfo.MoveStep >= MoveStep.R30_OutShelf)
{
Task.Delay(1000).Wait();
}
//通知agv上料结束, 也可以把上料结束的代码放到R30_OutShelf的结束步骤里去
});
}
else
MessageBox.Show("当前没有料串不能请求取料串");
}
private void button_Leftleavefull_Click(object sender, EventArgs e)
{
if (!RobotManage.isRunning)
{
MessageBox.Show("机器尚未启动不能呼叫Agv");
return;
}
if (RobotManage.mainMachine.IOValue(IO_Type.LeftEnd_Check).Equals(IO_VALUE.HIGH))
{
//请求AGV代码放这里
//等待agv到位
RobotManage.mainMachine.LeftMoveInfo.NewMove(MoveStep.L50_OutShelf);//等待agv到位后执行,启动料串离开
Task.Run(() =>
{
while (RobotManage.mainMachine.LeftMoveInfo.MoveStep >= MoveStep.L50_OutShelf)
{
Task.Delay(1000).Wait();
}
//通知agv上料结束, 也可以把上料结束的代码放到L50_OutShelf的结束步骤里去
});
}
else
MessageBox.Show("当前没有料串不能请求取料串");
}
private void button_leftneedempty_Click(object sender, EventArgs e)
{
if (!RobotManage.isRunning)
{
MessageBox.Show("机器尚未启动不能呼叫Agv");
return;
}
if (RobotManage.mainMachine.IOValue(IO_Type.LeftEnd_Check).Equals(IO_VALUE.LOW))
{
//请求AGV代码放这里
//等待agv到位
RobotManage.mainMachine.LeftMoveInfo.NewMove(MoveStep.L60_InShelf);//等待agv到位后执行,启动进入
Task.Run(() =>
{
while (RobotManage.mainMachine.LeftMoveInfo.MoveStep >= MoveStep.L60_InShelf)
{
Task.Delay(1000).Wait();
}
//通知agv上料结束, 也可以把上料结束的代码放到 L60_InShelf的结束步骤里去
});
}
else
MessageBox.Show("当前有料串不能请求进入料串");
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file \ No newline at end of file
此文件类型无法预览
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!