Commit ae678a3c authored by keyongyu's avatar keyongyu

2.1.3.1

parent a5cb51af
...@@ -1440,11 +1440,18 @@ void Pl_imageDragEnter(object sender, DragEventArgs e) ...@@ -1440,11 +1440,18 @@ void Pl_imageDragEnter(object sender, DragEventArgs e)
void Menuitem_importmseimgClick(object sender, EventArgs e) void Menuitem_importmseimgClick(object sender, EventArgs e)
{ {
bool ischk=menuitem_importmseimg.Checked; bool ischk=menuitem_importmseimg.Checked;
string f;
string tid=tb_cardcode.Text;
if(ischk){ if(ischk){
pl_image.BackgroundImageLayout= ImageLayout.Stretch; pl_image.BackgroundImageLayout= ImageLayout.Stretch;
}else{ f=Path.Combine(PICPATH, tid+".jpg");
}
else
{
pl_image.BackgroundImageLayout= ImageLayout.Center; pl_image.BackgroundImageLayout= ImageLayout.Center;
f=Path.Combine(IMAGEPATH, tid+".jpg");
} }
setImage(f);
menuitem_importmseimg.Checked=!ischk; menuitem_importmseimg.Checked=!ischk;
} }
void InportImage(string file,string tid) void InportImage(string file,string tid)
...@@ -1452,9 +1459,9 @@ void InportImage(string file,string tid) ...@@ -1452,9 +1459,9 @@ void InportImage(string file,string tid)
string f; string f;
bool isPics=!menuitem_importmseimg.Checked; bool isPics=!menuitem_importmseimg.Checked;
if(isPics) if(isPics)
f=Path.Combine(IMAGEPATH, tid+".jpg");
else
f=Path.Combine(PICPATH,tid+".jpg"); f=Path.Combine(PICPATH,tid+".jpg");
else
f=Path.Combine(IMAGEPATH, tid+".jpg");
if(File.Exists(f)) if(File.Exists(f))
{ {
pl_image.BackgroundImage.Dispose(); pl_image.BackgroundImage.Dispose();
......
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
// //
// You can specify all the values or you can use the default the Revision and // You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below: // Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.3.0")] [assembly: AssemblyVersion("2.1.3.1")]
[DataEditorX]2.1.3.0[DataEditorX] [DataEditorX]2.1.3.1[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。 ★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...@@ -66,6 +66,9 @@ DataEditorX.exe.config ...@@ -66,6 +66,9 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么) 描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史 ★更新历史
2.1.3.1
修复:
支持浏览和导入MSE图片库的图片
2.1.3.0 2.1.3.0
导出MSE存档,支持8位密码前面带0(00012345) 导出MSE存档,支持8位密码前面带0(00012345)
支持浏览和导入MSE图片库的图片 支持浏览和导入MSE图片库的图片
......
No preview for this file type
# history # history
F:\games\ygopro\cards.cdb
F:\games\ygocore\my.cdb F:\games\ygocore\my.cdb
F:\games\ygopro\cards.cdb
F:\games\ygocore\cards.cdb F:\games\ygocore\cards.cdb
\ No newline at end of file
[DataEditorX]2.1.3.0[DataEditorX] [DataEditorX]2.1.3.1[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。 ★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...@@ -66,6 +66,9 @@ DataEditorX.exe.config ...@@ -66,6 +66,9 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么) 描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史 ★更新历史
2.1.3.1
修复:
支持浏览和导入MSE图片库的图片
2.1.3.0 2.1.3.0
导出MSE存档,支持8位密码前面带0(00012345) 导出MSE存档,支持8位密码前面带0(00012345)
支持浏览和导入MSE图片库的图片 支持浏览和导入MSE图片库的图片
......
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