fnewdirectory.form

来自「Gambas is a graphical development enviro」· FORM 代码 · 共 47 行

FORM
47
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?