settings.ini

来自「一个支持FTP,SFTP的客户端程序」· INI 代码 · 共 60 行

INI
60
字号
[Settings]
NumFields=7

; comment this out to hide the back button
BackEnabled=1

[Field 1]
Type=label
left=0
right=300
top=0
bottom=30

[Field 2]
Type=RadioButton
left=0
right=300
top=30
bottom=40
Flags=GROUP

[Field 3]
Type=RadioButton
left=0
right=300
top=40
bottom=50
State=1

[Field 4]
Type=label
left=0
right=300
top=60
bottom=100
text=LongText

[Field 5]
Type=RadioButton
left=0
right=300
top=100
bottom=110
Flags=GROUP|NOTIFY
State=1

[Field 6]
Type=RadioButton
left=0
right=300
top=110
bottom=120
Flags=NOTIFY

[Field 7]
Type=Checkbox
left=12
right=300
top=120
bottom=130

⌨️ 快捷键说明

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