a little tweak to tasedit rc

This commit is contained in:
zeromus 2008-07-02 02:59:36 +00:00
parent c3d11e6a0c
commit c74acf22aa
2 changed files with 9 additions and 5 deletions

View File

@ -1269,7 +1269,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_LIST1,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_OWNERDATA | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,11,324,364
PUSHBUTTON "Truncate",IDC_HACKY1,338,80,51,16
LTEXT "After current frame",IDC_STATIC,338,97,67,11
LTEXT "Any number of these icon buttons are pressed",IDC_STATIC,395,124,47,34
PUSHBUTTON "<",IDC_BUTTON1,367,33,26,14
PUSHBUTTON ">",IDC_BUTTON2,391,33,26,14
PUSHBUTTON "<<",IDC_BUTTON3,341,33,26,14
@ -1278,12 +1278,13 @@ BEGIN
GROUPBOX "Static",IDC_STATIC,335,11,120,176
GROUPBOX "Macros",IDC_STATIC,335,200,120,175
LTEXT "< Extra column for user notes/ram values",IDC_STATIC,321,19,134,8
CONTROL "Record",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON,339,153,39,10
CONTROL "Union",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,339,164,34,10
CONTROL "Play",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,339,144,29,10
COMBOBOX IDC_COMBO1,343,222,48,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "To select macro",IDC_STATIC,394,225,51,8
PUSHBUTTON "Insert Macro",IDC_BUTTON6,342,244,49,14
PUSHBUTTON "Record P1",IDC_BUTTON5,340,135,50,14
PUSHBUTTON "Record P2",IDC_BUTTON7,340,119,50,14
LTEXT "After current frame",IDC_STATIC,337,96,67,11
PUSHBUTTON "Union Mode",IDC_BUTTON8,340,151,50,14
END
ASSEMBLER DIALOGEX 0, 0, 202, 135

View File

@ -457,6 +457,9 @@
#define IDC_LIST2 1141
#define IDC_COMBO1 1142
#define IDC_BUTTON6 1143
#define IDC_BUTTON5 1144
#define IDC_BUTTON7 1145
#define IDC_BUTTON8 1146
#define MENU_NETWORK 40040
#define MENU_PALETTE 40041
#define MENU_SOUND 40042
@ -557,7 +560,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 121
#define _APS_NEXT_COMMAND_VALUE 40159
#define _APS_NEXT_CONTROL_VALUE 1144
#define _APS_NEXT_CONTROL_VALUE 1147
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif