Skip to content

Commit

Permalink
Comparing final ersion
Browse files Browse the repository at this point in the history
  • Loading branch information
xh542428798 committed Nov 16, 2023
1 parent f5c477c commit 72d0483
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 10 deletions.
62 changes: 53 additions & 9 deletions DuplicateComparing/form/myForm.Designer.cs

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

12 changes: 11 additions & 1 deletion DuplicateComparing/form/myForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public myForm(Form owner, string leftRef, string rightRef, string titleText, boo
{
InitializeComponent();
Owner = owner;
this.Text = "Duplicates Comparing - " + titleText;
this.label1.Text = titleText;
// 比较单词数组
if (Comparing)
{
Expand Down Expand Up @@ -96,5 +96,15 @@ private void Cancel_Click(object sender, EventArgs e)
DialogResult = "cancel";
this.Close();
}

private void Label1_Click(object sender, EventArgs e)
{

}

private void label1_Click(object sender, EventArgs e)
{

}
}
}
Binary file modified ReleaseFiles/DuplicateComparing/DuplicateComparing.dll
Binary file not shown.

0 comments on commit 72d0483

Please sign in to comment.