📄 fnewproject.form
字号:
# Gambas Form File 1.0{ FNewProject Form Move(369,208,566,489) Text = ("Create a new project") Icon = Picture["img/16/gambas.png"] Border = Window.Fixed { panProject Panel Move(8,8,552,432) Visible = False Tag = "2" Border = Border.Etched { TextLabel8 TextLabel Move(16,8,512,32) Text = ("<h3>Select the project to copy</h3>\n") } { lblProject Label Move(16,40,520,376) Visible = False Text = ("FSelector") Alignment = Align.TopLeft Border = Border.Plain } } { btnPrevious Button Move(8,456,120,24) Text = ("<< &Previous") } { panType Panel Move(8,8,552,432) Tag = "1" Border = Border.Etched { TextLabel2 TextLabel Move(16,8,512,32) Text = ("<h3>Select the type of the project</h3>\n") } { PictureBox1 PictureBox Move(16,48,104,104) Picture = Picture["img/project/graphic.jpg"] Stretch = True Alignment = Align.Center Border = Border.Plain } { optGraphical RadioButton optType Move(136,80,208,40) Text = ("Create a graphical project") Value = True } { PictureBox2 PictureBox Move(16,176,104,104) Picture = Picture["img/project/terminal.jpg"] Alignment = Align.Center Border = Border.Plain } { optTerminal RadioButton optType Move(136,208,208,40) Text = ("Create a terminal project") } { PictureBox3 PictureBox Move(16,304,104,104) Picture = Picture["img/project/copy.jpg"] Alignment = Align.Center Border = Border.Plain } { optCopy RadioButton optType Move(136,328,208,40) Text = ("Copy an existing project") } } { panDir Panel Move(8,8,552,432) Visible = False Tag = "4" Border = Border.Etched { TextLabel7 TextLabel Move(16,8,512,32) Text = ("<h3>Select the directory of the project</h3>\n") } { lblDir Label Move(16,40,520,376) Visible = False Text = ("FSelector") Alignment = Align.TopLeft Border = Border.Plain } } { Panel1 Panel Move(8,8,552,432) Visible = False Tag = "5" Border = Border.Etched { TextLabel9 TextLabel Move(16,8,520,176) Text = ("<h2>Create a new project\n<img src=\"img/gambas.png\" align=\"right\"></h2>\n<p>All needed information have been collected. Here is a summary of\nwhat will happen.</p>\n<p>Click on the <b>OK</b> button to create the project.</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") } { txtCreate TextView Move(16,192,520,224) Text = ("") ScrollBar = Scroll.Vertical } } { Panel2 Panel Move(8,8,552,432) Tag = "0" Border = Border.Etched { TextLabel1 TextLabel Move(16,16,520,232) Text = ("<h2>Welcome to the Gambas project creation wizard!\n<img src=\"img/gambas.png\" align=\"right\"></h2>\n\n<p>This wizard allows you to create a new <b>Gambas</b> project.\nThis project will be created from scratch or from an already\nexisting project.</p>\n\n<p>Press the <b>Next</b> button to start creating the project.</p>\n\n<p>Press the <b>Cancel</b> button to cancel the wizard.</p>") } } { Panel4 Panel Move(8,8,552,432) Visible = False Tag = "3" Border = Border.Etched { TextLabel3 TextLabel Move(16,8,512,32) Text = ("<h3>Select the name of the project</h3>\n") } { txtName TextBox Move(16,40,520,24) Text = ("") } { TextLabel5 TextLabel Move(16,80,512,32) Text = ("<h3>Select the title of the project</h3>\n") } { txtTitle TextBox Move(16,112,520,24) Text = ("") } { TextLabel4 TextLabel Move(16,152,512,32) Text = ("<h3>Options</h3>\n") } { chkLocalize CheckBox Move(32,184,352,24) Text = ("Project is translatable") } { chkCtrlPublic CheckBox Move(32,216,424,16) Text = ("Form controls are public") } } { btnClose Button Move(464,456,96,24) Text = ("Cancel") Cancel = True } { btnNext Button Move(136,456,120,24) Text = ("&Next >>") Default = True } { btnOK Button Move(360,456,96,24) Text = ("OK") }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -