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

📄 fnewdirectory.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FNewDirectory Form  Move(364,137,560,513)  Text = ("New directory")  Icon = Picture["img/16/close.png"]  Border = Window.Fixed  { Image1 PictureBox    Move(496,16,48,48)    Picture = Picture["img/32/folder.png"]    Stretch = True    Alignment = Align.Center  }  { txtFile TextBox    Move(16,40,464,24)    Font = Font["12"]    Text = ("")  }  { lblParent Label    Move(16,112,536,360)    Visible = False    Text = ("FSelector")    Alignment = Align.TopLeft    Border = Border.Plain  }  { btnOK Button    Move(368,480,88,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(464,480,88,24)    Text = ("Cancel")    Cancel = True  }  { Label1 Label    Move(8,8,176,24)    Font = Font["Bold"]    Text = ("Name")  }  { Label2 Label    Move(8,80,176,24)    Font = Font["Bold"]    Text = ("Parent directory")  }}

⌨️ 快捷键说明

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