AutoCAD 2012 帮助 | ![]() |
: paragraph {
}
A paragraph is a cluster of text_part or concatenation tiles that are arranged vertically. You can construct paragraphs of running text either statically or at runtime. There is a margin around the paragraph as a whole.
The paragraph tile is defined in the base.dcl file.
The illustration above was generated with the following DCL:
: paragraph
{
: concatenation
{
: text_part
{
label = "One";
}
: text_part
{
label = "good turn";
}
}
: text_part {
label = "Deserves another";
}
}
Programmable Dialog Box Reference | ![]() | |
Tile Attributes | ||
Synopsis of Predefined Attributes | ||
DCL Attribute Catalog | ||
action | ||
alignment | ||
allow_accept | ||
aspect_ratio | ||
big_increment | ||
children_alignment | ||
children_fixed_height | ||
children_fixed_width | ||
color | ||
edit_limit | ||
edit_width | ||
fixed_height | ||
fixed_width | ||
fixed_width_font | ||
height | ||
initial_focus | ||
is_bold | ||
is_cancel | ||
is_default | ||
is_enabled | ||
is_tab_stop | ||
key | ||
label | ||
layout | ||
list | ||
max_value | ||
min_value | ||
mnemonic | ||
multiple_select | ||
password_char | ||
small_increment | ||
tabs | ||
tab_truncate | ||
value | ||
width | ||
Functional Synopsis of DCL Tiles | ||
DCL Tile Catalog | ||
boxed_column | ||
boxed_radio_column | ||
boxed_radio_row | ||
boxed_row | ||
button | ||
column | ||
concatenation | ||
dialog | ||
edit_box | ||
errtile | ||
image | ||
image_button | ||
list_box | ||
ok_only | ||
ok_cancel | ||
ok_cancel_help | ||
ok_cancel_help_errtile | ||
ok_cancel_help_info | ||
paragraph | ||
popup_list | ||
radio_button | ||
radio_column | ||
radio_row | ||
row | ||
slider | ||
text | ||
text_part | ||
toggle | ||
spacer | ||
spacer_0 | ||
spacer_1 | ||
Programmable Dialog Box Function Synopsis |