EDITNUMBER

Definition

EDITNUMBER [id]
{
  [Flags]
}

Description

Edit number fields are used to input numeric values. The unit, value and limits of the field are set with GeDialog::SetInt32() and GeDialog::SetFloat().
There are also functions for directly specifying the field with a unit, for example GeDialog::SetMeter().
Use GeDialog::GetInt32() and GeDialog::GetFloat() to access the value.

Flags

See Dialog Resource for a description of the common flags.

[LAYOUTFLAGS]Layout flags.
[SIZE]Manual size.

Example

EDITNUMBER IDC_NUMBER { SIZE 50,0; SCALE_H; }

Further Reading