File:  [WindowsNT SDKs] / q_a / samples / reverse / reverse.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:30:08 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/* reverse.rc
 */

#include "windows.h"

Reverse     ICON    reverse.ico

ABOUTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 30, 50, 160, 75
STYLE DS_MODALFRAME | WS_SYSMENU | WS_VISIBLE | WS_POPUP | DS_LOCALEDIT
CAPTION "Reverse"
FONT 8, "Helv"
BEGIN
   CONTROL "Microsoft Windows NT", -1, "static", SS_CENTER | WS_CHILD, 0, 5, 160, 8
   CONTROL "Reverse Sample Application", -1, "static", SS_CENTER | WS_CHILD, 0, 14, 160, 8
   CONTROL "(C) Microsoft Corp. 1991-1992.", -1, "static", SS_CENTER | WS_CHILD, 0, 35, 160, 9
   CONTROL "All rights reserved.", -1, "static", SS_CENTER | WS_CHILD, 0, 47, 160, 9
   CONTROL "OK", 1, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 60, 59, 32, 14
   CONTROL "Reverse", -1, "static", SS_ICON | WS_CHILD, 2, 5, 0, 0
END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.