iMONDisplayApiSample/DisplayTest/DisplayTest.rc
author StephaneLenclud
Sun, 14 Apr 2013 22:50:40 +0200
changeset 9 fc2b0679eaff
permissions -rw-r--r--
Fixing broken SoundGraph API build.
StephaneLenclud@8
     1
// Microsoft Visual C++ generated resource script.
StephaneLenclud@8
     2
//
StephaneLenclud@8
     3
#include "resource.h"
StephaneLenclud@8
     4
StephaneLenclud@8
     5
#define APSTUDIO_READONLY_SYMBOLS
StephaneLenclud@8
     6
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
     7
//
StephaneLenclud@8
     8
// Generated from the TEXTINCLUDE 2 resource.
StephaneLenclud@8
     9
//
StephaneLenclud@8
    10
#include "afxres.h"
StephaneLenclud@8
    11
StephaneLenclud@8
    12
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
    13
#undef APSTUDIO_READONLY_SYMBOLS
StephaneLenclud@8
    14
StephaneLenclud@8
    15
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
    16
// Korean resources
StephaneLenclud@8
    17
StephaneLenclud@8
    18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
StephaneLenclud@8
    19
#ifdef _WIN32
StephaneLenclud@8
    20
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
StephaneLenclud@8
    21
#pragma code_page(949)
StephaneLenclud@8
    22
#endif //_WIN32
StephaneLenclud@8
    23
StephaneLenclud@8
    24
#ifdef APSTUDIO_INVOKED
StephaneLenclud@8
    25
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
    26
//
StephaneLenclud@8
    27
// TEXTINCLUDE
StephaneLenclud@8
    28
//
StephaneLenclud@8
    29
StephaneLenclud@8
    30
1 TEXTINCLUDE 
StephaneLenclud@8
    31
BEGIN
StephaneLenclud@8
    32
    "resource.h\0"
StephaneLenclud@8
    33
END
StephaneLenclud@8
    34
StephaneLenclud@8
    35
2 TEXTINCLUDE 
StephaneLenclud@8
    36
BEGIN
StephaneLenclud@8
    37
    "#include ""afxres.h""\r\n"
StephaneLenclud@8
    38
    "\0"
StephaneLenclud@8
    39
END
StephaneLenclud@8
    40
StephaneLenclud@8
    41
3 TEXTINCLUDE 
StephaneLenclud@8
    42
BEGIN
StephaneLenclud@8
    43
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
StephaneLenclud@8
    44
    "#define _AFX_NO_OLE_RESOURCES\r\n"
StephaneLenclud@8
    45
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
StephaneLenclud@8
    46
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
StephaneLenclud@8
    47
    "\r\n"
StephaneLenclud@8
    48
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)\r\n"
StephaneLenclud@8
    49
    "LANGUAGE 18, 1\r\n"
StephaneLenclud@8
    50
    "#pragma code_page(949)\r\n"
StephaneLenclud@8
    51
    "#include ""res\\DisplayTest.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
StephaneLenclud@8
    52
    "#include ""afxres.rc""     // Standard components\r\n"
StephaneLenclud@8
    53
    "#endif\r\n"
StephaneLenclud@8
    54
    "\0"
StephaneLenclud@8
    55
END
StephaneLenclud@8
    56
StephaneLenclud@8
    57
#endif    // APSTUDIO_INVOKED
StephaneLenclud@8
    58
StephaneLenclud@8
    59
StephaneLenclud@8
    60
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
    61
//
StephaneLenclud@8
    62
// Icon
StephaneLenclud@8
    63
//
StephaneLenclud@8
    64
StephaneLenclud@8
    65
// Icon with lowest ID value placed first to ensure application icon
StephaneLenclud@8
    66
// remains consistent on all systems.
StephaneLenclud@8
    67
IDR_MAINFRAME           ICON                    "res\\DisplayTest.ico"
StephaneLenclud@8
    68
