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

📄 f.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ F Form  Move(240,103,423,339)  Text = ("DnsClient Example")  Border = Window.Fixed  { Button1 Button    Move(8,296,128,32)    Text = ("Go!")  }  { Label1 Label    Move(8,56,328,24)    Text = ("Write here 10 host names, then press Go!")  }  { TextBox1 TextBox    Move(8,88,224,24)    Text = ("gambas.sourceforge.net")  }  { TextBox2 TextBox    Move(8,112,224,24)    Text = ("www.kudla.org")  }  { TextBox3 TextBox    Move(8,136,224,24)    Text = ("www.freshmeat.net")  }  { Label2 Label    Move(240,88,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Label3 Label    Move(240,112,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Label4 Label    Move(240,136,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Timer1 #Timer    #X = 104    #Y = 256  }  { Label5 Label    Move(144,296,128,32)    Font = Font["12,Bold"]    Background = &HAA0000&    Foreground = &HFFFFFF&    Text = ("")  }  { Button2 Button    Move(288,296,128,32)    Text = ("Cancel")  }  { TextBox4 TextBox    Move(8,160,224,24)    Text = ("www.slashdot.org")  }  { TextBox5 TextBox    Move(8,184,224,24)    Text = ("www.rpmfind.net")  }  { TextBox6 TextBox    Move(8,208,224,24)    Text = ("www.debian.org")  }  { TextBox7 TextBox    Move(8,232,224,24)    Text = ("www.mandrake.com")  }  { Label6 Label    Move(240,160,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Label7 Label    Move(240,184,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Label8 Label    Move(240,208,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { Label9 Label    Move(240,232,168,24)    Font = Font["Bold"]    Background = &H5500FF&    Foreground = &HFFFF00&    Text = ("")  }  { ComboBox1 ComboBox    Move(8,8,216,24)    Text = (" ")    ReadOnly = True    List = ("Host Name to IP\nIP to Host Name")  }  { Button3 Button    Move(240,264,88,24)    Text = ("<< Copy")  }  { CheckBox1 CheckBox    Move(240,8,168,24)    Text = ("Asynchronous")    Value = True  }}

⌨️ 快捷键说明

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