Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Jan 22, 2022
1 parent 3001eb5 commit 10c8195
Show file tree
Hide file tree
Showing 50 changed files with 1,662 additions and 3,501 deletions.
110 changes: 54 additions & 56 deletions WindowsFormsApp1/.Designer.cs

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions WindowsFormsApp1/Change_username.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

288 changes: 0 additions & 288 deletions WindowsFormsApp1/Change_username.resx

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions WindowsFormsApp1/Disclaimer.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion WindowsFormsApp1/Disclaimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ public bool Top_bool
private void Form3_Load(object sender, EventArgs e)
{
this.TopMost = top_bool;
richTextBox1.Text = "声明:本软件归史宇洋本人所有(不包含任何条款的限制)\n使用此软件所造成的任何问题与本人无关\n\n\n引用的开源的json库。";
richTextBox1.Text = "声明:使用此软件所造成的任何问题与本人无关\n\n\n引用的开源的json库。";
}

private void richTextBox1_TextChanged(object sender, EventArgs e)
{

}
}
}
Loading

0 comments on commit 10c8195

Please sign in to comment.