X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba723d98a83bb51137ae926000d1da1cc583cc9a..186954b0af3ac476da74235dc6bedd47643837dc:/src/mac/corersrc.r?ds=sidebyside

diff --git a/src/mac/corersrc.r b/src/mac/corersrc.r
index 4cafc341d7..2193043cd6 100644
--- a/src/mac/corersrc.r
+++ b/src/mac/corersrc.r
@@ -7,380 +7,6 @@
   #endif
 #endif
 
-#define kMacOKAlertResourceID 128
-#define kMacYesNoAlertResourceID 129
-#define kMacYesNoCancelAlertResourceID 130
-#define kMacNoYesAlertResourceID 131
-#define kMacNoYesCancelAlertResourceID 132
-
-resource 'ALRT' (kMacOKAlertResourceID, purgeable) {
-	{70, 50, 198, 470},
-	kMacOKAlertResourceID,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacYesNoAlertResourceID, purgeable) {
-	{70, 50, 198, 470},
-	kMacYesNoAlertResourceID,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacYesNoAlertResourceID + 10, purgeable) {
-	{70, 50, 198, 470},
-	kMacYesNoAlertResourceID + 10,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacYesNoAlertResourceID + 20, purgeable) {
-	{70, 50, 198, 470},
-	kMacYesNoAlertResourceID + 20,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacYesNoCancelAlertResourceID, purgeable) {
-	{70, 50, 198, 470},
-	130,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacNoYesAlertResourceID, purgeable) {
-	{70, 50, 198, 470},
-	131,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'ALRT' (kMacNoYesCancelAlertResourceID, purgeable) {
-	{70, 50, 198, 470},
-	132,
-	{	/* array: 4 elements */
-		/* [1] */
-		OK, visible, sound1,
-		/* [2] */
-		OK, visible, sound1,
-		/* [3] */
-		OK, visible, sound1,
-		/* [4] */
-		OK, visible, sound1
-	},
-	noAutoCenter
-};
-
-resource 'DITL' (kMacOKAlertResourceID, purgeable) {
-	{	/* array DITLarray: 3 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"OK"
-		},
-		/* [2] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [3] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacYesNoAlertResourceID, purgeable) {
-	{	/* array DITLarray: 4 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"Ja"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"Nein"
-		},
-		/* [3] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [4] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacYesNoAlertResourceID + 10, purgeable) {
-	{	/* array DITLarray: 4 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"Oui"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"Non"
-		},
-		/* [3] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [4] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacYesNoAlertResourceID + 20, purgeable) {
-	{	/* array DITLarray: 4 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"Si"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"No"
-		},
-		/* [3] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [4] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacYesNoCancelAlertResourceID, purgeable) {
-	{	/* array DITLarray: 5 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"Yes"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"No"
-		},
-		/* [3] */
-		{100, 65, 120, 145},
-		Button {
-			enabled,
-			"Cancel"
-		},
-		/* [4] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [5] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacNoYesAlertResourceID, purgeable) {
-	{	/* array DITLarray: 4 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"No"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"Yes"
-		},
-		/* [3] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [4] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DITL' (kMacNoYesCancelAlertResourceID, purgeable) {
-	{	/* array DITLarray: 5 elements */
-		/* [1] */
-		{100, 340, 120, 408},
-		Button {
-			enabled,
-			"No"
-		},
-		/* [2] */
-		{100, 260, 120, 324},
-		Button {
-			enabled,
-			"Yes"
-		},
-		/* [3] */
-		{100, 65, 120, 145},
-		Button {
-			enabled,
-			"Cancel"
-		},
-		/* [4] */
-		{38, 64, 88, 408},
-		StaticText {
-			disabled,
-			"^1"
-		},
-		/* [5] */
-		{10, 64, 30, 412},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-data 'DLGX' (128) {
-	$"0743 6869 6361 676F 0000 0000 0000 0000"            /* .Chicago........ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"000C 0000 0000 0001 0004 0004 0000 0000"            /* ................ */
-	$"0003 0002 0000 0000 0000 0000 0000 0006"            /* ................ */
-	$"0000 0000 0000 0000 0000 0006 0000 0000"            /* ................ */
-	$"0000 0000 0000"                                     /* ...... */
-};
-
-data 'DLGX' (129) {
-	$"0743 6869 6361 676F 0000 0000 0000 0000"            /* .Chicago........ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"000C 0000 0000 0001 0004 0004 0000 0000"            /* ................ */
-	$"0004 0002 0000 0000 0000 0000 0000 0002"            /* ................ */
-	$"0000 0000 0000 0000 0000 0006 0000 0000"            /* ................ */
-	$"0000 0000 0000 0006 0000 0000 0000 0000"            /* ................ */
-	$"0000"                                               /* .. */
-};
-
-data 'DLGX' (131) {
-	$"0743 6869 6361 676F 0000 0000 0000 0000"            /* .Chicago........ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"000C 0000 0000 0001 0004 0004 0000 0000"            /* ................ */
-	$"0004 0002 0000 0000 0000 0000 0000 0002"            /* ................ */
-	$"0000 0000 0000 0000 0000 0006 0000 0000"            /* ................ */
-	$"0000 0000 0000 0006 0000 0000 0000 0000"            /* ................ */
-	$"0000"                                               /* .. */
-};
-
-data 'DLGX' (132) {
-	$"0743 6869 6361 676F 0000 0000 0000 0000"            /* .Chicago........ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"0000 0000 0000 0000 0000 0000 0000 0000"            /* ................ */
-	$"000C 0000 0000 0001 0004 0004 0000 0000"            /* ................ */
-	$"0005 0002 0000 0000 0000 0000 0000 0002"            /* ................ */
-	$"0000 0000 0000 0000 0000 0002 0000 0000"            /* ................ */
-	$"0000 0000 0000 0006 0000 0000 0000 0000"            /* ................ */
-	$"0000 0006 0000 0000 0000 0000 0000"                 /* .............. */
-};
-
 resource 'ldes' ( 128 )
 {
 	versionZero 
@@ -420,194 +46,3 @@ resource 'CURS' (11, "Size NS") {
 	{7, 7}
 };
 
-// get folder
-
-resource 'DITL' (250, purgeable) {
-	{	/* array DITLarray: 11 elements */
-		/* [1] */
-		{157, 253, 177, 333},
-		Button {
-			enabled,
-			"Open"
-		},
-		/* [2] */
-		{126, 253, 146, 333},
-		Button {
-			enabled,
-			"Cancel"
-		},
-		/* [3] */
-		{0, 0, 0, 0},
-		HelpItem {
-			disabled,
-			HMScanhdlg {
-				-6043
-			}
-		},
-		/* [4] */
-		{30, 236, 46, 338},
-		UserItem {
-			enabled
-		},
-		/* [5] */
-		{54, 253, 74, 333},
-		Button {
-			enabled,
-			"Eject"
-		},
-		/* [6] */
-		{82, 253, 102, 333},
-		Button {
-			enabled,
-			"Desktop"
-		},
-		/* [7] */
-		{51, 13, 181, 231},
-		UserItem {
-			enabled
-		},
-		/* [8] */
-		{28, 13, 47, 231},
-		UserItem {
-			enabled
-		},
-		/* [9] */
-		{113, 252, 114, 334},
-		Picture {
-			disabled,
-			11
-		},
-		/* [10] */
-		{189, 24, 209, 211},
-		Button {
-			enabled,
-			""
-		},
-		/* [11] */
-		{6, 15, 23, 300},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DLOG' (250, purgeable) {
-	{0, 0, 215, 344},
-	dBoxProc,
-	invisible,
-	noGoAway,
-	0x0,
-	250,
-	"" , 0 
-};
-
-resource 'STR#' (250) {
-	{	/* array StringArray: 3 elements */
-		/* [1] */
-		"Select \"^0\"",
-		/* [2] */
-		"Desktop",
-		/* [3] */
-		"Select ^0"
-	}
-};
-
-// end of get folder
-
-// get file
-
-resource 'DITL' (251, purgeable) {
-	{	/* array DITLarray: 11 elements */
-		/* [1] */
-		{157, 253, 177, 333},
-		Button {
-			enabled,
-			"Open"
-		},
-		/* [2] */
-		{126, 253, 146, 333},
-		Button {
-			enabled,
-			"Cancel"
-		},
-		/* [3] */
-		{0, 0, 0, 0},
-		HelpItem {
-			disabled,
-			HMScanhdlg {
-				-6043
-			}
-		},
-		/* [4] */
-		{30, 236, 46, 338},
-		UserItem {
-			enabled
-		},
-		/* [5] */
-		{54, 253, 74, 333},
-		Button {
-			enabled,
-			"Eject"
-		},
-		/* [6] */
-		{82, 253, 102, 333},
-		Button {
-			enabled,
-			"Desktop"
-		},
-		/* [7] */
-		{51, 13, 181, 231},
-		UserItem {
-			enabled
-		},
-		/* [8] */
-		{28, 13, 47, 231},
-		UserItem {
-			enabled
-		},
-		/* [9] */
-		{113, 252, 114, 334},
-		Picture {
-			disabled,
-			11
-		},
-		/* [10] */
-		{6, 15, 23, 300},
-		StaticText {
-			disabled,
-			"^0"
-		}
-	}
-};
-
-resource 'DLOG' (251, purgeable) {
-	{0, 0, 195, 344},
-	dBoxProc,
-	invisible,
-	noGoAway,
-	0x0,
-	251,
-	"" , 0 
-};
-
-resource 'STR#' (251) {
-	{	/* array StringArray: 3 elements */
-		/* [1] */
-		"Select \"^0\"",
-		/* [2] */
-		"Desktop",
-		/* [3] */
-		"Select ^0"
-	}
-};
-
-// end of get file
-
-data 'PAT#' (128) {
-	$"0007 FFFF FFFF FFFF FFFF 0102 0408 1020"            /* ..ÿÿÿÿÿÿÿÿ.....  */
-	$"4080 8040 2010 0804 0201 1010 10FF 1010"            /* @€€@ ........ÿ.. */
-	$"1010 0000 00FF 0000 0000 1010 1010 1010"            /* .....ÿ.......... */
-	$"1010 8142 2418 1824 4281"                           /* ..B$..$B */
-};
-