"Button ID" is an identifier used to associate a button with an action set.
For example, the following buttons all have their "Button ID" set as "1",
so they will have the same action set associated with them.
=BUTTON("OK",1)
=BUTTON("Back",1)
=BUTTON("Run",1)