Update launch3

This commit is contained in:
RD42
2025-06-28 13:59:28 -07:00
parent 98e0aa26e9
commit ca7556280a
7 changed files with 72 additions and 77 deletions

View File

@ -2,8 +2,8 @@
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by LAUNCH3.RC // Used by LAUNCH3.RC
// //
#define IDD_LAUNCH3_DIALOG 102
#define IDR_MAINFRAME 128 #define IDR_MAINFRAME 128
#define IDD_LAUNCH3_DIALOG 102
#define IDC_NICK 1000 #define IDC_NICK 1000
#define IDC_LAUNCH 1003 #define IDC_LAUNCH 1003
#define IDC_BUTTON2 1004 #define IDC_BUTTON2 1004
@ -14,8 +14,8 @@
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 130 #define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_CONTROL_VALUE 1015 #define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101 #define _APS_NEXT_SYMED_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_COMMAND_VALUE 32771
#endif #endif

View File

@ -3,8 +3,8 @@
// are changed infrequently // are changed infrequently
// //
#if !defined(AFX_STDAFX_H__06B2A8BE_A596_4086_991F_64BF5CF8DB2B__INCLUDED_) #if !defined(AFX_STDAFX_H__BE9692D5_BBBC_4272_81EF_CCC41515DB85__INCLUDED_)
#define AFX_STDAFX_H__06B2A8BE_A596_4086_991F_64BF5CF8DB2B__INCLUDED_ #define AFX_STDAFX_H__BE9692D5_BBBC_4272_81EF_CCC41515DB85__INCLUDED_
#if _MSC_VER > 1000 #if _MSC_VER > 1000
#pragma once #pragma once
@ -14,7 +14,6 @@
#include <afxwin.h> // MFC core and standard components #include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions #include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT #ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls #include <afxcmn.h> // MFC support for Windows Common Controls
@ -24,4 +23,4 @@
//{{AFX_INSERT_LOCATION}} //{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__06B2A8BE_A596_4086_991F_64BF5CF8DB2B__INCLUDED_) #endif // !defined(AFX_STDAFX_H__BE9692D5_BBBC_4272_81EF_CCC41515DB85__INCLUDED_)

View File

@ -32,9 +32,8 @@ Filter=D
[DLG:IDD_LAUNCH3_DIALOG] [DLG:IDD_LAUNCH3_DIALOG]
Type=1 Type=1
Class=CLaunch3Dlg Class=CLaunch3Dlg
ControlCount=4 ControlCount=3
Control1=IDC_STATIC,button,1342177287 Control1=IDOK,button,1342242817
Control2=IDC_LAUNCH,button,1342242816 Control2=IDCANCEL,button,1342242816
Control3=IDC_BUTTON2,button,1342242816 Control3=IDC_STATIC,static,1342308352
Control4=IDC_BUTTON1,button,1342242816

View File

@ -125,7 +125,7 @@ SOURCE=.\launch3Dlg.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\resource.h SOURCE=.\Resource.h
# End Source File # End Source File
# Begin Source File # Begin Source File

View File

@ -1,8 +1,8 @@
// launch3.h : main header file for the LAUNCH3 application // launch3.h : main header file for the LAUNCH3 application
// //
#if !defined(AFX_LAUNCH3_H__90EF6E61_FDEB_40F9_B00C_D9024237237E__INCLUDED_) #if !defined(AFX_LAUNCH3_H__E487BB2C_CCC3_4F9C_BE82_80956F3F1580__INCLUDED_)
#define AFX_LAUNCH3_H__90EF6E61_FDEB_40F9_B00C_D9024237237E__INCLUDED_ #define AFX_LAUNCH3_H__E487BB2C_CCC3_4F9C_BE82_80956F3F1580__INCLUDED_
#if _MSC_VER > 1000 #if _MSC_VER > 1000
#pragma once #pragma once
@ -46,4 +46,4 @@ public:
//{{AFX_INSERT_LOCATION}} //{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LAUNCH3_H__90EF6E61_FDEB_40F9_B00C_D9024237237E__INCLUDED_) #endif // !defined(AFX_LAUNCH3_H__E487BB2C_CCC3_4F9C_BE82_80956F3F1580__INCLUDED_)

View File

