Warning: Can't use blame annotator:
svn blame failed on trunk/desktop/FlipSideICS.rbbas: ("Can't find a temporary directory: Internal error", 20014)

source: trunk/desktop/FlipSideICS.rbbas @ 8

Revision 8, 892 bytes checked in by pinwc4, 16 years ago (diff)

Updated layout, continuing to refine program layout

RevLine 
1#tag Class
2Protected Class FlipSideICS
3Inherits Application
4        #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public
5                #Tag Instance, Platform = Mac OS, Language = Default, Definition  = \"Cmd+Q"
6                #Tag Instance, Platform = Linux, Language = Default, Definition  = \"Ctrl+Q"
7        #tag EndConstant
8
9        #tag Constant, Name = kFileQuit, Type = String, Dynamic = False, Default = \"&Quit", Scope = Public
10                #Tag Instance, Platform = Windows, Language = Default, Definition  = \"E&xit"
11        #tag EndConstant
12
13        #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public
14                #Tag Instance, Platform = Windows, Language = Default, Definition  = \"&Delete"
15                #Tag Instance, Platform = Linux, Language = Default, Definition  = \"&Delete"
16        #tag EndConstant
17
18
19        #tag ViewBehavior
20        #tag EndViewBehavior
21End Class
22#tag EndClass
Note: See TracBrowser for help on using the repository browser.