📄 fdragndrop.form
字号:
# Gambas Form File 1.0{ FDragNDrop Form Move(457,220,271,345) Text = ("Drag & Drop") Icon = Picture["drop.png"] Border = Window.Fixed { TreeView1 TreeView Move(8,8,208,328) Drop = True } { PictureBox1 PictureBox imgIcon Move(224,8,40,40) Picture = Picture["bicycle.png"] Alignment = Align.Center Border = Border.Raised } { PictureBox2 PictureBox imgIcon Move(224,56,40,40) Picture = Picture["eye.png"] Alignment = Align.Center Border = Border.Raised } { PictureBox3 PictureBox imgIcon Move(224,104,40,40) Picture = Picture["france.png"] Alignment = Align.Center Border = Border.Raised } { PictureBox4 PictureBox imgIcon Move(224,152,40,40) Picture = Picture["happy.png"] Alignment = Align.Center Border = Border.Raised } { PictureBox5 PictureBox imgIcon Move(224,200,40,40) Picture = Picture["loupe.png"] Alignment = Align.Center Border = Border.Raised } { PictureBox6 PictureBox imgIcon Move(224,248,40,40) Picture = Picture["pen.png"] Alignment = Align.Center Border = Border.Raised } { imgHole PictureBox Move(224,296,40,40) Drop = True Picture = Picture["BulletHole.xpm"] Stretch = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -