Annotation of OpenXM/src/cfep/Japanese.lproj/MyDocument.nib/classes.nib, Revision 1.1
1.1 ! takayama 1: {
! 2: IBClasses = (
! 3: {
! 4: ACTIONS = {"" = id; };
! 5: CLASS = FirstResponder;
! 6: LANGUAGE = ObjC;
! 7: SUPERCLASS = NSObject;
! 8: },
! 9: {
! 10: ACTIONS = {
! 11: checkSelectedArea = id;
! 12: clearTextViewOut = id;
! 13: oxEvaluate = id;
! 14: oxEvaluateRegisteredString = id;
! 15: oxEvaluateSelected = id;
! 16: oxInterrupt = id;
! 17: oxRenderOutput = id;
! 18: printDocument = id;
! 19: readErrData = id;
! 20: readInboundData = id;
! 21: showHelp = id;
! 22: };
! 23: CLASS = MyDocument;
! 24: LANGUAGE = ObjC;
! 25: OUTLETS = {
! 26: inputCounterField = NSTextField;
! 27: myIndicator = NSProgressIndicator;
! 28: outputCounterField = NSTextField;
! 29: textViewIn = NSTextView;
! 30: textViewOut = NSTextView;
! 31: };
! 32: SUPERCLASS = NSDocument;
! 33: }
! 34: );
! 35: IBVersion = 1;
! 36: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>