From: <cod...@go...> - 2009-04-16 21:13:00
|
Author: M0...@gm... Date: Thu Apr 16 14:12:19 2009 New Revision: 535 Modified: branches/speedy/.lang/.pot branches/speedy/.project branches/speedy/Conf3.class branches/speedy/Conf5.class branches/speedy/Conf5.form branches/speedy/Step1.form Log: - Implemented services window into host project. Modified: branches/speedy/.lang/.pot ============================================================================== --- branches/speedy/.lang/.pot (original) +++ branches/speedy/.lang/.pot Thu Apr 16 14:12:19 2009 @@ -200,7 +200,7 @@ msgid "Enter Passwrord" msgstr "" -#: Conf2.class:198 Conf3.class:379 +#: Conf2.class:198 Conf3.class:380 msgid "Re-enter Password" msgstr "" @@ -221,79 +221,79 @@ msgid "to continue" msgstr "" -#: Conf3.class:98 +#: Conf3.class:99 msgid "Select picture ID" msgstr "" -#: Conf3.class:100 +#: Conf3.class:101 msgid "Select picture ID for" msgstr "" -#: Conf3.class:132 +#: Conf3.class:133 msgid "You must enter a login name first." msgstr "" -#: Conf3.class:135 +#: Conf3.class:136 msgid "Please select a password for" msgstr "" -#: Conf3.class:135 +#: Conf3.class:136 msgid "before continuing" msgstr "" -#: Conf3.class:138 +#: Conf3.class:139 msgid "You must enter the password twice for added security" msgstr "" -#: Conf3.class:165 +#: Conf3.class:166 msgid "User" msgstr "" -#: Conf3.class:165 +#: Conf3.class:166 msgid "already exists in the system." msgstr "" -#: Conf3.class:165 +#: Conf3.class:166 msgid "Please select another user login name" msgstr "" -#: Conf3.class:210 +#: Conf3.class:211 msgid "Use only lowercase letters and numbers for this field" msgstr "" -#: Conf3.class:280 +#: Conf3.class:281 msgid "Create User Accounts" msgstr "" -#: Conf3.class:330 +#: Conf3.class:331 msgid "Login Name" msgstr "" -#: Conf3.class:346 +#: Conf3.class:347 msgid "Real Name" msgstr "" -#: Conf3.class:362 +#: Conf3.class:363 msgid "Enter Password" msgstr "" -#: Conf3.class:407 +#: Conf3.class:408 msgid "Click here to select user Login picture" msgstr "" -#: Conf3.class:417 +#: Conf3.class:418 msgid "Create User" msgstr "" -#: Conf3.class:434 +#: Conf3.class:435 msgid "Import Existing User" msgstr "" -#: Conf3.class:450 +#: Conf3.class:451 msgid "Clear Form" msgstr "" -#: Conf3.class:465 +#: Conf3.class:466 msgid "User Rights Management" msgstr "" @@ -388,11 +388,11 @@ msgid "Network Settings" msgstr "" -#: Conf5.class:58 +#: Conf5.class:59 msgid "Service" msgstr "" -#: Conf5.class:87 +#: Conf5.class:88 msgid "System task scheduler" msgstr "" @@ -400,59 +400,59 @@ msgid "Bluetooth device manager" msgstr "" -#: Conf5.class:95 +#: Conf5.class:94 msgid "Secure Shell remote access" msgstr "" -#: Conf5.class:99 +#: Conf5.class:97 msgid "Software update notifications" msgstr "" -#: Conf5.class:103 +#: Conf5.class:100 msgid "Wireless network scanner" msgstr "" -#: Conf5.class:107 +#: Conf5.class:103 msgid "Printing service" msgstr "" -#: Conf5.class:111 +#: Conf5.class:106 msgid "File in userspace daemon" msgstr "" -#: Conf5.class:114 +#: Conf5.class:109 msgid "Internet Super Server" msgstr "" -#: Conf5.class:117 +#: Conf5.class:112 msgid "RPC Port Mapper" msgstr "" -#: Conf5.class:120 +#: Conf5.class:115 msgid "Windows networking service" msgstr "" -#: Conf5.class:123 +#: Conf5.class:118 msgid "VMWare modules" msgstr "" -#: Conf5.class:126 +#: Conf5.class:121 msgid "Network interface manager" msgstr "" -#: Conf5.class:129 +#: Conf5.class:124 msgid "Enhanced network security" msgstr "" -#: Conf5.class:132 +#: Conf5.class:127 msgid "Mouse driver for Text Mode interface" msgstr "" -#: Conf5.class:206 +#: Conf5.class:202 msgid "System Services" msgstr "" -#: Conf5.class:227 +#: Conf5.class:223 msgid "Select the system services to be launched at start-up." msgstr "" Modified: branches/speedy/.project ============================================================================== --- branches/speedy/.project (original) +++ branches/speedy/.project Thu Apr 16 14:12:19 2009 @@ -1,7 +1,7 @@ # Gambas Project File 2.0 # Compiled with Gambas 2.10.2 Title=VectorLinux Installer -Startup=Conf5 +Startup=MdlStartUp Version=0.0.2 Library=gb.gtk Library=gb.form Modified: branches/speedy/Conf3.class ============================================================================== --- branches/speedy/Conf3.class (original) +++ branches/speedy/Conf3.class Thu Apr 16 14:12:19 2009 @@ -50,7 +50,7 @@ END WITH WAIT 0.1 Button1.Enabled = ME.check_for_impartable_accounts() - 'MdlMain.Display_User_Group_Choices(ME.lbUsrGrps) + ClsGlobal.fRunningMainForm.btnext.Enabled = TRUE END PUBLIC FUNCTION GetNext() AS String @@ -71,6 +71,7 @@ obj.delete NEXT MdlMain.Display_User_Group_Choices(ME.lbUsrGrps) + ClsGlobal.fRunningMainForm.btnext.Enabled = TRUE END Modified: branches/speedy/Conf5.class ============================================================================== --- branches/speedy/Conf5.class (original) +++ branches/speedy/Conf5.class Thu Apr 16 14:12:19 2009 @@ -45,6 +45,7 @@ WITH ME .gvSvcList.Height = .ClientH - (.gvSvcList.Top + 12) + .gvSvcList.Columns[2].Width = .gvSvcList.Width - (.gvSvcList.Columns[2].Left + 12) END WITH END @@ -52,19 +53,19 @@ DIM i AS Integer WITH ME .gvSvcList.Rows.Count = 3 - .gvSvcList.columns.Count = 3 + .gvSvcList.columns.Count = 4 .gvheader.rows.Count = 1 .gvheader.Columns.Count = 3 .gvheader[0, 2].Text = UCase(("Service")) - FOR i = 0 TO gvSvcList.columns.Count - 1 + FOR i = 0 TO gvheader.columns.Count - 1 .gvheader[0, i].BackColor = Color.SelectedBackground - .gvheader[0, i].Alignment = Align.Center NEXT .gvSvcList.columns[0].Width = 24 .gvheader.Columns[0].Width = 24 .gvSvcList.Columns[1].Width = 64 .gvheader.Columns[1].Width = 64 + .gvSvcList.Columns[3].Width = 1 END WITH @@ -86,27 +87,21 @@ CASE "cron" sDesc = ("System task scheduler") sPic = picStatus - 'sLogo = Image.Load("images/cron.svg") CASE "bluetooth" sDesc = ("Bluetooth device manager") sPic = "" - 'sLogo = Image.Load("images/bluetooth.svg") CASE "sshd" sDesc = ("Secure Shell remote access") sPic = "" - 'sLogo = Image.Load("images/sshd.svg") CASE "gslaptd" sDesc = ("Software update notifications") sPic = picStatus - 'sLogo = Image.Load("images/gslaptd.svg") CASE "wifi-radar" sDesc = ("Wireless network scanner") sPic = "" - 'sLogo = Image.Load("images/wifi-radar.svg") CASE "cups" sDesc = ("Printing service") sPic = picStatus - CASE "fuse" sDesc = ("File in userspace daemon") sPic = "" @@ -148,6 +143,7 @@ ME.gvSvcList.rows[irow].Height = 64 'sLogo.Height ME.gvSvcList[irow, 0].Alignment = Align.Center ME.gvSvcList[irow, 2].Text = UCase(sService) & gb.NewLine & gb.NewLine & sDesc + ME.gvSvcList[irow, 3].Text = sService INC irow INC gvSvcList.Rows.Count END IF Modified: branches/speedy/Conf5.form ============================================================================== --- branches/speedy/Conf5.form (original) +++ branches/speedy/Conf5.form Thu Apr 16 14:12:19 2009 @@ -44,5 +44,6 @@ { gvSvcList GridView MoveScaled(1,18,56,19) Expand = True + Scrollbar = Scroll.Vertical } } Modified: branches/speedy/Step1.form ============================================================================== --- branches/speedy/Step1.form (original) +++ branches/speedy/Step1.form Thu Apr 16 14:12:19 2009 @@ -1,7 +1,7 @@ # Gambas Form File 2.0 { Form Form - MoveScaled(0,0,67,59) + MoveScaled(0,0,67,69) Text = ("") Arrangement = Arrange.Vertical { HPanel1 HPanel @@ -18,7 +18,7 @@ } } { Panel1 Panel - MoveScaled(1,8,60,45) + MoveScaled(1,8,60,56) Expand = True Arrangement = Arrange.Row { TextLabel2 TextLabel @@ -68,14 +68,14 @@ Expand = True Text = ("Check Installation media before installing") } - { mvLooking MovieBox - MoveScaled(5,24,11,25) - Expand = True - } { tlNext TextLabel MoveScaled(2,26,45,6) Expand = True Text = ("") + } + { mvLooking MovieBox + MoveScaled(4,27,11,28) + Expand = True } } } |