home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 32 */
-
- // BMAKE.DCL
- // (C) ¬⌐┼v 1988-1992 Autodesk ñ╜ÑqíC
- //
- // Ñ╗╡{ªíñwÑ╤ Autodesk ñ╜Ñq╡∙ÑU¬⌐┼v, ╢╚⌐≤ñU¡z▒í¬pñUÑi▒┬╗P▒zíu│\ÑiívíC
- // ╗╒ñUñú▒oÑHÑ⌠ª≤º╬ªí╡oªµ⌐╬ÑX¬⌐ª╣╡{ªí¬║íu¡∞⌐l╜Xív; ª²ñ╣│\▒zªb»S⌐w¡lÑ═
- // ¬║ñuº@ñW╡▓ªXª╣╡{ªí¬║íuÑ╪¬║╜Xív¿╧Ñ╬íCª│├÷│o├■¡lÑ═ñuº@¬║▒°Ñ≤ªpñU:
- //
- // ( i) │]¡pñW╗Pñuº@ñW¼╥»┬║Θ░w╣∩ Autodesk ñ╜Ñq¬║▓ú½~íC
- // (ii) ╕ⁿª│íu¬⌐┼v (C) 1988-1992 Autodesk ñ╜Ñqív¬║¬⌐┼v│qºiíC
- //
- //
- //
- // AUTODESKñ╜Ñq┤ú¿╤ª╣╡{ªí╢╚¿╤º@íu├■ªⁿív¬║░╤ª╥, ª╙ÑBñú▒╞░úª│Ñ⌠ª≤┐∙╗~¬║
- // Ñi»αíCAUTODESKñ╜Ñq»Sª╣º_╗{Ñ⌠ª≤»S⌐wÑ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºt
- // ÑX¿π¬║½O├╥íCAUTODESKñ╜ÑqªP«╔ÑτñúÑX¿πª╣╡{ªí░⌡ªµ«╔ñ@⌐wñú╖|íuññ┬_ív⌐╬
- // íuº╣Ñ■╡L╗~ív¬║½O├╥íC
- //
-
- // 28 Feb 1991
- // Bmake.dcl - Block make using entmake with a dialogue interface.
-
-
- bmake : dialog {
- label = /*MSG1*/"╣╧╕s⌐w╕q";
- : row {
- : edit_box {
- label = /*MSG2*/"╣╧╕sªW║┘B:";
- mnemonic = /*MSG3*/"B";
- key = "bname";
- edit_width = 15;
- edit_limit = 31;
- }
- : toggle {
- label = /*MSG4*/"░╬ªWU ";
- mnemonic = /*MSG5*/"U";
- key = "unnamed";
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = /*MSG6*/"░≥╖╟┬I";
- : button {
- label = /*MSG7*/"┐∩╛▄┬IP <";
- mnemonic = /*MSG8*/"P";
- key = "pick_pt";
- }
- : edit_box {
- label = /*MSG9*/"X:";
- mnemonic = /*MSG10*/"X";
- key = "x_pt";
- edit_width = 10;
- }
- : edit_box {
- label = /*MSG11*/"Y:";
- mnemonic = /*MSG12*/"Y";
- key = "y_pt";
- edit_width = 10;
- }
- : edit_box {
- label = /*MSG13*/"Z:";
- mnemonic = /*MSG14*/"Z";
- key = "z_pt";
- edit_width = 10;
- }
- }
- : column {
- spacer_1;
- : button {
- label = /*MSG15*/"┐∩╛▄¬½┼ΘS <";
- mnemonic = /*MSG16*/"S";
- key = "sel_objs";
- }
- : concatenation {
- : text_part {
- label = /*MSG17*/"╡o▓{╝╞Ñ╪: ";
- }
- : text_part {
- key = "how_many";
- width = 5;
- }
- }
- spacer;
- : button {
- label = /*MSG18*/"ªCÑ▄íu╣╧╕sªW║┘ívL...";
- mnemonic = /*MSG19*/"L";
- key = "list_blocks";
- }
- : toggle {
- label = /*MSG20*/"½O»d╣╧ñ╕R";
- mnemonic = /*MSG21*/"R";
- key = "retain";
- }
- }
- }
- spacer;
- spacer;
- ok_cancel_help_errtile;
- }
-
- bname_exists : dialog {
- label = /*MSG22*/"─╡ºi";
- : paragraph {
- : text_part {
- label = /*MSG23*/"ñwªsª│ª╣ªW║┘¬║╣╧╕síC";
- }
- : text_part {
- label = /*MSG24*/"¼Oº_¡½╖s⌐w╕qѪ?";
- }
- }
- spacer_1;
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = /*MSG25*/"¡½╖s⌐w╕qR";
- mnemonic = /*MSG26*/"R";
- key = "yes";
- width = 8;
- }
- : spacer {
- width = 2;
- }
- : default_button {
- label = /*MSG27*/"¿·«°C";
- mnemonic = /*MSG28*/"C";
- key = "no";
- width = 8;
- }
- }
- }
-
- list_blocks : dialog {
- label = /*MSG29*/"ª╣╣╧└╔ññ¬║╣╧╕sªW║┘";
- : edit_box {
- label = /*MSG30*/"├■ºOP:";
- mnemonic = /*MSG31*/"P";
- key = "pattern";
- }
- : list_box {
- key = "bl_match";
- width = 32;
- multiple_select = true;
- allow_accept = true;
- }
- spacer;
- ok_only;
- }
-
-
-
-