Skip to content

Commit

Permalink
changed the icon and the button label
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMC2610 committed Jul 28, 2022
1 parent 7492579 commit 1dc7646
Show file tree
Hide file tree
Showing 11 changed files with 4,535 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Form1.Designer.cs

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

4 changes: 2 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void buttonStart_Click(object sender, EventArgs e)
if (!_ktaneSpeech.Enabled)
{
_ktaneSpeech.Enable();
buttonStart.Text = "STOP BOT";
buttonStart.Text = "STOP LISTENING";
buttonStart.BackColor = Color.DarkRed;
textBoxInput.Enabled = textBoxOutput.Enabled = _ktaneSpeech.Enabled;

Expand All @@ -106,7 +106,7 @@ private void buttonStart_Click(object sender, EventArgs e)
else
{
_ktaneSpeech.Disable();
buttonStart.Text = "START BOT";
buttonStart.Text = "START LISTENING";
buttonStart.BackColor = Color.Green;
textBoxInput.Enabled = textBoxOutput.Enabled = _ktaneSpeech.Enabled;
}
Expand Down
4,512 changes: 4,512 additions & 0 deletions Form1.resx

Large diffs are not rendered by default.

Binary file modified bin/Debug/KTANE-Bot.exe
Binary file not shown.
Binary file modified bin/Debug/KTANE-Bot.pdb
Binary file not shown.
Binary file modified manual.docx
Binary file not shown.
Binary file modified obj/Debug/KTANE-Bot.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified obj/Debug/KTANE-Bot.exe
Binary file not shown.
Binary file modified obj/Debug/KTANE-Bot.pdb
Binary file not shown.
Binary file modified obj/Debug/KTANE_Bot.Form1.resources
Binary file not shown.
20 changes: 18 additions & 2 deletions scenario.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,24 @@
Προτού ανοίξει κανείς την εφαρμογή, θα πρέπει να σιγουρευτεί ότι έχει ρυθμίσει το σωστό μικρόφωνο ως το default του υπολογιστή, καθώς η εφαρμογή θα χρησιμοποιεί αυτό πάντα.
Επίσης, επειδή η εφαρμογή χρησιμοποιεί φωνητικές εντολές, θα πρέπει να υπάρχουν εγκατεστημένες φωνές στα αγγλικά (αν και θα 'πρεπε να υπάρχουν ήδη οι φωνές Microsoft David και Microsoft Zira).

Όταν γίνουν τα παραπάνω βήματα, ο χρήστης μπορεί να ανοίξει την εφαρμογή.
Με το άνοιγμά της, φαίνεται η εξής φόρμα. Θα αναλύσουμε το τι κάνει κάθε κουμπί και το τι πρέπει να κάνει ο χρήστης για να λειτουργήσει σωστά. Επίσης, ας έχουμε εύκαιρη μια εύκολη βόμβα προς αφόπλιση.
Όταν γίνουν τα παραπάνω βήματα, ο χρήστης μπορεί να ανοίξει την εφαρμογή. Ας την δούμε εν δράσει.

3. Παράδειγμα χρήσης της εφαρμογής

Ας δούμε ένα παράδειγμα μιας απλής βόμβας. Έστω ότι έχουμε την παρακάτω βόμβα.

[ΚΟΥΜΠΙ] [ΚΑΛΩΔΙΑ] [ΣΥΜΒΟΛΑ]

Πάμε πρώτα στο πιο εύκολο, που είναι το κουμπί. Για να αφοπλιστεί το κουμπί, θα πρέπει είτε να το πατήσουμε, είτε να το κρατήσουμε πατημένο και βάσει της φωτεινής ένδειξης στα δεξιά, θα πρέπει να το αφήσουμε όταν θα υπάρχει το 1, το 4 ή το 5 οπουδήποτε στο χρονόμετρο.
Σύμφωνα με το manual [έτσι αφοπλίζεται το κουμπί]
Ας δούμε τι έχει να πει το bot.
[παράδειγμα στο bot]



4. Ο Κώδικας





Expand Down

0 comments on commit 1dc7646

Please sign in to comment.