SLIDER
SLIDER [id]
{
[Flags]
}
Sliders are used to input numeric values within a certain range.
The value and limits of the slider are set with
GeDialog::SetInt32()
and
GeDialog::SetFloat()
.
使用
GeDialog::GetInt32()
and
GeDialog::GetFloat()
to access the value.
见 Dialog Resource for a description of the common flags.
| [LAYOUTFLAGS] | Layout flags. |
| [SIZE] | Manual size. |
SLIDER IDC_NUMBER { SIZE 100,0; }