⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ficontool.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FIconTool Form  Move(682,63,97,331)  Text = ("Icon editor")  Icon = Picture["img/16/image.png"]  Persistent = True  Border = Window.Fixed  TopOnly = True  { Panel3 Panel    Move(0,104,96,232)    { Panel2 Panel      Move(0,0,96,88)      { dwgBackground DrawingArea        Move(40,24,56,56)        Background = &HFFFFFF&        Border = Border.Sunken      }      { imgExchange PictureBox        Move(16,64,16,16)        Picture = Picture["img/16/exchange.png"]      }      { dwgForeground DrawingArea        Move(0,0,56,56)        Background = &HFFFFFF&        Border = Border.Sunken      }    }    { dwgColor DrawingArea      Move(0,88,96,120)      Background = &HFFFFFF&      Border = Border.Sunken    }    { lblCoord Label      Move(0,208,96,16)      Font = Font["8"]      Text = ("")    }  }  { btnSave ToolButton btnTool    Move(0,0,24,24)    Tag = "save"    ToolTip = ("Save")    Text = ("")    Picture = Picture["img/16/save.png"]    Toggle = True  }  { ToolButton1 ToolButton btnTool    Move(24,0,24,24)    Tag = "undo"    ToolTip = ("Undo")    Text = ("")    Picture = Picture["img/16/undo.png"]    Toggle = True  }  { btnClear ToolButton btnTool    Move(48,0,24,24)    Tag = "clear"    ToolTip = ("Clear all")    Text = ("")    Picture = Picture["img/16/delete.png"]    Toggle = True  }  { ToolButton3 ToolButton btnTool    Move(72,0,24,24)    Tag = "zoom"    ToolTip = ("Zoom")    Text = ("")    Picture = Picture["img/16/zoom.png"]    Toggle = True  }  { btnMove ToolButton btnTool    Move(0,24,24,24)    Tag = "move"    ToolTip = ("Scroll")    Text = ("")    Picture = Picture["img/16/scroll.png"]    Toggle = True  }  { btnSelect ToolButton btnTool    Move(24,24,24,24)    Tag = "select"    ToolTip = ("Select and transparent paste")    Text = ("")    Picture = Picture["img/16/frame.png"]    Toggle = True  }  { btnPaste ToolButton btnTool    Move(48,24,24,24)    Tag = "paste"    ToolTip = ("Paste")    Text = ("")    Picture = Picture["img/16/buffer.png"]    Toggle = True  }  { btnFlip ToolButton btnTool    Move(72,24,24,24)    Tag = "flip"    ToolTip = ("Flip")    Text = ("")    Picture = Picture["img/16/flip-h.png"]    Toggle = True  }  { ToolButton5 ToolButton btnTool    Move(0,48,24,24)    Tag = "pen"    ToolTip = ("Draw")    Text = ("")    Picture = Picture["img/16/pen.png"]    Toggle = True  }  { ToolButton6 ToolButton btnTool    Move(24,48,24,24)    Tag = "line"    ToolTip = ("Line")    Text = ("")    Picture = Picture["img/16/line.png"]    Toggle = True  }  { btnRect ToolButton btnTool    Move(48,48,24,24)    Tag = "rect"    ToolTip = ("Rectangle")    Text = ("")    Picture = Picture["img/16/square.png"]    Toggle = True  }  { btnCircle ToolButton btnTool    Move(72,48,24,24)    Tag = "circle"    ToolTip = ("Ellipse")    Text = ("")    Picture = Picture["img/16/circle.png"]    Toggle = True  }  { ToolButton4 ToolButton btnTool    Move(0,72,24,24)    Tag = "pipette"    ToolTip = ("Pick color")    Text = ("")    Picture = Picture["img/16/pipette.png"]    Toggle = True  }  { btnFill ToolButton btnTool    Move(24,72,24,24)    Tag = "fill"    ToolTip = ("Flood fill")    Text = ("")    Picture = Picture["img/16/fill.png"]    Toggle = True  }  { btnSwap ToolButton btnTool    Move(48,72,24,24)    Tag = "swap"    ToolTip = ("Swap colors")    Text = ("")    Picture = Picture["img/16/swap.png"]    Toggle = True  }}

⌨️ 快捷键说明

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