attributes : dialog {
label = "Attribute extraction"; // Dialog title
key = "title";
: list_box { // Start list
key = "block_list"; // Component ID
label = "Select block to process:";
allow_accept = true; // Acepts double-click
multiple_select = false; // No multiple selection
width = 40;
height = 12;
tabs = "32"; //Tab
} // End list
ok_cancel; //Accept and Cancel buttons
errtile; //Messages
}
// Listing 25.8. Code for the dialog box.
Attributes DCL Source code.
Subscribe to:
Posts (Atom)
No comments:
Post a Comment