Changeset 1024 for trunk/guitools/sscc
- Timestamp:
- May 16, 2017, 4:39:55 PM (8 years ago)
- Location:
- trunk/guitools/sscc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/sscc/sscc.vrp
r1020 r1024 6 6 RunParameters: /install 7 7 RunDirectory: U:\Develop\Samba\trunk\guitools\sscc 8 VRXWindow: __VREMainWindow,1,2867,4 577,5767,80008 VRXWindow: __VREMainWindow,1,2867,4673,1012,7902 9 9 VRXWindow: __VRESectionListWindow,1,1482,13924,10431,4686 10 VRXWindow: __VREToolsWindow,0,4011,10 744,6992,166910 VRXWindow: __VREToolsWindow,0,4011,10841,6992,1669 11 11 VRXWindow: __VREWindListWindow,1,2072,13539,4710,3150 12 12 UserFile: 1 -
trunk/guitools/sscc/sscc.vrx
r1020 r1024 1 1 /*:VRX Main 2 2 */ 3 /* Samba Setup and Configuration Center (SSCC) 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 3 20 /* Main 4 21 */ … … 2919 2936 */ 2920 2937 PB_Install_Default_Click: 2921 ok = VRREdirectStdIO("ON")2922 2938 if VRGet("EF_Workgroup_Initial","Value") = "" then return 2923 2939
Note:
See TracChangeset
for help on using the changeset viewer.