|
From: <cod...@go...> - 2008-11-10 19:50:54
|
Author: M0E.lnx
Date: Mon Nov 10 11:49:39 2008
New Revision: 275
Modified:
branches/iVL/.lang/FMain.pot
branches/iVL/.lang/FrmSummary.pot
branches/iVL/DevLog
branches/iVL/FMain.class
branches/iVL/FMain.form
Log:
- Changed method of displaying the left panel.
It is now resizable and can be completely hidden.
This allows more room on the right panel for smaller
screen resolutions.
Modified: branches/iVL/.lang/FMain.pot
==============================================================================
--- branches/iVL/.lang/FMain.pot (original)
+++ branches/iVL/.lang/FMain.pot Mon Nov 10 11:49:39 2008
@@ -86,23 +86,19 @@
msgid "Your screen may flicker or go blank for a few seconds during this
process."
msgstr ""
-#: FMain.class:541
-msgid "Next"
-msgstr ""
-
-#: FMain.class:547
+#: FMain.class:588
msgid "Back"
msgstr ""
-#: FMain.class:553
+#: FMain.class:594
msgid "Exit Installation"
msgstr ""
-#: FMain.class:569
-msgid "Button1"
+#: FMain.class:600
+msgid "Next"
msgstr ""
-#: FMain.class:575
-msgid "Process Overview"
+#: FMain.class:610
+msgid "Button1"
msgstr ""
Modified: branches/iVL/.lang/FrmSummary.pot
==============================================================================
--- branches/iVL/.lang/FrmSummary.pot (original)
+++ branches/iVL/.lang/FrmSummary.pot Mon Nov 10 11:49:39 2008
@@ -66,15 +66,15 @@
msgid "USER-SELECTED PACKAGES"
msgstr ""
-#: FrmSummary.class:270
+#: FrmSummary.class:277
msgid "Installation Type"
msgstr ""
-#: FrmSummary.class:280
+#: FrmSummary.class:287
msgid "Partition Selection Scheme"
msgstr ""
-#: FrmSummary.class:290
+#: FrmSummary.class:297
msgid "Software Selection"
msgstr ""
Modified: branches/iVL/DevLog
==============================================================================
--- branches/iVL/DevLog (original)
+++ branches/iVL/DevLog Mon Nov 10 11:49:39 2008
@@ -1,3 +1,4 @@
-- Fixed bug in netconf
- Was not setting /etc/HOSTNAME
-- Fixed reverse navigation on package selection window.
+- Changed method of displaying the left panel.
+ It is now resizable and can be completely hidden.
+ This allows more room on the right panel for smaller
+ screen resolutions.
Modified: branches/iVL/FMain.class
==============================================================================
--- branches/iVL/FMain.class (original)
+++ branches/iVL/FMain.class Mon Nov 10 11:49:39 2008
@@ -74,7 +74,7 @@
WITH ME
.btback.Enabled = FALSE
.btback.ForeColor = Color.Gray
- .Frame1.BackColor = Color.Transparent
+' .Frame1.BackColor = Color.Transparent
.tvPlan.BackColor = Color.transparent
.tlBanner.Height = .PictureBox1.Height
'.tvPlan.Width = MdlCore.iLeftWidth
@@ -136,15 +136,15 @@
WITH ME
.tlBanner.width = ME.width
'.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 + 90, .ClientHeight - .PictureBox1.Height * 1.5)
'.Frame1.Move(4, .PictureBox1.top + .PictureBox1.Height + 4,
MdlCore.iLeftWidth * 1.60, .ClientHeight - tlBanner.Height -
(.btback.Height * 2))
'.Frame1.Resize(MdlCore.iLeftWidth * 1.60, .ClientHeight -
tlBanner.Height - (.btback.Height * 1.5))
- .tvPlan.Move(4, 24, .Frame1.Width - 8, .Frame1.Height - 28) ' THIS WILL
LEAVE 16PIX ON TOP AND BOTTOM AND 2 ON LEFT AND RIGHT
+ ''''.tvPlan.Move(4, 24, .Frame1.Width - 8, .Frame1.Height - 28) ' THIS
WILL LEAVE 16PIX ON TOP AND BOTTOM AND 2 ON LEFT AND RIGHT
'.tvPlan.Move(4, 24, .Frame1.Width - 8, Frame1.Height -
(.Frame1.Height / 20))
'.pnlWinHost.Move(.Frame1.left + .Frame1.Width + 4, .Frame1.top +
(.tlBanner.Height / 2), .tlBanner.Width - (.Frame1.Width +
8), .ClientHeight - (.tlbanner.height + (.btback.height * 3.5)))
- .pnlWinHost.Move(.Frame1.left + .Frame1.Width +
4, .Frame1.Top, .tlBanner.Width - (.Frame1.Width + 8), .ClientHeight -
(.tlBanner.Height + (.btback.Height * 3)))
- .btback.Move(.pnlWinHost.Left, .Frame1.top + .Frame1.Height
- .btback.Height, MdlObjSizer.get_object_width(.btback.text) + 36)
+''' .pnlWinHost.Move(.Frame1.left + .Frame1.Width +
4, .Frame1.Top, .tlBanner.Width - (.Frame1.Width + 8), .ClientHeight -
(.tlBanner.Height + (.btback.Height * 3)))
+''' .btback.Move(.pnlWinHost.Left, .Frame1.top + .Frame1.Height
- .btback.Height, MdlObjSizer.get_object_width(.btback.text) + 36)
.btnext.Move(.pnlWinHost.Left + .pnlWinHost.Width - (.btnext.Width +
8), .btback.Top, MdlObjSizer.get_object_width(.btnext.text) + 36)
' for the quit button, it'll get a little tricky
' we want that one right in the middle
Modified: branches/iVL/FMain.form
==============================================================================
--- branches/iVL/FMain.form (original)
+++ branches/iVL/FMain.form Mon Nov 10 11:49:39 2008
@@ -3,48 +3,68 @@
{ Form Form
MoveScaled(0,0,100,75)
Text = ("")
- { tlBanner TextLabel
- MoveScaled(0,0,26,7)
- Font = Font["+6"]
- Background = Color.SelectedBackground
- Foreground = Color.SelectedForeground
- Text = ("")
- Alignment = Align.Center
- }
- { btnext Button
- MoveScaled(56,67,8,3)
- Text = ("Next")
- Picture = Picture["icon:/16/right"]
- }
- { btback Button
- MoveScaled(28,67,8,3)
- Text = ("Back")
- Picture = Picture["icon:/16/left"]
- }
- { btQuit Button
- MoveScaled(38,67,15,3)
- Text = ("Exit Installation")
- Picture = Picture["icon:/16/cancel"]
- }
- { PictureBox1 PictureBox
- MoveScaled(36,1,54,8)
- Stretch = True
+ Arrangement = Arrange.Vertical
+ { Panel1 Panel
+ MoveScaled(6,1,88,8)
+ { tlBanner TextLabel
+ MoveScaled(0,0,26,7)
+ Font = Font["+6"]
+ Background = Color.SelectedBackground
+ Foreground = Color.SelectedForeground
+ Text = ("")
+ Alignment = Align.Center
+ }
+ { PictureBox1 PictureBox
+ MoveScaled(24,0,54,8)
+ Stretch = True
+ }
}
- { pnlwinhost Workspace
- MoveScaled(27,10,70,55)
+ { Panel2 Panel
+ MoveScaled(3,9,94,60)
+ Expand = True
+ Arrangement = Arrange.Horizontal
+ { SidePanel1 SidePanel
+ MoveScaled(1,1,26,63)
+ Arrangement = Arrange.Vertical
+ Orientation = Align.Left
+ { tvPlan TreeView
+ MoveScaled(1,0,23,56)
+ Expand = True
+ Mode = Select.None
+ }
+ }
+ { PnlRight Panel
+ MoveScaled(31,4,57,48)
+ Expand = True
+ Arrangement = Arrange.Vertical
+ Border = Border.Etched
+ { pnlwinhost Workspace
+ MoveScaled(5,2,30,26)
+ Expand = True
+ }
+ { ToolBar1 ToolBar
+ MoveScaled(1,44,56,3)
+ { btback Button
+ MoveScaled(0,0,8,3)
+ Text = ("Back")
+ Picture = Picture["icon:/16/left"]
+ }
+ { btQuit Button
+ MoveScaled(16,0,15,3)
+ Text = ("Exit Installation")
+ Picture = Picture["icon:/16/cancel"]
+ }
+ { btnext Button
+ MoveScaled(37,0,8,3)
+ Text = ("Next")
+ Picture = Picture["icon:/16/right"]
+ }
+ }
+ }
}
{ Button1 Button
- MoveScaled(16,71,10,2)
+ MoveScaled(4,71,10,2)
Visible = False
Text = ("Button1")
- }
- { Frame1 Frame
- MoveScaled(0,7,25,62)
- Text = ("Process Overview")
- { tvPlan TreeView
- MoveScaled(2,3,22,56)
- Expand = True
- Border = False
- }
}
}
|