From 5408345d8b1cde19a19ddf324d3439ead6e80709 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 24 Oct 2009 03:15:42 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32699 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../NetPcsxHIDInputPluginMain.nib/classes.nib | 29 +++++++++++++++++++++ .../NetPcsxHIDInputPluginMain.nib/info.nib | 21 +++++++++++++++ .../NetPcsxHIDInputPluginMain.nib/keyedobjects.nib | Bin 0 -> 10404 bytes 3 files changed, 50 insertions(+) create mode 100644 macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/classes.nib create mode 100644 macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/info.nib create mode 100755 macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/keyedobjects.nib (limited to 'macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib') diff --git a/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/classes.nib b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/classes.nib new file mode 100644 index 00000000..c87ba71d --- /dev/null +++ b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/classes.nib @@ -0,0 +1,29 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + CLASS = NetPcsxHIDInputPluginMappingCell; + LANGUAGE = ObjC; + SUPERCLASS = NSTextFieldCell; + }, + { + ACTIONS = {cancel = id; ok = id; setKey = id; }; + CLASS = NetPcsxHIDInputPluginPadController; + LANGUAGE = ObjC; + OUTLETS = { + controllerView = NetPcsxHIDInputPluginPadView; + controllerView1 = id; + controllerView2 = id; + }; + SUPERCLASS = NSWindowController; + }, + { + ACTIONS = {setType = id; }; + CLASS = NetPcsxHIDInputPluginPadView; + LANGUAGE = ObjC; + OUTLETS = {tableView = NSTableView; typeMenu = NSView; }; + SUPERCLASS = NSView; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/info.nib b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/info.nib new file mode 100644 index 00000000..a4863e6d --- /dev/null +++ b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/info.nib @@ -0,0 +1,21 @@ + + + + + IBDocumentLocation + 17 28 576 240 0 0 1024 746 + IBEditorPositions + + 16 + 220 291 437 374 0 0 1024 746 + + IBFramework Version + 364.0 + IBOpenObjects + + 5 + + IBSystem Version + 7S215 + + diff --git a/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/keyedobjects.nib b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/keyedobjects.nib new file mode 100755 index 00000000..35e7f264 Binary files /dev/null and b/macosx/plugins/HIDInput/English.lproj/NetPcsxHIDInputPluginMain.nib/keyedobjects.nib differ -- cgit v1.2.3