fdragndrop.form

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

FORM
55
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?