📄 fnewdirectory.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 + -