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.
// Used by LAUNCH3.RC
//
#define IDD_LAUNCH3_DIALOG 102
#define IDR_MAINFRAME 128
#define IDD_LAUNCH3_DIALOG 102
#define IDC_NICK 1000
#define IDC_LAUNCH 1003
#define IDC_BUTTON2 1004
@ -14,8 +14,8 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 32771
#endif

View File

@ -3,8 +3,8 @@
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__06B2A8BE_A596_4086_991F_64BF5CF8DB2B__INCLUDED_)
#define AFX_STDAFX_H__06B2A8BE_A596_4086_991F_64BF5CF8DB2B__INCLUDED_
#if !defined(AFX_STDAFX_H__BE9692D5_BBBC_4272_81EF_CCC41515DB85__INCLUDED_)
#define AFX_STDAFX_H__BE9692D5_BBBC_4272_81EF_CCC41515DB85__INCLUDED_
#if _MSC_VER > 1000
#pragma once
@ -14,7 +14,6 @@
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
@ -24,4 +23,4 @@
//{{AFX_INSERT_LOCATION}}
// 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]
Type=1
Class=CLaunch3Dlg
ControlCount=4
Control1=IDC_STATIC,button,1342177287
Control2=IDC_LAUNCH,button,1342242816
Control3=IDC_BUTTON2,button,1342242816
Control4=IDC_BUTTON1,button,1342242816
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352

View File

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

View File

@ -1,8 +1,8 @@
// launch3.h : main header file for the LAUNCH3 application
//
#if !defined(AFX_LAUNCH3_H__90EF6E61_FDEB_40F9_B00C_D9024237237E__INCLUDED_)
#define AFX_LAUNCH3_H__90EF6E61_FDEB_40F9_B00C_D9024237237E__INCLUDED_
#if !defined(AFX_LAUNCH3_H__E487BB2C_CCC3_4F9C_BE82_80956F3F1580__INCLUDED_)
#define AFX_LAUNCH3_H__E487BB2C_CCC3_4F9C_BE82_80956F3F1580__INCLUDED_
#if _MSC_VER > 1000
#pragma once
@ -46,4 +46,4 @@ public:
//{{AFX_INSERT_LOCATION}}
// 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"
@ -12,15 +12,6 @@
/////////////////////////////////////////////////////////////////////////////
#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
/////////////////////////////////////////////////////////////////////////////
//
@ -56,6 +47,7 @@ BEGIN
"\0"
END
/////////////////////////////////////////////////////////////////////////////
#endif // APSTUDIO_INVOKED
@ -68,6 +60,12 @@ END
// remains consistent on all systems.
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
@ -77,7 +75,7 @@ IDD_LAUNCH3_DIALOG DIALOGEX 0, 0, 135, 90
STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION "SA:MP Debug Launcher"
FONT 8, "MS Sans Serif", 0, 0, 0x1
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Debug SA:MP",IDC_STATIC,7,7,121,73
PUSHBUTTON "Launch Debug",IDC_LAUNCH,27,20,84,15
@ -85,8 +83,6 @@ BEGIN
PUSHBUTTON "Connect localhost",IDC_BUTTON1,27,39,84,16
END
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
@ -129,9 +125,6 @@ BEGIN
END
END
#endif // !_MAC
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@ -150,10 +143,14 @@ BEGIN
END
#endif // APSTUDIO_INVOKED
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
#endif
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@ -170,7 +167,7 @@ END
LANGUAGE 9, 1
#pragma code_page(1252)
#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
#endif

View File

@ -1,8 +1,8 @@
// launch3Dlg.h : header file
//
#if !defined(AFX_LAUNCH3DLG_H__5B800F15_86B7_4CC5_AB8C_DEAA46380504__INCLUDED_)
#define AFX_LAUNCH3DLG_H__5B800F15_86B7_4CC5_AB8C_DEAA46380504__INCLUDED_
#if !defined(AFX_LAUNCH3DLG_H__002BEC0B_9459_44D8_B74F_0D4EB1FF0525__INCLUDED_)
#define AFX_LAUNCH3DLG_H__002BEC0B_9459_44D8_B74F_0D4EB1FF0525__INCLUDED_
#if _MSC_VER > 1000
#pragma once
@ -49,4 +49,4 @@ protected:
//{{AFX_INSERT_LOCATION}}
// 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_)