home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 38 */
- //
- // DDATTDEF.DCL Version 1.0
- //
- // ¬⌐┼v⌐╥ª│ (C) 1992 Autodesk ñ╜Ñq
- //
- //
- // Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
- // ¡∞½h :
- //
- // 1) ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
- // 2) ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
- //
- // Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
- // Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
- //
- //------------------------------------------------------------------------
- // ╗í⌐·
- //
- // This is the dialogue box definition file for the DDATTDEF command. This
- // is an enhancement to the ATTDEF command. It loads up a dialogue box
- // which presents to the user all the prompts and options that he/she
- // might encounter during the definition of one or several attributes.
- //
- //------------------------------------------------------------------------
-
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
- ddattdef : dialog {
- label = /*MSG1*/"─▌⌐╩⌐w╕q";
- : row {
- : boxed_column {
- label = /*MSG2*/"╝╥ªí";
- : toggle {
- label = /*MSG3*/"ºφ▓{I";
- mnemonic = /*MSG4*/"I";
- key = "invisible";
- }
- : toggle {
- label = /*MSG5*/"▒`╝╞C";
- mnemonic = /*MSG6*/"C";
- key = "constant";
- }
- : toggle {
- label = /*MSG7*/"╜T╗{V";
- mnemonic = /*MSG8*/"V";
- key = "verify";
- }
- : toggle {
- label = /*MSG9*/"╣w│]P";
- mnemonic = /*MSG10*/"P";
- key = "preset";
- }
- }
- : boxed_column {
- label = /*MSG11*/"─▌⌐╩";
- fixed_width = true;
- width = 40;
-
- : edit_box {
- label = /*MSG12*/"╝╨┼╥T:";
- mnemonic = /*MSG13*/"T";
- key = "att_tag";
- edit_width = 30;
- edit_limit = 256;
- }
- : edit_box {
- label = /*MSG14*/"┤úÑ▄P:";
- mnemonic = /*MSG15*/"P";
- key = "att_prompt";
- edit_width = 30;
- edit_limit = 256;
- }
- : edit_box {
- label = /*MSG16*/"ñ║⌐w¡╚V:";
- mnemonic = /*MSG17*/"V";
- key = "def_val";
- edit_width = 30;
- edit_limit = 256;
- }
- }
- }
- : row {
- : boxed_column {
- label = /*MSG18*/"┤íñJ░≥╖╟┬I";
- : button {
- label = /*MSG19*/"┐∩┬I <";
- mnemonic = /*MSG20*/"P";
- key = "pick_pt";
- }
- : edit_box {
- label = /*MSG21*/"X:";
- mnemonic = /*MSG22*/"X";
- key = "x_pt";
- edit_width = 10;
- }
- : edit_box {
- label = /*MSG23*/"Y:";
- mnemonic = /*MSG24*/"Y";
- key = "y_pt";
- edit_width = 10;
- }
- : edit_box {
- label = /*MSG25*/"Z:";
- mnemonic = /*MSG26*/"Z";
- key = "z_pt";
- edit_width = 10;
- }
- }
- : boxed_column {
- label = /*MSG27*/"ñσªr┐∩╢╡";
- fixed_width = true;
- width = 40;
- : column {
- : popup_list {
- label = /*MSG28*/"╜╒╗⌠J:";
- key = "cjustif";
- edit_width = 20;
- mnemonic = /*MSG29*/"J";
- }
- : popup_list {
- label = /*MSG30*/"ªr½¼T:";
- key = "tstyle";
- edit_width = 20;
- mnemonic = /*MSG31*/"T";
- }
- }
- : row {
- : button {
- label = /*MSG32*/"ªr░¬H <";
- key = "bheight";
- mnemonic = /*MSG33*/"H";
- width = 15;
- fixed_width = true;
- }
- : edit_box {
- key = "height";
- edit_width = 20;
- value = "0.2000";
- fixed_width = true;
- }
- }
- : row {
- : button {
- label = /*MSG34*/"▒█┬α¿ñR <";
- key = "brot";
- mnemonic = /*MSG35*/"R";
- width = 15;
- fixed_width = true;
- }
- : edit_box {
- key = "rot";
- edit_width = 20;
- fixed_width = true;
- }
- }
- }
- }
- : toggle {
- label = /*MSG36*/"╣∩╗⌠⌐≤Ѳ½e─▌⌐╩¬║ñUñΦ";
- key = "align_prev";
- mnemonic = /*MSG37*/"A";
- }
- ok_cancel_help_errtile;
- }
-
-