treeviewexample.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 60 行
FORM
60 行
# Gambas Form File 1.0{ TreeViewExample Form Move(189,92,448,348) Text = ("TreeView Example") Icon = Picture["treeview.png"] Border = Window.Fixed { Help Menu Text = ("Help") { About Menu Text = ("About") } } { TreeView1 TreeView Move(8,8,160,304) } { Button1 Button Move(328,8,112,24) Text = ("Insert Name") } { Button2 Button Move(328,40,112,24) Text = ("Remove Name") } { TextBox1 TextBox Move(176,8,144,24) Text = ("") } { Frame1 Frame Move(176,72,264,48) Text = ("") { TextLabel1 TextLabel Move(8,8,248,32) Text = ("") } } { Label2 Label Move(176,136,264,24) Text = ("\"Event Stack\" For TreeView") Alignment = Align.Center } { TextArea1 TextArea Move(176,160,264,120) Text = ("") } { Button3 Button Move(312,288,128,24) Text = ("Clear \"Stack\"") } { RadioButton1 RadioButton Move(176,40,56,16) Text = ("Male") Value = True } { RadioButton2 RadioButton Move(240,40,72,16) Text = ("Female") }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?