fproperty.form

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

FORM
36
字号
# Gambas Form File 1.0{ FProperty Form  Move(585,0,280,463)  Text = ("Properties")  Icon = Picture["img/16/grid.png"]  Persistent = True  { lblMessage TextLabel    Move(16,8,248,104)    Text = ("Click on a form or a control to modify its properties...")  }  { grdProperty GridView    Move(16,96,240,240)    Visible = False    Scrollbar = Scroll.Vertical  }  { txtProperty TextBox    Move(40,224,128,24)    Visible = False    Text = ("")    Border = False  }  { cmbProperty ComboBox    Move(48,264,128,24)    Visible = False    Text = ("")    ReadOnly = True  }  { btnProperty Button    Move(168,224,20,20)    Visible = False    Text = ("")    Picture = Picture["img/16/points.png"]  }}

⌨️ 快捷键说明

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