Author: m0e.lnx
Date: Mon Oct 13 14:26:07 2008
New Revision: 227
Modified:
branches/iVL/FrmRootPass.form
Log:
corrected problem with the tab key in root password setting
Modified: branches/iVL/FrmRootPass.form
==============================================================================
--- branches/iVL/FrmRootPass.form (original)
+++ branches/iVL/FrmRootPass.form Mon Oct 13 14:26:07 2008
@@ -3,6 +3,13 @@
{ Form Form
MoveScaled(0,0,87,56)
Text = ("")
+ { tlBanner TextLabel
+ MoveScaled(2,2,62,3)
+ Text = ("System Administrator")
+ }
+ { hrSep Separator
+ MoveScaled(2,5,15,1)
+ }
{ Frame1 Frame
MoveScaled(1,8,72,22)
Text = ("")
@@ -11,33 +18,26 @@
Text = ("The linux root account is pre-assigned to be used as the
system administrator's account. This account is used to perform system-wide
changes such as software upgrades, managing user accounts etc. \n\nMost
other operations do not require administrative priviledges.\nThe root
password must be entered twice for ensured accuracy. When choosing a root
password, think of something easy for you to remember, but hard for others
to guess.")
}
}
- { tlBanner TextLabel
- MoveScaled(2,2,62,3.125)
- Text = ("System Administrator")
- }
- { hrSep Separator
- MoveScaled(2,5,15,1)
+ { tlPass1 TextLabel
+ MoveScaled(2,32,22,4)
+ Text = ("Enter Password")
}
- { Button1 Button
- MoveScaled(53,51,11,2)
- Text = ("Set Password")
+ { tlPass2 TextLabel
+ MoveScaled(3,36,22,4)
+ Text = ("Re-Enter Password")
}
- { tbPasswd2 TextBox
- MoveScaled(32,36,21,3.125)
+ { tbPasswd1 TextBox
+ MoveScaled(32,31,21,3)
Text = ("")
Password = True
}
- { tbPasswd1 TextBox
- MoveScaled(32,31,21,3.125)
+ { tbPasswd2 TextBox
+ MoveScaled(32,36,21,3)
Text = ("")
Password = True
}
- { tlPass1 TextLabel
- MoveScaled(2,32,22,4)
- Text = ("Enter Password")
- }
- { tlPass2 TextLabel
- MoveScaled(3,36,22,4)
- Text = ("Re-Enter Password")
+ { Button1 Button
+ MoveScaled(53,51,11,2)
+ Text = ("Set Password")
}
}
|