fdatabase.form

来自「Gambas is a graphical development enviro」· FORM 代码 · 共 45 行

FORM
45
字号
# Gambas Form File 1.0{ FDatabase Form  Move(309,287,414,186)  Text = ("")  Border = Window.Fixed  { lblTitle Label    Move(8,8,352,48)    Font = Font["16,Bold"]    Text = ("")  }  { Image1 PictureBox    Move(360,8,48,48)    Picture = Picture["img/32/database.png"]    Stretch = True  }  { Label1 Label    Move(8,72,104,24)    Text = ("Server")  }  { txtServer TextBox    Move(136,72,272,24)    Text = ("")    ReadOnly = True  }  { Label2 Label    Move(8,104,104,24)    Text = ("Name")  }  { txtName TextBox    Move(136,104,272,24)    Text = ("")  }  { btnOK Button    Move(224,152,88,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(320,152,88,24)    Text = ("Cancel")    Cancel = True  }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?