📄 simple.res
字号:
(Dialog Simple
(Components
(PushButton OK)
(PushButton Cancel)
(Label RadioLabel)
(RadioGroup Tolgroup)
)
(Resources
(OK.Label "OK")
(OK.TopOffset 4)
(OK.BottomOffset 4)
(OK.LeftOffset 4)
(OK.RightOffset 4)
(Cancel.Label "Cancel")
(Cancel.TopOffset 4)
(Cancel.BottomOffset 4)
(Cancel.LeftOffset 4)
(Cancel.RightOffset 4)
(RadioLabel.Label "Value to use")
(RadioLabel.TopOffset 4)
(RadioLabel.BottomOffset 4)
(RadioLabel.LeftOffset 4)
(RadioLabel.RightOffset 4)
(Tolgroup.Orientation True)
(Tolgroup.Names "Top"
"Middle"
"Bottom")
(Tolgroup.Labels "Upper limit"
"Nominal"
"Lower limit")
(.Label "Simple Dialog")
(.Layout
(Grid (Rows 1 1 1) (Cols 2 2 2)
RadioLabel
(Pos 1 2)
OK
Cancel
)
)
)
)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -