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

📄 fmakeinstall.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FMakeInstall Form  Move(322,108,591,496)  Text = ("Make an installation package")  Icon = Picture["img/16/package.png"]  Border = Window.Fixed  { panType Panel    Move(8,8,576,448)    Tag = "1"    Border = Border.Etched    { TextLabel2 TextLabel      Move(16,56,512,32)      Text = ("<h3>Maintainer information</h3>\n")    }    { txtName TextBox      Move(208,88,352,24)      Text = ("")    }    { txtMail TextBox      Move(208,120,352,24)      Text = ("")    }    { TextLabel3 TextLabel      Move(16,152,512,32)      Text = ("<h3>Description</h3>\n")    }    { txtDescribe TextArea      Move(16,184,544,216)      Text = ("")    }    { Label1 Label      Move(16,88,192,24)      Text = ("Your name")    }    { Label2 Label      Move(16,120,192,24)      Text = ("Your e-mail address")    }    { txtPackage Label      Move(16,16,544,32)      Font = Font["16,Bold"]      Background = &H000000&      Foreground = &HFFFFFF&      Text = ("")    }    { chkPrefix CheckBox      Move(16,408,520,24)      Text = ("Prefix package name and executable with the 'gambas-' string")      Value = True    }  }  { Panel5 Panel    Move(8,8,576,448)    Tag = "2"    Border = Border.Etched    { txtChangeLog TextArea      Move(16,216,544,216)      Text = ("")      ReadOnly = True      Wrap = True    }    { TextLabel10 TextLabel      Move(16,8,544,32)      Text = ("<h3>Changelog</h3>\n")    }    { txtChange TextArea      Move(16,120,544,88)      Text = ("")      Wrap = True    }    { TextLabel11 TextLabel      Move(16,40,544,48)      Text = ("Please enter the changes of your project. Each change must be described by a line beginning with a dash.")    }    { lblChangeDate Label      Move(16,88,544,24)      Font = Font["Bold"]      Text = ("")    }  }  { panDir Panel    Move(8,8,576,448)    Visible = False    Tag = "6"    Border = Border.Etched    { lblDir Label      Move(16,40,544,392)      Visible = False      Text = ("")      Alignment = Align.TopLeft      Border = Border.Plain    }    { TextLabel7 TextLabel      Move(16,8,544,32)      Text = ("<h3>Select the directory where the packages will be stored</h3>\n")    }  }  { Panel3 Panel    Move(8,8,576,448)    Visible = False    Tag = "5"    Border = Border.Etched    { TextLabel5 TextLabel      Move(16,8,552,32)      Text = ("<h3>Select where the menu entry will be created</h3>\n")    }    { tvwMenu TreeView      Move(16,72,544,328)      ScrollBar = Scroll.Vertical    }    { txtMenu TextBox      Move(16,408,544,24)      Text = ("")      ReadOnly = True    }    { cmbMenu ComboBox      Move(16,40,544,24)      Text = (" ")      ReadOnly = True    }  }  { Panel4 Panel    Move(8,8,576,448)    Visible = False    Tag = "4"    Border = Border.Etched    { TextLabel6 TextLabel      Move(16,8,544,32)      Text = ("<h3>Select the package group</h3>\n")    }    { tvwGroup TreeView      Move(16,72,544,328)      ScrollBar = Scroll.Vertical    }    { txtGroup TextBox      Move(16,408,544,24)      Text = ("")      ReadOnly = True    }    { cmbGroup ComboBox      Move(16,40,544,24)      Text = (" ")      ReadOnly = True    }  }  { Panel1 Panel    Move(8,8,576,448)    Visible = False    Tag = "7"    Border = Border.Etched    { TextLabel9 TextLabel      Move(16,16,544,176)      Text = ("<h2>Make installation packages\n<img src=\"img/64/kpackage.png\" align=\"right\"></h2>\n\n<p>All needed information have been collected. You can now create the installation packages for your application...</p>\n\n<p>Click on the <b>OK</b> button to create the packages.</p>\n<p>Click on the <b>Previous</b> button if you had made a mistake.</p>\n<p>Click on the <b>Cancel</b> button to cancel the operation.</p>\n\n")    }    { txtLog TextArea      Move(16,200,544,232)      Text = ("")      ReadOnly = True      Wrap = True    }  }  { Panel2 Panel    Move(8,8,576,448)    Tag = "0"    Border = Border.Etched    { TextLabel1 TextLabel      Move(16,16,544,408)      Text = ("<h2>Welcome to the Gambas installation package creation wizard!\n<img src=\"img/64/kpackage.png\" align=\"right\"></h2>\n\n<p>This wizard allows you to create an installation package\nof your <b>Gambas</b> project.</p>\n\n<p>You will be able to choose the Linux distribution the\ninstallation package will be dedicated to.</p>\n\n<p>Press the <b>Next</b> button to start creating the installation package.</p>\n\n<p>Press the <b>Cancel</b> button to cancel the wizard.</p>")    }  }  { panSystem Panel    Move(8,8,576,448)    Visible = False    Tag = "3"    Border = Border.Etched    { CheckBox3 CheckBox      Move(72,144,432,32)      Tag = "redhat"      Text = ("Redhat / Fedora")    }    { chkDebian CheckBox      Move(72,96,432,32)      Tag = "debian"      Text = ("Debian")    }    { TextLabel8 TextLabel      Move(16,8,512,32)      Text = ("<h3>Create an installation package for...</h3>\n")    }    { CheckBox1 CheckBox      Move(72,48,432,32)      Tag = "mandriva"      Text = ("Mandriva")    }    { PictureBox1 PictureBox      Move(24,48,32,32)      Picture = Picture["img/logo/mandriva.png"]      Alignment = Align.Center    }    { PictureBox2 PictureBox      Move(24,96,32,32)      Picture = Picture["img/logo/debian.png"]      Alignment = Align.Center    }    { PictureBox3 PictureBox      Move(24,144,32,32)      Picture = Picture["img/logo/redhat.png"]      Alignment = Align.Center    }    { PictureBox4 PictureBox      Move(24,192,32,32)      Picture = Picture["img/logo/suse.png"]      Alignment = Align.Center    }    { CheckBox4 CheckBox      Move(72,192,432,32)      Tag = "suse"      Text = ("SuSE Linux")    }  }  { btnPrevious Button    Move(8,464,120,24)    Text = ("<< &Previous")  }  { btnClose Button    Move(488,464,96,24)    Text = ("Close")  }  { btnNext Button    Move(136,464,120,24)    Text = ("&Next >>")  }  { btnOK Button    Move(304,464,176,24)    Text = ("Make package")  }}

⌨️ 快捷键说明

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