Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mercury233
DataEditorX
Commits
ae678a3c
Commit
ae678a3c
authored
Oct 22, 2014
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.1.3.1
parent
a5cb51af
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
7 deletions
+20
-7
DataEditorX/DataEditForm.cs
DataEditorX/DataEditForm.cs
+10
-3
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/readme.txt
DataEditorX/readme.txt
+4
-1
win32/DataEditorX.exe
win32/DataEditorX.exe
+0
-0
win32/chinese/history.txt
win32/chinese/history.txt
+1
-1
win32/readme.txt
win32/readme.txt
+4
-1
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
DataEditorX/DataEditForm.cs
View file @
ae678a3c
...
...
@@ -1440,11 +1440,18 @@ void Pl_imageDragEnter(object sender, DragEventArgs e)
void
Menuitem_importmseimgClick
(
object
sender
,
EventArgs
e
)
{
bool
ischk
=
menuitem_importmseimg
.
Checked
;
string
f
;
string
tid
=
tb_cardcode
.
Text
;
if
(
ischk
){
pl_image
.
BackgroundImageLayout
=
ImageLayout
.
Stretch
;
}
else
{
f
=
Path
.
Combine
(
PICPATH
,
tid
+
".jpg"
);
}
else
{
pl_image
.
BackgroundImageLayout
=
ImageLayout
.
Center
;
f
=
Path
.
Combine
(
IMAGEPATH
,
tid
+
".jpg"
);
}
setImage
(
f
);
menuitem_importmseimg
.
Checked
=!
ischk
;
}
void
InportImage
(
string
file
,
string
tid
)
...
...
@@ -1452,9 +1459,9 @@ void InportImage(string file,string tid)
string
f
;
bool
isPics
=!
menuitem_importmseimg
.
Checked
;
if
(
isPics
)
f
=
Path
.
Combine
(
IMAGEPATH
,
tid
+
".jpg"
);
else
f
=
Path
.
Combine
(
PICPATH
,
tid
+
".jpg"
);
else
f
=
Path
.
Combine
(
IMAGEPATH
,
tid
+
".jpg"
);
if
(
File
.
Exists
(
f
))
{
pl_image
.
BackgroundImage
.
Dispose
();
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
ae678a3c
...
...
@@ -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.1.3.
0
"
)]
[
assembly
:
AssemblyVersion
(
"2.1.3.
1
"
)]
DataEditorX/readme.txt
View file @
ae678a3c
[DataEditorX]2.1.3.
0
[DataEditorX]
[DataEditorX]2.1.3.
1
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...
...
@@ -66,6 +66,9 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
2.1.3.1
修复:
支持浏览和导入MSE图片库的图片
2.1.3.0
导出MSE存档,支持8位密码前面带0(00012345)
支持浏览和导入MSE图片库的图片
...
...
win32/DataEditorX.exe
View file @
ae678a3c
No preview for this file type
win32/chinese/history.txt
View file @
ae678a3c
# history
F:\games\ygopro\cards.cdb
F:\games\ygocore\my.cdb
F:\games\ygopro\cards.cdb
F:\games\ygocore\cards.cdb
\ No newline at end of file
win32/readme.txt
View file @
ae678a3c
[DataEditorX]2.1.3.
0
[DataEditorX]
[DataEditorX]2.1.3.
1
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...
...
@@ -66,6 +66,9 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
2.1.3.1
修复:
支持浏览和导入MSE图片库的图片
2.1.3.0
导出MSE存档,支持8位密码前面带0(00012345)
支持浏览和导入MSE图片库的图片
...
...
win32/win32.zip
View file @
ae678a3c
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment