Changeset 760
- Timestamp:
- Mar 19, 2013, 10:55:19 AM (12 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.vrp
r759 r760 15 15 UserFile: 1 16 16 UserWindow: Main,1 17 UserWindow: SW_ADVANCED,1 17 18 UserWindow: SW_SETTINGS,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r759 r760 2702 2702 main_iheight = VRGet("Main","InteriorHeight") /* Height of window client-area */ 2703 2703 2704 if main_iheight < 5500 then ok = VRSet("Main","Height",6200) 2704 if main_iheight < 6400 then ok = VRSet("Main","Height",7100) 2705 if main_iwidth < 8800 then ok = VRSet("Main","Width", 8900) 2706 2705 2707 sbar_height = VRGet("GB_STATUSBAR","Height") /* Height of status-bar */ 2706 2708 split_left = VRGet("SPLIT_Main","Left") /* Position of the left edge of the split-bar */ … … 4486 4488 CALL NLVSetText 'CB_TRAC', "Caption", 134 4487 4489 4488 ok = VRSet("DT_About","Caption", Program' (c) 2007-201 2 Alexander Taylor and Herwig Bauernfeind')4490 ok = VRSet("DT_About","Caption", Program' (c) 2007-2013 Alexander Taylor'||'0D0A'x||'and Herwig Bauernfeind for bww bitwise works GmbH.') 4489 4491 4490 4492 About.DscFH = VRMethod( "CN_ABOUT", "AddField", "String", "Component" )
Note:
See TracChangeset
for help on using the changeset viewer.