1//Microsoft App Studio generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#define APSTUDIO_HIDDEN_SYMBOLS
11#include "windows.h"
12#undef APSTUDIO_HIDDEN_SYMBOLS
13
14/////////////////////////////////////////////////////////////////////////////////////
15#undef APSTUDIO_READONLY_SYMBOLS
16
17
18//////////////////////////////////////////////////////////////////////////////
19//
20// Icon
21//
22
23SERVER                  ICON    DISCARDABLE     "../rpcserv/LDSERVER.ICO"
24
25//////////////////////////////////////////////////////////////////////////////
26//
27// Menu
28//
29
30SERVERMENU MENU DISCARDABLE
31BEGIN
32    POPUP "&Server"
33    BEGIN
34        MENUITEM "&Exit",                       IDM_EXIT
35    END
36    POPUP "&Help"
37    BEGIN
38        MENUITEM "&About...",                   IDM_ABOUT
39    END
40END
41
42
43//////////////////////////////////////////////////////////////////////////////
44//
45// Dialog
46//
47
48ABOUT DIALOG 25, 23, 244, 158
49STYLE DS_MODALFRAME | WS_POPUP
50FONT 8, "Helv"
51{
52 CONTROL "LibDSK mailslot server", IDC_TITLE, "STATIC", SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 84, 6, 75, 8
53 CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 196, 140, 35, 14
54 CONTROL "SERVER", IDC_TITLE, "STATIC", SS_ICON | WS_CHILD | WS_VISIBLE, 20,30,18,20
55 CONTROL "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.", IDC_TITLE, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 40, 187, 44
56 CONTROL "", IDC_BOTTOMFRAME, "Static", SS_BLACKFRAME, 15, 20, 217, 116
57 CONTROL "", IDC_TOPFRAME, "Static", SS_BLACKFRAME, 5, 5, 235, 10
58 CONTROL "Copyright 2003 John Elliott <seasip.webmaster@gmail.com>", -1, "static", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 28, 183, 9
59 CONTROL "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.", -1, "static", SS_LEFT | WS_CHILD | WS_VISIBLE, 40, 84, 180, 39
60}
61
62#ifdef APSTUDIO_INVOKED
63//////////////////////////////////////////////////////////////////////////////
64//
65// TEXTINCLUDE
66//
67
681 TEXTINCLUDE DISCARDABLE
69BEGIN
70    "resource.h\0"
71END
72
732 TEXTINCLUDE DISCARDABLE
74BEGIN
75    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
76    "#include ""windows.h""\r\n"
77    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
78    "\0"
79END
80
813 TEXTINCLUDE DISCARDABLE
82BEGIN
83    "\r\n"
84    "\0"
85END
86
87/////////////////////////////////////////////////////////////////////////////////////
88#endif    // APSTUDIO_INVOKED
89
90
91//////////////////////////////////////////////////////////////////////////////
92//
93// String Table
94//
95
96STRINGTABLE DISCARDABLE
97BEGIN
98    IDS_BADLENGTH           "Invalid length value string.  Reenter or cancel."
99END
100
101
102//////////////////////////////////////////////////////////////////////////////
103//
104// Bitmap
105//
106
107SHADE                   BITMAP  DISCARDABLE     "../rpcserv/SHADE.BMP"
108
109#ifndef APSTUDIO_INVOKED
110////////////////////////////////////////////////////////////////////////////////
111//
112// Generated from the TEXTINCLUDE 3 resource.
113//
114
115
116/////////////////////////////////////////////////////////////////////////////////////
117#endif    // not APSTUDIO_INVOKED
118
119