public const uint8 ID = 0;
driver.ID = ID;
public link bit X = driver.X;
public link bit Y = driver.Y;
public link bit Width = driver.Width;
public link bit Height = driver.Height;
public link bit BackColor = driver.BackColor;
public link bit ForeColor = driver.ForeColor;
public link bit Value = driver.Value;
public link int32 MinValue = driver.MinValue;
public link int32 MaxValue = driver.MaxValue;
public link bit OS_EventFlag = driver.OS_EventFlag;
public link void OS_init(){} = driver.OS_init;
