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
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1"
[[Main_Page|{{Up}}]]
| align="left" |[[DIALOG]]]] <nowiki><dialog filenam></nowiki>
 
|-
{{Dialog}}
| align="left" |[[DIALOG]] <nowiki><nowiki><caption> <left> <top> <width> <height></nowiki>
|-
| align="left" |[[FONT]] <nowiki><font name> <font siz></nowiki>
|-
| align="left" |[[LABEL]] <nowiki><left> <top> <width> <height> <label text></nowiki>
|-
| align="left" |[[INPUT]] <nowiki><left> <top> <width> <height> <variable> [<default>]</nowiki>
|-
| align="left" |[[CHECK]] <nowiki><left> <top> <width> <height> <text> <variable> [<default>]</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" |[[FRAME]] <nowiki><left> <top> <width> <height> <caption></nowiki>
|-
| align="left" |[[BUTTON]] <nowiki><left> <top> <width> <height> <caption> <variable></nowiki>
|-
| align="left" |[[DROPDOWN_NEW]] <nowiki><left> <top> <width> <height> <variabl></nowiki>
|-
| align="left" |[[DROPDOWN_ADD]] <nowiki><dropdown number> <caption> <valu></nowiki>
|-
| align="left" |[[DROPDOWN_VAL]] <nowiki><dropdown number> <initial valu></nowiki>
|-
| align="left" |[[DROPDOWN_EXCEL]] <nowiki><dropdown number> <excel range number></nowiki>
|-
| align="left" |[[OK]] <nowiki><left> <top> <width> <height></nowiki>
|-
| align="left" |[[CANCEL]] <nowiki><left> <top> <width> <height></nowiki>
|-
| align="left" |[[ON_EVENT]] <nowiki><control to check> <control to change> <change></nowiki>
|-
| align="left" |[[ON_DROPDOWN]] <nowiki><dropdown number> <index> <control to change> <change></nowiki>
|-
| align="left" |[[ON_RADIO]] <nowiki><radio number> <value> <control to change> <change></nowiki>
|-
| align="left" |[[LOAD_POSITION]]
|-
| align="left" |[[LOAD_DEFAULTS]] [1=enabled/0=disabled]
|-
| align="left" |[[SAVE_DEFAULTS]] [1=enabled/0=disabled]
|}

Latest revision as of 14:13, 19 August 2010

Up

DIALOG <dialog filename> [<modal>]
DIALOG <caption> <left> <top> <width> <height>
FONT <font name> <font size>
LABEL <left> <top> <width> <height> <label text>
INPUT <left> <top> <width> <height> <variable> [<default>] [<format>]
CHECK <left> <top> <width> <height> <text> <variable> [<default>]
RADIO <left> <top> <width> <height> <text> <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> <variable>
DROPDOWN_ADD <dropdown number> <caption> <value>
DROPDOWN_VAL <dropdown number> <initial value>
DROPDOWN_EXCEL <dropdown number> <excel range number>
OK <left> <top> <width> <height>
CANCEL <left> <top> <width> <height>
SET_STATE <value> <control to set> <initial state>
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 [enabled]
SAVE_DEFAULTS [enabled]
ALT_CLICK <control type> <control num> <value>