-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecure_Erase_Tool.nsd
84 lines (84 loc) · 5.52 KB
/
Secure_Erase_Tool.nsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:nsd="https://structorizer.fisch.lu" version="3.30-11" preRepeat="until " postFor="to" preReturn="return" postForIn="in" preWhile="while " output="OUTPUT" input="INPUT" preFor="for" preExit="exit" preLeave="leave" ignoreCase="true" preThrow="throw" preForIn="foreach" stepFor="by" author="yanni" created="2020-12-08" changedby="yanni" changed="2020-12-15" origin="Structorizer 3.30-10" text=""Secure Erase Tool"" comment="" color="ffffff" type="program" style="nice">
<children>
<jump text=""Programm wird gestartet"" comment="" color="80ffff" disabled="0"></jump>
<instruction text=""GUI Initialisiation & Drawing"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
<forever comment="" color="80ffff" disabled="0">
<qForever>
<alternative text=""Falls: Button ""Get Disks"" gedrückt"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<instruction text=""Queue Job: Get Disks"" comment="" color="ff80c0" rotated="0" disabled="0"></instruction>
<alternative text=""Konnten Disks geholt werden?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<instruction text=""Disk-Liste sortieren"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
<instruction text=""Als Variable ""DiskList"" speichern"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
<instruction text=""TextBox: $DiskListe anzeigen"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
</qTrue>
<qFalse>
<instruction text=""Meldung:","Disk existiert nicht!"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
</qTrue>
<qFalse>
<alternative text=""Falls: Button ""Validate Disk"" gedrückt"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<alternative text=""Existiert Disk?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<alternative text=""Ist Disk C:\?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<instruction text=""Set Var/CheckBox:","""Validiert"" -> NEIN"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
<instruction text=""Meldung:","C:\ kann nicht gelöscht werden!"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qTrue>
<qFalse>
<instruction text=""Set Var/CheckBox:","""Validiert"" -> JA"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
<instruction text=""Erase Button: ""Enabled"""" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
</qTrue>
<qFalse>
<instruction text=""Set Var/CheckBox:","""Validiert"" -> NEIN"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
<instruction text=""Meldung:","Disk existiert nicht!"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
</qTrue>
<qFalse>
<alternative text=""Falls: Button ""Erase Disk"" gedrückt"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<alternative text=""Final Confirmation:","Wollen sie wirklich Disk <num> löschen?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<alternative text=""Ist ""Shutdown nach Erase?"" ausgewählt?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<instruction text=""Set Var:","""SystemShutdown"" -> JA"" comment="" color="80ff80" rotated="0" disabled="0"></instruction>
</qTrue>
<qFalse>
<instruction text=""Set Var:","""SystemShutdown"" -> NEIN"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
<alternative text=""Ist ""SystemShutdown"" = JA?"" comment="" color="c0c0c0" disabled="0">
<qTrue>
<instruction text=""Queue Job:","System Shutdown"" comment="" color="ff80c0" rotated="0" disabled="0"></instruction>
</qTrue>
<qFalse>
<instruction text=""/ / /"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
<instruction text=""Queue Job:","Disk Erase"" comment="" color="ff80c0" rotated="0" disabled="0"></instruction>
<jump text=""EXIT Script"" comment="" color="80ffff" disabled="0"></jump>
</qTrue>
<qFalse>
<instruction text=""Meldung/Abbruch:","System abgebrochen"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
</qTrue>
<qFalse>
<instruction text=""Keine Aktion"" comment="" color="ff8080" rotated="0" disabled="0"></instruction>
</qFalse>
</alternative>
</qFalse>
</alternative>
</qFalse>
</alternative>
</qForever>
</forever>
</children>
</root>