StephaneLenclud@8
    69
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
    70
//
StephaneLenclud@8
    71
// Dialog
StephaneLenclud@8
    72
//
StephaneLenclud@8
    73
StephaneLenclud@8
    74
IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
StephaneLenclud@8
    75
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
StephaneLenclud@8
    76
CAPTION "About DisplayTest"
StephaneLenclud@8
    77
FONT 8, "MS Shell Dlg", 0, 0, 0x1
StephaneLenclud@8
    78
BEGIN
StephaneLenclud@8
    79
    ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
StephaneLenclud@8
    80
    LTEXT           "DisplayTest Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
StephaneLenclud@8
    81
    LTEXT           "Copyright (C) 2010",IDC_STATIC,40,25,119,8
StephaneLenclud@8
    82
    DEFPUSHBUTTON   "OK",IDOK,178,7,50,16,WS_GROUP
StephaneLenclud@8
    83
END
StephaneLenclud@8
    84
StephaneLenclud@8
    85
IDD_DISPLAYTEST_DIALOG DIALOGEX 0, 0, 403, 269
StephaneLenclud@8
    86
STYLE DS_SETFONT | DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
StephaneLenclud@8
    87
EXSTYLE WS_EX_APPWINDOW
StephaneLenclud@8
    88
CAPTION "DisplayTest"
StephaneLenclud@8
    89
FONT 9, "Tahoma", 400, 0, 0x0
StephaneLenclud@8
    90
BEGIN
StephaneLenclud@8
    91
    PUSHBUTTON      "Init Plug-in",IDC_BUTTON1,7,7,62,16
StephaneLenclud@8
    92
    GROUPBOX        "VFD Display",IDC_STATIC,7,32,189,102
StephaneLenclud@8
    93
    GROUPBOX        "LCD Display",IDC_STATIC,207,32,189,66
StephaneLenclud@8
    94
    EDITTEXT        IDC_EDIT1,49,44,131,12,ES_AUTOHSCROLL
StephaneLenclud@8
    95
    EDITTEXT        IDC_EDIT2,49,59,131,12,ES_AUTOHSCROLL
StephaneLenclud@8
    96
    LTEXT           "1st Line",IDC_STATIC,15,46,28,8
StephaneLenclud@8
    97
    LTEXT           "2nd Line",IDC_STATIC,15,61,28,8
StephaneLenclud@8
    98
    PUSHBUTTON      "Send Text",IDC_BUTTON2,33,74,62,16
StephaneLenclud@8
    99
    PUSHBUTTON      "Start Random EQ",IDC_BUTTON3,100,74,62,16
StephaneLenclud@8
   100
    LTEXT           "Static",IDC_STATIC_INFO,78,11,318,10
StephaneLenclud@8
   101
    EDITTEXT        IDC_EDIT3,217,51,165,12,ES_AUTOHSCROLL
StephaneLenclud@8
   102
    PUSHBUTTON      "Send Text",IDC_BUTTON4,234,74,62,16
StephaneLenclud@8
   103
    PUSHBUTTON      "Start Random EQ",IDC_BUTTON5,302,74,62,16
StephaneLenclud@8
   104
    CONTROL         "1",IDC_ORANGE1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,154,20,10
StephaneLenclud@8
   105
    CONTROL         "2",IDC_ORANGE2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,157,20,10
StephaneLenclud@8
   106
    CONTROL         "3",IDC_ORANGE3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,167,20,10
StephaneLenclud@8
   107
    CONTROL         "4",IDC_ORANGE4,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,178,20,10
StephaneLenclud@8
   108
    CONTROL         "5",IDC_ORANGE5,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,182,20,10
StephaneLenclud@8
   109
    CONTROL         "6",IDC_ORANGE6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,64,177,20,10
StephaneLenclud@8
   110
    CONTROL         "7",IDC_ORANGE7,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,64,167,20,10
