From: <cod...@go...> - 2008-11-10 21:05:33
|
Author: M0E.lnx Date: Mon Nov 10 13:04:53 2008 New Revision: 276 Modified: branches/iVL/.lang/FMain.pot branches/iVL/FMain.class branches/iVL/FMain.form Log: Fixed bug in rearranging objects all over FMain. Navigation buttons are now spread out across the right panel Modified: branches/iVL/.lang/FMain.pot ============================================================================== --- branches/iVL/.lang/FMain.pot (original) +++ branches/iVL/.lang/FMain.pot Mon Nov 10 13:04:53 2008 @@ -14,91 +14,91 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: FMain.class:185 +#: FMain.class:188 msgid "Restart" msgstr "" -#: FMain.class:233 +#: FMain.class:236 msgid "Please wait while setup attampts to run the partitioning utility" msgstr "" -#: FMain.class:235 +#: FMain.class:238 msgid "Please wait while setup analyses your current partition setup." msgstr "" -#: FMain.class:235 +#: FMain.class:238 msgid "This may take a while ..." msgstr "" -#: FMain.class:249 +#: FMain.class:252 msgid "You must select a \"/\" partition. This is the target where the system will install to" msgstr "" -#: FMain.class:304 +#: FMain.class:307 msgid "Please select a default operating system to boot before proceeding" msgstr "" -#: FMain.class:305 +#: FMain.class:308 msgid "Select an entry from this list" msgstr "" -#: FMain.class:316 +#: FMain.class:319 msgid "Skipping lilo setup" msgstr "" -#: FMain.class:330 +#: FMain.class:333 msgid "Passwords do not match. Please enter the same password twice" msgstr "" -#: FMain.class:345 +#: FMain.class:348 msgid "You have not created any user accounts for this system yet. There is not enough information" msgstr "" -#: FMain.class:345 +#: FMain.class:348 msgid "to create an account here. It is recommended that you create at least one." msgstr "" -#: FMain.class:345 +#: FMain.class:348 msgid "Would you like to continue anyway?" msgstr "" -#: FMain.class:345 +#: FMain.class:348 msgid "Yes" msgstr "" -#: FMain.class:345 +#: FMain.class:348 msgid "No" msgstr "" -#: FMain.class:363 +#: FMain.class:366 msgid "Please specify a hostname for this computer" msgstr "" -#: FMain.class:367 +#: FMain.class:370 msgid "Please specify the domain this computer belongs to" msgstr "" -#: FMain.class:380 +#: FMain.class:383 msgid "VectorLinux will now try to detect and configure your graphics hardware." msgstr "" -#: FMain.class:380 +#: FMain.class:383 msgid "Your screen may flicker or go blank for a few seconds during this process." msgstr "" -#: FMain.class:588 +#: FMain.class:601 msgid "Back" msgstr "" -#: FMain.class:594 +#: FMain.class:613 msgid "Exit Installation" msgstr "" -#: FMain.class:600 +#: FMain.class:625 msgid "Next" msgstr "" -#: FMain.class:610 +#: FMain.class:639 msgid "Button1" msgstr "" Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Mon Nov 10 13:04:53 2008 @@ -135,6 +135,9 @@ 'ME.pnlWinHost.Resize(ME.ClientWidth - ME.Frame1.Width - (ME.Frame1.left * 8), ME.ClientH - ME.tlBanner.Height - (ME.btback.Height * 8)) WITH ME .tlBanner.width = ME.width + '.btback.Move(.HBox1.Left, .HBox1.top, MdlObjSizer.get_object_width(.btback.Text) + 36) + '.btnext.Move(.HBox1.Width - .btback.Width - 24, .btback.top, MdlObjSizer.get_object_width(.btnext.Text) + 36) + '.Frame1.Move(4, .PictureBox1.Top + .PictureBox1.Height + 4, MdlCore.iLeftWidth *1.7, .ClientHeight - .PictureBox1.Height * 1.5) ''''.Frame1.Move(4, .PictureBox1.Top + .PictureBox1.Height + 4, MdlCore.iLeftWidth + 90, .ClientHeight - .PictureBox1.Height * 1.5) '.Frame1.Move(4, .PictureBox1.top + .PictureBox1.Height + 4, MdlCore.iLeftWidth * 1.60, .ClientHeight - tlBanner.Height - (.btback.Height * 2)) Modified: branches/iVL/FMain.form ============================================================================== --- branches/iVL/FMain.form (original) +++ branches/iVL/FMain.form Mon Nov 10 13:04:53 2008 @@ -25,6 +25,7 @@ Arrangement = Arrange.Horizontal { SidePanel1 SidePanel MoveScaled(1,1,26,63) + Background = Color.Background Arrangement = Arrange.Vertical Orientation = Align.Left { tvPlan TreeView @@ -32,6 +33,9 @@ Expand = True Mode = Select.None } + { HBox2 HBox + MoveScaled(1,56,72,6.8571) + } } { PnlRight Panel MoveScaled(31,4,57,48) @@ -42,23 +46,37 @@ MoveScaled(5,2,30,26) Expand = True } - { ToolBar1 ToolBar - MoveScaled(1,44,56,3) + { HBox1 HBox + MoveScaled(2,43,53,3) { btback Button MoveScaled(0,0,8,3) + Expand = True Text = ("Back") Picture = Picture["icon:/16/left"] } + { Panel3 Panel + MoveScaled(10,1,4,2) + Expand = True + } { btQuit Button MoveScaled(16,0,15,3) + Expand = True Text = ("Exit Installation") Picture = Picture["icon:/16/cancel"] } + { Panel4 Panel + MoveScaled(33,0,6,2) + Expand = True + } { btnext Button - MoveScaled(37,0,8,3) + MoveScaled(44,0,8,3) + Expand = True Text = ("Next") Picture = Picture["icon:/16/right"] } + } + { HBox3 HBox + MoveScaled(7,46,12,2) } } } |