gambas-source-code/app/src/gambas-database-manager/FPassword.form

37 lines
754 B
Text
Raw Normal View History

# 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
}
}