📄 fpassword.form
字号:
# Gambas Form File 1.0{ FPassword Form Move(377,259,312,153) Text = ("Gambas Database Manager") Border = Window.Fixed { txtPassword TextBox Move(8,80,296,24) Text = ("") Password = True MaxLength = 48 } { PictureBox1 PictureBox Move(256,8,48,48) Picture = Picture["img/48/keyring.png"] } { TextLabel1 TextLabel Move(8,8,248,56) Text = ("Please enter the key string used for crypting database passwords.") } { btnCancel Button Move(216,120,88,24) Text = ("Cancel") Cancel = True } { btnOK Button Move(120,120,88,24) Text = ("OK") Default = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -