Commit 785afac3 authored by keyongyu's avatar keyongyu

1.4.0.0

parent 7e8f6e5f
......@@ -52,7 +52,7 @@ public static string GetHtmlContentByUrl(string url)
try {
HttpWebRequest httpWebRequest =
(HttpWebRequest)WebRequest.Create(url);
httpWebRequest.Timeout = 5000;
httpWebRequest.Timeout = 30000;
using(HttpWebResponse httpWebResponse =
(HttpWebResponse)httpWebRequest.GetResponse())
{
......
......@@ -69,13 +69,13 @@ private void InitializeComponent()
this.tb_pleft = new System.Windows.Forms.TextBox();
this.tb_pright = new System.Windows.Forms.TextBox();
this.lb_atkdef = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lb4 = new System.Windows.Forms.Label();
this.tb_page = new System.Windows.Forms.TextBox();
this.tb_pagenum = new System.Windows.Forms.TextBox();
this.btn_PageUp = new System.Windows.Forms.Button();
this.btn_PageDown = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.lb5 = new System.Windows.Forms.Label();
this.tb_atk = new System.Windows.Forms.TextBox();
this.tb_def = new System.Windows.Forms.TextBox();
this.lb_cardcode = new System.Windows.Forms.Label();
......@@ -88,9 +88,7 @@ private void InitializeComponent()
this.btn_reset = new System.Windows.Forms.Button();
this.btn_serach = new System.Windows.Forms.Button();
this.lb_categorys = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.lb2 = new System.Windows.Forms.Label();
this.pl_cardtype = new System.Windows.Forms.DFlowLayoutPanel();
this.pl_category = new System.Windows.Forms.DFlowLayoutPanel();
this.pl_image = new System.Windows.Forms.Panel();
......@@ -409,15 +407,15 @@ private void InitializeComponent()
this.lb_atkdef.TabIndex = 7;
this.lb_atkdef.Text = "ATK/DEF";
//
// label4
// lb4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(102, 548);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(11, 12);
this.label4.TabIndex = 7;
this.label4.Text = "/";
this.lb4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lb4.AutoSize = true;
this.lb4.Location = new System.Drawing.Point(102, 548);
this.lb4.Name = "lb4";
this.lb4.Size = new System.Drawing.Size(11, 12);
this.lb4.TabIndex = 7;
this.lb4.Text = "/";
//
// tb_page
//
......@@ -467,7 +465,7 @@ private void InitializeComponent()
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(548, 540);
this.btn_add.Location = new System.Drawing.Point(548, 539);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(84, 28);
this.btn_add.TabIndex = 5;
......@@ -475,14 +473,14 @@ private void InitializeComponent()
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.Btn_addClick);
//
// label5
// lb5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(491, 314);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(11, 12);
this.label5.TabIndex = 7;
this.label5.Text = "/";
this.lb5.AutoSize = true;
this.lb5.Location = new System.Drawing.Point(491, 314);
this.lb5.Name = "lb5";
this.lb5.Size = new System.Drawing.Size(11, 12);
this.lb5.TabIndex = 7;
this.lb5.Text = "/";
//
// tb_atk
//
......@@ -545,7 +543,7 @@ private void InitializeComponent()
//
// btn_mod
//
this.btn_mod.Location = new System.Drawing.Point(638, 540);
this.btn_mod.Location = new System.Drawing.Point(638, 539);
this.btn_mod.Name = "btn_mod";
this.btn_mod.Size = new System.Drawing.Size(84, 28);
this.btn_mod.TabIndex = 5;
......@@ -556,7 +554,7 @@ private void InitializeComponent()
// btn_del
//
this.btn_del.ForeColor = System.Drawing.Color.DarkRed;
this.btn_del.Location = new System.Drawing.Point(461, 540);
this.btn_del.Location = new System.Drawing.Point(774, 540);
this.btn_del.Name = "btn_del";
this.btn_del.Size = new System.Drawing.Size(84, 28);
this.btn_del.TabIndex = 5;
......@@ -567,7 +565,7 @@ private void InitializeComponent()
// btn_lua
//
this.btn_lua.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btn_lua.Location = new System.Drawing.Point(776, 539);
this.btn_lua.Location = new System.Drawing.Point(462, 539);
this.btn_lua.Name = "btn_lua";
this.btn_lua.Size = new System.Drawing.Size(84, 28);
this.btn_lua.TabIndex = 5;
......@@ -606,28 +604,14 @@ private void InitializeComponent()
this.lb_categorys.Text = "Card Categorys";
this.lb_categorys.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
// lb2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(317, 315);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 7;
this.label2.Text = "/";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(530, -168);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(281, 21);
this.textBox1.TabIndex = 4;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(534, -235);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(281, 21);
this.textBox2.TabIndex = 4;
this.lb2.AutoSize = true;
this.lb2.Location = new System.Drawing.Point(317, 315);
this.lb2.Name = "lb2";
this.lb2.Size = new System.Drawing.Size(11, 12);
this.lb2.TabIndex = 7;
this.lb2.Text = "/";
//
// pl_cardtype
//
......@@ -707,13 +691,13 @@ private void InitializeComponent()
this.Controls.Add(this.tb_cardalias);
this.Controls.Add(this.tb_cardcode);
this.Controls.Add(this.tb_atk);
this.Controls.Add(this.label4);
this.Controls.Add(this.lb4);
this.Controls.Add(this.lb_cardalias);
this.Controls.Add(this.tb_pleft);
this.Controls.Add(this.lb_cardcode);
this.Controls.Add(this.label5);
this.Controls.Add(this.lb5);
this.Controls.Add(this.lb_atkdef);
this.Controls.Add(this.label2);
this.Controls.Add(this.lb2);
this.Controls.Add(this.lb_pleft_right);
this.Controls.Add(this.lb_scripttext);
this.Controls.Add(this.btn_reset);
......@@ -723,9 +707,7 @@ private void InitializeComponent()
this.Controls.Add(this.btn_mod);
this.Controls.Add(this.btn_add);
this.Controls.Add(this.btn_PageDown);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.btn_PageUp);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.tb_cardtext);
this.Controls.Add(this.tb_cardname);
this.Controls.Add(this.cb_setname3);
......@@ -756,8 +738,6 @@ private void InitializeComponent()
private System.Windows.Forms.ToolStripMenuItem menuitem_copyselectto;
private System.Windows.Forms.ToolStripMenuItem menuitem_github;
private System.Windows.Forms.ToolStripMenuItem menuitem_new;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label lb_tiptexts;
private System.Windows.Forms.Label lb_categorys;
private System.Windows.Forms.Label lb_types;
......@@ -774,15 +754,15 @@ private void InitializeComponent()
private System.Windows.Forms.Label lb_cardcode;
private System.Windows.Forms.TextBox tb_def;
private System.Windows.Forms.TextBox tb_atk;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lb5;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_PageDown;
private System.Windows.Forms.Button btn_PageUp;
private System.Windows.Forms.TextBox tb_pagenum;
private System.Windows.Forms.TextBox tb_page;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lb4;
private System.Windows.Forms.Label lb_atkdef;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lb2;
private System.Windows.Forms.TextBox tb_pright;
private System.Windows.Forms.TextBox tb_pleft;
private System.Windows.Forms.Label lb_pleft_right;
......
This diff is collapsed.
......@@ -56,7 +56,6 @@
<ItemGroup>
<Compile Include="Common\CheckUpdate.cs" />
<Compile Include="Common\DoubleContorl.cs" />
<Compile Include="Common\MyMsg.cs" />
<Compile Include="Core\Card.cs" />
<Compile Include="Core\DataBase.cs" />
<Compile Include="Core\DataManager.cs" />
......@@ -64,6 +63,9 @@
<Compile Include="DataEditForm.Designer.cs">
<DependentUpon>DataEditForm.cs</DependentUpon>
</Compile>
<Compile Include="Language\LanguageHelper.cs" />
<Compile Include="Language\LMsg.cs" />
<Compile Include="Language\MyMsg.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
......@@ -77,6 +79,7 @@
<Folder Include="Core" />
<Folder Include="en" />
<Folder Include="Common" />
<Folder Include="Language" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
......@@ -109,6 +112,9 @@
<None Include="chs\language.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="chs\message.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="en\card-attribute.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......@@ -136,6 +142,9 @@
<None Include="en\language.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="en\message.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......
/*
* 由SharpDevelop创建。
* 用户: Acer
* 日期: 7月8 星期二
* 时间: 10:21
*
*/
using System;
namespace DataEditorX.Language
{
public enum LMSG : uint
{
titleInfo=0,
titleError,
titleWarning,
titleQuestion,
CreateSucceed,
CreateFail,
AddSucceed,
AddFail,
CodeCanNotIsZero,
ItIsExists,
ItIsNotChanged,
IfDeleteCard,
IfCreateScript,
IfOpenDataBase,
IfReplaceExistingCard,
NowIsNewVersion,
CheckUpdateFail,
HaveNewVersion,
FileIsNotExists,
NotSelectDataBase,
SelectDataBasePath,
SelectYdkPath,
SelectImagePath,
DownloadSucceed,
DownloadFail,
NotSelectScriptText,
DeleteSucceed,
DeleteFail,
ModifySucceed,
ModifyFail,
About,
Version,
Author,
CdbType,
ydkType,
COUNT,
}
}
This diff is collapsed.
......@@ -12,71 +12,63 @@
using System.Configuration;
using System.Collections.Generic;
namespace DataEditorX
namespace DataEditorX.Language
{
/// <summary>
/// 消息
/// </summary>
public static class MyMsg
{
static Dictionary<string ,string> strDic=new Dictionary<string,string>();
public static bool Init(string file)
static string info, warning, error, question;
static MyMsg()
{
if(!File.Exists(file))
return false;
strDic.Clear();
using(FileStream fs=new FileStream(file,FileMode.Open, FileAccess.Read))
{
StreamReader sr=new StreamReader(fs,Encoding.UTF8);
string line;
string k,v;
while((line=sr.ReadLine())!=null)
{
if(!string.IsNullOrEmpty(line)&&!line.StartsWith("!"))
{
int l=line.IndexOf(" ");
if(l>0)
{
k=line.Substring(0,l);
v=line.Substring(l+1);
if(!strDic.ContainsKey(k))
strDic.Add(k,v);
}
}
}
sr.Close();
fs.Close();
}
return true;
}
public static string GetString(string keyStr)
{
//string str=ConfigurationManager.AppSettings[keyStr];
string str=keyStr;
if(strDic.ContainsKey(keyStr))
str=strDic[keyStr];
if(string.IsNullOrEmpty(str))
return keyStr;
return str;
info = LanguageHelper.GetMsg(LMSG.titleInfo);
warning = LanguageHelper.GetMsg(LMSG.titleWarning);
error = LanguageHelper.GetMsg(LMSG.titleError);
question = LanguageHelper.GetMsg(LMSG.titleQuestion);
}
public static void Show(string strMsg)
{
MessageBox.Show(strMsg, GetString("info"),
MessageBox.Show(strMsg, info,
MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public static void Warning(string strWarn)
{
MessageBox.Show(strWarn, GetString("warning"),
MessageBox.Show(strWarn, warning,
MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
public static void Error(string strError)
{
MessageBox.Show(strError, GetString("error"),
MessageBox.Show(strError, error,
MessageBoxButtons.OK, MessageBoxIcon.Error);
}
public static bool Question(string strQues)
{
if(MessageBox.Show(strQues, GetString("question"),
if(MessageBox.Show(strQues, question,
MessageBoxButtons.OKCancel,
MessageBoxIcon.Question)==DialogResult.OK)
return true;
else
return false;
}
public static void Show(LMSG msg)
{
MessageBox.Show(LanguageHelper.GetMsg(msg), info,
MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public static void Warning(LMSG msg)
{
MessageBox.Show(LanguageHelper.GetMsg(msg), warning,
MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
public static void Error(LMSG msg)
{
MessageBox.Show(LanguageHelper.GetMsg(msg), error,
MessageBoxButtons.OK, MessageBoxIcon.Error);
}
public static bool Question(LMSG msg)
{
if(MessageBox.Show(LanguageHelper.GetMsg(msg), question,
MessageBoxButtons.OKCancel,
MessageBoxIcon.Question)==DialogResult.OK)
return true;
......
......@@ -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("1.3.4.2")]
[assembly: AssemblyVersion("1.4.0.0")]
!chs
info 提示
error 错误
warning 警告
question 询问
Add 添加卡片
Modify 修改卡片
Delete 删除卡片
Lua Script lua脚本
Search 搜索
Reset 重置
Alias Card 同名卡
Card Code 卡片密码
Card Types 卡片种类
Card Categorys 效果种类
Tips Texts 提示文字
Help 帮助(&H)
About 关于
Check Update 检查更新
Source 源码主页
File 文件(&F)
Card Name 卡片名称
Open Database 打开
New Database 新建
Cards Form ydk file 从ydk文件读取
Cards From Images 从图像文件夹读取
Select Copy To 选中卡片复制到...
All Now Copy To 当前所有卡片复制到...
Quit 退出
Is Last Version.{0}Version:{1} 已经是最新版本!{0}版本号:{1}是否重新下载?
Check update fail! 查询失败!
have a new version.{0}version:{1} 发现一个新版本。是否下载?{0}版本号{1}
Download succeed. 下载成功。
Download fail. 下载失败。
if open this new database? 是否打开新建的数据库?
Please select a DataBase! 请打开一个数据库!
File is not exists! 文件不存在!
Card is exists! 卡片已经存在!
Add Card succeed! 添加成功!
Add Card fail! 添加失败!
Delete Card {0} ? 是否删除卡片 {0}?
Delete {0} Cards ? 是否删除 {0} 张卡片?
Delete Card succeed! 删除成功!
Delete Card fail! 删除失败!
Card is not changed! 卡片没有被修改!
Modify Card succeed! 修改成功!
Modify Card fail! 修改失败!
Please select script text! 请选中脚本文本!
create script file?{0} 是否创建脚本文件?{0}
Card Code is zero! 卡片密码必须大于0!
Please select images directory! 请选择一个图像文件夹!
Please select ydk file. 选择卡组文件(ydk文件)
ydk file(*.ydk)|*.ydk|all files(*.*)|*.* ydk文件(*.ydk)|*.ydk|所有文件(*.*)|*.*
Overwrite existing card? 是否覆盖已经存在的卡片?
Please select database. 请选择数据库(*.cdb)
cdb file(*.cdb)|*.cdb|all files(*.*)|*.* cdb文件(*.cdb)|*.cdb|所有文件(*.*)|*.*
About:{0}Version:{1}Author:{2}Email:{3} 关于:{0}版本:{1}作者:{2}邮箱:{3}
\ No newline at end of file
DataEditForm->btn_add 添加(&A)
DataEditForm->btn_del 删除(&D)
DataEditForm->btn_lua 脚本(&L)
DataEditForm->btn_mod 修改(&M)
DataEditForm->btn_PageDown 下一页
DataEditForm->btn_PageUp 上一页
DataEditForm->btn_reset 重置(&R)
DataEditForm->btn_serach 搜索(&S)
DataEditForm->DataEditForm DataEditorX by 247321453
DataEditForm->lb_atkdef ATK/DEF
DataEditForm->lb_cardalias 同名卡
DataEditForm->lb_cardcode 卡片密码
DataEditForm->lb_categorys 效果种类
DataEditForm->lb_pleft_right PScale
DataEditForm->lb_scripttext
DataEditForm->lb_tiptexts 提示文字
DataEditForm->lb_types 卡片种类
DataEditForm->lb2 /
DataEditForm->lb4 /
DataEditForm->lb5 /
DataEditForm->lv_cardlist0 卡片密码
DataEditForm->lv_cardlist1 卡片名称
DataEditForm->menuitem_about 关于(&A)
DataEditForm->menuitem_checkupdate 检查更新
DataEditForm->menuitem_copyselectto 选中卡片复制到...
DataEditForm->menuitem_copyto 当前所有卡片复制到...
DataEditForm->menuitem_file 文件(&F)
DataEditForm->menuitem_github 源码主页
DataEditForm->menuitem_help 帮助(&H)
DataEditForm->menuitem_new 新建(&N)
DataEditForm->menuitem_open 打开(&O)
DataEditForm->menuitem_quit 退出(&Q)
DataEditForm->menuitem_readimages 从图像文件夹读取
DataEditForm->menuitem_readydk 从ydk文件读取
\ No newline at end of file
0x0 提示
0x1 错误
0x2 警告
0x3 询问
0x4 创建成功!
0x5 创建失败!
0x6 添加成功!
0x7 添加失败!
0x8 密码不能为0!
0x9 已经存在!
0xa 内容没有改变。
0xb 是否删除卡片?
0xc 是否创建脚本文件?
0xd 是否打开数据库?
0xe 是否替换已经存在的卡片?
0xf 已经是最新版本了。/n需要重新下载,请点击“确定”重新下载。
0x10 检查更新失败,请检查网络。
0x11 发现新的版本,是否更新?
0x12 文件不存在!
0x13 没有选择数据库!
0x14 选择数据库文件
0x15 选择ydk文件
0x16 选择图像目录
0x17 下载成功!
0x18 下载失败!
0x19 没有选中脚本文本!
0x1a 删除成功!
0x1b 删除失败!
0x1c 修改成功!
0x1d 修改失败!
0x1e 关于:
0x1f 版本:
0x20 作者:
0x21 cdb文件(*.cdb)|*.cdb|所有文件(*.*)|*.*
0x22 ydk文件(*.ydk)|*.ydk|所有文件(*.*)|*.*
!english
info Info
error Error
warning Warning
question Question
Add Add
Modify &Modify
Delete &Delete
Lua Script &Lua Script
Search &Search
Reset &Reset
Alias Card Alias Card
Card Code Card Code
Card Types Card Types
Card Categorys Card Categorys
Tips Texts Tips Texts
Help &Help
About About
Check Update Check Update
Source Source
File &File
Card Name Card Name
Open Database Open Database
New Database New Database
Cards Form ydk file Cards Form ydk file
Cards From Images Cards From Images
Select Copy To Select Copy To...
All Now Copy To All Now Copy To...
Quit &Quit
Is Last Version.{0}Version:{1} Is Last Version.{0}Version:{1}
Check update fail! check update fail
have a new version.{0}version:{1} have a new version.{0}version:{1}
Download succeed. Download succeed.
if open this new database? If open this new database?
Please select a DataBase! Please select a DataBase!
File is not exists! File is not exists!
Card is exists! Card is exists!
Add Card succeed! Add Card succeed!
Add Card fail! Add Card fail!
Delete Card {0} ? Delete Card {0} ?
Delete {0} Cards ? Delete {0} Cards ?
Delete Card succeed! Delete Card succeed!
Delete Card fail! Delete Card fail!
Card is not changed! Card is not changed!
Modify Card succeed! Modify Card succeed!
Modify Card fail! Modify Card fail!
Please select script text! Please select script text!
create script file?{0} create script file?{0}
Card Code is zero! Card Code is zero!
Please select images directory! Please select images directory!
Please select ydk file. Please select ydk file.
ydk file(*.ydk)|*.ydk|all files(*.*)|*.* ydk file(*.ydk)|*.ydk|all files(*.*)|*.*
Overwrite existing card? Overwrite existing card?
Please select database. Please select database.
cdb file(*.cdb)|*.cdb|all files(*.*)|*.* cdb file(*.cdb)|*.cdb|all files(*.*)|*.*
About:{0}Version:{1}Author:{2}Email:{3} About:{0}Version:{1}Author:{2}Email:{3}
\ No newline at end of file
DataEditForm->btn_add Add
DataEditForm->btn_del Delte
DataEditForm->btn_lua Lua
DataEditForm->btn_mod Modify
DataEditForm->btn_PageDown >>
DataEditForm->btn_PageUp <<
DataEditForm->btn_reset Rest
DataEditForm->btn_serach Search
DataEditForm->DataEditForm DataEditorX by 247321453
DataEditForm->lb_atkdef ATK/DEF
DataEditForm->lb_cardalias Alias
DataEditForm->lb_cardcode Card Code
DataEditForm->lb_categorys Category
DataEditForm->lb_pleft_right PScale
DataEditForm->lb_scripttext
DataEditForm->lb_tiptexts TipText
DataEditForm->lb_types Card Type
DataEditForm->lb2 /
DataEditForm->lb4 /
DataEditForm->lb5 /
DataEditForm->lv_cardlist0 Card Code
DataEditForm->lv_cardlist1 Card Name
DataEditForm->menuitem_about About
DataEditForm->menuitem_checkupdate Check Update
DataEditForm->menuitem_copyselectto Slect Cards Copy To...
DataEditForm->menuitem_copyto Now All Cards Copy To...
DataEditForm->menuitem_file File
DataEditForm->menuitem_github Github
DataEditForm->menuitem_help Help
DataEditForm->menuitem_new New
DataEditForm->menuitem_open Open
DataEditForm->menuitem_quit Quit
DataEditForm->menuitem_readimages Read for Image Folder
DataEditForm->menuitem_readydk Read for ydk file
\ No newline at end of file
0x0 Info
0x1 Error
0x2 Warning
0x3 Question
0x4 Create succeed!
0x5 Create fail!
0x6 Add succeed!
0x7 Add fail!
0x8 Code can't is 0!
0x9 It's exitis!
0xa It's no changed.
0xb If delete Card(s)?
0xc If create script file?
0xd If open databse?
0xe If replace exitis cards?
0xf It's new version.
0x10 Check update fail,/nPlease Check Network.
0x11 Find a new version,/nIf Download it?
0x12 File is't exitis!
0x13 No select database!
0x14 select database file
0x15 select ydk file
0x16 selcet image folder
0x17 Download succeed!
0x18 Download fail!
0x19 No slect script text!
0x1a Delete succeed!
0x1b Delete fail!
0x1c Modify succeed!
0x1d Modify fail!
0x1e About :
0x1f Version:
0x20 Author :
0x21 cdb file(*.cdb)|*.cdb|all files(*.*)|*.*
0x22 ydk file(*.ydk)|*.ydk|all files(*.*)|*.*
[DataEditorX]1.3.4.2[DataEditorX]
[DataEditorX]1.4.0.0[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★支持关联cdb文件,命令参数启动。
......@@ -41,6 +41,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.4.0.0
增加多语言文件的可修改性。
1.3.4.2
新建数据库,改为提示是否打开。
打开空白数据库,将会清空当前列表和内容。
......
No preview for this file type
......@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key]
-->
<!-- language directory -->
<add key="language" value="chs" />
<add key="language" value="en" />
<!-- DataEditorX source code -->
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<!-- DataEditorX update url-->
......
!chs
info 提示
error 错误
warning 警告
question 询问
Add 添加卡片
Modify 修改卡片
Delete 删除卡片
Lua Script lua脚本
Search 搜索
Reset 重置
Alias Card 同名卡
Card Code 卡片密码
Card Types 卡片种类
Card Categorys 效果种类
Tips Texts 提示文字
Help 帮助(&H)
About 关于
Check Update 检查更新
Source 源码主页
File 文件(&F)
Card Name 卡片名称
Open Database 打开
New Database 新建
Cards Form ydk file 从ydk文件读取
Cards From Images 从图像文件夹读取
Select Copy To 选中卡片复制到...
All Now Copy To 当前所有卡片复制到...
Quit 退出
Is Last Version.{0}Version:{1} 已经是最新版本!{0}版本号:{1}是否重新下载?
Check update fail! 查询失败!
have a new version.{0}version:{1} 发现一个新版本。是否下载?{0}版本号{1}
Download succeed. 下载成功。
Download fail. 下载失败。
if open this new database? 是否打开新建的数据库?
Please select a DataBase! 请打开一个数据库!
File is not exists! 文件不存在!
Card is exists! 卡片已经存在!
Add Card succeed! 添加成功!
Add Card fail! 添加失败!
Delete Card {0} ? 是否删除卡片 {0}?
Delete {0} Cards ? 是否删除 {0} 张卡片?
Delete Card succeed! 删除成功!
Delete Card fail! 删除失败!
Card is not changed! 卡片没有被修改!
Modify Card succeed! 修改成功!
Modify Card fail! 修改失败!
Please select script text! 请选中脚本文本!
create script file?{0} 是否创建脚本文件?{0}
Card Code is zero! 卡片密码必须大于0!
Please select images directory! 请选择一个图像文件夹!
Please select ydk file. 选择卡组文件(ydk文件)
ydk file(*.ydk)|*.ydk|all files(*.*)|*.* ydk文件(*.ydk)|*.ydk|所有文件(*.*)|*.*
Overwrite existing card? 是否覆盖已经存在的卡片?
Please select database. 请选择数据库(*.cdb)
cdb file(*.cdb)|*.cdb|all files(*.*)|*.* cdb文件(*.cdb)|*.cdb|所有文件(*.*)|*.*
About:{0}Version:{1}Author:{2}Email:{3} 关于:{0}版本:{1}作者:{2}邮箱:{3}
\ No newline at end of file
DataEditForm->btn_add 添加(&A)
DataEditForm->btn_del 删除(&D)
DataEditForm->btn_lua 脚本(&L)
DataEditForm->btn_mod 修改(&M)
DataEditForm->btn_PageDown 下一页
DataEditForm->btn_PageUp 上一页
DataEditForm->btn_reset 重置(&R)
DataEditForm->btn_serach 搜索(&S)
DataEditForm->DataEditForm DataEditorX by 247321453
DataEditForm->lb_atkdef ATK/DEF
DataEditForm->lb_cardalias 同名卡
DataEditForm->lb_cardcode 卡片密码
DataEditForm->lb_categorys 效果种类
DataEditForm->lb_pleft_right PScale
DataEditForm->lb_scripttext
DataEditForm->lb_tiptexts 提示文字
DataEditForm->lb_types 卡片种类
DataEditForm->lb2 /
DataEditForm->lb4 /
DataEditForm->lb5 /
DataEditForm->lv_cardlist0 卡片密码
DataEditForm->lv_cardlist1 卡片名称
DataEditForm->menuitem_about 关于(&A)
DataEditForm->menuitem_checkupdate 检查更新
DataEditForm->menuitem_copyselectto 选中卡片复制到...
DataEditForm->menuitem_copyto 当前所有卡片复制到...
DataEditForm->menuitem_file 文件(&F)
DataEditForm->menuitem_github 源码主页
DataEditForm->menuitem_help 帮助(&H)
DataEditForm->menuitem_new 新建(&N)
DataEditForm->menuitem_open 打开(&O)
DataEditForm->menuitem_quit 退出(&Q)
DataEditForm->menuitem_readimages 从图像文件夹读取
DataEditForm->menuitem_readydk 从ydk文件读取
\ No newline at end of file
!english
info Info
error Error
warning Warning
question Question
Add Add
Modify &Modify
Delete &Delete
Lua Script &Lua Script
Search &Search
Reset &Reset
Alias Card Alias Card
Card Code Card Code
Card Types Card Types
Card Categorys Card Categorys
Tips Texts Tips Texts
Help &Help
About About
Check Update Check Update
Source Source
File &File
Card Name Card Name
Open Database Open Database
New Database New Database
Cards Form ydk file Cards Form ydk file
Cards From Images Cards From Images
Select Copy To Select Copy To...
All Now Copy To All Now Copy To...
Quit &Quit
Is Last Version.{0}Version:{1} Is Last Version.{0}Version:{1}
Check update fail! check update fail
have a new version.{0}version:{1} have a new version.{0}version:{1}
Download succeed. Download succeed.
if open this new database? If open this new database?
Please select a DataBase! Please select a DataBase!
File is not exists! File is not exists!
Card is exists! Card is exists!
Add Card succeed! Add Card succeed!
Add Card fail! Add Card fail!
Delete Card {0} ? Delete Card {0} ?
Delete {0} Cards ? Delete {0} Cards ?
Delete Card succeed! Delete Card succeed!
Delete Card fail! Delete Card fail!
Card is not changed! Card is not changed!
Modify Card succeed! Modify Card succeed!
Modify Card fail! Modify Card fail!
Please select script text! Please select script text!
create script file?{0} create script file?{0}
Card Code is zero! Card Code is zero!
Please select images directory! Please select images directory!
Please select ydk file. Please select ydk file.
ydk file(*.ydk)|*.ydk|all files(*.*)|*.* ydk file(*.ydk)|*.ydk|all files(*.*)|*.*
Overwrite existing card? Overwrite existing card?
Please select database. Please select database.
cdb file(*.cdb)|*.cdb|all files(*.*)|*.* cdb file(*.cdb)|*.cdb|all files(*.*)|*.*
About:{0}Version:{1}Author:{2}Email:{3} About:{0}Version:{1}Author:{2}Email:{3}
\ No newline at end of file
DataEditForm->btn_add Add
DataEditForm->btn_del Delte
DataEditForm->btn_lua Lua
DataEditForm->btn_mod Modify
DataEditForm->btn_PageDown >>
DataEditForm->btn_PageUp <<
DataEditForm->btn_reset Rest
DataEditForm->btn_serach Search
DataEditForm->DataEditForm DataEditorX by 247321453
DataEditForm->lb_atkdef ATK/DEF
DataEditForm->lb_cardalias Alias
DataEditForm->lb_cardcode Card Code
DataEditForm->lb_categorys Category
DataEditForm->lb_pleft_right PScale
DataEditForm->lb_scripttext
DataEditForm->lb_tiptexts TipText
DataEditForm->lb_types Card Type
DataEditForm->lb2 /
DataEditForm->lb4 /
DataEditForm->lb5 /
DataEditForm->lv_cardlist0 Card Code
DataEditForm->lv_cardlist1 Card Name
DataEditForm->menuitem_about About
DataEditForm->menuitem_checkupdate Check Update
DataEditForm->menuitem_copyselectto Slect Cards Copy To...
DataEditForm->menuitem_copyto Now All Cards Copy To...
DataEditForm->menuitem_file File
DataEditForm->menuitem_github Github
DataEditForm->menuitem_help Help
DataEditForm->menuitem_new New
DataEditForm->menuitem_open Open
DataEditForm->menuitem_quit Quit
DataEditForm->menuitem_readimages Read for Image Folder
DataEditForm->menuitem_readydk Read for ydk file
\ No newline at end of file
[DataEditorX]1.3.4.2[DataEditorX]
[DataEditorX]1.4.0.0[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★支持关联cdb文件,命令参数启动。
......@@ -41,6 +41,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.4.0.0
增加多语言文件的可修改性。
1.3.4.2
新建数据库,改为提示是否打开。
打开空白数据库,将会清空当前列表和内容。
......
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