StephaneLenclud@8
   111
    CONTROL         "8",IDC_ORANGE8,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,64,157,20,10
StephaneLenclud@8
   112
    CONTROL         "0",IDC_ORANGE0,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,78,187,20,10
StephaneLenclud@8
   113
    CONTROL         "MUSIC",IDC_MUSIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,115,155,36,10
StephaneLenclud@8
   114
    CONTROL         "MOVIE",IDC_MOVIE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,154,155,37,10
StephaneLenclud@8
   115
    CONTROL         "PHOTO",IDC_PHOTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,195,155,39,10
StephaneLenclud@8
   116
    CONTROL         "CD/DVD",IDC_CD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,239,155,41,10
StephaneLenclud@8
   117
    CONTROL         "TV",IDC_TV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,115,165,25,10
StephaneLenclud@8
   118
    CONTROL         "WEBCASTING",IDC_WEBCASTING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,147,165,59,10
StephaneLenclud@8
   119
    CONTROL         "NEWS/WEATHER",IDC_NEWS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,210,165,71,10
StephaneLenclud@8
   120
    CONTROL         "L",IDC_SPK_L,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,299,156,19,10
StephaneLenclud@8
   121
    CONTROL         "C",IDC_SPK_C,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,327,156,20,10
StephaneLenclud@8
   122
    CONTROL         "R",IDC_SPK_R,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,363,156,20,10
StephaneLenclud@8
   123
    CONTROL         "SL",IDC_SPK_SL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,299,166,23,10
StephaneLenclud@8
   124
    CONTROL         "LFE",IDC_SPK_LFE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,327,166,27,10
StephaneLenclud@8
   125
    CONTROL         "SR",IDC_SPK_SR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,363,166,24,10
StephaneLenclud@8
   126
    CONTROL         "RL",IDC_SPK_RL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,299,176,23,10
StephaneLenclud@8
   127
    CONTROL         "S/PDIF",IDC_SPK_SPDIF,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,327,176,34,10
StephaneLenclud@8
   128
    CONTROL         "RR",IDC_SPK_RR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,363,176,24,10
StephaneLenclud@8
   129
    CONTROL         "SRC",IDC_AR_SRC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,306,200,28,10
StephaneLenclud@8
   130
    CONTROL         "FIT",IDC_AR_FIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,343,200,26,10
StephaneLenclud@8
   131
    CONTROL         "TV",IDC_AR_TV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,306,210,25,10
StephaneLenclud@8
   132
    CONTROL         "HDTV",IDC_AR_HDTV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,343,210,34,10
StephaneLenclud@8
   133
    CONTROL         "SCR1",IDC_AR_SCR1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,306,220,32,10
StephaneLenclud@8
   134
    CONTROL         "SCR2",IDC_AR_SCR2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,343,220,32,10
StephaneLenclud@8
   135
    CONTROL         "MPG",IDC_AV_MPG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,118,199,31,10
StephaneLenclud@8
   136
    CONTROL         "DIVX",IDC_AV_DIVX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,199,31,10
StephaneLenclud@8
   137
    CONTROL         "XVID",IDC_AV_XVID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,200,199,31,10
StephaneLenclud@8
   138
    CONTROL         "WMV",IDC_AV_WMV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,241,199,31,10
StephaneLenclud@8
   139
    CONTROL         "MPG",IDC_AV_MPA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,118,209,31,10
StephaneLenclud@8
   140
    CONTROL         "AC3",IDC_AV_AC3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,209,33,10
StephaneLenclud@8
   141
    CONTROL         "DTS",IDC_AV_DTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,200,209,33,10
StephaneLenclud@8
   142
    CONTROL         "WMA",IDC_AV_WMA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,241,209,33,10
StephaneLenclud@8
   143
    CONTROL         "MP3",IDC_A_MP3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,118,220,40,9
StephaneLenclud@8
   144
    CONTROL         "OGG",IDC_A_OGG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,159,220,40,9
