frename.form

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

FORM
27
字号
# Gambas Form File 1.0{ FRename Form  Move(418,298,271,105)  Text = ("Rename")  Icon = Picture["img/16/rename.png"]  Border = Window.Fixed  { btnOK Button    Move(80,72,88,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(176,72,88,24)    Text = ("Cancel")    Cancel = True  }  { Label1 Label    Move(8,8,256,16)    Text = ("Enter new name")  }  { txtFile TextBox    Move(8,32,256,24)    Text = ("")  }}

⌨️ 快捷键说明

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