Category:Dialog: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {| border="1" | align="left" |DIALOG]] <dialog filename> |- | align="left" |DIALOG <caption>]] <left>]] <top>]] <width>]] <height> |- | align="left" |FONT <font name>]] <font s...
 
ConnerO (talk | contribs)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1"
[[Main_Page|{{Up}}]]
| align="left" |[[DIALOG]]]] <dialog filename>
 
|-
{{Dialog}}
| align="left" |[[DIALOG]] <caption>]] <left>]] <top>]] <width>]] <height>
|-
| align="left" |[[FONT]] <font name>]] <font size>
|-
| align="left" |[[LABEL]] <left>]] <top>]] <width>]] <height>]] <label text>
|-
| align="left" |[[INPUT]] <left>]] <top>]] <width>]] <height>]] <variable> [<default>]
|-
| align="left" |[[CHECK]] <left>]] <top>]] <width>]] <height>]] <text>]] <variable> [<default>]
|-
| align="left" |[[RADIO]] <left>]] <top>]] <width>]] <height>]] <variable> [<default>]] <group number>]
|-
| align="left" |[[IMAGE]] <left>]] <top>]] <width>]] <height>]] <filename>
|-
| align="left" |[[FRAME]] <left>]] <top>]] <width>]] <height>]] <caption>
|-
| align="left" |[[BUTTON]] <left>]] <top>]] <width>]] <height>]] <caption>]] <variable>
|-
| align="left" |[[DROPDOWN_NEW]] <left>]] <top>]] <width>]] <height>]] <variable>
|-
| align="left" |[[DROPDOWN_ADD]] <dropdown number>]] <caption>]] <value>
|-
| align="left" |[[DROPDOWN_VAL]] <dropdown number>]] <initial value>
|-
| align="left" |[[DROPDOWN_EXCEL]] <dropdown number>]] <excel range number>
|-
| align="left" |[[OK]] <left>]] <top>]] <width>]] <height>
|-
| align="left" |[[CANCEL]] <left>]] <top>]] <width>]] <height>
|-
| align="left" |[[ON_EVENT]] <control to check>]] <control to change>]] <change>
|-
| align="left" |[[ON_DROPDOWN]] <dropdown number>]] <index>]] <control to change>]] <change>
|-
| align="left" |[[ON_RADIO]] <radio number>]] <value>]] <control to change>]] <change>
|-
| 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>