Win32 - more cleanup
This commit is contained in:
parent
e3a740467d
commit
11e3e7a9a3
|
@ -1636,17 +1636,6 @@ BEGIN
|
||||||
CONTROL "",IDC_LIST1,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,7,311,214
|
CONTROL "",IDC_LIST1,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,7,311,214
|
||||||
END
|
END
|
||||||
|
|
||||||
GETFILENAME DIALOGEX 0, 0, 147, 82
|
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
||||||
CAPTION "Movie filename"
|
|
||||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|
||||||
BEGIN
|
|
||||||
DEFPUSHBUTTON "OK",INSERTCS_IDOK,7,55,50,14
|
|
||||||
PUSHBUTTON "Cancel",INSERTCS_IDCANCEL,89,55,50,14
|
|
||||||
EDITTEXT INSERTCS_MESSAGE,7,30,133,14,ES_AUTOHSCROLL
|
|
||||||
LTEXT "Type filename: (blank for default)",INSERTCS_STATIC,20,14,114,8
|
|
||||||
END
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
@ -1663,14 +1652,6 @@ BEGIN
|
||||||
TOPMARGIN, 7
|
TOPMARGIN, 7
|
||||||
BOTTOMMARGIN, 243
|
BOTTOMMARGIN, 243
|
||||||
END
|
END
|
||||||
|
|
||||||
GETFILENAME, DIALOG
|
|
||||||
BEGIN
|
|
||||||
LEFTMARGIN, 7
|
|
||||||
RIGHTMARGIN, 140
|
|
||||||
TOPMARGIN, 7
|
|
||||||
BOTTOMMARGIN, 75
|
|
||||||
END
|
|
||||||
END
|
END
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,6 @@
|
||||||
#define IDD_DIALOG3 123
|
#define IDD_DIALOG3 123
|
||||||
#define CHECK_SOUND_GLOBAL_FOCUS 124
|
#define CHECK_SOUND_GLOBAL_FOCUS 124
|
||||||
#define INSERTCOMMENTSUBTITLE 124
|
#define INSERTCOMMENTSUBTITLE 124
|
||||||
#define GETFILENAME 124
|
|
||||||
#define CHECK_SOUND_ENABLED 126
|
#define CHECK_SOUND_ENABLED 126
|
||||||
#define CTL_LATENCY_TRACKBAR 128
|
#define CTL_LATENCY_TRACKBAR 128
|
||||||
#define COMBO_SOUND_QUALITY 129
|
#define COMBO_SOUND_QUALITY 129
|
||||||
|
@ -376,13 +375,9 @@
|
||||||
#define MEMW_EDIT01RESET 1185
|
#define MEMW_EDIT01RESET 1185
|
||||||
#define MEMW_EDIT02RESET 1186
|
#define MEMW_EDIT02RESET 1186
|
||||||
#define MEMW_EDIT03RESET 1187
|
#define MEMW_EDIT03RESET 1187
|
||||||
#define INSERTCS_MESSAGE 1187
|
|
||||||
#define MEMW_EDIT00RMADDRESS 1188
|
#define MEMW_EDIT00RMADDRESS 1188
|
||||||
#define INSERTCS_IDOK 1188
|
|
||||||
#define MEMW_EDIT01RMADDRESS 1189
|
#define MEMW_EDIT01RMADDRESS 1189
|
||||||
#define INSERTCS_IDCANCEL 1189
|
|
||||||
#define MEMW_EDIT02RMADDRESS 1190
|
#define MEMW_EDIT02RMADDRESS 1190
|
||||||
#define INSERTCS_STATIC 1190
|
|
||||||
#define MEMW_EDIT03RMADDRESS 1191
|
#define MEMW_EDIT03RMADDRESS 1191
|
||||||
#define IDC_DEBUGGER_RESTORESIZE 1191
|
#define IDC_DEBUGGER_RESTORESIZE 1191
|
||||||
#define MEMW_EDIT04RMADDRESS 1192
|
#define MEMW_EDIT04RMADDRESS 1192
|
||||||
|
|
Loading…
Reference in New Issue