Commit 94da8931 authored by keyongyu's avatar keyongyu

2.2.9.7

parent dab72a71
......@@ -466,14 +466,14 @@ void SetCard(Card c)
long sc2 = (c.setcode >> 0x10) & 0xffff;
long sc3 = (c.setcode >> 0x20) & 0xffff;
long sc4 = (c.setcode >> 0x30) & 0xffff;
//tb_setcode1.Text = sc1.ToString("x");
//tb_setcode2.Text = sc2.ToString("x");
//tb_setcode3.Text = sc3.ToString("x");
//tb_setcode4.Text = sc4.ToString("x");
SetSelect(cb_setname1, sc1);
SetSelect(cb_setname2, sc2);
SetSelect(cb_setname3, sc3);
SetSelect(cb_setname4, sc4);
tb_setcode1.Text = sc1.ToString("x");
tb_setcode2.Text = sc2.ToString("x");
tb_setcode3.Text = sc3.ToString("x");
tb_setcode4.Text = sc4.ToString("x");
//SetSelect(cb_setname1, sc1);
//SetSelect(cb_setname2, sc2);
//SetSelect(cb_setname3, sc3);
//SetSelect(cb_setname4, sc4);
//type,category
SetCheck(pl_cardtype, c.type);
SetCheck(pl_category, c.category);
......
......@@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.9.6")]
[assembly: AssemblyVersion("2.2.9.7")]
[DataEditorX]2.2.9.6[DataEditorX]
[DataEditorX]2.2.9.7[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联(File association)
......@@ -80,6 +80,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.9.7
紧急修复-setname额外的显示出错
2.2.9.6
读取MSE存档
可能出现的bug:通常魔法类型识别出错,P怪兽文本提取出错,或者无法识别该卡
......
No preview for this file type
......@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key]
-->
<!-- MSE language data/mse_xxx.txt -->
<add key="mse" value="Chinese-Simplified" />
<add key="mse" value="Chinese-Traditional" />
<!-- Language data/cardinfo_xxxx.txt data/language_xxx.txt -->
<add key="language" value="chinese" />
<!-- DataEditorX source code -->
......
......@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key]
-->
<!-- MSE language data/mse_xxx.txt -->
<add key="mse" value="Chinese-Simplified" />
<add key="mse" value="Chinese-Traditional" />
<!-- Language data/cardinfo_xxxx.txt data/language_xxx.txt -->
<add key="language" value="chinese" />
<!-- DataEditorX source code -->
......
[DataEditorX]2.2.9.6[DataEditorX]
[DataEditorX]2.2.9.7[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联(File association)
......@@ -80,6 +80,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.9.7
紧急修复-setname额外的显示出错
2.2.9.6
读取MSE存档
可能出现的bug:通常魔法类型识别出错,P怪兽文本提取出错,或者无法识别该卡
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment