gambas-source-code/app/src/gambas-database-manager/FPassword.form
Benoît Minisini ba19f3c1dd * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 16:41:49 +00:00

36 lines
754 B
Text

# Gambas Form File 2.0
{ Form Form
MoveScaled(48.1429,31.1429,43,19)
Text = ("Gambas Database Manager")
Border = Window.Fixed
{ PictureBox1 PictureBox
MoveScaled(34,1,8,8)
Picture = Picture["icon:/huge/lock"]
Alignment = Align.TopRight
}
{ TextLabel1 TextLabel
MoveScaled(1,1,32,7)
Text = ("Please enter the key string used for crypting database passwords.")
}
{ txtPassword TextBox
MoveScaled(1,9,41,4)
Text = ("")
Password = True
MaxLength = 48
}
{ btnCancel Button
MoveScaled(17,15,12,3)
Text = ("Continue")
}
{ btnOK Button
MoveScaled(4,15,12,3)
Text = ("OK")
Default = True
}
{ btnQuit Button
MoveScaled(30,15,12,3)
Text = ("Quit")
Cancel = True
}
}