From: <cod...@go...> - 2008-07-20 03:58:48
|
Author: M0...@gm... Date: Sat Jul 19 20:55:48 2008 New Revision: 57 Added: branches/iVL/ClsPkgSel.class branches/iVL/FrmPkgsel2.form Log: Added additional forms and modules to fill in the package selection process Added: branches/iVL/ClsPkgSel.class ============================================================================== --- (empty file) +++ branches/iVL/ClsPkgSel.class Sat Jul 19 20:55:48 2008 @@ -0,0 +1,20 @@ +' Gambas class file + +' This file is part of vinstall-ng + +' vinstall-ng is free software: you can redistribute it and/or modify +' it under the terms of the GNU General Public License as published by +' the Free Software Foundation, either version 2 of the License, or +' (at your option) any later version. + +' vinstall-ng is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU General Public License for more details. + +' You should have received a copy of the GNU General Public License +' along with vinstall-ng. If not, see <http://www.gnu.org/licenses/>. + +STATIC PUBLIC arrBulks AS String[] +STATIC PUBLIC arrPkgs AS String[] +STATIC PUBLIC bCustom AS Boolean \ No newline at end of file Added: branches/iVL/FrmPkgsel2.form ============================================================================== --- (empty file) +++ branches/iVL/FrmPkgsel2.form Sat Jul 19 20:55:48 2008 @@ -0,0 +1,14 @@ +# Gambas Form File 2.0 + +{ Form Form + MoveScaled(0,0,64,64) + Text = ("") + { tlbanner TextLabel + MoveScaled(1,1,23,6) + Text = ("TextLabel1") + } + { scrPkgs ScrollView + MoveScaled(0,8,50,22) + Expand = True + } +} |