1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    FirstResponder = {
4	Actions = (
5	    "closeMainWindow:",
6	    "keyPopupAction:",
7	    "nextButtAction:",
8	    "prevButtAction:",
9	    "runInfoPanel:",
10	    "setButtonAction:",
11	    "showAllButtAction:"
12	);
13	Super = NSObject;
14    };
15    FontModule = {
16	Actions = (
17	    "keyPopupAction:",
18	    "setButtonAction:"
19	);
20	Outlets = (
21	    _window,
22	    keyPopup,
23	    setButton,
24	    previewTextField
25	);
26	Super = NSObject;
27    };
28}