|
|
1.1 root 1: #include <windows.h>
2: #include "stereo.h"
3:
4: // icons
5:
6: AMP_ICON ICON AMP.ICO
7: TUNER_ICON ICON TUNER.ICO
8: TAPE_ICON ICON TAPE.ICO
9:
10:
11:
12: // dialogs
13:
14: AMP_DLG DIALOG 83, 33, 160, 100
15: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
16: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
17: CAPTION "Amp Applet"
18: FONT 8, "MS Sans Serif"
19: BEGIN
20: LTEXT "This is just a test ", 101, 18, 17, 121, 8
21: LTEXT "I don't do anything - hit OK", 102, 19, 34, 98, 8
22: PUSHBUTTON "OK", IDOK, 56, 71, 40, 14
23: END
24:
25:
26: TUNER_DLG DIALOG 83, 33, 160, 100
27: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
28: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
29: CAPTION "Tuner Applet"
30: FONT 8, "MS Sans Serif"
31: BEGIN
32: LTEXT "This is just a test ", 101, 18, 17, 121, 8
33: LTEXT "I don't do anything - hit OK", 102, 19, 34, 98, 8
34: PUSHBUTTON "OK", IDOK, 56, 71, 40, 14
35: END
36:
37: TAPE_DLG DIALOG 83, 33, 160, 100
38: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
39: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
40: CAPTION "Tape Applet"
41: FONT 8, "MS Sans Serif"
42: BEGIN
43: LTEXT "This is just a test ", 101, 18, 17, 121, 8
44: LTEXT "I don't do anything - hit OK", 102, 19, 34, 98, 8
45: PUSHBUTTON "OK", IDOK, 56, 71, 40, 14
46: END
47:
48:
49: // strings
50: STRINGTABLE
51: BEGIN
52: CPCAPTION, "Control Panel"
53: AMP_NAME, "Amp Applet"
54: AMP_DESC, "This applet does nothing."
55: TUNER_NAME, "Tuner Applet"
56: TUNER_DESC, "This applet does nothing."
57: TAPE_NAME, "Tape Applet"
58: TAPE_DESC, "This applet does nothing."
59: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.