Changeset 1056
- Timestamp:
- Jun 23, 2018, 3:35:34 AM (7 years ago)
- Location:
- branches/guitools-arcamap-2.5/evfsgui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrp
r1044 r1056 12 12 VRXWindow: __VREFileListWindow,1,711,14020,2665,3358 13 13 VRXWindow: __VRESectionListWindow,1,1421,15659,12238,6914 14 VRXWindow: __VREToolsWindow,1,2951,12479,547 1,166314 VRXWindow: __VREToolsWindow,1,2951,12479,5474,1665 15 15 VRXWindow: __VREWindListWindow,1,566,10262,4963,3150 16 16 UserFile: 1 -
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx
r1049 r1056 3496 3496 */ 3497 3497 Menu_File_Autostart_Deactivate_Click: 3498 ok = SysDestroyObject("< 'options.!appname_short'_AUTOSTART>")3498 ok = SysDestroyObject("<"options.!appname_short"_AUTOSTART>") 3499 3499 IF ok == 1 THEN do 3500 3500 Text = NLVGetMessage( 79 ) … … 5014 5014 CALL VRSet 'CB_TRAC', 'Set', options.!tracmark 5015 5015 5016 ok = VRSet("DT_About","Caption", Program' (c) 2007-201 7Alexander Taylor for Arca Noae '||'0D0A'x||'and Herwig Bauernfeind for bww bitwise works GmbH.')5016 ok = VRSet("DT_About","Caption", Program' (c) 2007-2018 Alexander Taylor for Arca Noae '||'0D0A'x||'and Herwig Bauernfeind for bww bitwise works GmbH.') 5017 5017 5018 5018 About.DscFH = VRMethod( "CN_ABOUT", "AddField", "String", "Component" )
Note:
See TracChangeset
for help on using the changeset viewer.