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

📄 fcode.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FCode Form  Move(326,174,480,417)  Text = ("Generate Gambas code")  Border = Window.Fixed  { lblTitle Label    Move(8,8,408,32)    Font = Font["16,Bold"]    Text = ("Generate Gambas code")  }  { imgIcon PictureBox    Move(424,0,48,48)    Picture = Picture["img/32/gambas.png"]    Stretch = True  }  { Label1 Label    Move(16,176,152,24)    Text = ("Database")  }  { Label2 Label    Move(16,152,152,24)    Text = ("Server")  }  { lblServer Label    Move(160,152,312,24)    Text = ("")  }  { lblDatabase Label    Move(160,176,312,24)    Text = ("")  }  { Label3 Label    Move(16,232,144,24)    Text = ("Name")  }  { lblModule Label    Move(16,280,136,24)    Text = ("Module")  }  { txtModule TextBox    Move(160,280,312,24)    Text = ("")  }  { Label4 Label    Move(16,312,136,24)    Text = ("Procedure")  }  { txtProcedure TextBox    Move(160,312,312,24)    Text = ("")  }  { chkUpdate CheckBox    Move(16,344,456,24)    Text = ("Update at database close.")  }  { btnGenerate Button    Move(240,384,112,24)    Text = ("Generate")  }  { btnClose Button    Move(360,384,112,24)    Text = ("Close")    Cancel = True  }  { lblProject TextLabel    Move(160,232,312,40)    Text = ("")  }  { Label5 Label    Move(8,128,200,24)    Font = Font["Bold"]    Text = ("Database")  }  { Label6 Label    Move(8,208,200,24)    Font = Font["Bold"]    Text = ("Project")  }  { Panel1 Panel    Move(8,56,464,64)    Background = &HFFFFC0&    Border = Border.Etched    { TextLabel1 TextLabel      Move(48,8,408,48)      Text = ("This dialog allows you to generate a <b>Gambas</b> procedure that will initialize the structure of your database.")    }    { PictureBox1 PictureBox      Move(8,8,32,32)      Picture = Picture["img/32/info.png"]    }  }}

⌨️ 快捷键说明

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