Commit ac414b0f authored by 247321453's avatar 247321453

fix

parent 483dc120
...@@ -21,5 +21,5 @@ ...@@ -21,5 +21,5 @@
0x80000 爬虫类 0x80000 爬虫类
0x100000 念动力 0x100000 念动力
0x200000 幻神兽 0x200000 幻神兽
0x300000 创造神 0x400000 创造神
0x400000 幻龙 0x800000 幻龙
\ No newline at end of file \ No newline at end of file
...@@ -394,11 +394,11 @@ private void InitializeComponent() ...@@ -394,11 +394,11 @@ private void InitializeComponent()
// lb_pleft_right // lb_pleft_right
// //
this.lb_pleft_right.AutoSize = true; this.lb_pleft_right.AutoSize = true;
this.lb_pleft_right.Location = new System.Drawing.Point(226, 156); this.lb_pleft_right.Location = new System.Drawing.Point(225, 156);
this.lb_pleft_right.Name = "lb_pleft_right"; this.lb_pleft_right.Name = "lb_pleft_right";
this.lb_pleft_right.Size = new System.Drawing.Size(35, 12); this.lb_pleft_right.Size = new System.Drawing.Size(47, 12);
this.lb_pleft_right.TabIndex = 7; this.lb_pleft_right.TabIndex = 7;
this.lb_pleft_right.Text = "摇摆:"; this.lb_pleft_right.Text = "PScale:";
// //
// tb_pleft // tb_pleft
// //
...@@ -527,11 +527,11 @@ private void InitializeComponent() ...@@ -527,11 +527,11 @@ private void InitializeComponent()
// lb_cardcode // lb_cardcode
// //
this.lb_cardcode.AutoSize = true; this.lb_cardcode.AutoSize = true;
this.lb_cardcode.Location = new System.Drawing.Point(224, 180); this.lb_cardcode.Location = new System.Drawing.Point(223, 181);
this.lb_cardcode.Name = "lb_cardcode"; this.lb_cardcode.Name = "lb_cardcode";
this.lb_cardcode.Size = new System.Drawing.Size(53, 12); this.lb_cardcode.Size = new System.Drawing.Size(59, 12);
this.lb_cardcode.TabIndex = 7; this.lb_cardcode.TabIndex = 7;
this.lb_cardcode.Text = "卡片密码"; this.lb_cardcode.Text = "卡片密码:";
// //
// tb_cardcode // tb_cardcode
// //
...@@ -547,7 +547,7 @@ private void InitializeComponent() ...@@ -547,7 +547,7 @@ private void InitializeComponent()
// lb_cardalias // lb_cardalias
// //
this.lb_cardalias.AutoSize = true; this.lb_cardalias.AutoSize = true;
this.lb_cardalias.Location = new System.Drawing.Point(375, 183); this.lb_cardalias.Location = new System.Drawing.Point(375, 181);
this.lb_cardalias.Name = "lb_cardalias"; this.lb_cardalias.Name = "lb_cardalias";
this.lb_cardalias.Size = new System.Drawing.Size(41, 12); this.lb_cardalias.Size = new System.Drawing.Size(41, 12);
this.lb_cardalias.TabIndex = 7; this.lb_cardalias.TabIndex = 7;
......
...@@ -22,7 +22,7 @@ public partial class DataEditForm : Form ...@@ -22,7 +22,7 @@ public partial class DataEditForm : Form
{ {
#region 成员变量 #region 成员变量
string GAMEPATH,PICPATH,LUAPTH; string GAMEPATH,PICPATH,LUAPTH;
readonly string GITURL="https://github.com/247321453/DataEcitorX"; readonly string GITURL="https://github.com/247321453/DataEditorX";
string VERURL="http://hi.baidu.com/247321453"; string VERURL="http://hi.baidu.com/247321453";
string HEAD="[DataEditorX]"; string HEAD="[DataEditorX]";
Card oldCard=new Card(0); Card oldCard=new Card(0);
......
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