annotate src/include/dialog.rc @ 6:8ce85aee15c0

update tags
author convert-repo
date Sat, 17 Dec 2022 01:48:13 +0000
parents 59bf702b2b21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
59bf702b2b21 *: stylistic changes
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
1 #include <winres.h>
1
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 #include "resource.h"
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
3
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
5
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6 DIALOG_CONFIG DIALOGEX 0, 0, 262, 71
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
7 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
8 CAPTION "GameSDK Config"
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
9 FONT 8, "MS Shell Dlg", 400, 0, 0x1
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
10 BEGIN
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
11 DEFPUSHBUTTON "OK",IDOK,149,50,50,14
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
12 PUSHBUTTON "Cancel",IDCANCEL,205,50,50,14
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
13 CONTROL "Show title in details",TITLE_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,77,10
4
59bf702b2b21 *: stylistic changes
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
14 CONTROL "Show elapsed time in presence",ELAPSED_TIME_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,33,114,10
1
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
15 END