Category:Dialog: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 4: Line 4:
| align="left" |[[DIALOG]] <nowiki><nowiki><caption> <left> <top> <width> <height></nowiki>
| align="left" |[[DIALOG]] <nowiki><nowiki><caption> <left> <top> <width> <height></nowiki>
|-
|-
| align="left" |[[FONT]] <nowiki><font name> <font siz></nowiki>
| align="left" |[[FONT]] <nowiki><font name> <font size></nowiki>
|-
|-
| align="left" |[[LABEL]] <nowiki><left> <top> <width> <height> <label text></nowiki>
| align="left" |[[LABEL]] <nowiki><left> <top> <width> <height> <label text></nowiki>
Line 14: Line 14:
| align="left" |[[RADIO]] <nowiki><left> <top> <width> <height> <variable> [<default> <group number>]</nowiki>
| align="left" |[[RADIO]] <nowiki><left> <top> <width> <height> <variable> [<default> <group number>]</nowiki>
|-
|-
| align="left" |[[IMAGE]] <nowiki><left> <top> <width> <height> <filenam></nowiki>
| align="left" |[[IMAGE]] <nowiki><left> <top> <width> <height> <filename></nowiki>
|-
|-
| align="left" |[[FRAME]] <nowiki><left> <top> <width> <height> <caption></nowiki>
| align="left" |[[FRAME]] <nowiki><left> <top> <width> <height> <caption></nowiki>

Revision as of 22:23, 14 July 2010

DIALOG]] <dialog filename>
DIALOG <nowiki><caption> <left> <top> <width> <height>
FONT <font name> <font size>
LABEL <left> <top> <width> <height> <label text>
INPUT <left> <top> <width> <height> <variable> [<default>]
CHECK <left> <top> <width> <height> <text> <variable> [<default>]
RADIO <left> <top> <width> <height> <variable> [<default> <group number>]
IMAGE <left> <top> <width> <height> <filename>
FRAME <left> <top> <width> <height> <caption>
BUTTON <left> <top> <width> <height> <caption> <variable>
DROPDOWN_NEW <left> <top> <width> <height> <variabl>
DROPDOWN_ADD <dropdown number> <caption> <valu>
DROPDOWN_VAL <dropdown number> <initial valu>
DROPDOWN_EXCEL <dropdown number> <excel range number>
OK <left> <top> <width> <height>
CANCEL <left> <top> <width> <height>
ON_EVENT <control to check> <control to change> <change>
ON_DROPDOWN <dropdown number> <index> <control to change> <change>
ON_RADIO <radio number> <value> <control to change> <change>
LOAD_POSITION
LOAD_DEFAULTS [1=enabled/0=disabled]
SAVE_DEFAULTS [1=enabled/0=disabled]