Commit d03b3698 刘韬

1

1 个父辈 8aa0737b
......@@ -258,8 +258,17 @@ namespace UILanguageTooles
}
return false;
}
/// <summary>
/// 包含以下字符不转换
/// </summary>
static string[] excludetxt = new string[] { "宋体", "新宋体", "微软雅黑", "【", "】" };
/// <summary>
/// 包含以下文件名不转换
/// </summary>
static string[] excludeFile = new string[] { ".Designer.cs", "Common.cs", "LoadCVSLibrary", "CodeResourceControl.cs", "ZoomPictureBox.cs", "Program.cs" };
/// <summary>
/// 代码行中包含以下文本不转换
/// </summary>
static string[] excludeline = new string[] {"throw", "LogUtil", ".log" , "LOGGER.", "LOGGER.", " const ", "OutDebug","VLog." };
private void Form1_Load(object sender, EventArgs e)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!