StephaneLenclud@8
   145
    CONTROL         "WMA",IDC_A_WMA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,200,220,40,9
StephaneLenclud@8
   146
    CONTROL         "WAV",IDC_A_WAV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,241,220,40,9
StephaneLenclud@8
   147
    CONTROL         "REP",IDC_REPEAT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,200,35,9
StephaneLenclud@8
   148
    CONTROL         "SFL",IDC_SHUFFLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,200,29,9
StephaneLenclud@8
   149
    CONTROL         "ALARM",IDC_ALARM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,210,35,9
StephaneLenclud@8
   150
    CONTROL         "REC",IDC_REC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,210,29,9
StephaneLenclud@8
   151
    CONTROL         "TIME",IDC_TIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,220,35,9
StephaneLenclud@8
   152
    CONTROL         "VOL",IDC_VOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,220,29,9
StephaneLenclud@8
   153
    GROUPBOX        "LCD Icon & Progress",IDC_STATIC,7,141,389,121
StephaneLenclud@8
   154
    CONTROL         "",IDC_SLIDER1,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,88,235,227,18
StephaneLenclud@8
   155
    PUSHBUTTON      "Start Char Scroll",IDC_BUTTON6,69,98,62,16
StephaneLenclud@8
   156
    PUSHBUTTON      "Next Char",IDC_BUTTON7,138,98,47,16
StephaneLenclud@8
   157
    PUSHBUTTON      "Previous Char",IDC_BUTTON8,16,98,47,16
StephaneLenclud@8
   158
END
StephaneLenclud@8
   159
StephaneLenclud@8
   160
StephaneLenclud@8
   161
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   162
//
StephaneLenclud@8
   163
// Version
StephaneLenclud@8
   164
//
StephaneLenclud@8
   165
StephaneLenclud@8
   166
VS_VERSION_INFO VERSIONINFO
StephaneLenclud@8
   167
 FILEVERSION 1,0,0,1
StephaneLenclud@8
   168
 PRODUCTVERSION 1,0,0,1
StephaneLenclud@8
   169
 FILEFLAGSMASK 0x3fL
StephaneLenclud@8
   170
#ifdef _DEBUG
StephaneLenclud@8
   171
 FILEFLAGS 0x1L
StephaneLenclud@8
   172
#else
StephaneLenclud@8
   173
 FILEFLAGS 0x0L
StephaneLenclud@8
   174
#endif
StephaneLenclud@8
   175
 FILEOS 0x4L
StephaneLenclud@8
   176
 FILETYPE 0x1L
StephaneLenclud@8
   177
 FILESUBTYPE 0x0L
StephaneLenclud@8
   178
BEGIN
StephaneLenclud@8
   179
    BLOCK "StringFileInfo"
StephaneLenclud@8
   180
    BEGIN
StephaneLenclud@8
   181
        BLOCK "040904e4"
StephaneLenclud@8
   182
        BEGIN
StephaneLenclud@8
   183
            VALUE "CompanyName", "SoundGraph, Inc."
StephaneLenclud@8
   184
            VALUE "FileDescription", "iMON Display Plug-in Test Program"
StephaneLenclud@8
   185
            VALUE "FileVersion", "1.0.0.1"
StephaneLenclud@8
   186
            VALUE "InternalName", "DisplayTest.exe"
StephaneLenclud@8
   187
            VALUE "LegalCopyright", "Copyright (C) 2010  SoundGraph, Inc."
StephaneLenclud@8
   188
            VALUE "OriginalFilename", "DisplayTest.exe"
StephaneLenclud@8
   189
            VALUE "ProductName", "iMON Display Plug-in Test Program"
StephaneLenclud@8
   190
            VALUE "ProductVersion", "1.0.0.1"
StephaneLenclud@8
   191
        END
StephaneLenclud@8
   192
    END
StephaneLenclud@8
   193
    BLOCK "VarFileInfo"
