Skip to content

Commit 1dc7646

Browse files
committed
changed the icon and the button label
1 parent 7492579 commit 1dc7646

11 files changed

+4535
-5
lines changed

Form1.Designer.cs

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Form1.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private void buttonStart_Click(object sender, EventArgs e)
9696
if (!_ktaneSpeech.Enabled)
9797
{
9898
_ktaneSpeech.Enable();
99-
buttonStart.Text = "STOP BOT";
99+
buttonStart.Text = "STOP LISTENING";
100100
buttonStart.BackColor = Color.DarkRed;
101101
textBoxInput.Enabled = textBoxOutput.Enabled = _ktaneSpeech.Enabled;
102102

@@ -106,7 +106,7 @@ private void buttonStart_Click(object sender, EventArgs e)
106106
else
107107
{
108108
_ktaneSpeech.Disable();
109-
buttonStart.Text = "START BOT";
109+
buttonStart.Text = "START LISTENING";
110110
buttonStart.BackColor = Color.Green;
111111
textBoxInput.Enabled = textBoxOutput.Enabled = _ktaneSpeech.Enabled;
112112
}

Form1.resx

Lines changed: 4512 additions & 0 deletions
Large diffs are not rendered by default.

bin/Debug/KTANE-Bot.exe

265 KB
Binary file not shown.

bin/Debug/KTANE-Bot.pdb

0 Bytes
Binary file not shown.

manual.docx

757 Bytes
Binary file not shown.
Binary file not shown.

obj/Debug/KTANE-Bot.exe

265 KB
Binary file not shown.

obj/Debug/KTANE-Bot.pdb

0 Bytes
Binary file not shown.

obj/Debug/KTANE_Bot.Form1.resources

264 KB
Binary file not shown.

0 commit comments

Comments
 (0)