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

📄 ftranslate.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FTranslate Form  Move(179,146,729,569)  Text = ("Translate project")  Icon = Picture["img/16/translate.png"]  { cvwTranslate ColumnView    Move(8,72,712,232)    Sorted = True    Resizable = False    ScrollBar = Scroll.Vertical  }  { lblOrig Label    Move(8,312,304,24)    Text = ("Untranslated string")  }  { txtOrig TextArea    Move(8,336,712,72)    Text = ("")    ReadOnly = True    Wrap = True  }  { panTranslate Panel    Move(648,416,80,24)    { btnDoNotTranslate ToolButton      Move(0,0,24,24)      ToolTip = ("This string must not be translated")      Text = ("")      Picture = Picture["img/16/warning.png"]    }    { btnCopy ToolButton      Move(24,0,24,24)      ToolTip = ("Copy untranslated string")      Text = ("")      Picture = Picture["img/16/down-b.png"]    }    { btnClear ToolButton      Move(48,0,24,24)      ToolTip = ("Clear this translation")      Text = ("")      Picture = Picture["img/16/kill.png"]    }  }  { lblTranslation Label    Move(8,424,136,24)    Text = ("Translation")  }  { txtTranslate TextArea    Move(8,448,712,72)    Text = ("")    Wrap = True  }  { lblInfo Label    Move(8,536,584,24)    Text = ("")  }  { btnOK Button    Move(616,536,104,24)    Text = ("&Close")  }  { btnUndo ToolButton    Move(32,40,24,24)    ToolTip = ("Reload translation")    Text = ("")    Picture = Picture["img/16/undo.png"]  }  { btnDelete ToolButton    Move(56,40,24,24)    ToolTip = ("Delete translation")    Text = ("")    Picture = Picture["img/16/delete.png"]  }  { btnOpen ToolButton    Move(80,40,24,24)    ToolTip = ("Duplicate a translation")    Text = ("")    Picture = Picture["img/16/copy.png"]  }  { btnExport ToolButton    Move(104,40,24,24)    ToolTip = ("Export a translation")    Text = ("")    Picture = Picture["img/16/save.png"]  }  { btnImport ToolButton    Move(128,40,24,24)    ToolTip = ("Import a translation")    Text = ("")    Picture = Picture["img/16/open-file.png"]  }  { btnVerify ToolButton    Move(152,40,24,24)    ToolTip = ("Verify the translation")    Text = ("")    Picture = Picture["img/16/watch.png"]  }  { txtFind TextBox    Move(208,40,248,24)    Text = ("")  }  { btnFind ToolButton    Move(456,40,24,24)    ToolTip = ("Find a string in translation")    Text = ("")    Picture = Picture["img/16/find.png"]  }  { btnFindNextUntranslated ToolButton    Move(176,40,24,24)    ToolTip = ("Find next untranslated string")    Text = ("")    Picture = Picture["img/16/next-untranslated.png"]  }  { Label1 Label    Move(8,8,168,24)    Text = ("Translation language")  }  { cmbLang ComboBox    Move(176,8,304,24)    Text = (" ")    ReadOnly = True    Sorted = True  }  { btnSave ToolButton    Move(8,40,24,24)    ToolTip = ("Save translation")    Text = ("")    Picture = Picture["img/16/save-all.png"]  }  { lblComment Label    Move(336,312,384,24)    Text = ("")    Alignment = Align.Right  }}

⌨️ 快捷键说明

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