1 module ooo
{ module vba
{ module excel
{
2 constants XlFormControl
{
3 const long xlButtonControl
= 0;
4 const long xlCheckBox
= 1;
5 const long xlDropDown
= 2;
6 const long xlEditBox
= 3;
7 const long xlGroupBox
= 4;
8 const long xlLabel
= 5;
9 const long xlListBox
= 6;
10 const long xlOptionButton
= 7;
11 const long xlScrollBar
= 8;
12 const long xlSpinner
= 9;