@ -1,4 +1,4 @@
//Microsoft Developer Studio generated resource script. // Microsoft Visual C++ generated resource script.
// //
#include "resource.h" #include "resource.h"
@ -12,15 +12,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
@ -56,6 +47,7 @@ BEGIN
"\0" "\0"
END END
/////////////////////////////////////////////////////////////////////////////
#endif // APSTUDIO_INVOKED #endif // APSTUDIO_INVOKED
@ -68,6 +60,12 @@ END
// remains consistent on all systems. // remains consistent on all systems.
IDR_MAINFRAME ICON DISCARDABLE "res\\launch3.ico" IDR_MAINFRAME ICON DISCARDABLE "res\\launch3.ico"
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// Dialog // Dialog
@ -77,7 +75,7 @@ IDD_LAUNCH3_DIALOG DIALOGEX 0, 0, 135, 90
STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_VISIBLE | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW EXSTYLE WS_EX_APPWINDOW
CAPTION "SA:MP Debug Launcher" CAPTION "SA:MP Debug Launcher"
FONT 8, "MS Sans Serif", 0, 0, 0x1 FONT 8, "MS Sans Serif"
BEGIN BEGIN
GROUPBOX "Debug SA:MP",IDC_STATIC,7,7,121,73 GROUPBOX "Debug SA:MP",IDC_STATIC,7,7,121,73
PUSHBUTTON "Launch Debug",IDC_LAUNCH,27,20,84,15 PUSHBUTTON "Launch Debug",IDC_LAUNCH,27,20,84,15
@ -85,8 +83,6 @@ BEGIN
PUSHBUTTON "Connect localhost",IDC_BUTTON1,27,39,84,16 PUSHBUTTON "Connect localhost",IDC_BUTTON1,27,39,84,16
END END
#ifndef _MAC
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// Version // Version
@ -116,7 +112,7 @@ BEGIN
VALUE "InternalName", "launch3\0" VALUE "InternalName", "launch3\0"
VALUE "LegalCopyright", "Copyright (C) 2005\0" VALUE "LegalCopyright", "Copyright (C) 2005\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "sa_mp.exe\0" VALUE "OriginalFilename","sa_mp.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"
VALUE "ProductName", "launch3 Application\0" VALUE "ProductName", "launch3 Application\0"
VALUE "ProductVersion", "1, 0, 0, 1\0" VALUE "ProductVersion", "1, 0, 0, 1\0"
@ -129,9 +125,6 @@ BEGIN
END END
END END
#endif // !_MAC
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// DESIGNINFO // DESIGNINFO
@ -145,15 +138,19 @@ BEGIN
LEFTMARGIN, 7 LEFTMARGIN, 7
RIGHTMARGIN, 128 RIGHTMARGIN, 128
TOPMARGIN, 7 TOPMARGIN, 7
BOTTOMMARGIN, 83 BOTTOMMARGIN,83
END END
END END
#endif // APSTUDIO_INVOKED #endif // APSTUDIO_INVOKED
#endif // English (U.S.) resources
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
//
// String Table
//
#endif
#ifndef APSTUDIO_INVOKED #ifndef APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@ -170,7 +167,7 @@ END
LANGUAGE 9, 1 LANGUAGE 9, 1
#pragma code_page(1252) #pragma code_page(1252)
#endif //_WIN32 #endif //_WIN32
#include "res\launch3.rc2" // non-Microsoft Visual C++ edited resources #include "res\\launch3.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components #include "afxres.rc" // Standard components
#endif #endif

View File

@ -1,8 +1,8 @@
// launch3Dlg.h : header file // launch3Dlg.h : header file
// //
#if !defined(AFX_LAUNCH3DLG_H__5B800F15_86B7_4CC5_AB8C_DEAA46380504__INCLUDED_) #if !defined(AFX_LAUNCH3DLG_H__002BEC0B_9459_44D8_B74F_0D4EB1FF0525__INCLUDED_)
#define AFX_LAUNCH3DLG_H__5B800F15_86B7_4CC5_AB8C_DEAA46380504__INCLUDED_ #define AFX_LAUNCH3DLG_H__002BEC0B_9459_44D8_B74F_0D4EB1FF0525__INCLUDED_
#if _MSC_VER > 1000 #if _MSC_VER > 1000
#pragma once #pragma once
@ -49,4 +49,4 @@ protected:
//{{AFX_INSERT_LOCATION}} //{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LAUNCH3DLG_H__5B800F15_86B7_4CC5_AB8C_DEAA46380504__INCLUDED_) #endif // !defined(AFX_LAUNCH3DLG_H__002BEC0B_9459_44D8_B74F_0D4EB1FF0525__INCLUDED_)