StephaneLenclud@8
   194
    BEGIN
StephaneLenclud@8
   195
        VALUE "Translation", 0x409, 1252
StephaneLenclud@8
   196
    END
StephaneLenclud@8
   197
END
StephaneLenclud@8
   198
StephaneLenclud@8
   199
StephaneLenclud@8
   200
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   201
//
StephaneLenclud@8
   202
// DESIGNINFO
StephaneLenclud@8
   203
//
StephaneLenclud@8
   204
StephaneLenclud@8
   205
#ifdef APSTUDIO_INVOKED
StephaneLenclud@8
   206
GUIDELINES DESIGNINFO 
StephaneLenclud@8
   207
BEGIN
StephaneLenclud@8
   208
    IDD_ABOUTBOX, DIALOG
StephaneLenclud@8
   209
    BEGIN
StephaneLenclud@8
   210
        LEFTMARGIN, 7
StephaneLenclud@8
   211
        RIGHTMARGIN, 228
StephaneLenclud@8
   212
        TOPMARGIN, 7
StephaneLenclud@8
   213
        BOTTOMMARGIN, 48
StephaneLenclud@8
   214
    END
StephaneLenclud@8
   215
StephaneLenclud@8
   216
    IDD_DISPLAYTEST_DIALOG, DIALOG
StephaneLenclud@8
   217
    BEGIN
StephaneLenclud@8
   218
        LEFTMARGIN, 7
StephaneLenclud@8
   219
        RIGHTMARGIN, 396
StephaneLenclud@8
   220
        TOPMARGIN, 7
StephaneLenclud@8
   221
        BOTTOMMARGIN, 262
StephaneLenclud@8
   222
    END
StephaneLenclud@8
   223
END
StephaneLenclud@8
   224
#endif    // APSTUDIO_INVOKED
StephaneLenclud@8
   225
StephaneLenclud@8
   226
StephaneLenclud@8
   227
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   228
//
StephaneLenclud@8
   229
// String Table
StephaneLenclud@8
   230
//
StephaneLenclud@8
   231
StephaneLenclud@8
   232
STRINGTABLE 
StephaneLenclud@8
   233
BEGIN
StephaneLenclud@8
   234
    IDS_ABOUTBOX            "&About DisplayTest..."
StephaneLenclud@8
   235
END
StephaneLenclud@8
   236
StephaneLenclud@8
   237
#endif    // Korean resources
StephaneLenclud@8
   238
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   239
StephaneLenclud@8
   240
StephaneLenclud@8
   241
StephaneLenclud@8
   242
#ifndef APSTUDIO_INVOKED
StephaneLenclud@8
   243
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   244
//
StephaneLenclud@8
   245
// Generated from the TEXTINCLUDE 3 resource.
StephaneLenclud@8
   246
//
StephaneLenclud@8
   247
#define _AFX_NO_SPLITTER_RESOURCES
StephaneLenclud@8
   248
#define _AFX_NO_OLE_RESOURCES
StephaneLenclud@8
   249
#define _AFX_NO_TRACKER_RESOURCES
StephaneLenclud@8
   250
#define _AFX_NO_PROPERTY_RESOURCES
StephaneLenclud@8
   251
StephaneLenclud@8
   252
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
StephaneLenclud@8
   253
LANGUAGE 18, 1
StephaneLenclud@8
   254
#pragma code_page(949)
StephaneLenclud@8
   255
#include "res\DisplayTest.rc2"  // non-Microsoft Visual C++ edited resources
StephaneLenclud@8
   256
#include "afxres.rc"     // Standard components
StephaneLenclud@8
   257
#endif
StephaneLenclud@8
   258
StephaneLenclud@8
   259
/////////////////////////////////////////////////////////////////////////////
StephaneLenclud@8
   260
#endif    // not APSTUDIO_INVOKED
StephaneLenclud@8
   261