#include "resource.h"
i ICON "s3.ico"
Form1 DIALOG 0,0,80,40
STYLE 0x0004 | DS_CENTER | WS_CAPTION | WS_OVERLAPPED | DS_MODALFRAME | DS_3DLOOK | WS_SYSMENU
CAPTION "Cinchy server"
CLASS "DLGCLASS"
BEGIN
EDITTEXT,1000,0,0,80,10,ES_AUTOHSCROLL
LISTBOX,1001,0,26,80,0,LBS_SORT
CHECKBOX,"Dir enabled",1002,0,30,50,8,BS_AUTOCHECKBOX
PUSHBUTTON,"Pick Dir",1003,50,28,30,12
LTEXT,"",1004,0,10,80,8
LTEXT,"",1005,0,18,80,8
END
file: /Techref/inet/win32asm/SERVER.RC, 0KB, , updated: 2001/3/11 11:11, local time: 2025/5/3 19:00,
|
| ©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.linistepper.com/Techref/inet/win32asm/SERVER.RC"> inet win32asm SERVER</A> |
Did you find what you needed?
|