|
|
1.1 root 1: /* Resource file for VGA/SVGA display driver */
2:
3:
4: #define OEMRESOURCE
5: #include "windows.h"
6:
7: OCR_NORMAL cursor PRELOAD FIXED "..\\res96dpi\\normal.cur"
8: OCR_WAIT cursor PRELOAD FIXED "..\\res96dpi\\wait.cur"
9: OCR_SIZENWSE cursor PRELOAD "..\\res96dpi\\sizenwse.cur"
10: OCR_SIZENESW cursor PRELOAD "..\\res96dpi\\sizenesw.cur"
11: OCR_SIZEWE cursor PRELOAD "..\\res96dpi\\sizewe.cur"
12: OCR_SIZENS cursor PRELOAD "..\\res96dpi\\sizens.cur"
13: OCR_IBEAM cursor PRELOAD "..\\res96dpi\\ibeam.cur"
14: OCR_UP cursor PRELOAD "..\\res96dpi\\up.cur"
15: OCR_ICON cursor PRELOAD "..\\res96dpi\\icon.cur"
16: OCR_CROSS cursor "..\\res96dpi\\cross.cur"
17: OCR_SIZE cursor "..\\res96dpi\\size.cur"
18: OCR_NO cursor "..\\res96dpi\\dmnodrop.cur"
19: OCR_SIZEALL cursor "..\\res96dpi\\sizeall.cur"
20:
21: OIC_HAND icon PRELOAD "..\\res96dpi\\hand.ico"
22: OIC_QUES icon PRELOAD "..\\res96dpi\\ques.ico"
23: OIC_BANG icon PRELOAD "..\\res96dpi\\bang.ico"
24: OIC_NOTE icon PRELOAD "..\\res96dpi\\note.ico"
25: OIC_SAMPLE icon "..\\res96dpi\\sample.ico"
26:
27: OBM_OLD_RESTORE bitmap "..\\res96dpi\\orest.bmp"
28: OBM_OLD_REDUCE bitmap "..\\res96dpi\\ored.bmp"
29: OBM_OLD_ZOOM bitmap "..\\res96dpi\\ozoom.bmp"
30: OBM_OLD_RGARROW bitmap "..\\res96dpi\\oright.bmp"
31: OBM_OLD_LFARROW bitmap "..\\res96dpi\\oleft.bmp"
32: OBM_OLD_UPARROW bitmap "..\\res96dpi\\oup.bmp"
33: OBM_OLD_DNARROW bitmap "..\\res96dpi\\odown.bmp"
34: OBM_OLD_CLOSE bitmap "..\\res96dpi\\oclose.bmp"
35:
36: OBM_RESTORE bitmap PRELOAD "..\\res96dpi\\restore.bmp"
37: OBM_RESTORED bitmap PRELOAD "..\\res96dpi\\restored.bmp"
38: OBM_REDUCE bitmap PRELOAD "..\\res96dpi\\min.bmp"
39: OBM_REDUCED bitmap PRELOAD "..\\res96dpi\\mind.bmp"
40: OBM_ZOOM bitmap PRELOAD "..\\res96dpi\\max.bmp"
41: OBM_ZOOMD bitmap PRELOAD "..\\res96dpi\\maxd.bmp"
42: OBM_RGARROW bitmap PRELOAD "..\\res96dpi\\right.bmp"
43: OBM_RGARROWD bitmap PRELOAD "..\\res96dpi\\rightd.bmp"
44: OBM_LFARROW bitmap PRELOAD "..\\res96dpi\\left.bmp"
45: OBM_LFARROWD bitmap PRELOAD "..\\res96dpi\\leftd.bmp"
46: OBM_UPARROW bitmap PRELOAD "..\\res96dpi\\up.bmp"
47: OBM_UPARROWD bitmap PRELOAD "..\\res96dpi\\upd.bmp"
48: OBM_DNARROW bitmap PRELOAD "..\\res96dpi\\down.bmp"
49: OBM_DNARROWD bitmap PRELOAD "..\\res96dpi\\downd.bmp"
50: OBM_CLOSE bitmap PRELOAD "..\\res96dpi\\sysmenu.bmp"
51: OBM_CHECK bitmap PRELOAD "..\\res96dpi\\ocheck.bmp"
52: OBM_BTSIZE bitmap PRELOAD "..\\res96dpi\\obtsize.bmp"
53: OBM_SIZE bitmap PRELOAD "..\\res96dpi\\osize.bmp"
54: OBM_CHECKBOXES bitmap PRELOAD "..\\res96dpi\\obutton.bmp"
55: OBM_BTNCORNERS bitmap PRELOAD "..\\res96dpi\\obtncorn.bmp"
56: OBM_COMBO bitmap PRELOAD "..\\res96dpi\\combo.bmp"
57: OBM_MNARROW bitmap PRELOAD "..\\res96dpi\\mnarrow.bmp"
58: OBM_UPARROWI bitmap PRELOAD "..\\res96dpi\\upi.bmp"
59: OBM_DNARROWI bitmap PRELOAD "..\\res96dpi\\downi.bmp"
60: OBM_LFARROWI bitmap PRELOAD "..\\res96dpi\\lefti.bmp"
61: OBM_RGARROWI bitmap PRELOAD "..\\res96dpi\\righti.bmp"
62:
63: ;fonts oembin PRELOAD "..\\res96dpi\\fonts.bin"
64:
65: 1 RCDATA
66: BEGIN
67: // Machine dependent parameters
68: 17, // Height of vertical thumb
69: 17, // Width of horizontal thumb
70: 2, // Icon horiz compression factor
71: 2, // Icon vert compression factor
72: 1, // Cursor horz compression factor
73: 1, // Cursor vert compression factor
74: 0, // Kanji window height
75: 1, // cxBorder (thickness of vertical lines)
76: 1, // cyBorder (thickness of horizontal lines)
77: // Default system color values
78: 193,193,193, // clrScrollbar
79: 192,192,192, // clrDesktop
80: 000,064,128, // clrActiveCaption
81: 255,255,255, // clrInactiveCaption
82: 255,255,255, // clrMenu
83: 255,255,255, // clrWindow
84: 000,000,000, // clrWindowFrame
85: 000,000,000, // clrMenuText
86: 000,000,000, // clrWindowText
87: 255,255,255, // clrCaptionText
88: 192,192,192, // clrActiveBorder
89: 255,255,255, // clrInactiveBorder
90: 255,255,223, // clrAppWorkspace
91: 000,000,128, // clrHiliteBk
92: 255,255,255, // clrHiliteText
93: 192,192,192, // clrBtnFace
94: 128,128,128, // clrBtnShadow
95: 192,192,192, // clrGrayText
96: 000,000,000, // clrBtnText
97: // filler
98: 0, 0
99: END
100:
101: 2 RCDATA
102: BEGIN
103: 48 // # colors in table
104: 0xFF,0x80,0x80,
105: 0xFF,0xFF,0xE8,
106: 0x80,0xFF,0x80,
107: 0x00,0xFF,0x80,
108: 0x80,0xFF,0xFF,
109: 0x00,0x80,0xFF,
110: 0xFF,0x80,0xC0,
111: 0xFF,0x80,0xFF,
112: 0xFF,0x00,0x00,
113: 0xFF,0xFF,0x80,
114: 0x80,0xFF,0x00,
115: 0x00,0xFF,0x40,
116: 0x00,0xFF,0xFF,
117: 0x00,0x80,0xC0,
118: 0x80,0x80,0xC0,
119: 0xFF,0x00,0xFF,
120: 0x80,0x40,0x40,
121: 0xFF,0xFF,0x00,
122: 0xFF,0x80,0x40,
123: 0x00,0xFF,0x00,
124: 0x00,0x80,0x80,
125: 0x00,0x40,0x80,
126: 0x80,0x80,0xFF,
127: 0x80,0x00,0x40,
128: 0xFF,0x00,0x80,
129: 0x80,0x00,0x00,
130: 0xFF,0x80,0x00,
131: 0x00,0x80,0x00,
132: 0x00,0x80,0x40,
133: 0x00,0x00,0xFF,
134: 0x00,0x00,0xA0,
135: 0x80,0x00,0x80,
136: 0x80,0x00,0xFF,
137: 0x40,0x00,0x00,
138: 0x80,0x40,0x00,
139: 0x00,0x40,0x00,
140: 0x00,0x40,0x40,
141: 0x00,0x00,0x80,
142: 0x00,0x00,0x40,
143: 0x40,0x00,0x40,
144: 0x40,0x00,0x80,
145: 0x00,0x00,0x00,
146: 0x80,0x80,0x00,
147: 0x80,0x80,0x40,
148: 0x80,0x80,0x80,
149: 0x40,0x80,0x80,
150: 0xC0,0xC0,0xC0,
151: 0x82 0x82,0x82,
152: 0xFF,0xFF,0xFF
153: END
154:
155: #include <ntverp.h>
156:
157: #define VER_FILETYPE VFT_DRV
158: #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
159: #define VER_FILEDESCRIPTION_STR "VGA/Super 16 colour Display Driver"
160: #define VER_INTERNALNAME_STR "vga.dll"
161: #define VER_ORIGINALFILENAME_STR "vga.dll"
162:
163: #include "common.ver"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.