diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-28 16:52:56 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-12-28 16:52:56 +0100 |
commit | 7b358424ebad9349421acd533c2fa1cbf6cf3e3e (patch) | |
tree | 686678532eefed525c242fd214d0cfb2914726c5 /app/lib/demos/dmdialog.xtr |
Initial import of xtrkcad version 1:4.0.2-2
Diffstat (limited to 'app/lib/demos/dmdialog.xtr')
-rw-r--r-- | app/lib/demos/dmdialog.xtr | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app/lib/demos/dmdialog.xtr b/app/lib/demos/dmdialog.xtr new file mode 100644 index 0000000..308428b --- /dev/null +++ b/app/lib/demos/dmdialog.xtr @@ -0,0 +1,36 @@ +VERSION 7 +DEMOINIT +ORIG 8.000 0.000 0.000 +REDRAW +RESET +MESSAGE +The demo also simulates entering values and selecting options on various dialogs. + +This is simulated by drawing a rectangle around the control when values are entered or changed. +END +STEP +PARAMETER misc cmdDisplay +MESSAGE +_________________________________________ + +Here we are going to make some changes to the Display dialog. Notice how this is simulated. +END +STEP +PARAMETER display tunnels 2 +PARAMETER display description-fontsize 56 +PARAMETER display layoutlabels 4 +PARAMETER display layoutlabels 0 +PARAMETER display mapscale 50 +PARAMETER display carhotbarlabels 4 Manuf/Proto +MESSAGE +_________________________________________ + +This effect is only used in demonstration mode. During normal operation you will not see this. +END +STEP +PARAMETER display cancel +MESSAGE +========================================= +END +STEP +CLEAR |