fgotoline.form

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

FORM
28
字号
# Gambas Form File 1.0{ FGotoLine Form  Move(261,80,217,73)  Text = ("Go to line")  Icon = Picture["img/16/goto.png"]  Border = Window.Fixed  { btnOK Button    Move(120,8,88,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(120,40,88,24)    Text = ("Cancel")    Cancel = True  }  { Label1 Label    Move(8,8,104,24)    Text = ("Go to line")  }  { txtLine TextBox    Move(8,32,96,24)    Text = ("255")    Alignment = Align.Right  }}

⌨️ 快捷键说明

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